MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(readability part #1) |
(all the things) |
||
| Line 15: | Line 15: | ||
} | } | ||
#content a{ | #content a, div#mw-panel div.portal div.body ul li a{ | ||
color:silver !important; | color:silver !important; | ||
} | } | ||
#content a:visited { | #content a:visited, div#mw-panel div.portal div.body ul li a:visited { | ||
color: silver !important; | color: silver !important; | ||
} | } | ||
#content a:hover { | #content a:hover, , div#mw-panel div.portal div.body ul li a:hover { | ||
color: silver !important; | color: silver !important; | ||
} | } | ||
| Line 29: | Line 29: | ||
h1 { | h1 { | ||
color:white !important; | color:white !important; | ||
} | |||
/* And the rest of the page */ | |||
#mw-page-base, body { | |||
background-color: #171123 !important; | |||
} | } | ||
Revision as of 21:51, 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, div#mw-panel div.portal div.body ul li a{
color:silver !important;
}
#content a:visited, div#mw-panel div.portal div.body ul li a:visited {
color: silver !important;
}
#content a:hover, , div#mw-panel div.portal div.body ul li a:hover {
color: silver !important;
}
h1 {
color:white !important;
}
/* And the rest of the page */
#mw-page-base, body {
background-color: #171123 !important;
}
/* here are all the unreadable things and such... */
.smw-editpage-help, .editOptions {
color: black !important;
}