* Format page protection warning identical to similar warnings
[lhc/web/wiklou.git] / skins / chick / main.css
index 6b52f4a..dddc879 100644 (file)
@@ -52,8 +52,6 @@ h1, h2, h3, h4, h5, h6 {
 }
 .editsection {
        font-weight: normal;
-       float: right;
-       margin-left: 5px;
 }
 h1 { font-size: 188%; }
 h1 .editsection { font-size: 53.2%; }
@@ -200,14 +198,14 @@ span.subpages { display: block; }
     color: red;
     font-size: larger;
 }
-#catlinks {
+.catlinks {
     border:1px solid #aaaaaa;
     background-color:#f9f9f9;
     padding: 2px 5px;
     margin: 0.1em 0 0 0;
     clear: both;
 }
-p.catlinks { margin: 0; padding: 0; }
+.catlinks { margin: 0; padding: 0; }
 
 
 /* currently unused, intended to be used by a metadata box
@@ -270,6 +268,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: 0.5em solid White;
@@ -316,15 +315,17 @@ 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;
+}
 
 .hiddenStructure {
     display: none;
 }
-img.tex { vertical-align: middle; }
-span.texhtml { font-family: serif; }
 
 /*
 ** classes for special content elements like town boxes
@@ -348,30 +349,6 @@ table.rimage {
     padding:5px;
     font-size: 95%;
 }
-div.townBox {
-    position:relative;
-    float:right;
-    background:White;
-    margin-left:1em;
-    border: 1px solid gray;
-    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;
-}
 
 /*
 ** edit views etc
@@ -382,45 +359,9 @@ div.townBox dl dd {
     padding: 0;
 }
 
-/* Page history styling */
-/* the auto-generated edit comments */
-.autocomment { color: gray; }
-#pagehistory span.user {
-    margin-left: 1.4em;
-    margin-right: 0.4em;
-}
-#pagehistory span.minor { font-weight: bold; }
-#pagehistory li { border: 1px solid White; }
-#pagehistory li.selected {
-    background-color:#f9f9f9;
-    border:1px dashed #aaaaaa;
-}
-/*
-** Diff rendering
-*/
-table.diff { background:white; }
-td.diff-otitle { background:#ffffff; }
-td.diff-ntitle { background:#ffffff; }
-td.diff-addedline {
-    background:#ccffcc;
-    font-size: smaller;
-}
-td.diff-deletedline {
-    background:#ffffaa;
-    font-size: smaller;
-}
-td.diff-context {
-    background:#eeeeee;
-    font-size: smaller;
-}
-span.diffchange { color: red; }
-
 a.external { color: #3366bb; }
-
 div#footer { text-align: center; }
-
 ul#f-list li { list-style: none;  text-align: center; }
-
 div.portlet { margin: 0.5em 0; }
 
 .redirectText {
@@ -443,15 +384,6 @@ span.updatedmarker {
        color:black;
        background-color:#00FF00;
 }
-span.newpageletter {
-       font-weight:bold;
-       color:black;
-       background-color:yellow;
-}
-span.minoreditletter {
-       color:black;
-       background-color:#C5FFE6;
-}
 
 table.gallery {
         border:  1px solid #cccccc;
@@ -482,10 +414,30 @@ div.gallerybox div.thumb {
 }       
 
 div.gallerytext {
+       overflow: hidden;
         font-size: 94%;
         padding: 2px 4px;
 }       
 
-#jump-to-nav {
+#xjump-to-nav {
   display: none;
 }
+
+.templatesUsed { margin-top: 1.5em; }
+
+.printfooter {
+       display: none;
+}
+
+#footer {
+       background-color: white;
+       border-top: 1px solid #fabd23;
+       border-bottom: 1px solid #fabd23;
+       margin: .6em 0 1em 0;
+       padding: .4em 0 1.2em 0;
+       text-align: center;
+       font-size: 90%;
+}
+#f-poweredbyico, #f-copyrightico {
+       display: inline;
+}
\ No newline at end of file