TCB : vers un nouvel habillage ?

Affichage du message
Une variation dark du thème en version alpha ; pour la tester sur son profil :
1) Tout en haut à droite, cliquer sur Profil/personnaliser...
2) Une fois la fenêtre de personnalisation ouverte, assurez-vous que le thème BaseTCB soit activé
3) Si c'est le cas, tout à gauche, cliquez sur CSS
4) Coller le code ci-dessous
5) Cliquer sur le bouton Sauvegarder, puis tout en haut à droite sur le lien Fermeer
body {
background-repeat: repeat-y;
background-image: url('https://www.thechangebook.org/file/attachment/a2608aceb59d843152ade7e54ad5d238.jpg');
overflow: auto;
overflow-x: hidden;
}

#header {
background: transparent;
min-width: 0px;
}

#header_menu_page_holder {
background: #000;
margin-top: -5px;
height: 50px;
top: 47px;
padding-top: 10px;
max-width: 1140px;
width: 91%;
margin-left: auto;
margin-right: auto;
}

.menu_calque {
background-color: rgba(0, 0, 0, 0.9);
border-bottom: 1px solid #000;
height: 47px;
-moz-box-shadow: 0px 2px 2px 0px #333;
-webkit-box-shadow: 0px 2px 2px 0px #333;
-o-box-shadow: 0px 2px 2px 0px #333;
box-shadow: 0px 2px 2px 0px #333;
filter: progid:dximagetransform.microsoft.shadow(color=#333, direction=180, strength=2);
}

#header_menu_holder ul li a {
color: #fff;
font-size: 14px;
font-weight: normal;
}

#header_menu ul li.explore ul {
background: #000;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
border: 1px solid #333;
border-top: 0;
padding: 5px 0px 5px 0px;
}

#main_content_holder {
background: transparent;
padding: 40px 0px;
}

#content_holder {
background: rgba(255,255,255,0.8);
padding: 30px;
top: 0px;
box-shadow: 0px 2px 6px #ddd;
}

h1 a {
color: #000;
font-weight: bold;
}

h1 a:hover {
color: #000;
font-weight: bold;
}

#section_menu ul li a {
background: #333;
color: #fff;
height: 40px;
line-height: 40px;
border: 0px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
font-weight: normal;
font-size: 13px;
}

#section_menu ul li a:hover {
background: #333;
color: #fff;
height: 40px;
line-height: 40px;
border: 0px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
font-weight: normal;
font-size: 13px;
}

.content .sub_section_menu ul li.active a {
background: no-repeat 1% 50%;
background-color: #eee;
color: #000;
border-right: 5px solid;
padding-left: 10px;
font-weight: bold;
}

#left .sub_section_menu ul li.active a {
background: no-repeat 1% 50%;
background-color: #eee;
color: #000;
border-right: 5px solid;
padding-left: 10px;
font-weight: bold;
}

.activity_feed_form_share {
font-size: 12px;
margin: 0px;
padding: 10px;
background: rgba(0,0,0,0.4);
}

ul.activity_feed_form_attach li.share {
color: #000;
margin-right: 8px;
}

.activity_feed_form {
background: rgba(0,0,0,0.4);
border: 0px;
padding: 8px;
}

.user_profile_link_span a {
color: #333;
font-weight: bold;
}

div.public_message {
color: #ccc;
font-weight: bold;
background: rgba(0,0,0,0.4);
border: 1px solid #333;
text-align: center;
}

div.message {
color: #ccc;
font-weight: bold;
background: rgba(0,0,0,0.4);
border: 1px solid #333;
text-align: center;
}

.js_feed_comment_border a {
color: #333;
font-size: 12px;
}

.row_feed_loop .js_feed_comment_border ul li a {
color: #333;
font-size: 12px;
}

input.button_off {
background: #333;
padding: 12px 24px;
font-weight: bold;
color: #fff;
font-size: 13px;
text-shadow: 0px 0px 0px;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
}

input.button_off:hover {
background: #333;
padding: 12px 24px;
font-weight: bold;
color: #fff;
font-size: 13px;
text-shadow: 0px 0px 0px;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
}

input.button {
background: #333;
padding: 12px 24px;
font-weight: bold;
color: #fff;
font-size: 13px;
text-shadow: 0px 0px 0px;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
}

a.button_off_link {
background: #333;
padding: 12px 24px;
font-weight: bold;
color: #fff;
font-size: 13px;
text-shadow: 0px 0px 0px;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
}

ul.activity_feed_form_attach li a {
color: #fff;
}

ul.activity_feed_form_attach li a:hover {
color: #fff;
}

.sub_section_menu ul li {
position: relative;
background-color: rgba(0,0,0,0.5);
}

ul.action li a {
border-bottom: 1px solid #e6e6e6;
font-size: 13px;
color: #fff;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#left .sub_section_menu ul li a {
border-bottom: 1px solid #e6e6e6;
font-size: 13px;
color: #fff;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

.content .sub_section_menu ul li a {
border-bottom: 1px solid #e6e6e6;
font-size: 13px;
color: #fff;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#main_footer_holder {
background: rgba(255,255,255,0.8);
border-top: #333 solid;
max-width: 1140px;
width: 91%;
margin-left: auto;
margin-right: auto;
box-shadow: 0px 2px 6px #ddd;
top: -40px;
position: relative;
}

#copyright {
color: #333;
}