@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: $theme-color-second; margin-bottom: 0.2em; } } } .widget-title{ background: linear-gradient(90deg, #22c1c3 0%, #ffffff 100%) !important; } // .widget-title{ // border-bottom: 2px solid #bf4e4e; // margin-top: 1em; // span{ // background-color:#bf4e4e!important; // color: #fff; // font-size: 0.8em; // &:before{ // display: none!important; // } // } // } .unity-title { margin-bottom: 0; span{ padding: 0.3em 0.5em; width:fit-content; display: flex; align-items: center; flex-wrap: wrap; // &:before{ // background: url(/assets/titleicon.gif) 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; // } } } .page-home{ .unity-title{ background: linear-gradient(90deg, #22c1c3 0%, #ffffff 100%) !important; } } // Title .unity-title { line-height: 1.5; font-size: $font-h3; font-weight: bold; color: $theme-color-main; 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: bold; color: #0064cc; &:hover{ color: $theme-color-hover; } } .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; }