MediaWiki:Vector.css
Jump to navigation
Jump to search
Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */
.mw-wiki-logo {background:url('http://images.shoutwiki.com/endingdaysrpg/4/4d/Edrpg_logo_side.png'); margin-top:20px; padding:10px; box-sizing:border-box;}
/* Header with Logo */
#edrpg_main_header {width:1000px; background: url('http://images.shoutwiki.com/endingdaysrpg/2/26/Edrpg_content_header_bg.png') no-repeat;}
#edrpg_main_logo {width:500px; height:200px; background:url('http://images.shoutwiki.com/endingdaysrpg/4/45/Edrpg_logo_main.png'); margin:0 auto;}
/* BODY */
.mw-body {background:#efebe9; -webkit-box-shadow: -2px 0px 10px 0px rgba(176,176,176,1);
-moz-box-shadow: -2px 0px 10px 0px rgba(176,176,176,1);
box-shadow: -2px 0px 10px 0px rgba(176,176,176,1);}
/* Wiki Elements */
.toc {background:#F5F5F5; border:1px solid #575757; border-radius:3px;}
/* Font Coloring */
h1, h2, h3, h4, h5, h6 {color:#7A541A;}
a {color:#FF3C21!important;}
a:visited {color:#B0452E !important;}
.codeblock {background:#D8E0E4;}
/* FRONT PAGE FLEXBOX */
.frontpage-flex-container {display:flex; flex-wrap:wrap;}
.flex-row {display: flex; flex-direction: row; flex-wrap: wrap; width: 100%;}
.flex-column {display: flex; flex-direction: column; flex-basis: 100%; flex: 1; padding: 5px; box-sizing:border-box;}
.flex-double-column {display: flex; flex-direction: column; flex-basis: 100%; flex: 2; padding: 5px; box-sizing:border-box;}
.welcome-banner {font-size:14px; font-weight: 300; text-align:center; color:#333; margin-bottom:20px;}
.flex-column>div { border:1px solid #D3907B; padding:15px; height:100%; background:#F5F5F5; border-radius:5px; -webkit-box-shadow: 0px 2px 20px 4px rgba(0,0,0,0.16); -moz-box-shadow: 0px 2px 20px 4px rgba(0,0,0,0.16); box-shadow: 0px 2px 20px 4px rgba(0,0,0,0.16);}
.frontpage-category {font-family:sans-serif; font-size:15px; font-weight: bold; color:#7A541A}
.Alert {background: #F8F8F8; color:#FF3C21; font-weight:bold; border:1px solid #FF3C21; border-radius:5px; padding:10px; box-sizing:border-box;}
/* Table Formatting */
.column-content {background:#ccc;}
.wikitable tr, td {padding:10px !important;}
.wikitable th {background:#eaccb6 !important;}
.wikitable tr:nth-child(odd) {background:#e8ecef !important;}
/* Infobox */
.infobox {border: 1px solid #D3907B; border-radius:10px; float:right; margin:0 0 1em 1em; padding:10px 1px 5px 1px; width:300px; background:#F5F5F5; -webkit-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.13);
box-shadow: 0px 2px 15px 2px rgba(0,0,0,0.13);}
.infobox-title {font-size: 16px; font-weight:bold; text-align: center; color:#7A541A;}
.infobox-image {text-align: center; background:#eee; border:1px solid #e5d5c3; overflow:hidden; margin-top:10px;}
.infobox th {text-align: right; vertical-align: middle; width: 120px;}
.infobox td {vertical-align: middle;}
/* Stat Icons */
.attack {padding:2px 5px 2px 4px !important; color:#fff; background:#E04E42; border-radius:5px; font-weight:bold;}
.spell {padding:2px 5px 2px 4px !important; color:#fff; background:#7E007E; border-radius:5px; font-weight:bold;}
.guard {padding:2px 5px 2px 4px !important; color:#fff; background:#255266; border-radius:5px; font-weight:bold;}
.heart{padding:2px 5px 2px 4px !important; color:#fff; background:#FF9900; border-radius:5px; font-weight:bold;}
/* Editors Page Indexing */
#completed {font-weight:bold; font-style:italic; color:green; text-transform:uppercase; font-size:10px !important;}
#empty {font-weight:bold; font-style:italic; color:red; text-transform:uppercase; font-size:10px !important;}
#update {font-weight:bold; font-style:italic; color:blue; text-transform:uppercase; font-size:10px !important;}