nfu-nfupme/assets/stylesheets/template/base/_unity.scss

144 lines
2.6 KiB
SCSS

@charset "utf-8";
@import "variables";
.internal-page{
.sitemenu-title{
font-size: 1.2em;
font-weight: 700;
color: #fff!important;
background-color:$theme-color-second;
text-align: center;
margin: 0px;
padding: 10px;
border-radius: 4px 4px 0px 0px;
span{
&:before{
display: none!important;
}
}
}
.unity-title{
border-radius: 10px;
color: black;
border-bottom: 3px solid #ddafda;
margin-bottom: 10px;
margin-top: 10px;
padding: 15px 8px;
span{
&:before{
content: "\f12e";
display: block;
position: relative;
font-family: "Font Awesome 6 Free", FontAwesome;
margin-right: 4px;
}
}
}
.page-module-title{
display: flex !important;
border-radius: 10px;
color: black;
border-bottom: 3px solid #ddafda;
margin-bottom: 10px;
margin-top: 10px;
padding: 15px 8px;
&:before{
content: "\f12e";
display: block;
position: relative;
font-family: "Font Awesome 6 Free", FontAwesome;
margin-right: 4px;
}
}
}
.page-home{
.unity-title{
span{
justify-content: center;
}
}
}
.unity-title {
span{
width: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
// &: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 {
line-height: 1.5;
font-size: $font-h3;
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;
}
.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;
}