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