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:
Benjamin Southall 2017-04-23 21:14:08 +09:00
parent b68e749876
commit e69657065e
15 changed files with 1470 additions and 30 deletions

View file

@ -242,7 +242,7 @@ div.banner a
}
input[type="submit"]
{
background: #333333;
background: #000!important;
border: #666 1px solid;
color: #CCCCCC;
}
@ -284,13 +284,14 @@ box-shadow: 0px 1px #d2e7e8;
{
border-top: 0px solid #666;
border: solid 1px #d2e7e8;
background-color: #000!important;
}
div.pages
{
color: #d2e7e8 ;
background: #333;
background-color: #000!important;
border: #666 0px solid;
font-family: sans-serif;
font-size: 10px;