@charset "utf-8"; @import "variables"; .internal-page{ .page-module-title{ clear: both; display: block !important; text-align: left !important; align-items: center; &:before{ background: url(/assets/titleicon.png) no-repeat left center; display: block; position: relative; text-align: center; content: ''; width: 20px; height: 20px; background-size: contain; margin-top: 6px; margin-right: 4px; float: left; } } .unity-title { border-bottom: 1px solid #dcdcdc!important; margin-bottom: 1em!important; align-items: center; span{ &:before{ background: url(/assets/titleicon.png) no-repeat left center; display: block; position: relative; text-align: center; content: ''; width: 20px; height: 20px; background-size: contain; margin-top: 6px; margin-right: 4px; } } } } .page-home{ .unity-title { background: url(/assets/bg_titleline.png) repeat-x left bottom; margin-bottom: 20px; } } .unity-title { span{ width: 100%; display: flex; align-items: baseline; flex-wrap: wrap; } .en{ display: inline-block; font-size: 0.7em; color: #1d64c9; font-weight: 400; margin-left: 5px; text-transform: uppercase; letter-spacing: 1px; } } // Title .unity-title { padding: 0 0 12px; 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: 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; }