forked from leftypol/leftypol
Fix top and bottom bar on various CSS themes to have same backgroud color as page on both mobile and desktop. Change imgur links to local static links for Content Security Policy.
This commit is contained in:
parent
b68e749876
commit
e69657065e
15 changed files with 1470 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* dark.css
|
||||
* For AwsumChan by Circlepuller
|
||||
*/
|
||||
|
@ -143,11 +143,16 @@ span.trip {
|
|||
}
|
||||
div.pages {
|
||||
|
||||
background: #333333;
|
||||
background: #1E1E1E;
|
||||
|
||||
font-family: sans-serif;
|
||||
|
||||
}
|
||||
.bar.bottom {
|
||||
bottom: 0px;
|
||||
border-top: 1px solid #333333;
|
||||
background-color: #1E1E1E;
|
||||
}
|
||||
div.pages a.selected {
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
@ -158,7 +163,6 @@ hr {
|
|||
div.boardlist {
|
||||
text-align: center;
|
||||
color: #999999;
|
||||
background-color: rgba(12%, 12%, 12%, 0.10);
|
||||
}
|
||||
|
||||
div.ban {
|
||||
|
@ -175,9 +179,16 @@ table.modlog tr th {
|
|||
color: #AAAAAA;
|
||||
}
|
||||
|
||||
div.boardlist:not(.bottom) {
|
||||
background-color: #1E1E1E;
|
||||
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:not(.bottom) {
|
||||
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
|
||||
background-color: #666666;
|
||||
position:static;
|
||||
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
|
||||
color: #999999;
|
||||
background-color: #1E1E1E;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue