MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(BUT STITCH YOU SHOULD REDESIGN THE SITE TO NOT USE !IMPORTANT ***STTHFFHHFHHT***) |
(readability part #1) |
||
| Line 25: | Line 25: | ||
#content a:hover { | #content a:hover { | ||
color: silver !important; | color: silver !important; | ||
} | |||
h1 { | |||
color:white !important; | |||
} | |||
/* here are all the unreadable things and such... */ | |||
.smw-editpage-help, .editOptions { | |||
color: black !important; | |||
} | } | ||
Revision as of 21:44, 11 May 2018
/* CSS placed here will be applied to all skins */
#mw-head-base{
background-image: url('https://wiki.emfcamp.org/w/images/5/5e/Header.jpg');
}
#footer{
background-image: url('https://wiki.emfcamp.org/w/images/thumb/e/e9/Footer.jpg/800px-Footer.jpg');
}
#content{
background-color: #171123 !important;
color:white;
}
#content a{
color:silver !important;
}
#content a:visited {
color: silver !important;
}
#content a:hover {
color: silver !important;
}
h1 {
color:white !important;
}
/* here are all the unreadable things and such... */
.smw-editpage-help, .editOptions {
color: black !important;
}