Difference between revisions of "MediaWiki:Common.css"
m (Reverted edits by JC the Builder (Talk) to last revision by Cogniac) |
m (Changing for fixes to main page.) |
||
Line 7: | Line 7: | ||
width:100%; | width:100%; | ||
} | } | ||
− | div# | + | div#welcome { |
float:left; | float:left; | ||
− | + | padding:16px 0px 12px 25px; | |
− | padding: | + | |
text-align:center; | text-align:center; | ||
} | } | ||
− | div# | + | div#portals { |
+ | float:right; | ||
+ | padding:7px 25px 0px 0px; | ||
+ | } | ||
+ | div#gameinfo { | ||
float:right; | float:right; | ||
− | padding: | + | padding:5px 15px 0px 0px; |
− | + | ||
} | } | ||
div.mainpagetablerow { | div.mainpagetablerow { |
Revision as of 23:48, 14 October 2010
/** CSS placed here will be applied to all skins **/ /* Main Page layout */ div#header { border:1px solid #9F3215; margin:10px -1px 0px -1px; width:100%; } div#welcome { float:left; padding:16px 0px 12px 25px; text-align:center; } div#portals { float:right; padding:7px 25px 0px 0px; } div#gameinfo { float:right; padding:5px 15px 0px 0px; } div.mainpagetablerow { border-bottom:1px solid #9F3215; min-width:501px; width:100%; } div.leftcolumn, div.rightcolumn { float:left; min-width:250px; width:49.9%; } div.leftcolumn { border-right:1px solid #9F3215; margin-right:-1px; } div.rightcolumn { border-left:1px solid #9F3215; } div.titleicon { float:left; padding-left:10px; } div.titletext { color:#9F3215; float:left; font-size:18px; padding-left:10px; } div.content { padding:5px 20px 10px 10px; } /* UOGuide table styling */ table.uoguidetable { border:1px solid #000000; border-collapse:collapse; margin:0px; width:auto; } table.uoguidetable th, table.uoguidetable td { border:1px solid #000000; padding:3px 4px; text-align:center; } table.uoguidetable th { background-color:#9F3215; color:#FFFFFF; } table.uoguidetable td { background-color:#EEEECC; } table.uoguidetable.leftalign td { text-align:left; } table.uoguidetable.open td { border:none; } table.uoguidetable.smalltext { font-size:11px; } /* Navbox styling and spacing */ table.navbox { font-size:11px; width:100%; } table.navbox + table.navbox { margin-top:-1px; } /* Tooltip formatting */ table#item img { display:block; margin-left:auto; margin-right:auto; } table#tooltip { background:url('images/a/ac/Tooltip_Background.png'); color:#FFFFFF; font-weight:bold; margin-left:auto; margin-right:auto; position:relative; text-align:center; z-index:2; } table#tooltip td { padding:0px 5px; } /* Right-floated boxes */ table.rightfloat { float:right; margin:1px 1px 1em 1em; } /* Line wrap prevention for links */ .nowraplinks a { white-space:nowrap; } /* Recent Changes styling */ .mw-plusminus-pos { color:#006400; } .mw-plusminus-neg { color:#8B0000; } .mw-plusminus-null { color:#AAAAAA; }