MediaWiki:Common.css
From Fantasy Strike
(Difference between revisions)
Line 90: | Line 90: | ||
} | } | ||
+ | /* | ||
#mw-panel {width: 130px} | #mw-panel {width: 130px} | ||
#left-navigation {left: 130px} | #left-navigation {left: 130px} | ||
#content {margin-left: 130px} | #content {margin-left: 130px} | ||
+ | */ |
Revision as of 19:28, 25 April 2014
/* CSS placed here will be applied to all skins */ .RightInfoPane { float:right; clear: both; background-color: #331e1e; border: 3px double #CF7832; border-radius: 10px; margin: 4px; margin-top: 16px; padding: 4px; } .VisibleTable, .VisibleTableWithCellBorders { background-color: #331E1E; border: 1px solid #CF7832; border-collapse: collapse; } .VisibleTable td, .VisibleTableWithCellBorders td { padding: 2px; border-color: #A55858; border-style: solid; } .VisibleTable td { border-width: 0px; } .VisibleTableWithCellBorders td { border-width: 1px; } /* tooltip styling. by default the element to be styled is .tooltip */ .tooltip { display:none; /*background:transparent url(http://flowplayer.org/tools/img/tooltip/black_arrow.png);*/ text-align:center; font-size:12px; padding:10px; color:#fff; border:1px solid #CF7832; border-radius:20px; background-color:#331e1e; z-index: 9; } .tooltip_trigger { color:#00B000; text-decoration:underline; } .h4notoc { font-size: 116%; font-weight: bold; } .CharSelect { background-color: #331E1E; border: 1px solid #CF7832; display: inline-block; text-align: center; font-size: 16pt; vertical-align: middle; } .CharSelect p { margin:0px; } .CharSelect img { margin:2px; border:0px; } .CharSelect img:hover { background-color: yellow; margin:0px; border:2px solid red; } .CSHorDivider { display:inline-block; width:1px; height:75px; background-color:#CF7832; vertical-align:top; } /* #mw-panel {width: 130px} #left-navigation {left: 130px} #content {margin-left: 130px} */