forked from spen/seminar
69 lines
1.4 KiB
CSS
69 lines
1.4 KiB
CSS
|
.layout-content-inner{
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
.seminar_h3{
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.seminar_hr{
|
||
|
border-top: 0.1em dashed #ecd4cf;
|
||
|
margin: 0.5em 0;
|
||
|
}
|
||
|
[class*=widget-title] {
|
||
|
margin: 0.5em 0;
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
@media (max-width: 767px){
|
||
|
.layout-content{
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
}
|
||
|
.layout-content-box h3, .layout-content-box h1,.layout-content-box .i-annc .i-annc__th{
|
||
|
padding: 0.2em;
|
||
|
padding-left: 0;
|
||
|
margin-bottom: 0em !important;
|
||
|
margin-top: 0em !important;
|
||
|
|
||
|
}
|
||
|
.layout-content-box .i-annc .i-annc__th{
|
||
|
border-top: 0.1em solid #de9485;
|
||
|
}
|
||
|
.layout-content-box h3{
|
||
|
font-size: 1.3em !important;
|
||
|
}
|
||
|
.layout-content-box h3,.layout-content-box h1{
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.seminar_hr{
|
||
|
display: none;
|
||
|
}
|
||
|
a[class*="more"],a.btn-primary {
|
||
|
background: #a52d14;
|
||
|
color: #ffebe7;
|
||
|
}
|
||
|
li.w-annc__item.row:before{
|
||
|
display: none;
|
||
|
}
|
||
|
.layout-content-box a:hover, .layout-content-box .w-annc__title:hover{
|
||
|
color: #a52d14;
|
||
|
}
|
||
|
.layout-content-box .w-annc__title{
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
.w-annc__postdate-wrap{
|
||
|
line-height: 1.8;
|
||
|
}
|
||
|
a[class*="more"]:hover,a.btn-primary:hover {
|
||
|
background: #781703;
|
||
|
color: #ffebe7;
|
||
|
}
|
||
|
.layout-content-box li.w-annc__item.row{
|
||
|
border-bottom: 0em;
|
||
|
margin: 0;
|
||
|
padding: 0.4em;
|
||
|
}
|
||
|
.layout-content-box li.w-annc__item.row:nth-child(2n+2),.layout-content-box .table-striped>tbody>tr:nth-child(2n+2){
|
||
|
background: #e9e9e9;
|
||
|
}
|
||
|
.layout-content-box .table-striped>tbody>tr:nth-of-type(odd){
|
||
|
background: transparent;
|
||
|
}
|