Reworked translation for da, by Lars Helbo
[lhc/web/wiklou.git] / skins / simple / main.css
index 4a75d64..24f5cc5 100644 (file)
@@ -1,3 +1,29 @@
+/* For clarity, explicitly state some recommendations from <http://www.w3.org/
+   TR/CSS21/sample.html> to make sure the editsection links scale right */
+
+h1 { font-size: 2em; }
+h2 { font-size: 1.5em; }
+h3 { font-size: 1.17em; }
+h5 { font-size: .83em; }
+h6 { font-size: .75em; }
+h1, h2, h3, h4, h5, h6 { font-weight: bolder }
+
+/* Now the custom parts */
+
+/* Make edit sections (which are inside h# tags) normal-sized
+   and otherwise format */
+.editsection {
+       font-weight: normal;
+       float: right;
+       margin-left: 5px;
+}
+h1 .editsection { font-size: 50% }
+h2 .editsection { font-size: 66.7% }
+h3 .editsection { font-size: 85.5% }
+h5 .editsection { font-size: 120% }
+h6 .editsection { font-size: 133% }
+
+
 #toolbar {
   display: none;
 }
@@ -30,8 +56,6 @@ a:hover {
     padding: 0em 1em 1.5em 1em;
     border-left: 1px solid #959595;
     line-height: 1.5em;
-    position: relative;
-    z-index: 2;
 }
 
 #column-one {
@@ -39,8 +63,8 @@ a:hover {
   top: 0px; left: 0px;
 }
 
-#footer, #siteSub {
-  display: none;
+#footer {
+       display: none;
 }
 
 body {
@@ -58,7 +82,6 @@ body {
 
 img {
     border: none;
-    vertical-align: middle;
 }
 p {
     margin: 0.4em 0em 0.5em 0em;
@@ -245,7 +268,7 @@ td.diff-deletedline {
     background-color: #f8ffaa;
 }
 
-span.diffchange { background-color: #FFCDF3; }
+.diffchange { background-color: #FFCDF3; text-decoration: none; }
 .autocomment { color:  grey; }
 #pagehistory span.user {
     margin-left: 1.4em;
@@ -279,6 +302,7 @@ div.floatright, table.floatright {
 div.floatright p { font-style: italic; }
 div.floatleft, table.floatleft {
     float: left;
+    clear: left;
     margin: 0.3em 0.5em 0.5em 0;
     position: relative;
     border-width: 0.5em 1.4em 0.8em 0;
@@ -294,8 +318,7 @@ div.thumb div {
     text-align: center;
     overflow: hidden;
 }
-div.thumb div a img {
-}
+
 div.thumb div div.thumbcaption {
     border: none;
     text-align: left;
@@ -319,9 +342,13 @@ div.tright {
 }
 div.tleft {
     float: left;
+    clear: left;
     margin-right:0.5em;
     border-width: 0.5em 1.4em 0.8em 0;
 }
+img.thumbborder {
+       border: 1px solid #dddddd;
+}
 
 a.stub { color: #772233; }
 a.new,
@@ -399,3 +426,32 @@ div.prefsectiontip {
        padding: 0.2em;
 }
 
+#jump-to-nav {
+  display: none;
+}
+
+table.collapsed tr.collapsable {
+       display: none;
+}
+
+.editsection {
+       float: right;
+       margin-left: 5px;
+}
+
+.templatesUsed { margin-top: 1.5em; }
+
+/**
+ * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
+ * When the day comes, it can be moved to a *real* common.css.
+ */
+.mw-plusminus-null { color: #aaa; }
+.texvc { direction: ltr; unicode-bidi: embed; }
+/* Stop floats from intruding into edit area in previews */
+#toolbar, #wpTextbox1 { clear: both; }
+
+/*
+#file img, .gallerybox .thumb img {
+       background: url(../common/images/Checker-16x16.png) repeat;
+}
+*/