108 lines
1.9 KiB
SCSS
108 lines
1.9 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "variables";
|
|
.internal-page{
|
|
.page-module-title{
|
|
display: block !important;
|
|
text-align: left !important;
|
|
&:before{
|
|
display: block;
|
|
position: relative;
|
|
text-align: center;
|
|
content: '';
|
|
height: 6px;
|
|
width: 80px;
|
|
background-color: #00356a;
|
|
margin-bottom: 0.2em;
|
|
|
|
}
|
|
}
|
|
}
|
|
.page-home{
|
|
.unity-title {
|
|
span{
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
&:before{
|
|
background: url(/assets/goback.png) no-repeat left center;
|
|
display: block;
|
|
position: relative;
|
|
text-align: center;
|
|
content: '';
|
|
width: 35px;
|
|
height: 35px;
|
|
background-size: contain;
|
|
margin-right: 4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// Title
|
|
.unity-title {
|
|
line-height: 1.5;
|
|
font-family: "Noto Serif TC", sans-serif;
|
|
font-size: $font-h3;
|
|
font-weight: bold;
|
|
color: $theme-color-main;
|
|
text-align: center;
|
|
// display: flex;
|
|
// justify-content: center;
|
|
// flex-wrap: wrap;
|
|
.layout-footer & {
|
|
margin-bottom: 0.625em;
|
|
border-bottom: none;
|
|
span {
|
|
display: inline;
|
|
margin-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
}
|
|
.i-title{
|
|
font-size: 1.1em;
|
|
color: #000000;
|
|
font-weight: normal;
|
|
}
|
|
.i-subtitle{
|
|
font-size: 1.1rem;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
}
|
|
.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;
|
|
}
|