forked from spen/seminar
51 lines
1.0 KiB
CSS
51 lines
1.0 KiB
CSS
|
.layout-content-inner{
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
.seminar_h3{
|
||
|
font-weight: bold;
|
||
|
margin: 0.5em 0;
|
||
|
}
|
||
|
[class*=widget-title] {
|
||
|
margin: 0.5em 0;
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
@media (max-width: 767px){
|
||
|
.layout-content{
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
[class*=widget-title], .layout-content-box h3, .layout-content-box h1, .layout-content-box .w-annc__widget-title1{
|
||
|
margin: 0.5em 0;
|
||
|
line-height: 1.5;
|
||
|
border: 0.1em solid #8a8a88;
|
||
|
border-left: 0.4em solid #8a8a88;
|
||
|
font-weight: bold;
|
||
|
padding: 0.2em;
|
||
|
}
|
||
|
.seminar_hr{
|
||
|
display: none;
|
||
|
}
|
||
|
a[class*="more"],a.btn-primary {
|
||
|
background: transparent;
|
||
|
color: #9fca8f;
|
||
|
border: navajowhite;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
li.w-annc__item.row:before{
|
||
|
display: none;
|
||
|
}
|
||
|
.layout-content-box a[class*="more"]:hover{
|
||
|
color: #9fca8f;
|
||
|
background: #e9e9e9;
|
||
|
}
|
||
|
.layout-content-box [class*="annc__title"]:hover, a.btn-primary:hover, .layout-content-box a:hover{
|
||
|
color: #9fca8f;
|
||
|
background: transparent;
|
||
|
}
|
||
|
.w-annc__postdate-wrap{
|
||
|
line-height: 1.8;
|
||
|
}
|
||
|
.w-annc__postdate-wrap {
|
||
|
color: #c0c0c0;
|
||
|
}
|