Difference between revisions of "MediaWiki:Common.css"
From Gsshawiki
(No difference)
|
Latest revision as of 17:23, 4 August 2009
/* <pre> */ /***** ** Center Class *****/ .center {text-align: center} div.mleft {margin-left: -40px} div.mright {margin-left: 40px} .uline {text-decoration: underline} /***** ** Table formatting *****/ table.center2 {} table.center2 th {text-align: center} table.center2 td {text-align: center} table.gray {border-color: gray} table.gray th {border-color: gray} table.gray td {border-color: gray} table.thin { border-width: 1px; border-spacing: 0px; border-style: solid; border-color: black; border-collapse: collapse; } table.thin th { border-width: 1px; padding: 2px; border-style: solid; border-color: black; } table.thin td { border-width: 1px; padding: 2px; border-style: solid; border-color: black; } table.thin-gray { border-width: 1px; border-spacing: 2px; border-style: outset; border-color: gray; border-collapse: collapse; background-color: white; } table.thin-gray th { border-width: 1px; padding: 1px; border-style: inset; border-color: gray; background-color: white; -moz-border-radius: 0px; } table.thin-gray td { border-width: 1px; padding: 1px; border-style: inset; border-color: gray; background-color: white; -moz-border-radius: 0px; } /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ div.Boxmerge, div.NavFrame { margin: 0px; padding: 4px; border: 1px solid #aaa; text-align: center; border-collapse: collapse; font-size: 95%; } div.Boxmerge div.NavFrame { border-style: none; border-style: hidden; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #fff; margin: 0px; padding: 2px; float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; background-color: #ccf; position:relative; } div.NavFrame p { font-size: 100%; } div.NavFrame div.NavContent { font-size: 100%; } div.NavFrame div.NavContent p { font-size: 100%; } div.NavEnd { margin: 0px; padding: 0px; line-height: 1px; clear: both; } a.NavToggle { position:absolute; top:0px; right:3px; font-weight:normal; font-size:smaller; } /* </pre> */