MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | |||
background-color: #000033; | |||
} | |||
a{ | a{ | ||
Revision as of 21:00, 31 March 2017
/* CSS placed here will be applied to all skins */
body {
background-color: #000033;
}
a{
color:#FF6600;
text-decoration:underline;
}
a:visited{
color:#b30b0b;
text-decoration:underline;
}
a.external.text{
color: #FF6600;
}
.mw-body a.external:visited{
color: #b30b0b;
}
div#mw-panel div.portal div.body ul li a{
color: #FF6600;
}
div#mw-panel div.portal div.body ul li a:visited{
color:#b30b0b;
text-decoration:underline;
}