Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
padding-left: 0px; | padding-left: 0px; | ||
margin-left: 20px; | margin-left: 20px; | ||
| + | padding-top: 10px; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal { | ||
| + | background-image: none; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal h3 { | ||
| + | display: none; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:visited { | div#mw-panel div.portal div.body ul li a:visited { | ||
color: #3fa7dd; | color: #3fa7dd; | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal div.body { | ||
| + | margin-left: 8px; | ||
| + | margin-bottom: 10px; | ||
} | } | ||
Revision as of 20:26, 15 August 2017
body {
background: url('http://blog.isleward.com/images/bg.png');
}
#content {
margin-top: 150px;
}
div#mw-head {
margin-top: 150px;
}
#mw-page-base {
background: transparent;
}
div#mw-panel {
background-color: #3c3f4c;
top: 190px;
width: 136px;
padding-left: 0px;
margin-left: 20px;
padding-top: 10px;
}
div#mw-panel div.portal {
background-image: none;
}
div#mw-panel div.portal h3 {
display: none;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #3fa7dd;
}
div#mw-panel div.portal div.body {
margin-left: 8px;
margin-bottom: 10px;
}
div#mw-panel div.portal div.body ul li a {
color: #3fa7dd;
}
.mw-body {
border: none;
}
#firstHeading {
display: none;
}
#mw-head:after {
display: block;
content: url('http://blog.isleward.com/images/logo.png');
position: absolute;
top: -150px;
left: 50%;
transform: translateX(-50%);
}