forked from spen/seminar
85 lines
1.9 KiB
CSS
85 lines
1.9 KiB
CSS
|
.layout-content-inner{
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
.seminar_hr{
|
||
|
display: none;
|
||
|
|
||
|
}
|
||
|
[class*=widget-title] , .seminar_h3{
|
||
|
margin: 0.5em 0;
|
||
|
line-height: 1.5;
|
||
|
color: #333333;
|
||
|
}
|
||
|
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
|
||
|
color: #333333;
|
||
|
}
|
||
|
.layout-content-inner a.btn-primary {
|
||
|
background: transparent;
|
||
|
color: #396992;
|
||
|
border: none;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.layout-content-inner h1,.layout-content-inner h2,.layout-content-inner h3,.layout-content-inner h4,.layout-content-inner h5,.layout-content-inner h6{
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
h4.w-annc__entry-title{
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
.layout-content-inner [data-subpart-id] a, .layout-content-inner #main-content a{
|
||
|
color: #333333;
|
||
|
}
|
||
|
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
|
||
|
color: #888888;
|
||
|
}
|
||
|
.layout-content-inner a.btn-primary:hover,.layout-content-inner a.btn-primary:focus,.layout-content-inner a.btn-primary:active {
|
||
|
color: #033864;
|
||
|
background: transparent;
|
||
|
border: none;
|
||
|
text-decoration: underline;
|
||
|
outline: none;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
li.w-annc__item.row:before {
|
||
|
display: inline-block;
|
||
|
content: " ";
|
||
|
width: 0.5em;
|
||
|
height: 0.5em;
|
||
|
border-radius: 50px;
|
||
|
background-color: #888888;
|
||
|
position: absolute;
|
||
|
top: 12px;
|
||
|
}
|
||
|
span.w-annc__postdate, .i-annc__postdate {
|
||
|
color: #787878;
|
||
|
}
|
||
|
li.w-annc__item.row {
|
||
|
padding: 5px 0;
|
||
|
margin: 0;
|
||
|
border: none;
|
||
|
}
|
||
|
li.w-annc__item.row .w-annc__postdate-wrap {
|
||
|
display: none;
|
||
|
}
|
||
|
.w-annc{
|
||
|
border-bottom: 1px dashed #888888;
|
||
|
}
|
||
|
.layout-footer-content , .footer-counter{
|
||
|
color: #0f609a;
|
||
|
}
|
||
|
.widget-custom_gallery .row > .col-md-4{
|
||
|
border: 0.1em solid #b3b2b2;
|
||
|
}
|
||
|
.widget-custom_gallery .row > .col-md-4:hover{
|
||
|
border: 0.1em solid #396992;
|
||
|
}
|
||
|
@media (max-width: 767px){
|
||
|
.layout-content{
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
.widget-custom_gallery .row > .col-md-4{
|
||
|
padding: 1em;
|
||
|
}
|
||
|
}
|
||
|
[data-pp="200"]{
|
||
|
padding: 0 0.9375em;
|
||
|
}
|