MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
m 1 revision imported |
No edit summary |
||
| Line 5: | Line 5: | ||
background-image: none; | background-image: none; | ||
width: 97%; | width: 97%; | ||
} | } | ||
#p-logo { | #p-logo { | ||
Latest revision as of 20:58, 6 October 2021
/* CSS placed here will affect users of the Vector skin */
#mw-page-base, body {
background-color: yellow;
background-image: none;
width: 97%;
}
#p-logo {
left: 20px;
}
div#p-namespaces {
padding-left: 30px;
background: none;
}
.mw-body {
border-bottom-left-radius: 1em;
}
.mw-wiki-logo {
background-image: url(https://www.thesbcommunity.com/kyucumber/logos/rsz_wikilogofull.png);
}
div.vectorTabs, div.vectorTabs ul li, div.vectorTabs span {
background-color: white;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}