Add changes by Difficile from IRC
Add changes by Difficile from IRC, ensuring top bar has matching background color to the rest of the page.
This commit is contained in:
parent
21785ffbfb
commit
61635d2462
@ -1,5 +1,5 @@
|
|||||||
html, body {
|
html, body {
|
||||||
background-color: #1E1E1E;
|
background: #1E1E1E;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #808080;
|
color: #808080;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
@ -13,9 +13,13 @@ html, body {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix boardlist background color */
|
||||||
|
.desktop-style div.boardlist:not(.bottom) {
|
||||||
|
background: #1B1B1B;
|
||||||
|
}
|
||||||
|
|
||||||
.boardlist, .boardlist a {
|
.boardlist, .boardlist a {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #1B1B1B;
|
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -51,6 +55,11 @@ form table {
|
|||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Change unreadable op color*/
|
||||||
|
.intro span.subject {
|
||||||
|
color: #053056;
|
||||||
|
}
|
||||||
|
|
||||||
.sidearrows {
|
.sidearrows {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -59,9 +68,10 @@ p.intro {
|
|||||||
margin: 0.2rem;
|
margin: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postcontainer {
|
div.post.reply {
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
padding: 0.3rem;
|
padding: 0.3rem;
|
||||||
|
background: #1B1B1B;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -71,3 +81,12 @@ a {
|
|||||||
a:hover {
|
a:hover {
|
||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* remove red link in post */
|
||||||
|
div.post.reply div.body a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.post.reply div.body a:hover {
|
||||||
|
color: grey;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user