townBox class for now, should be renamed to something more generic soon
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 1 Jun 2004 12:18:12 +0000 (12:18 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 1 Jun 2004 12:18:12 +0000 (12:18 +0000)
stylesheets/commonPrint.css

index 2c06252..de8eeed 100644 (file)
@@ -191,3 +191,28 @@ a, a.external, a.new, a.stub {
 .urlexpansion {
        display: inline ! important;
 }
+
+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;
+}