MediaWiki:Vector.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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; } .mainpagebox2 { border: 2px solid #999; padding: 2px; background: #FFF; border-top-left-radius: 1em; border-top-right-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; } body.page-Main_Page h1.firstHeading { display: none; } .mainpagebox h2 { padding: 4px 5px 2px; margin-bottom: 1px !important; border: 2px solid #567CAF; border-top-color: rgb(86, 124, 175); border-right-color: rgb(86, 124, 175); border-bottom-color: rgb(86, 124, 175); border-left-color: rgb(86, 124, 175); font-size: 120%; font-weight: bold; color: #fff; text-align: center; border-radius: 0.75em; } .mainpagebox#featured h2 { background: #4098a0; border-color: #3b7b74; margin-top: 0px; } table#featured.mainpagebox { margin-top: 10px; background: #ddf3f5; } .mainpagebox#featuredpic h2 { background: #9B04FF; border-color: #4F0084; margin-top: 0px; } table#featuredpic.mainpagebox { margin-top: 10px; background: #f2e5fa; } .mainpagebox#news h2 { background: #0b4654; border-color: #04232a; margin-top: 0px; } table#news.mainpagebox { margin-top: 10px; background: #e3f5f9; } .mainpagebox#dyk h2 { background: #e62331; border-color: #9f151f; margin-top: 0px; } table#dyk.mainpagebox { margin-top: 10px; background: #fae3e4; } .mainpagebox#featuredquote h2 { background: #1e79dd; border-color: #37689b; margin-top: 0px; } table#featuredquote.mainpagebox { margin-top: 10px; background: #e3f0fe; } .mainpagebox#onthisday h2 { background: #d3c527; border-color: #e0db6a; margin-top: 0px; } table#onthisday.mainpagebox { margin-top: 10px; background: #fcfae4; } div#catlinks.catlinks { display: none; } /* Infoboxes */ .infobox.red { border: 1px solid #F98686; background: #FFF5EE; } .infobox.red > tbody > tr:first-child > td { background: #FAAAAA; } .infobox.red > tbody > tr:nth-child(2n+3) { background: #FFE4E1; } .infobox.cyan { border: 1px solid #4098a0; background: #ddf3f5; } .infobox.cyan > tbody > tr:first-child > td { background: #55b7c0; } .infobox.cyan > tbody > tr:nth-child(2n+3) { background: #a6d5d9; } .infobox.yellow { border: 1px solid #fff9b3; background: #fcfae4; } .infobox.yellow > tbody > tr:first-child > td { background: #f0e241; } .infobox.yellow > tbody > tr:nth-child(2n+3) { background: #f8ef8b; } .infobox.product { border: 1px solid #fff9b3; background: #fcfae4; } .infobox.product > tbody > tr:first-child > td { background: #f0e241; } .infobox.product > tbody > tr:nth-child(2n+3) { background: #f8ef8b; } .infobox.album.small { border: 1px solid #4098a0; background: #ddf3f5; } .infobox.album.small > tbody > tr:first-child > td { background: #55b7c0; } .infobox.album.small > tbody > tr:nth-child(2n+3) { background: #a6d5d9; } .infobox, .infobox-wide { padding: 4px; font-size: 88%; } .infobox { float: right; margin: 0 0 1em 1.15em; } .infobox { color: #000; } .infobox.red > tbody > tr:first-child > td { background: #FAAAAA; } .infobox td, .infobox th, .infobox-wide td, .infobox-wide th { padding: 2px; } table.wikitable.floatright.scores { font-size: 85%; text-align:center; }