seminar/app/assets/stylesheets/seminar/content_style/5/css/template.css

83 lines
1.8 KiB
CSS

.layout-content-inner{
background: #efefb2;
}
.seminar_h3{
margin: 0.5em 0;
font-weight: 400;
color: #2ebf21;
font-size: 1.5em;
line-height: 1.5;
}
[class*=widget-title]:before, #main-content [class*=page-title]:before, #main-content .index-title:before ,.seminar_h3:before{
content: "\f009";
font-family: 'FontAwesome';
padding-right: 0.2em;
}
.seminar_hr{
display: none;
}
.internal-page [class*=widget-title] {
margin: 0.5em 0;
font-weight: 400;
color: #2ebf21;
font-size: 1.5em;
line-height: 1.5;
}
[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.btn-primary{
background: transparent;
border: 0;
}
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active {
color: #0f7c04;
background: transparent;
border: none;
text-decoration: underline;
outline: none;
}
li.w-annc__item.row .w-annc__postdate-wrap .fa-calendar-o{
display: 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;
position: relative;
}
.layout-footer-content , .footer-counter{
color: #0f609a;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}
.layout-content{
padding-top: 0;
}