about
.body-page {
width: 70%;
padding-left: 20px;
background: #FFF;
padding: 25px;
border-radius: 5px;
border-bottom: 1px solid #e9e9e9;
padding-bottom: 55px;
margin: 0 auto;
padding-top: 55px;
color: #666;
}
.body-page .about {
text-align: center;
}
section.about .user-small img {
padding-right: 0;
margin-right: 10px;
}
.body-page h2 {
font-size: 35px;
font-weight: normal;
margin-bottom: 50px;
line-height: 1.5;
margin-top: 35px;
}
.body-page section.about h3{
font-size: 25px;
margin: 50px;
font-weight: normal;
}
section.about table td, section.about table th {
border-bottom: 1px solid #e5e5e5;
padding: 15px;
}
section.about table {
width: 100%;
}
admin
.dashboard-stats table th {
background: #f8f8f8;
}
body .boxed.white {
border-radius: 5px;
margin-top: 25px;
}
code-highlight
.hljs-keyword,
.hljs-literal,
.hljs-change,
.hljs-winutils,
.hljs-flow,
.nginx .hljs-title,
.tex .hljs-special {
color: white;
}
/*
vim-hybrid theme by w0ng (https://github.com/w0ng/vim-hybrid)
*/
/*background color*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #1d1f21;
-webkit-text-size-adjust: none;
}
/*selection color*/
.hljs::selection,
.hljs span::selection {
background: #373b41;
}
.hljs::-moz-selection,
.hljs span::-moz-selection {
background: #373b41;
}
/*foreground color*/
.hljs,
.hljs-setting .hljs-value,
.hljs-expression .hljs-variable,
.hljs-expression .hljs-begin-block,
.hljs-expression .hljs-end-block,
.hljs-class .hljs-params,
.hljs-function .hljs-params,
.hljs-at_rule .hljs-preprocessor {
color: #c5c8c6;
}
/*color: fg_yellow*/
.hljs-title,
.hljs-function .hljs-title,
.hljs-keyword .hljs-common,
.hljs-class .hljs-title,
.hljs-decorator,
.hljs-tag .hljs-title,
.hljs-header,
.hljs-sub,
.hljs-function {
color: #f0c674;
}
/*color: fg_comment*/
.hljs-comment,
.hljs-javadoc,
.hljs-output .hljs-value,
.hljs-pi,
.hljs-shebang,
.hljs-doctype {
color: #707880;
}
/*color: fg_red*/
.hljs-number,
.hljs-symbol,
.hljs-literal,
.hljs-deletion,
.hljs-link_url,
.hljs-symbol .hljs-string,
.hljs-argument,
.hljs-hexcolor,
.hljs-input .hljs-prompt,
.hljs-char {
color: #cc6666
}
/*color: fg_green*/
.hljs-string,
.hljs-special,
.hljs-javadoctag,
.hljs-addition,
.hljs-important,
.hljs-tag .hljs-value,
.hljs-at.rule .hljs-keyword,
.hljs-regexp,
.hljs-attr_selector {
color: #b5bd68;
}
/*color: fg_purple*/
.hljs-variable,
.hljs-property,
.hljs-envar,
.hljs-code,
.hljs-expression,
.hljs-localvars,
.hljs-id,
.hljs-variable .hljs-filter,
.hljs-variable .hljs-filter .hljs-keyword,
.hljs-template_tag .hljs-filter .hljs-keyword {
color: #b294bb;
}
/*color: fg_blue*/
.hljs-statement,
.hljs-label,
.hljs-keyword,
.hljs-xmlDocTag,
.hljs-function .hljs-keyword,
.hljs-chunk,
.hljs-cdata,
.hljs-link_label,
.hljs-bullet,
.hljs-class .hljs-keyword,
.hljs-smartquote,
.hljs-method,
.hljs-list .hljs-title,
.hljs-tag {
color: #81a2be;
}
/*color: fg_aqua*/
.hljs-pseudo,
.hljs-exception,
.hljs-annotation,
.hljs-subst,
.hljs-change,
.hljs-cbracket,
.hljs-operator,
.hljs-horizontal_rule,
.hljs-preprocessor .hljs-keyword,
.hljs-typedef,
.hljs-template_tag,
.hljs-variable,
.hljs-variable .hljs-filter .hljs-argument,
.hljs-at_rule,
.hljs-at_rule .hljs-string,
.hljs-at_rule .hljs-keyword {
color: #8abeb7;
}
/*color: fg_orange*/
.hljs-type,
.hljs-typename,
.hljs-inheritance .hljs-parent,
.hljs-constant,
.hljs-built_in,
.hljs-setting,
.hljs-structure,
.hljs-link_reference,
.hljs-attribute,
.hljs-blockquote,
.hljs-quoted,
.hljs-class,
.hljs-header {
color: #de935f;
}
.hljs-emphasis
{
font-style: italic;
}
.hljs-strong
{
font-weight: bold;
}
editor
#reply-control .wmd-controls .d-editor-input, #reply-control .wmd-controls .d-editor-preview-header {
font-size: 16px;
line-height: 1.6;
padding: 30px;
}
#reply-control .wmd-controls .d-editor-input, #reply-control .wmd-controls .d-editor-preview {
font-size: 16px;
line-height: 1.6;
}
Migrated from Site Text
body {
-webkit-font-smoothing: antialiased;
background: #f8f8f8;
font-weight: normal;
padding-bottom: 35px;
}
.title-wrapper h1 {
width: 85%;
}
.topic-body p a {
border-bottom: 1px dotted #8A8A8A;
padding-bottom: 2px;
}
.badge-notification.clicks {
font-family: sans-serif;
}
/* HEADER*/
.d-header {
background: url(https://ninghao.net/sites/all/themes/ninghao/images/navbar-bg.png) #000;
height: 46px;
box-shadow: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.d-header .icons .icon {
padding: 3px 5px;
border: none;
}
.current-user .icon {
padding: 5px 10px 7px 10px;
}
.d-header .icons .icon:hover {
background-color: rgba(0, 0, 0, 0.2);
border: none;
}
.d-header .icons .icon:hover {
color: #737373;
}
.d-header .icons .active .icon {
background-color: rgba(0, 0, 0, 0.2);
border: none;
}
.d-header .icons .active .icon:after {
border: none;
}
.d-header .icons .icon:active {
background-color: rgba(0, 0, 0, 0.2);
}
.d-header .icons .icon:active {
color: #737373;
}
.logo-small {
margin-top: 5px;
}
.extra-info-wrapper .title-wrapper {
border-left: 1px solid #000;
margin-left: 15px;
}
.extra-info h1 {
margin-top: 0;
}
.extra-info-wrapper .topic-link {
color: #868686;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
font-size: 16px;
margin-left: 25px;
}
.d-header button.login-button, .d-header button.sign-up-button {
margin-top: 0;
font-size: 13px;
margin-right: 10px;
padding: 6px 15px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.d-header button.login-button i, .d-header button.sign-up-button i {
display: none;
}
.list-controls .badge-category {
margin-bottom: 0;
}
/* BUTTON */
button.dismiss-read {
float: none;
}
.btn {
color: #636363;
}
.btn-primary {
color: #fff;
}
.btn-danger {
color: #fff;
background: #e74c3c;
}
.top-title-buttons {
margin-left: 10px;
}
nav.post-controls button.create {
border-radius: 3px;
}
/* ALERT */
.alert.alert-info {
color: #568AA3;
border-radius: 3px;
}
/* 网站标志*/
#site-logo {
width: 150px;
}
/* 头像 */
.avatar {
border-radius: 50%;
width:18px;
height:18px;
}
/* 顶部图标 */
.d-header .icons .icon{
transition: none;
}
.d-header .icons [class^="fa fa-"]{
font-size: 1em;
line-height: 22px;
}
/*下拉菜单*/
.d-dropdown {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #D8D8D8;
padding: 10px;
max-height: 500px;
}
.admin-link i {
display: none;
}
.flagged-posts-link i {
display: none;
}
.fa-lock {
color: #ccc;
}
.d-dropdown#notifications-dropdown .read {
border-left: none;
}
.d-dropdown#notifications-dropdown li a {
padding: 10px 5px;
}
.d-dropdown#notifications-dropdown li {
background: none;
border-left: 3px solid #E0F5FF;
border-bottom: 1px solid #e9e9e9;
background: #F0FAFF;
}
.d-dropdown li:not(.category):not(.heading) {
margin-bottom: none;
}
.d-dropdown#notifications-dropdown .fa {
margin-right: 10px;
}
.d-dropdown#notifications-dropdown li span {
float: right;
color: #adadad
}
/*表单*/
body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"]{
box-shadow: none;
}
body input[type="text"]:focus, body input[type="password"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body input[type="number"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="color"]:focus{
box-shadow: none;
}
#search-dropdown .show-help {
color: #bdbdbd;
}
/*下拉菜单*/
.d-dropdown li:not(.category):not(.heading) {
line-height: 19px;
}
.d-dropdown a {
color: #333;
}
.d-dropdown a:visited {
color: #333;
}
.d-dropdown li:not(.category):not(.heading):hover a:not(.badge-notification) {
/* background-color: #1389BF; */
background-color: #f8f8f8;
color: #333;
}
.d-dropdown li:not(.category):not(.heading) a {
transition: none;
}
button.logout {
margin-top: 10px;
width: 90%;
line-height: 1.9;
}
button.logout i {
display: none;
}
.d-dropdown#notifications-dropdown li:hover a {
background: #f8f8f8;
color: #333;
}
.d-dropdown#site-map-dropdown .heading {
padding-top: 15px;
}
.d-dropdown#notifications-dropdown .last {
text-align: right;
border-bottom: none;
}
.d-dropdown#notifications-dropdown .last a {
color: #ADADAD;
}
/*TYPO*/
a {
color: #333;
}
a:visited {
color: #8a8a8a;
}
p:empty {
display: none;
}
code, p>code, li>code {
padding: 2px 4px;
font-size: 90%;
color: #2577C7;
background-color: #DCF2FD;
border-radius: 4px;
}
.btn {
border-radius: 2px;
}
kbd {
box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #C7C7C7;
line-height: 1;
padding: .4em .6em;
}
.extra-info.has-category h1 {
padding-top: 3px;
}
.topic-body {
padding: 12px 20px 25px 11px;
}
.topic-body p, .topic-body ul, .topic-body ol {
-webkit-font-smoothing: antialiased;
font-family: "Noto Serif",serif;
font-size: 16px;
font-weight: 300;
line-height: 1.7;
margin-bottom: 30px;
padding-bottom: 5px;
}
pre code, .topic-body pre code {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
font-size: 13px;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
padding: 15px;
background: #2F2F2F;
margin: 0 0 30px;
color: #BCBCBC;
border-radius: 4px;
}
.topic-body h2, .topic-body h3 {
margin-bottom: 35px;
margin-top: 35px;
}
#topic-title h1 {
font-weight: normal;
font-size: 35px;
margin-bottom: 25px;
}
#topic-title a.edit-topic i {
font-size: 15px;
color: #BDBDBD;
}
.fa-pencil:before {
content: "\f044";
}
.topic-avatar .avatar {
width: 32px;
height: 32px;
}
.topic-body .contents {
margin-top: 35px;
}
.topic-meta-data {
margin-top: 10px;
}
a.reply-new {
margin-top: 23px;
}
.quote-button {
background: #2EA94C;
border-radius: 3px;
}
#suggested-topics h3 {
color: #919191;
}
#topic-footer-buttons p {
color: #919191;
}
#topic-footer-buttons .btn {
color: #7e7e7e;
}
#topic-footer-buttons .btn:hover {
background: #CDCDCD;
color: #5A5A5A;
}
#topic-footer-buttons .btn-primary {
color: #fff;
}
#topic-footer-buttons .btn-primary:hover {
background: #006DA3;
color: #fff;
}
.dropdown-menu {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dropdown-menu .disabled>a, .dropdown-menu .disabled>a:hover {
background: #f8f8f8;
}
.dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover {
background: #eee;
}
.topic-statuses .topic-status i {
font-size: 14px;
}
h1 .topic-statuses .topic-status i {
font-size: 14px;
}
/*TOPIC*/
.names .fa {
margin-left: 5px;
color: #bdbdbd;
}
.topic-body.highlighted {
background-color: #f8f8f8;
}
#topic-title #edit-title {
padding: 8px;
font-size: 15px;
}
blockquote {
font-family: "Noto Serif",serif;
font-style: italic;
color: #707070;
background: none;
margin: 35px 0;
margin-left: -20px;
padding: 0;
padding-left: 15px;
border-left: 5px solid #EEE;
}
.topic-body blockquote q {
font-size: 20px;
}
.topic-body .topic-map ul {
font-family: Helvetica,Arial,sans-serif;
font-size: 12px;
}
.topic-map .information {
border-top: 1px solid #e5e5e5;
margin-right: 15px;
}
.topic-body .topic-map {
padding-left: 15px;
background: #FFF;
border-bottom: 1px solid #E9E9E9;
border-radius: 5px;
}
.topic-map h3 {
color: #999;
}
.topic-map h3 i {
font-size: 14px;
margin-right: 10px;
}
.topic-map .buttons .btn{
color: #838383;
background: #EEE;
border-bottom: none;
}
.topic-map .buttons .btn:hover {
background: #d7d7d7;
}
.topic-body .topic-map li {
padding-top: 20px;
}
.topic-body .topic-map li h4 {
margin-bottom: 10px;
}
span.post-count {
background: #E0E0E0;
color: #5A5A5A;
opacity: .8;
float: right;
border: 1px solid #FFF;
}
.topic-map .avatars .post-count {
position: absolute;
top: 0;
right: -8px;
line-height: 14px;
border-radius: 50%;
}
.caret {
border-top: 4px solid #797979;
margin-bottom: 3px;
}
a.reply-new i {
border: 1px solid #E5E5E5;
padding: 1.5px 3px;
}
a:hover.reply-new i {
border: 1px solid #0383C3;
}
.topic-admin-menu {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #D8D8D8;
}
.topic-admin-menu .fa-lock {
float: none;
}
nav.post-controls button {
font-size: 14px;
}
aside.quote .title {
border-left: 5px solid #EEE;
margin-left: -20px;
background-color: #F8F8F8;
color: #646464;
padding: 15px;
padding-top: 5px;
font-family: "Courier New",monospace;
}
a.mention {
border-radius: 3px;
font-family: Helvetica,Arial,sans-serif;
font-size: 13px;
}
#topic-progress {
color: #2577C7;
}
#topic-progress .bg {
background-color: #DCF2FD;
}
#topic-progress-expanded {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #D8D8D8;
}
.names span a {
color: #bdbdbd;
font-family: "Courier New",monospace;
}
/*TOPIC LIST*/
.topic-list .avatar.latest:not(.single) {
box-shadow: 0 0 1px 1px #FFF;
}
.topic-list th, .topic-list td {
padding: 26px 5px;
background: #f8f8f8;
border-bottom: 1px solid #e5e5e5;
}
.topic-list {
border-top: none;
}
.list-controls .container {
border-bottom: 1px solid #e5e5e5;
}
.list-controls .nav {
margin-bottom: -1px;
}
.topic-list>tbody>tr:first-of-type {
border-top: 1px solid #e9e9e9;
}
.nav-pills {
border-bottom: 1px solid #e5e5e5;
}
.body-page li {
margin-bottom: 0;
}
#navigation-bar.nav-pills {
border-bottom: none;
}
.nav-pills>li.active>a, .nav-pills>li>a.active {
background: none;
color: #333;
border-bottom: 1px solid #000;
}
.nav-pills>li>a {
color: #666;
margin: 0 0 -1px;
padding: 7px 13px;
line-height: 1.9;
border-bottom: 1px solid #DDD;
}
.nav-pills>li>a:hover {
border-bottom: 1px solid #1278AB;
color: #333;
background: none;
}
// .nav-pills>li.active>a, .nav-pills>li>a.active {
// background: #1278AB;
// #border-radius: 3px;
// font-size: 15px;
// }
.nav-pills>li>a {
font-size: 15px;
}
ol.category-breadcrumb {
padding-top: 7px;
}
#create-topic {
background-color: #158BC6;
color: #fff;
padding: 7px 22px;
border-radius: 2px;
margin-right: 8px;
}
#create-topic:hover {
background-color: #1278AB;
}
#create-topic i {
display: none;
}
.show-more {
position: none;
width: 100%;
margin: 20px 0;
}
/*EDITOR*/
body textarea:focus {
border-color: none;
box-shadow: none;
}
#reply-control {
background: #f1f1f1;
}
#reply-control .wmd-controls #wmd-input, #reply-control .wmd-controls #wmd-preview-scroller, #reply-control .wmd-controls #wmd-preview{
padding: 25px;
font-size: 15px;
line-height: 1.7;
font-family: "Noto Serif",serif;
}
#wmd-preview h1, #wmd-preview h2, #wmd-preview h3, #wmd-preview h4 {
font-family: Helvetica,Arial,sans-serif;
}
.wmd-button {
color: #777;
font-size: 14px;
padding: 2px 5px;
width: 25px;
height: 25px;
}
#reply-control #wmd-button-bar {
padding-bottom: 8px;
}
#reply-control .contents #wmd-preview {
border: 1px solid #e5e5e5;
}
#reply-control .wmd-controls .textarea-wrapper {
border: 1px solid #e5e5e5;
}
.toggle-preview, .reply-to {
color: #919191;
}
.submit-panel .fa-plus {
display: none;
}
.submit-panel .btn-primary {
padding: 7px 20px;
}
#reply-title {
padding: 10px;
font-size: 15px;
}
.select2-container-active {
box-shadow: none;
}
.select2-results .select2-highlighted {
background: #f8f8f8;
}
.composer-popup-container {
display: none;
}
#wmd-preview .hljs {
background: #2f2f2f;
border-radius: 4px;
padding: 15px;
}
#reply-control.draft {
background: rgba(0, 0, 0, 0.8);
color: #868686;
border-top: 1px solid rgba(0, 0, 0, 0.9);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#reply-control.draft a {
color: #868686;
}
.popup-tip.bad {
box-shadow: none;
background: #D9534F;
}
/*FOOTER*/
.topic-list-bottom {
margin-top: 50px;
}
.topic-list-bottom h3 {
color: #919191;
font-weight: normal;
font-size: 13px;
float: right;
}
.topic-list-bottom h3 a{
color: #919191;
}
div.education {
color: #919191;
background: #FFF;
border-radius: 5px;
margin-bottom: 20px;
}
div.education p, div.education ul {
padding-bottom: 5px;
padding-left: 25px;
font-size: 15px;
line-height: 1.6;
}
div.education p:first-child{
padding-top: 25px;
}
div.education p:last-child{
border-bottom: 1px solid #e9e9e9;
padding-bottom: 25px;
}
/*CATEGORY PAGE*/
.topic-list.categories .category h3 i {
margin-left: 15px;
}
.categories-list .btn-default {
padding: 7px 22px;
}
.categories td, .categories th {
border-bottom: none;
}
.categories>tbody>td:nth-child(odd) {
background: #e5e5e5;
}
.categories td {
background: none;
}
.topic-list.categories>tbody>tr:nth-child(odd) {
background: #fff;
}
.topic-list.categories td.latest {
margin-top: 10px;
padding-top: 8px;
}
/*分类下拉菜单*/
.list-controls .category-dropdown-menu {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #D8D8D8;
padding: 10px;
}
.list-controls .category-dropdown-menu .fa-lock {
margin-top: 10px;
}
.fa-comment:before {
content: "\f03a";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
content: "\f142";
}
.list-controls .category-dropdown-menu .cat {
margin-bottom: 10px;
}
/*表单*/
body textarea {
box-shadow: none;
}
/*BADGE*/
.badge-category-parent-bg, .badge-category-bg {
padding: 0;
width: 10px;
height: 10px;
border-radius: 50%;
opacity: 0.8;
}
.badge-wrapper span {
font-weight: normal;
font-family: monospace;
margin-left: 5px;
}
.bar .badge-category {
color: #8A8A8A !important;
}
.extra-info-wrapper {
position: relative;
}
.extra-info-wrapper .badge-wrapper {
display: none;
}
.badge-wrapper>.badge-category {
padding-top: 4px;
}
.category-dropdown-menu .badge-category-bg {
}
.category-breadcrumb .fa-lock {
float: none;
}
table.badges-listing {
background: #fff;
width: 100%;
border-radius: 5px;
}
.badges h1 {
margin: 35px 0;
}
table.badges-listing td {
border-bottom: 1px solid #F6F6F6;
padding: 15px 25px;
}
table.badges-listing tr:last-child td {
border-radius: 5px;
}
/*POPULAR*/
.period-chooser {
margin-top: 20px;
color: #919191;
float: right;
cursor: pointer;
}
.period-chooser i {
color: #919191;
font-size: 14px;
}
.period-chooser h2 {
font-size: 15px;
}
.period-chooser a {
color: #333;
}
.period-chooser #period-popup ul li:hover {
background: #f8f8f8;
}
.period-chooser #period-popup {
border: 1px solid #CFCFCF;
padding: 5px;
background: #FFF;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#suggested-topics h3 {
font-size: 13px;
font-weight: normal;
margin-bottom: 25px;
margin-top: 25px;
float: right;
}
#suggested-topics .badge-wrapper span {
line-height: 1;
}
#suggested-topics h3 a, .topic-list-bottom h3 a{
color: #b2b2b2;
}
#suggested-topics h3:first-child {
float: none;
}
/*lightbox*/
.lightbox-wrapper .meta {
display: none;
}
.list-tags {
margin-left:25px;
}
modal
.modal-inner-container {
line-height: 1.9;
border-radius: 5px;
font-size: 12px;
background: #f8f8f8;
}
.bootbox.modal {
border-radius: 5px;
}
.modal.history-modal .modal-header {
height: 100%;
}
.modal-header {
background: #fff;
}
.modal-body h4{
margin: 10px 0;
}
.modal-body {
background: #f8f8f8;
padding: 25px;
}
#keyboard-shortcuts-help ul li {
margin: 15px 0;
}
#keyboard-shortcuts-help ul b {
margin: 3px;
}
.modal-header h3 {
color: #999;
}
profile
.user-main {
margin-top: 25px;
}
.user-main .about .details {
background: rgba(0, 0, 0, 0.8);
padding: 0;
}
.user-main .about .details img.avatar {
float: none;
}
.user-main .bio {
margin-left: 75px;
}
.user-main .about .details .primary h1 {
font-weight: normal;
color: rgba(255, 255, 255, 0.8);
padding-left: 30px;
}
.user-main .primary .avatar {
width: 90px;
height: 90px;
}
.user-main .about .details h1 i {
font-size: 16px;
color: rgba(255, 255, 255, 0.3);
}
.has-background{}
.demo {
background-color: rgba(255, 255, 255, 0.1);
color: #FFF;
}
.about .details{
position: relative;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.user-main .about .secondary a {
}
.user-main .about .secondary dt {
}
.user-main .about .secondary dd {
color: #f8f8f8;
}
.user-main .about .btn {
border-radius: 2px;
}
.user-main .about .btn:hover {
}
.user-main .has-background .secondary {
background-color: rgba(255, 255, 255, 0.1);
}
.nav-stacked {
background: none;
}
.nav-stacked>li {
border: none;
}
.nav-stacked>li>a:hover {
border-right: 1px solid #000;
color: #666;
}
.nav-stacked>li>a {
color: #8a8a8a;
}
.nav-stacked a {
border-right: 1px solid #e5e5e5;
}
.nav-stacked .active i {
/* color: #E45735; */
}
.nav-stacked .active>a {
background: none;
color: #000;
border-right: 1px solid #E45735;
}
.nav-stacked .active>a::after {
display: none;
}
.user-navigation h3 i {
margin-right: 5px;
font-size: 15px;
}
.user-navigation h3 {
border-right: 1px solid #E5E5E5;
margin: 0;
padding-top: 35px;
padding-bottom: 25px;
color: #999;
}
.user-archive {
border-right: 1px solid #E5E5E5;
padding-top: 20px;
padding-bottom: 35px;
}
.nav-stacked {
margin-bottom: 0;
}
/* PROFILE RIGHT*/
.user-main .user-stream .item {
border-radius: 5px;
margin-bottom: 20px;
padding: 25px;
padding-bottom: 30px;
min-height: 150px;
}
.user-main .user-stream .excerpt {
padding-left: 35px;
}
.user-main .user-stream .notification {
min-height: 100%;
}
.user-main .user-stream .excerpt {
margin-top: 5px;
color: #333;
font-size: 15px;
line-height: 1.7;
font-family: "Noto Serif",serif;
}
.user-main .user-stream .category {
margin: 5px 0;
float: right;
}
.user-main .user-stream .title {
font-size: 18px;
padding-left: 15px;
padding-top: 3px;
}
.user-stream .child-actions {
margin-top: 20px;
}
.user-stream .child-actions .fa, .child-actions {
color: #B2B2B2;
}
.user-main .user-stream .edit-reason {
background-color: #EDEDED;
padding: 6px 5px 5px 5px;
color: #B2B2B2;
border-radius: 2px;
}
.user-main .about.collapsed-info .details {
background: none;
padding: 0;
}
.user-main .about.collapsed-info .details .primary h1 {
margin-top: 5px;
margin-bottom: 15px;
}
.user-main .about.collapsed-info .details .primary h2 {
margin-left: 55px;
}
.nav-stacked .glyph {
color: #ccc;
}
.user-main .user-content {
border-top: none;
border-left: none;
border-right: none;
border-radius: 5px;
}
.user-badge, #user-card.show-badges .more-user-badges {
color: #999;
}
.user-badges-list .user-badge .fa, .user-badges-list #user-card.show-badges .more-user-badges .fa, #user-card.show-badges .user-badges-list .more-user-badges .fa{
font-size: 26px;
}
.user-main .user-stream .notification.unread {
border: 1px solid #FFF;
border-right: 1px solid #f8f8f8;
border-bottom: 1px solid #FFCDCD;
background-color: #FFE0E0;
}
.user-main .user-stream .notification .fa, .user-main .user-stream .notification .icon {
font-size: 14px;
color: #ccc;
}
#reply-control .reply-area .ac-wrap {
padding-left: 17px;
}
.private-message-glyph {
font-size: 14px;
margin-right: 39px;
}
/*USER CARD*/
#user-card {
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.85);
}
#user-card img.avatar {
margin: 0;
width: 60px;
height: 60px;
padding: 0;
margin-left: 20px;
}
#user-card .card-content {
background: none;
color: #f8f8f8;
margin-top: 25px;
margin-bottom: 25px;
padding-right: 30px;
}
#user-card.show-badges .badge-section .user-badge, #user-card.show-badges .badge-section .more-user-badges {
border-radius: 3px;
}
#user-card.show-badges .names {
font-weight: normal;
margin-left: 40px;
margin-top: 0;
height: 45px;
}
#user-card .bio, #user-card .metadata h3 .desc, #user-card .metadata h3 a, #user-card.show-badges .badge-section {
margin-left: 120px;
}
#user-card .metadata h3 .desc, #user-card .metadata h3 a {
color: #f8f8f8;
}
#user-card.show-badges .badge-section .user-badge, #user-card.show-badges .badge-section .more-user-badges {
background-color: rgba(255, 255, 255, 0.1);
color: #FFF;
border: none;
margin-top: 10px;
margin-bottom: 10px;
}
#user-card h1 {
font-weight: normal;
font-family: "Courier New",monospace;
margin-bottom: 5px;
}
#user-card h1 i {
font-size: 14px;
color: rgba(255, 255, 255, 0.5);
}
/*test*/
.user-main .about {backgrond-image:none; text-shadow: none;}
.about .details {text-shadow: none;}
.user-main .about .details {background:none;}
.user-main .about .details .primary {color: #666;}
.user-main .about .details h3 {color: #ababab;}
.user-main .about .details h2 {margin-bottom: 15px;}
.user-main .about .details .primary .bio {color: #ababab; max-width: 100%;}
.user-main .about .details .primary h1 {color: #666;}
.user-main .about .details .primary .primary-textual a[href] {color: #ababab;}
.user-main .about .secondary {background:none;}
.user-main .about .secondary dd {color: #ababab;}
.user-main .about .controls {position: absolute; bottom: 0; right: 0;opacity: 0.8;}
.user-main .about .details .primary {text-align:center;}
.user-main .about .details img.avatar {
margin: 0;
}
.user-main .about .details .primary h1 {
font-family: "Courier New",monospace;
font-size: 60px;
margin: 35px 0;
}
.user-main .about .secondary {
text-align:center;
}
.user-main .bio {
margin-left: 0;
}
.user-main .staff-counters {
background: none;
text-align: right;
}
.user-main .staff-counters a {
color: #999;
}
.deleted-posts {
color: #fff;
}
body .avatar-wrapper {
background: none;
}
.user-main .about .controls a {
width: 77px;
}
#user-card .btn {
background: #08C;
border-bottom: 1px solid #000;
color: #fff;
text-shadow: none;
}
#user-card .btn:hover {
background: #006DA3;
}
#user-card .fa-filter {
display: none;
}
.user-badge.badge-type-bronze .fa, #user-card.show-badges .badge-type-bronze.more-user-badges .fa {
color: #27AE60;
}
.user-badges-list .user-badge, .user-badges-list #user-card.show-badges .more-user-badges, #user-card.show-badges .user-badges-list .more-user-badges {
width: 80px;
}