* Format page protection warning identical to similar warnings
[lhc/web/wiklou.git] / skins / chick / main.css
old mode 100755 (executable)
new mode 100644 (file)
index 4e798bb..dddc879
@@ -7,7 +7,7 @@
 */
 
 body {
-    font: sans-serif;
+    font-family: sans-serif;
     color: Black;
     margin: 0;
     padding: 0.3em;
@@ -15,7 +15,7 @@ body {
 
 a { color: #002bb8; }
 a:visited { color: #5a3696; }
-a:active { color: Orange; }
+a:active { color: #ffa500; }
 a.stub { color: #772233; }
 a.new,
 #p-personal a.new { color:#ba0000; }
@@ -50,16 +50,24 @@ h1, h2, h3, h4, h5, h6 {
     padding-bottom: 0.17em;
     border-bottom: 1px solid #aaaaaa;
 }
+.editsection {
+       font-weight: normal;
+}
 h1 { font-size: 188%; }
+h1 .editsection { font-size: 53.2%; }
 h2 { font-size: 150%; }
+h2 .editsection { font-size: 66.7%; }
 h3, h4, h5, h6 {
     border-bottom: none;
     font-weight: bold;
 }
 h3 { font-size: 132%; }
+h3 .editsection { font-size: 75.8%; }
 h4 { font-size: 116%; }
+h4 .editsection { font-size: 86.2%; }
 h5 { font-size: 100%; }
 h6 { font-size: 80%;  }
+h6 .editsection { font-size: 125%; }
 
 ul {
     line-height: 1.5em;
@@ -185,19 +193,19 @@ span.subpages { display: block; }
     font-size: 95%;
     padding: 0 0.9em 0 0.9em;
 }
-#siteNotice p { margin: none; padding: none; }
+#siteNotice p { margin: 0; padding: 0; }
 .error {
     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
@@ -241,9 +249,7 @@ table.small { font-size: 100% }
     padding:5px;
     font-size: 95%;
 }
-#toc .tocindent { margin-left: 2em; }
-#toc .tocline { margin-bottom: 0px; }
-#toc p { margin: 0 }
+#toc ul { margin-left: 2em; }
 #toc .toctoggle { font-size: 94%; }
 #toc .editsection {
     margin-top: 0.7em;
@@ -262,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;
@@ -308,15 +315,17 @@ div.tright {
 }
 div.tleft {
     float: left;
+    clear: left;
     margin-right:0.5em;
     border-width: 0.5em 1.4em 0.8em 0;
 }
-.urlexpansion,
+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
@@ -340,30 +349,6 @@ table.rimage {
     padding:5px;
     font-size: 95%;
 }
-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;
-}
 
 /*
 ** edit views etc
@@ -374,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 {
@@ -420,7 +369,7 @@ div.portlet { margin: 0.5em 0; }
        margin:5px;
 }
 
-ul.special li.not_patrolled, ol.special li.not_patrolled {
+ul.special li.not-patrolled, ol.special li.not-patrolled {
        background-color: #ffa;
 }
 div.patrollink {
@@ -435,13 +384,60 @@ span.updatedmarker {
        color:black;
        background-color:#00FF00;
 }
-span.newpageletter {
-       font-weight:bold
-       color:black;
-       background-color:yellow;
+
+table.gallery {
+        border:  1px solid #cccccc;
+        margin:  2px;
+        padding: 2px;
+        background-color:#ffffff;
 }
-span.minoreditletter {
-       color:black;
-       background-color:#C5FFE6;
+
+table.gallery tr { 
+        vertical-align:top;
+}
+
+table.gallery td {
+      vertical-align:top;
+      background-color:#f9f9f9;
+      border: solid 2px white;
+}
+
+div.gallerybox {
+        margin: 2px;
+        width:  150px;
+}
+
+div.gallerybox div.thumb {
+        text-align: center;
+        border: 1px solid #cccccc;
+        margin: 2px;
+}       
+
+div.gallerytext {
+       overflow: hidden;
+        font-size: 94%;
+        padding: 2px 4px;
+}       
+
+#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