forked from spen/seminar
62 lines
1.3 KiB
CSS
62 lines
1.3 KiB
CSS
.layout-content-inner{
|
|
background: #efefb2;
|
|
}
|
|
.seminar_h3{
|
|
font-weight: bold;
|
|
color: #2ebf21;
|
|
}
|
|
.seminar_hr{
|
|
display: none;
|
|
}
|
|
[class*=widget-title] {
|
|
margin: 0.5em 0;
|
|
line-height: 1.5;
|
|
color: #2ebf21;
|
|
}
|
|
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
|
|
color: #2ebf21;
|
|
}
|
|
a.w-annc__more {
|
|
background: transparent;
|
|
border: none;
|
|
text-decoration: underline;
|
|
}
|
|
.layout-content-inner [data-subpart-id] a, .layout-content-inner #main-content a{
|
|
color: #2ebf21;
|
|
}
|
|
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
|
|
color: #0f7c04;
|
|
}
|
|
a.w-annc__more:hover, a.w-annc__more.btn-primary:focus, a.w-annc__more:active {
|
|
color: #0f7c04;
|
|
background: transparent;
|
|
border: none;
|
|
text-decoration: underline;
|
|
outline: none;
|
|
}
|
|
li.w-annc__item.row:before {
|
|
display: inline-block;
|
|
content: " ";
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 50px;
|
|
background-color: #108b17;
|
|
position: absolute;
|
|
top: 0.5em;
|
|
}
|
|
span.w-annc__postdate, .i-annc__postdate {
|
|
color: #787878;
|
|
}
|
|
li.w-annc__item.row {
|
|
border-bottom: 1px dashed #888888;
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
}
|
|
.layout-footer-content , .footer-counter{
|
|
color: #0f609a;
|
|
}
|
|
@media (max-width: 767px){
|
|
.layout-content{
|
|
background: #ffffff;
|
|
}
|
|
} |