forked from spen/seminar
81 lines
1.8 KiB
CSS
81 lines
1.8 KiB
CSS
.layout-content-inner{
|
|
background: #ffffff;
|
|
padding-top: 1em;
|
|
}
|
|
.layout-content{
|
|
padding-top: 0;
|
|
}
|
|
.seminar_h3{
|
|
display: none;
|
|
font-weight: bold;
|
|
color: #666666;
|
|
line-height: 1.5;
|
|
}
|
|
.seminar_hr{
|
|
display: none;
|
|
}
|
|
.head_before{
|
|
writing-mode: vertical-rl;
|
|
text-orientation: mixed;
|
|
background: #666666;
|
|
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: #666666;
|
|
}
|
|
.internal-page [class*=widget-title] > * ,.internal-page #main-content [class*=page-title],.internal-page #main-content .index-title{
|
|
color: #666666;
|
|
}
|
|
.layout-content-inner [data-subpart-id] a, .layout-content-inner #main-content a{
|
|
color: #666666;
|
|
background: transparent;
|
|
border: 0;
|
|
}
|
|
.layout-content-inner [data-subpart-id] a.btn-primary, .layout-content-inner #main-content a.btn-primary{
|
|
background: transparent;
|
|
color: #489fc1;
|
|
border: 0.1em solid #489fc1;
|
|
text-decoration: none;
|
|
padding: 0.3em;
|
|
}
|
|
.layout-content-inner [data-subpart-id] a:hover, .layout-content-inner #main-content a:hover{
|
|
color: #366cf3;
|
|
}
|
|
.internal-page a.btn-primary:hover,.internal-page a.btn-primary:focus,.internal-page a.btn-primary:active {
|
|
color: #000000;
|
|
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;
|
|
}
|
|
.layout-footer-content , .footer-counter{
|
|
color: #0f609a;
|
|
}
|
|
@media (max-width: 767px){
|
|
.layout-content{
|
|
background: #ffffff;
|
|
}
|
|
} |