genomics_new/assets/stylesheets/template/base/_unity.scss

108 lines
1.6 KiB
SCSS

@charset "utf-8";
@import "variables";
.page-module-title{
border-left: 4px solid #00454f;
padding-left: 0.5em;
}
.internal-page{
.w-annc__widget-title {
span{
&:after{
display: none!important;
}
}
}
}
.w-annc__widget-title2{
z-index: 2;
position: relative;
float: left;
margin:0.95em 0 0.5em 0;
span{
&:after{
content: '';
height: 30px;
width: 2px;
color: #333;
padding-left: 2px;
position: relative;
background: #333;
margin-left: 0.3em;
margin-top: -2px;
display: block;
float: right;
}
}
}
.page-module-title{
display: none!important;
}
// Title
.unity-title {
margin: 0.5em 0;
line-height: 1.5;
font-family: $main-font;
font-size: $font-h3;
font-weight: bold;
color: $theme-color-main;
display: -webkit-box;
.layout-footer & {
margin-bottom: 0.625em;
border-bottom: none;
span {
display: inline;
margin-bottom: 0;
border-bottom: none;
}
}
}
.i-title{
font-size: 1.2rem;
line-height: 1.3;
font-weight: normal;
}
.i-subtitle{
font-size: 1.1rem;
font-weight: normal;
}
.metadata-date{
list-style: none;
}
//transition
.transition {
cursor: pointer;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
.status {
font-family: $main-font;
font-size: 0.750em;
}
.status-top {
background-color: $theme-color-main;
}
.status-hot {
background-color: $theme-color-third;
}
.status-source {
background-color: $theme-color-main;
a {
color: $theme-white;
}
}
ol, ul{
padding-left: 1.6em;
}