MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
Line 73: | Line 73: | ||
padding: 2px 2px 0; | padding: 2px 2px 0; | ||
margin-top: 10px; | margin-top: 10px; | ||
} | |||
.mw-content-ltr { | |||
direction: ltr; | |||
} | } |
Revision as of 09:46, 21 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; padding: 0 0.8em 0.3em 1.5em; margin: 0 0 1em 0; border-top-right-radius: 1em; border-bottom-right-radius: 1em; border-top-left-radius: 1em; border-bottom-left-radius: 1em; font-size: 95%; } .vector-menu-portal .vector-menu-content ul { list-style-type: square; } h3#p-Browse-label.vector-menu-heading { display: block; color: #000; } h3#p-navigation-label.vector-menu-heading { display: block; color: #000; } h3#p-tb-label.vector-menu-heading { color: #000; } /* Body */ .mw-body { border-bottom-left-radius: 1em; } li#footer-info-lastmod { display: none; } .mainpagebox#welcome { padding: 2px 2px 2px 0; } .mainpagebox { border: 2px solid #496C9C; padding: 2px; background: #F8F8FF; border-radius: 1em; } element { line-height: 23px; } .mainpagebox#nav { font-size: 120%; padding: 2px 2px 5px 0; background: #FDFDFF; border-color: #999; } .mainpagebox#announce { text-align: center; padding: 2px 2px 0; margin-top: 10px; } .mw-content-ltr { direction: ltr; }