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

111 lines
2.4 KiB
CSS

[data-module="seminars_home"] .layout-content-inner{
background: transparent;
}
.layout-content-inner.container{
padding-top: 1em;
}
.box-social-share{
margin: 0;
}
[data-module="seminars_home"] .row .box-social-share > * > *{
padding: 0;
}
[data-module="seminars_home"] .row > * > * > * > *{
background: #ffffff;
padding: 0 1em;
}
[data-module="seminars_home"] .row > *, .row > * > *{
padding: 0;
}
.layout-content{
padding-top: 0;
}
.seminar_h3{
font-size: 1.5em;
font-weight: bold;
color: #ffc468;
margin-top: 0;
line-height: 1.5;
}
.seminar_hr{
display: none;
}
.head_before{
writing-mode: vertical-rl;
text-orientation: mixed;
background: #ffc468;
color: #ffffff;
border-radius: 0.5em;
width: 1.1em;
height: 1.1em;
font-size: 1em;
padding-top: 0.3em;
margin-right: 0.3em;
margin-bottom: -0.2em;
}
[class*=widget-title] {
margin: 0.5em 0;
line-height: 1.5;
color: #ffc468;
font-weight: bold;
}
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
color: #ffc468;
font-weight: bold;
}
.layout-content-inner [data-subpart-id] a, .layout-content-inner #main-content a{
color: #333333;
background: transparent;
border: 0;
}
.layout-content-inner [data-subpart-id] a.btn-primary, .layout-content-inner #main-content a.btn-primary{
background: transparent;
text-decoration: none;
color: #2e2b44;
border: 0;
font-weight: bold;
padding: 0.3em;
font-size: 1.1em;
}
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
color: #666666;
}
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active {
color: #666666;
background: transparent;
border: none;
text-decoration: underline;
outline: none;
}
li.w-annc__item.row:before {
display: none;
content: "";
}
span.w-annc__postdate, .i-annc__postdate {
color: #787878;
white-space: normal;
}
li.w-annc__item.row {
border-bottom: 1px dashed #888888;
padding: 5px 0;
margin: 0;
position: relative;
}
li.w-annc__item.row .w-annc__postdate-wrap {
display: block;
padding: 0;
overflow-wrap: break-word;
}
.layout-footer-content , .footer-counter{
color: #0f609a;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}
@media (min-width: 992px){
[data-module="seminars_home"] .row > * > section:nth-of-type(1){
padding-right: 1em;
}
}