From: Jerome Jamnicky Date: Mon, 31 May 2004 21:56:50 +0000 (+0000) Subject: adding townbox from monobook as requested by danimo from irc X-Git-Tag: 1.5.0alpha1~3110 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=725829d1c13e1f91b8eb2447f194b526c75e8b4c;p=lhc%2Fweb%2Fwiklou.git adding townbox from monobook as requested by danimo from irc --- diff --git a/stylesheets/common.css b/stylesheets/common.css index 10122fd3ce..4952fdb68e 100644 --- a/stylesheets/common.css +++ b/stylesheets/common.css @@ -151,3 +151,27 @@ fieldset.operaprefsection { margin-left: 15em } margin-right: auto; } +div.townBox { + position:relative; + float:right; + background:White; + margin-left:1em; + border: 1px solid Grey; + padding:0.3em; + width: 200px; + overflow: hidden; + clear: right; +} +div.townBox dl { + padding: 0; + margin: 0 0 0.3em 0; + font-size: 96%; +} +div.townBox dl dt { + background: none; + margin: 0.4em 0 0 0; +} +div.townBox dl dd { + margin: 0.1em 0 0 1.1em; + background-color: #f3f3f3; +}