forked from spen/seminar
125 lines
2.9 KiB
CSS
125 lines
2.9 KiB
CSS
.layout-content-inner{
|
|
|
|
padding-left: 0.9375em;
|
|
}
|
|
.layout-content-inner [data-subpart-id], .layout-content-inner #main-content{
|
|
background: #e8e6e6;
|
|
}
|
|
[data-pp] .row{
|
|
margin: 0;
|
|
padding: 0.5em;
|
|
}
|
|
.layout-content.col-sm-9{
|
|
padding-left: 0;
|
|
}
|
|
.seminar_hr{
|
|
display: none;
|
|
|
|
}
|
|
.layout-content-inner [class*=widget-title] , #main-content [class*=page-title] , #main-content .index-title ,.layout-content-inner .seminar_h3{
|
|
display: inline-block;
|
|
margin: 0;
|
|
line-height: 1.5;
|
|
color: #ffffff;
|
|
background: #fe681c;
|
|
padding: 0 0.5em;
|
|
}
|
|
.layout-content-inner [class*=widget-title] span{
|
|
color: #ffffff;
|
|
}
|
|
[class*=widget-title] > * , #main-content [class*=page-title], #main-content .index-title{
|
|
color: #ffffff;
|
|
}
|
|
.seminar_hr + *{
|
|
margin-top: 1em;
|
|
}
|
|
.layout-content-inner [data-subpart-id] a.btn-primary, .layout-content-inner #main-content a.btn-primary {
|
|
background: transparent;
|
|
color: #2c8bb6;
|
|
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: #2c8bb6;
|
|
}
|
|
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
|
|
color: #026c9c;
|
|
text-decoration: underline;
|
|
}
|
|
.layout-content-inner a.btn-primary:hover,.layout-content-inner a.btn-primary:focus,.layout-content-inner a.btn-primary:active {
|
|
color: #026c9c;
|
|
background: transparent;
|
|
border: none;
|
|
text-decoration: underline;
|
|
outline: none;
|
|
font-weight: bold;
|
|
}
|
|
li.w-annc__item.row:before {
|
|
display: inline-block;
|
|
color: #666;
|
|
content: "→";
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
font-family: fantasy;
|
|
font-weight: bold;
|
|
}
|
|
span.w-annc__postdate, .i-annc__postdate {
|
|
color: #787878;
|
|
}
|
|
li.w-annc__item.row {
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
border: none;
|
|
border-bottom: 1px dashed #888888;
|
|
}
|
|
li.w-annc__item.row .w-annc__postdate-wrap {
|
|
display: none;
|
|
}
|
|
.layout-footer-content , .footer-counter{
|
|
color: #0f609a;
|
|
}
|
|
[data-pp="200"]{
|
|
padding: 0 0.9375em;
|
|
}
|
|
[data-pp="201"]{
|
|
background: #e8e6e6;
|
|
}
|
|
[data-pp="200"] [data-subpart-id],[data-pp="201"] [data-subpart-id]{
|
|
border-top: 1px solid #a6a5a5;
|
|
}
|
|
@media (max-width: 767px){
|
|
.layout-content{
|
|
background: #ffffff;
|
|
}
|
|
.layout-content-inner {
|
|
margin-left: 0.9375em;
|
|
}
|
|
.col-sm-6{
|
|
padding-left: 0;
|
|
}
|
|
|
|
[data-pp="200"] [data-subpart-id]:last-of-type{
|
|
border-bottom: 1px solid #a6a5a5;
|
|
}
|
|
.widget-custom_gallery .row > .col-md-4{
|
|
padding: 1em;
|
|
}
|
|
}
|
|
[data-pp="200"] [data-subpart-id]:first-of-type{
|
|
border-top: none;
|
|
}
|
|
.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 (min-width: 768px){
|
|
|
|
} |