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

127 lines
2.2 KiB
SCSS

@charset "utf-8";
@import "variables";
.internal-page{
.page-module-title{
display: block !important;
text-align: left !important;
}
}
.internal-page{
.unity-title{
span{
// &: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;
// }
}
}
}
.page-home{
.unity-title {
span{
}
}
}
.unity-title {
margin-top: 0.5em;
margin-bottom: 0.5em;
span{
float: left;
// width: 100%;
// display: flex;
// align-items: center;
// flex-wrap: wrap;
// border-bottom: 1px solid #0000001a;
// margin-bottom: 1em;
// &:after{
// content: ".";
// line-height: 0;
// display: block;
// overflow: hidden;
// position: absolute;
// bottom: -1px;
// width: 30%;
// border-bottom: 1px solid $theme-color-second;
// }
}
}
// Title
.unity-title {
line-height: 1.5;
font-size: $font-h3;
font-weight: bold;
color: $theme-color-main;
position: relative;
.layout-footer & {
margin-bottom: 0.625em;
border-bottom: none;
span {
display: inline;
margin-bottom: 0;
border-bottom: none;
}
}
}
.i-title{
font-size: 1rem;
line-height: 1.3;
font-weight: normal;
}
.i-subtitle{
font-size: 0.9rem;
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;
text-align: left;
}
ol{
padding-left: 1.6em;
display: inline-block;
text-align: left;
}