Difference between revisions of "MediaWiki:Common.css"
From Saint Seiya Awakening Wiki
(Created page with "→CSS placed here will be applied to all skins: .saints-infobox{ display:table-cell; padding:5px; } .saints-infobox tr:nth-child(odd) {background: #EEE} .saints-infobo...") |
|||
Line 3: | Line 3: | ||
display:table-cell; | display:table-cell; | ||
padding:5px; | padding:5px; | ||
− | + | float:right; | |
} | } | ||
.saints-infobox tr:nth-child(odd) {background: #EEE} | .saints-infobox tr:nth-child(odd) {background: #EEE} |
Revision as of 14:30, 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; }