Difference between revisions of "MediaWiki:Common.css"
From Saint Seiya Awakening Wiki
Line 44: | Line 44: | ||
h2{ | h2{ | ||
margin-inline-end: 280px; | margin-inline-end: 280px; | ||
+ | } | ||
+ | .mw-wiki-logo{ | ||
+ | background-size:contain; | ||
+ | width:180px !important; | ||
+ | margin-left:-10px; | ||
+ | } | ||
+ | #mw-head{ | ||
+ | background:#5789d3 !important; | ||
+ | } | ||
+ | .rootpage-Main_Page.skin-vector{ | ||
+ | background:#5789d3; | ||
+ | } | ||
+ | #mw-panel a{ | ||
+ | color:#cddcf2 !important; | ||
+ | } | ||
+ | #mw-panel h3{ | ||
+ | color:#fff !important; | ||
+ | font-weight:bold !important; | ||
+ | } | ||
+ | #footer #footer-info-lastmod{ | ||
+ | color:#fff; | ||
+ | } | ||
+ | #footer #footer-places a{ | ||
+ | color:#cddcf2; | ||
} | } |
Revision as of 16:10, 22 June 2019
/* CSS placed here will be applied to all skins */ .saints-infobox{ display:table-cell; padding:5px; float:right; } .saints-infobox tr:nth-child(odd) {background: #EEE} .saints-infobox tr:nth-child(even) {background: #FFF} .saints-infobox tr td:nth-child(1) { font-weight:bold; color:#245e9e; } .saints-infobox tr th{ border:0px !important; color:#fff; background:#245e9e !important; } .saints-infobox tr td{ border:0px !important; } .saints-infobox tr:nth-child(0) td{ } .saints-infobox tr:nth-child(2) td{ padding:0px; } .saints-infobox tr:nth-child(3) td{ background: #1e5799; background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%); background: -webkit-linear-gradient(top, #1e5799 0%,#7db9e8 100%); background: linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%) filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); color:#fff; text-align:center; font-weight:bold; padding:5px; } .saints-infobox-attributes td{ background:#7bb7e6 !important; color:#fff !important; font-weight:bold; } h2{ margin-inline-end: 280px; } .mw-wiki-logo{ background-size:contain; width:180px !important; margin-left:-10px; } #mw-head{ background:#5789d3 !important; } .rootpage-Main_Page.skin-vector{ background:#5789d3; } #mw-panel a{ color:#cddcf2 !important; } #mw-panel h3{ color:#fff !important; font-weight:bold !important; } #footer #footer-info-lastmod{ color:#fff; } #footer #footer-places a{ color:#cddcf2; }