MediaWiki:Common.css
From Fantasy Strike
(Difference between revisions)
Line 91: | Line 91: | ||
− | div#mw-panel {width: | + | div#mw-panel {width: 122px} |
− | #left-navigation {left: | + | #left-navigation {left: 122px} |
− | div#content {margin-left: | + | div#content {margin-left: 122px} |
− | div#footer {margin-left: | + | div#footer {margin-left: 122px} |
Latest revision as of 23:05, 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; } div#mw-panel {width: 122px} #left-navigation {left: 122px} div#content {margin-left: 122px} div#footer {margin-left: 122px}