MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 173: | Line 173: | ||
display: none; | display: none; | ||
} | } | ||
/* Infoboxes */ | |||
.infobox.red { | .infobox.red { | ||
border: 1px solid #F98686; | border: 1px solid #F98686; | ||
background: #FFF5EE; | background: #FFF5EE; | ||
} | |||
.infobox.red > tbody > tr:first-child > td { | |||
background: #FAAAAA; | |||
} | |||
.infobox.cyan { | |||
border: 1px solid #F98686; | |||
background: #FFF5EE; | |||
} | |||
.infobox.cyan > tbody > tr:first-child > td { | |||
background: #FAAAAA; | |||
} | } | ||
.infobox, .infobox-wide { | .infobox, .infobox-wide { | ||
padding: 4px; | padding: 4px; | ||
font-size: | font-size: 75%; | ||
} | } | ||
.infobox { | .infobox { |
Revision as of 20:10, 2 January 2022
/* 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.cyan { border: 1px solid #F98686; background: #FFF5EE; } .infobox.cyan > tbody > tr:first-child > td { background: #FAAAAA; } .infobox, .infobox-wide { padding: 4px; font-size: 75%; } .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; }