seminar/app/assets/stylesheets/seminar/content_style/9/css/template.css

63 lines
1.3 KiB
CSS

.layout-content-inner{
background: #ffffff;
}
.seminar_h3{
margin: 0.5em 0;
}
.seminar_hr{
border-top: 0.1em dashed #acacac;
margin: 0.5em 0;
}
[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;
font-weight: bold;
color: #be9bb3 !important;
}
@media (max-width: 767px){
.layout-content{
background: #ffffff;
}
}
.layout-content-box h3,.layout-content-box h1 {
overflow: hidden;
position: relative;
}
.seminar_hr{
display: none;
}
a[class*="more"],a.btn-primary {
background: transparent;
color: #a5a5a5;
border: #a5a5a5 0.2em solid;
font-weight: bold;
}
li.w-annc__item.row:before{
display: none;
}
.layout-content-box [class*="annc__title"]:hover, .layout-content-box a:hover{
color: #6d76dd;
background: transparent;
}
a.btn-primary:hover, .layout-content-box .w-annc__title:hover{
color: #ffffff;
background: #2f3361;
}
.w-annc__postdate-wrap{
line-height: 1.8;
}
.w-annc__postdate-wrap {
color: #c0c0c0;
}
.slash-background{
background: linear-gradient(-45deg, #ffffff 0.45em, #efecef 0.5em, #ffffff 0.45em );
position: absolute;
z-index: 0;
width: 100%;
height: 1em;
top: 0.15em;
left: 100%;
right: 0;
transform: scaleY(2);
background-size: 0.5em 100%;
}