blog-panel to index
This commit is contained in:
44
www/data/css/styles_blogpanel.scss
Normal file
44
www/data/css/styles_blogpanel.scss
Normal file
@@ -0,0 +1,44 @@
|
||||
@import 'styles_config';
|
||||
|
||||
|
||||
.blog_pnl_content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.blogpnl_base {
|
||||
width: 100%;
|
||||
|
||||
border: solid 1px #444;
|
||||
margin: 10px 5px;
|
||||
color: $COL_TEXT_DARK;
|
||||
text-decoration: none;
|
||||
|
||||
background-color: #BBB;
|
||||
}
|
||||
|
||||
.blogpnl_date { background-color: #AAA; color: $COL_TEXT_DARK; }
|
||||
|
||||
.blogpnl_base:hover { border: solid 1px $COL_COMPLEXHOVER_BRD; background-color: $COL_COMPLEXHOVER_BG; color: $COL_COMPLEXHOVER_FG; }
|
||||
.blogpnl_base:hover .blogpnl_date { background-color: $COL_COMPLEXHOVER_BG; color: $COL_COMPLEXHOVER_FG; border-bottom: 1px solid $COL_COMPLEXHOVER_BRD; }
|
||||
|
||||
.blogpnl_date {
|
||||
background-color: #AAA;
|
||||
border-bottom: 1px solid transparent;
|
||||
padding: 2px;
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.blogpnl_title {
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
text-align: left;
|
||||
margin: 2px 0 2px 10px;
|
||||
}
|
||||
|
||||
|
||||
@include rdmedia_range(0,1) {
|
||||
.blogpnl_title { text-align: center; }
|
||||
}
|
||||
Reference in New Issue
Block a user