Difference between revisions of "User:Valento/vector.css"
Jump to navigation
Jump to search
m |
m |
||
Line 21: | Line 21: | ||
/* Infobox specific */ | /* Infobox specific */ | ||
div.infobox .heading { | |||
font-weight: 700; | |||
background-image: url(https://ffxiv.consolegameswiki.com/mediawiki/images/b/b3/Box_overlay.png) !important; | |||
text-align: center; | |||
border: 1px solid rgba(0,0,0,0.25); | |||
border-bottom-width: 0; | |||
position: relative; | |||
z-index: 1; | |||
font-size-adjust: .52; | |||
margin: -1px -1px 5px!important; | |||
} | |||
div.infobox { | div.infobox { | ||
Line 53: | Line 65: | ||
} | } | ||
div.infobox .statistics { | div.infobox .statistics { |
Revision as of 12:54, 3 June 2017
/* General */ p img { margin: 0; } img { border: none; vertical-align: middle; } p, ul, ol, dl { margin-top: 0.7692307692em; margin-bottom: 0.7692307692em; line-height: 1.5384615385em; } .infobox .clear, .nav .clear, .recipe-box .clear { height: 5px; } /* Infobox specific */ div.infobox .heading { font-weight: 700; background-image: url(https://ffxiv.consolegameswiki.com/mediawiki/images/b/b3/Box_overlay.png) !important; text-align: center; border: 1px solid rgba(0,0,0,0.25); border-bottom-width: 0; position: relative; z-index: 1; font-size-adjust: .52; margin: -1px -1px 5px!important; } div.infobox { float: right; position: relative; width: 250px; background: #FFF; font-size: .923em; border: 1px solid #AAA; margin: 0 0 1em 1em; padding: 0; } div.infobox .icon { float: right; position: relative; z-index: 2; width: auto; margin: 5px; } div.infobox.skill .icon > div { border: 2px solid #111; } div.infobox.skill .heading { background: #444; } div.infobox.elementalist .heading { background-color: #c00!important; } div.infobox .statistics { text-align: center; margin: 0 8px; } div.infobox .wrapper { clear: both; padding: 0; } div.nav dl, div.infobox dl { margin: 10px 0; } div.infobox dd { float: left; width: 125px; font-weight: 400; border-left: 2px solid #999; margin: 0; padding: 2px 7px; } div.infobox dt { float: left; text-align: right; width: 78px; line-height: 1em; font-weight: 700; clear: left; border-right: 2px solid #999; margin: 0 -2px 0 0; padding: 2px 8px 2px 3px; } div.infobox.skill dd, div.infobox.skill dt { border-color: #999; } div.infobox.elementalist dd, div.infobox.elementalist dt { border-color: #c00!important; }