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

191 lines
3.5 KiB
SCSS

@charset "utf-8";
@import "variables";
.internal-page{
// .unity-title{
// margin-top: 1em;
// }
.page-module-title{
display: block !important;
text-align: left !important;
margin-top: 1em;
&:before{
float: left;
display: block;
position: relative;
text-align: center;
content: '';
width: 4px;
background: $theme-color-second;
height: 30px;
background-size: contain;
margin-right: 6px;
// display: block;
// position: relative;
// text-align: center;
// content: '';
// height: 6px;
// width: 80px;
// background-color:$theme-color-second;
// margin-bottom: 0.2em;
}
}
}
.unity-title {
span{
width: 100%;
display: flex;
align-items: center;
&:before{
// background: url(/assets/titleicon.png) no-repeat left center;
display: block;
position: relative;
text-align: center;
content: '';
width: 4px;
background: $theme-color-second;
height: 30px;
background-size: contain;
margin-right: 6px;
}
}
}
.w-annc__widget-title span.no-before::before {
display: none !important;
content: none !important;
}
// Title
.unity-title {
clear: both;
line-height: 1.5;
font-family: "Noto Serif TC", sans-serif;
font-size: $font-h3;
font-weight: bold;
color: #333;
.layout-footer & {
margin-bottom: 0.625em;
border-bottom: none;
span {
display: inline;
margin-bottom: 0;
border-bottom: none;
}
}
}
.bigtitle{
font-family: "Noto Serif TC", sans-serif;
font-weight: bold;
padding-left: 0.3em;
border-left: 4px solid #a2008f;
color: #a2008f;
align-items: center;
display: flex;
@media(max-width:$screen-xs){
font-size: 1em !important;
}
&:after{
content: '';
width: 200px;
height: 23px;
position: relative;
display: block;
background: linear-gradient(to right, #fbe5f2, #ffffff);
margin-left: 0.5em;
}
}
.i-title{
font-size: 1.2em;
font-weight:bold;
}
.i-subtitle{
font-size: 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: #333;
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;
}
}
.btn-warning{
background-color: $theme-color-second;
color: #fff;
&:hover{
background-color: $theme-color-second;
color: #fff;
opacity: .8;
}
}
.btn-warning{
background-color: $theme-color-second;
color: #fff;
&:hover{
background-color: $theme-color-second;
color: #fff;
opacity: .8;
}
}
ol, ul{
padding-left: 1.6em;
text-align: left;
}
ul{
li {
list-style: disc;
}
}
ol{
padding-left: 1.6em;
text-align: left;
}