Difference between revisions of "MediaWiki:Common.css"
From Saint Seiya Awakening Wiki
Line 68: | Line 68: | ||
#footer #footer-places a{ | #footer #footer-places a{ | ||
color:#cddcf2; | color:#cddcf2; | ||
+ | } | ||
+ | |||
+ | #gamingph-footer{ | ||
+ | background:#1b1b1c; | ||
+ | |||
+ | } | ||
+ | #gamingph-footer .footer-flex{ | ||
+ | overflow:hidden; | ||
+ | width:1100px; | ||
+ | margin:0 auto; | ||
+ | padding: 50px 0px 10px; | ||
+ | } | ||
+ | #gamingph-footer a,#gamingph-footer{ | ||
+ | color:#c9c9c9; | ||
+ | } | ||
+ | #gamingph-footer .footer-box{ | ||
+ | float:left; | ||
+ | width:25%; | ||
+ | } | ||
+ | |||
+ | #gamingph-footer span.copyright{ | ||
+ | text-align:center; | ||
+ | width:100%; | ||
+ | display:block; | ||
+ | font-size:13px; | ||
+ | color:#777; | ||
+ | padding-bottom:15px; | ||
+ | } | ||
+ | #gamingph-footer .gamingph-logo{ | ||
+ | filter: grayscale(100%) contrast(70%) brightness(110%); | ||
} | } |
Revision as of 12:37, 23 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; } .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; } #gamingph-footer{ background:#1b1b1c; } #gamingph-footer .footer-flex{ overflow:hidden; width:1100px; margin:0 auto; padding: 50px 0px 10px; } #gamingph-footer a,#gamingph-footer{ color:#c9c9c9; } #gamingph-footer .footer-box{ float:left; width:25%; } #gamingph-footer span.copyright{ text-align:center; width:100%; display:block; font-size:13px; color:#777; padding-bottom:15px; } #gamingph-footer .gamingph-logo{ filter: grayscale(100%) contrast(70%) brightness(110%); }