MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
//Sidebar | |||
body { | body { | ||
background: #f9f9f9 url(https://tenchimuyowiki.com/images/9/9e/Tenchiwikiheadbg.png) repeat; | background: #f9f9f9 url(https://tenchimuyowiki.com/images/9/9e/Tenchiwikiheadbg.png) repeat; | ||
} | } | ||
.vector-menu-portal .vector-menu-content { | .vector-menu-portal .vector-menu-content { | ||
background-color: #fff; | background-color: #fff; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
border-top-right-radius: 1em; | |||
padding: 0 0.8em 0.3em 0.5em; | padding: 0 0.8em 0.3em 0.5em; | ||
border-bottom-right-radius: 1em; | border-bottom-right-radius: 1em; | ||
font-size: 95%; | font-size: 95%; | ||
} | |||
.vector-menu-portal .vector-menu-content ul { | |||
list-style-type: square; | |||
} | |||
//Body | |||
.mw-body { | |||
border-bottom-left-radius: 1em; | |||
} | } |
Revision as of 05:38, 7 December 2021
/* All CSS here will be loaded for users of the Vector skin */ //Sidebar body { background: #f9f9f9 url(https://tenchimuyowiki.com/images/9/9e/Tenchiwikiheadbg.png) repeat; } .vector-menu-portal .vector-menu-content { background-color: #fff; border: 1px solid #aaa; border-top-right-radius: 1em; padding: 0 0.8em 0.3em 0.5em; border-bottom-right-radius: 1em; font-size: 95%; } .vector-menu-portal .vector-menu-content ul { list-style-type: square; } //Body .mw-body { border-bottom-left-radius: 1em; }