Difference between revisions of "MediaWiki:Common.css"

From Electromagnetic Field
Jump to navigation Jump to search
(trying some styling)
 
(BUT STITCH YOU SHOULD REDESIGN THE SITE TO NOT USE !IMPORTANT ***STTHFFHHFHHT***)
Line 7: Line 7:
 
#footer{
 
#footer{
 
background-image: url('https://wiki.emfcamp.org/w/images/thumb/e/e9/Footer.jpg/800px-Footer.jpg');
 
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;
 
}
 
}

Revision as of 21:39, 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;
}