Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
body { | body { | ||
background: url('http://blog.isleward.com/images/bg.png'); | background: url('http://blog.isleward.com/images/bg.png'); | ||
| + | } | ||
| + | |||
| + | #mw-page-base { | ||
| + | background: transparent; | ||
} | } | ||
#mw-panel { | #mw-panel { | ||
background-color: #3c3f4c; | background-color: #3c3f4c; | ||
| + | top: 80px; | ||
} | } | ||
Revision as of 18:35, 15 August 2017
body {
background: url('http://blog.isleward.com/images/bg.png');
}
#mw-page-base {
background: transparent;
}
#mw-panel {
background-color: #3c3f4c;
top: 80px;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #3fa7dd;
}
div#mw-panel div.portal div.body ul li a {
color: #3fa7dd;
}