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
|
@ -456,8 +456,6 @@ div.pages {
|
|||
display: inline-block;
|
||||
padding: 8px;
|
||||
margin: 8px 0 4px 0;
|
||||
border-right: 1px solid #B7C5D9;
|
||||
border-bottom: 1px solid #B7C5D9;
|
||||
}
|
||||
|
||||
div.pages.top {
|
||||
|
@ -1442,10 +1440,15 @@ p.fileinfo a:hover {
|
|||
span.trip {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
.bar.bottom {
|
||||
bottom: 0px;
|
||||
border-top: 1px solid #333333;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
div.pages {
|
||||
color: #AAAAAA;
|
||||
background: #333333;
|
||||
border: #666666 1px solid;
|
||||
background: #666666;
|
||||
font-family: Normal, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue