Theme nuit

This commit is contained in:
Gauvain Boiché
2020-04-02 18:44:24 +02:00
parent aaa005ec33
commit d3b0533fb1
6 changed files with 660 additions and 8 deletions

View File

@@ -4,8 +4,8 @@ Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
color: rgba(0,0,0,.4);
background-color: #ECF0F1;
color: #EEE8DD;
background-color: #414655;
}
body {
@@ -34,7 +34,7 @@ hr {
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a { color: #676767; }
a { color: #c4ced9; }
a:hover { transition:.2s; }
a.forumtitle, a.topictitle {
@@ -335,7 +335,7 @@ ul.topiclist dd {
border-left-color: transparent;
}
li.row {border-bottom-color: #ECF0F1; background-color: #FFFFFF;}
li.row {border-bottom-color: #000000; background-color: #474B57;}
.forumlist_grid dl.row-item {border-bottom: 1px solid #ECF0F1;}
@@ -1088,7 +1088,7 @@ body.content_block_header_stripe li.header {
}
.forumlist_grid .grid_image_container {
background: #FFFFFF;
background: #3D3844;
}
.forumlist_grid .grid_colour_overlay {