Augmentation vers version 3.3.0

This commit is contained in:
Gauvain Boiché
2020-03-31 15:31:03 +02:00
parent d926806907
commit a1864c0414
2618 changed files with 406015 additions and 31377 deletions

View File

@@ -1,18 +1,24 @@
/* White */
.grid_cat_title a {
color: #CCCCCC !important;
}
/* Dark Backgrounds */
html {
background-color: #1c262f;
background-color: #1c262f;
}
.panel, .panel.bg2 {
background-color: #1c262f;
background-color: #1c262f;
}
.forabg, .forumbg, .viewtopic_wrapper {
background-color: #1c262f;
background-color: #1c262f;
}
.bg3 {
background-color: #1c262f;
background-color: #1c262f;
}
body.content_block_header_stripe li.header, .alt_block li.header {
@@ -20,7 +26,7 @@ body.content_block_header_stripe li.header, .alt_block li.header {
}
div.rules {
background-color: #1c262f;
background-color: #1c262f;
}
a.button1, input.button1, input.button3, a.button2, input.button2, .inputbox, .button {
@@ -29,7 +35,7 @@ a.button1, input.button1, input.button3, a.button2, input.button2, .inputbox, .b
}
.panel-container .panel .inputbox, .panel-container .panel select, .panel-container .panel .pm .button, .panel-container .panel .button-secondary, .panel .pm .button {
background-color: #1c262f;
background-color: #1c262f;
}
fieldset.quick-login input.inputbox {
@@ -54,17 +60,13 @@ fieldset.quick-login input.inputbox {
color: #1c262f !important;
}
.topic_type {
background-color: #1c262f;
}
.tabs .activetab > a, .tabs .activetab > a:hover {
background-color: #1c262f !important;
border-color: #1c262f;
}
.navigation a, .tabs .tab > a:hover {
background-color: #1c262f;
background-color: #1c262f;
}
@@ -78,20 +80,20 @@ fieldset.quick-login input.inputbox {
}
dl.attachbox, .codebox code, blockquote, blockquote blockquote blockquote {
background-color: #1c262f;
background-color: #1c262f;
}
/* Light Backgrounds */
/* Light Backgrounds */
/* Border color: 27313b */
#inner-wrap {
background-color: #252f39;
#inner-wrap, .search-results li:hover, .search-results li.active {
background-color: #252f39;
}
.bg1, .bg2, .viewtopic_wrapper .phpbb-ads-center {
background-color: #252F39;
}
li.row, .forumlist_grid .grid_desc {
li.row {
background-color: #252f39;
border-color: #252F39;
}
@@ -105,7 +107,7 @@ li.row, .forumlist_grid .grid_desc {
}
.navigation a:hover {
background-color: #252f39;
background-color: #252f39;
}
.panel .inputbox, .panel .button, select, .dropdown-contents .button2 {
@@ -118,7 +120,7 @@ li.row, .forumlist_grid .grid_desc {
}
.navigation .active-subsection a {
background-color: #252f39;
background-color: #252f39;
}
.cp-mini {
@@ -133,6 +135,10 @@ blockquote blockquote {
background-color: #252f39;
}
.grid_image_container {
background-color: #252f39 !important;
}
/* Light Neural Text */
@@ -141,7 +147,7 @@ blockquote blockquote {
/* Stuff */
html, body, .copyright_bar, .navbar_footer, .content, .signature, .postprofile, .panel, dd label, .pm .postprofile, .postbody, .post:target .content {
html, body, .copyright_bar, .navbar_footer, .content, .signature, .postprofile, .panel, dd label, .pm .postprofile, .postbody, .post:target .content, .mini_label, .mini_number, .forumlist_grid .forum_description {
color: #90a3c0;
}
@@ -154,7 +160,7 @@ html, body, .copyright_bar, .navbar_footer, .content, .signature, .postprofile,
}
.panel-container .panel li.row {
border-bottom-color: #323f4e;
border-bottom-color: #323f4e;
}
.dropdown .pointer, .dropdown .pointer-inner {
@@ -181,7 +187,7 @@ li.row strong, .postprofile strong, .button .icon, .button-secondary, .inputbox,
a.jumpbox-cat-link, th a {
color: #FFFFFF !important;
color: #FFFFFF !important;
}
@@ -394,4 +400,4 @@ ul.cplist, .forumlist_grid dl.row-item {
.pm_unread {
background-image: url("./images/icons/png/icon_unread.png"); /* IE8 + below */
background-image: linear-gradient(transparent, transparent), url("./images/icons/svg/icon_unread.svg"); /* Modern browsers */
}
}