Ajout des thèmes jour/nuit

This commit is contained in:
Gauvain Boiché
2020-04-02 11:45:47 +02:00
parent 07bde75d11
commit 06bc4b1d5e
5 changed files with 76 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ Colours and backgrounds for common.css
-------------------------------------------------------------- */ -------------------------------------------------------------- */
html, body { html, body {
color: rgba(0,0,0,.4); color: #000000;
background-color: #ECF0F1; background-color: #BEB8AE;
} }
body { body {
@@ -97,7 +97,7 @@ body.content_block_header_block .forumbg .header a:hover, body.content_block_hea
} }
.forabg, .forumbg, .viewtopic_wrapper { .forabg, .forumbg, .viewtopic_wrapper {
background-color: rgba(0,0,0,.025); background-color: #C9C6C255;
} }
.navbar { .navbar {

View File

@@ -0,0 +1,71 @@
/* New code for new things */
#inner-wrap {
background: #FFFFFF;
position: relative;
margin-top: -50px !important;
z-index: 3;
}
#inner-wrap:after {
content: "";
display: table;
clear: both;
height: 0;
}
.viewtopic_wrapper {
padding: 10px 10px 5px;
}
.sub-forumlist ul {
float: left;
list-style-type: none;
margin-left: 20px !important;
}
.sub-forumlist li {
line-height: 1.5em;
}
body.force_rounded_avatars span.lastpostavatar img.avatar {
border-radius: 25px;
}
.viewtopic_wrapper .phpbb-ads-center {
padding: 15px;
}
span.forumlist_mods {
display: inline-block;
margin-top: 8px;
}
.forumlist_mods a {
display: inline-block !important;
margin-bottom: 5px;
border-radius: 15px;
background: rgba(0,0,0,.05);
padding: 5px 12px 5px 30px !important;
}
.forumlist_mods a:hover {
text-decoration: none !important;
background: rgba(0,0,0,.1);
}
.forumlist_mods a i {
margin-right: 5px;
margin-left: -23px;
padding: 5px 4px;
position: absolute;
font-size: 8px;
color: #FFFFFF !important;
border-radius: 50%;
background: rgba(0,0,0,0.2);
}
.forumlist_mods a i:before {
padding-right: 0px !important;
}

View File

@@ -37,4 +37,4 @@
/* Facelift */ /* Facelift */
@import url("colours_jour.css?v=3.3"); @import url("colours_jour.css?v=3.3");
@import url("fonts.css?v=3.3"); @import url("fonts.css?v=3.3");
@import url("milk.css?v=3.3"); @import url("milk_jour.css?v=3.3");

View File

@@ -37,4 +37,4 @@
/* Facelift */ /* Facelift */
@import url("colours_nuit.css?v=3.3"); @import url("colours_nuit.css?v=3.3");
@import url("fonts.css?v=3.3"); @import url("fonts.css?v=3.3");
@import url("milk.css?v=3.3"); @import url("milk_nuit.css?v=3.3");