Merge "Slight improvements to FormSpecialPage behavior."
[lhc/web/wiklou.git] / skins / common / oldshared.css
index 034a468..fa86aee 100644 (file)
@@ -1,17 +1,19 @@
-/*
+/**
  * oldshared.css
  * This file contains CSS settings common to Wikistandard, Nostalgia and
  * CologneBlue, the old pre-Monobook skins
  */
 
-/* For clarity, explicitly state some recommendations from <http://www.w3.org/
-   TR/CSS21/sample.html> to make sure the editsection links scale right */
+/* 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; }
+h4 { font-size: 1.11em; }
+h5 { font-size: 1.05em; }
+h6 { font-size: 1em; }
 h1, h2, h3, h4, h5, h6 {
        font-weight: bolder;
 }
@@ -54,12 +56,6 @@ div.floatleft p {
        font-style: italic;
 }
 
-
-/* Print-specific things to hide */
-.printfooter {
-       display: none;
-}
-
 /* table standards */
 table.rimage {
        float: right;
@@ -99,7 +95,8 @@ div.magnify {
        border: none !important;
        background: none !important;
 }
-div.magnify a, div.magnify img {
+div.magnify a,
+div.magnify img {
        display: block;
        border: none !important;
        background: none !important;
@@ -147,8 +144,7 @@ img { border: none; }
 .toc ul {
        list-style-type: none;
        list-style-image: none;
-       margin-left: 0;
-       padding-left: 0;
+       padding: 0;
        text-align: left;
 }
 #toc ul ul,
@@ -166,9 +162,6 @@ img { border: none; }
 }
 
 /* preference page with js-genrated toc */
-#mw-pref-clear {
-       clear: both;
-}
 #preftoc {
        float: left;
        margin: 1em 1em 1em 1em;
@@ -214,7 +207,7 @@ fieldset.operaprefsection {
 }
 
 /* small for tables and similar */
-.small, .small * {
+.small {
        font-size: 94%;
 }
 table.small {
@@ -288,7 +281,7 @@ li span.deleted {
        font-style: italic;
 }
 
-/* Classes for EXIF data display */
+/* Classes for Exif data display */
 table.mw_metadata {
        margin-left: 0.5em;
 }
@@ -307,7 +300,8 @@ table.mw_metadata {
        border: none;
        border-collapse: collapse;
 }
-table.mw_metadata td, table.mw_metadata th {
+table.mw_metadata td,
+table.mw_metadata th {
        border: 1px solid #aaaaaa;
        padding-left: 4px;
        padding-right: 4px;
@@ -387,7 +381,9 @@ table.multipageimage td {
 .TablePager {
        border-collapse: collapse;
 }
-.TablePager, .TablePager td, .TablePager th {
+.TablePager,
+.TablePager td,
+.TablePager th {
        border: 0.15em solid #777777;
        padding: 0 0.15em 0 0.15em;
 }
@@ -401,7 +397,8 @@ table.multipageimage td {
        background-color: #eeeeff;
 }
 
-.imagelist td, .imagelist th {
+.imagelist td,
+.imagelist th {
        white-space: nowrap;
 }
 .imagelist .TablePager_col_links {
@@ -459,4 +456,4 @@ html > body.rtl div#bodyContent ul#filetoc {
        display: block;
 }
 
-/* RTL specific CSS ends here **/
\ No newline at end of file
+/* RTL specific CSS ends here **/