forked from spen/seminar
81 lines
1.7 KiB
CSS
81 lines
1.7 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: #396992;
|
|
}
|
|
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
|
|
color: #396992;
|
|
}
|
|
.layout-content-inner a, .w-annc .w-annc__title,.i-annc .i-annc__title{
|
|
color: #396992;
|
|
}
|
|
.layout-content-inner a.btn-primary{
|
|
background: #396992;
|
|
color: #ffffff;
|
|
border: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.layout-content-inner a:hover, .w-annc .w-annc__title:hover,.i-annc .i-annc__title:hover{
|
|
color: #82abce;
|
|
}
|
|
.layout-content-inner a.btn-primary:hover,.layout-content-inner a.btn-primary:focus,.layout-content-inner a.btn-primary:active {
|
|
color: #ffffff;
|
|
background: #064d88;
|
|
border: none;
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
li.w-annc__item.row:before {
|
|
display: none;
|
|
content: "";
|
|
}
|
|
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 > * {
|
|
border-right: 3px solid #b0b0b0;
|
|
}
|
|
li.w-annc__item.row > *:last-child {
|
|
border-right: 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;
|
|
}
|
|
}
|
|
@media (min-width: 768px){
|
|
.row > .layout-content.col-sm-9{
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
[data-pp="200"]{
|
|
padding: 0 0.9375em;
|
|
} |