@charset "utf-8"; @import "variables"; .internal-page{ .page-module-title{ clear: both; display: block !important; text-align: left !important; &:before{ position: relative; content: "\f299"; display: inline-block; color: #a1c8a9; font-size: 1em !important; margin-right: 5px; font: normal normal normal 14px / 1 FontAwesome; } } .unity-title { border-bottom: 1px solid #dcdcdc!important; margin-bottom: 1em!important; // span{ // &:before{ // position: relative; // content: "\f299"; // display: inline-block; // color: #a1c8a9; // font-size: 1em !important; // margin-right: 5px; // font: normal normal normal 14px / 1 FontAwesome; // } // } } } .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-size: 1.8em; line-height: 1em; font-weight: 600; color: #003e72; padding:0 12px 10px 0; } } // Title .unity-title { padding: 0 0 12px; line-height: 1.5; font-size: $font-h3; font-weight: bold; color: $theme-color-main; text-align: center; margin-bottom: 0; .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.2rem; 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; }