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

151 lines
2.6 KiB
SCSS

@charset "utf-8";
@import "variables";
.annc-title{
font-weight: bold;
}
.internal-page{
.page-module-title{
display: block;
text-align: left ;
color: #04519c;
font-size:2em!important;
&:after{
content: "";
position: absolute;
display: inline-block;
left: 0;
bottom: -10px;
width: 100%;
height: 2px;
background-color: #04519c;
}
}
.i-archive-title{
color: #fff!important;
&:after{
display: none!important;
}
}
}
.unity-title {
position: relative;
span{
width: 100%;
display: flex;
color: #04519c;
align-items: center;
flex-wrap: wrap;
&:after{
content: "";
position: absolute;
display: inline-block;
left: 0;
bottom: -10px;
width: 100%;
height: 2px;
background-color: #04519c;
}
// &:before{
// background: url(/assets/titleicon.png) no-repeat left center;
// display: block;
// position: relative;
// text-align: center;
// content: '';
// width: 35px;
// height: 35px;
// background-size: contain;
// margin-top: 9px;
// margin-right: 4px;
// }
}
}
// Title
.unity-title {
font-size: 2em;
// font-weight: bold;
color: $theme-color-main;
text-align: center;
.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;
}
.search_widget{
font-size: 1em!important;
}
.status {
font-family: $main-font;
font-size: 0.750em;
}
.status-top {
border-radius: 1em!important;
display: flex;
justify-content: center;
align-items: center;
transform: rotate(45deg);
float: left;
i{
color: #a2a2a2!important;
font-size: 1em!important;
padding: 0!important;
}
}
.status-hot {
border-radius: 1em!important;
display: flex;
justify-content: center;
align-items: center;
float: left;
i{
color: #c60000!important;
font-size: 1em!important;
padding: 0!important;
}
}
.status-source {
background-color: $theme-color-main;
a {
color: $theme-white;
}
}
ol, ul{
padding-left: 1.6em;
text-align: left;
}
ol{
padding-left: 1.6em;
text-align: left;
}