Difference between revisions of "MediaWiki:Common.css"
From JaWiki (Jabber/XMPP wiki)
(проба пера!) |
(форматирование) |
||
Line 1: | Line 1: | ||
− | /** CSS placed here will be applied to all skins */ | + | /** CSS placed here will be applied to all skins */ |
− | .iTable {float:right; margin:0 0 .5em 1em; width:250px; background:#fff; border-collapse:collapse; border:1px solid #777; font-size:smaller; line-height:1.5;} | + | .iTable {float:right; margin:0 0 .5em 1em; width:250px; background:#fff; border-collapse:collapse; border:1px solid #777; font-size:smaller; line-height:1.5;} |
− | .iHeader {color:#fff; background:#777; font-size:larger;} | + | .iHeader {color:#fff; background:#777; font-size:larger;} |
− | .iSection {text-align: center; font-weight:normal; background:#ccc; border: 1px solid #777;} | + | .iSection {text-align: center; font-weight:normal; background:#ccc; border: 1px solid #777;} |
− | .iLine {vertical-align: top; font-size: smaller} | + | .iLine {vertical-align: top; font-size: smaller} |
− | .iParam {font-weight: bold; text-align: left} | + | .iParam {font-weight: bold; text-align: left} |
− | .iValue {vertical-align: middle;} | + | .iValue {vertical-align: middle;} |
Revision as of 18:49, 10 June 2007
/** CSS placed here will be applied to all skins */ .iTable {float:right; margin:0 0 .5em 1em; width:250px; background:#fff; border-collapse:collapse; border:1px solid #777; font-size:smaller; line-height:1.5;} .iHeader {color:#fff; background:#777; font-size:larger;} .iSection {text-align: center; font-weight:normal; background:#ccc; border: 1px solid #777;} .iLine {vertical-align: top; font-size: smaller} .iParam {font-weight: bold; text-align: left} .iValue {vertical-align: middle;}