From: Magnus Manske Date: Mon, 8 Sep 2003 07:57:03 +0000 (+0000) Subject: table stylesheet X-Git-Tag: 1.1.0~285 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/%7B%24conf-%3EScriptPath%7D/index.php?a=commitdiff_plain;h=9b2416f887dc4f0f1cad299a7885600050a3e537;p=lhc%2Fweb%2Fwiklou.git table stylesheet --- diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 7e95e55a6a..5f8f6ac023 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -30,4 +30,33 @@ td.bottom { border-top: 1px solid gray; } td.top { border-bottom: 1px solid gray; } /* images */ div.floatright { float:right;margin:0 0 1em 1em; } -div.floatright p { font-style: italic; } \ No newline at end of file +div.floatright p { font-style: italic; } + +/* table standards */ +table.rimage { + float:right; + width:1pt; + margin-left:1em; + margin-bottom:1em; + } + +table.country { + border-width:1; + border-style:solid; + padding:2; + border-spacing:0; + float:right; + width:300px; + } + +table.flag { + background-color:#efefef; + border-width:0; + border-spacing:0; + padding:2; + } + +td.flag { + text-align:center; + width:140px; + }