@charset "utf-8"; @import "variables"; .internal-page{ .unity-title{ margin: 0; font-size: 25px; line-height: 1.5; font-weight: 600; color: #183A3E; letter-spacing: 3px; padding: 10px 5px 10px 5px; margin-bottom: 20px; text-align: left; border-bottom: 4px double #a6bad8; box-sizing: border-box; } .page-module-title{ display: block !important; text-align: left !important; margin: 0; font-size: 25px; line-height: 1.5; font-weight: 600; color: #183A3E; letter-spacing: 3px; padding: 10px 5px 10px 5px; margin-bottom: 20px; text-align: left; border-bottom: 4px double #a6bad8; box-sizing: border-box; // &:before{ // 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; 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; // } } .en{ font-family: 'Playfair Display SC', serif; font-size: 23px; color: #396fa2; font-weight: 500; line-height: 25px; letter-spacing: 1px; margin-left: 5px; } } // Title .unity-title { line-height: 1.5; font-size: $font-h3; color: #414141; line-height: 1.2; letter-spacing: 1px; 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.1rem; line-height: 1.3; font-weight: normal; } .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; } .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; }