Merge "Don't parse the section summary when creating a page by adding a new section."
[lhc/web/wiklou.git] / skins / common / oldshared.css
index 4cc601d..6dcdf6f 100644 (file)
@@ -1,18 +1,21 @@
-/*
+/**
  * 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; }
-h1, h2, h3, h4, h5, h6 { font-weight: bolder }
+h1, h2, h3, h4, h5, h6 {
+       font-weight: bolder;
+}
 
 /* Now the custom parts */
 
@@ -20,32 +23,45 @@ h1, h2, h3, h4, h5, h6 { font-weight: bolder }
 .editsection {
        font-weight: normal;
 }
-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% }
+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%; }
 
 #footer { clear: both }
 /* images */
-div.floatright { float: right; clear: right; margin: 0 0 1em 1em; }
-div.floatright p { font-style: italic; }
-div.floatleft { float: left; clear: left; margin: 0.3em 0.5em 0.5em 0; }
-div.floatleft p { font-style: italic; }
+/* @noflip */
+div.floatright {
+       float: right;
+       clear: right;
+       margin: 0 0 1em 1em;
+}
+
+/* @noflip */
+div.floatright p {
+       font-style: italic;
+}
 
+/* @noflip */
+div.floatleft {
+       float: left;
+       clear: left;
+       margin: 0.3em 0.5em 0.5em 0;
+}
 
-/* Print-specific things to hide */
-.printfooter {
-        display: none;
+/* @noflip */
+div.floatleft p {
+       font-style: italic;
 }
 
 /* table standards */
 table.rimage {
-        float:right;
-        margin-left:1em;
-        margin-bottom:1em;
-        text-align:center;
-        font-size:smaller;
+       float: right;
+       margin-left: 1em;
+       margin-bottom: 1em;
+       text-align: center;
+       font-size: smaller;
 }
 
 /* thumbnails */
@@ -78,16 +94,19 @@ 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;
 }
+/* @noflip */
 div.tright {
        clear: right;
        float: right;
        border-width: .5em 0 .8em 1.4em;
 }
+/* @noflip */
 div.tleft {
        float: left;
        clear: left;
@@ -124,8 +143,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,
@@ -137,119 +155,98 @@ img { border: none; }
        font-size: 94%;
 }
 
-
 .error {
        color: red;
        font-size: larger;
 }
 
 /* preference page with js-genrated toc */
+#mw-pref-clear {
+       clear: both;
+}
 #preftoc {
-    float: left;
-    margin: 1em 1em 1em 1em;
-    width: 13em;
+       float: left;
+       margin: 1em 1em 1em 1em;
+       width: 13em;
+}
+#preftoc li {
+       border: 1px solid White;
 }
-#preftoc li { border: 1px solid White; }
 #preftoc li.selected {
-    background-color:#f9f9f9;
-    border:1px dashed #aaaaaa;
+       background-color:#f9f9f9;
+       border:1px dashed #aaaaaa;
 }
 #preftoc a,
 #preftoc a:active {
-    display: block;
-    color: #005189;
+       display: block;
+       color: #005189;
 }
-#prefcontrol {
-    clear: left;
-    float: left;
-    margin-top: 1em;
+.mw-prefs-buttons {
+       clear: left;
+       float: left;
+       margin-top: 1em;
+}
+div.htmlform-tip {
+       font-size: 94%;
+       margin-top: 0.4em;
+       color: #666;
+}
+fieldset.prefsection {
+       margin-top: 1em;
 }
-div.prefsectiontip {
-    font-size: 94%;
-    margin-top: 0.4em;
-    color: #666;
+fieldset.operaprefsection {
+       margin-left: 15em;
 }
-fieldset.prefsection { margin-top: 1em }
-fieldset.operaprefsection { margin-left: 15em }
 
 /* emulate center */
 .center {
-    width: 100%;
-    text-align: center;
+       width: 100%;
+       text-align: center;
 }
 *.center * {
-    margin-left: auto;
-    margin-right: auto;
+       margin-left: auto;
+       margin-right: auto;
 }
+
 /* small for tables and similar */
-.small, .small * { font-size: 94%; }
-table.small { font-size: 100% }
+.small {
+       font-size: 94%;
+}
+table.small {
+       font-size: 100%;
+}
 
 /* use this instead of #toc for page content */
 .toccolours {
-    border:1px solid #aaaaaa;
-    background-color:#f9f9f9;
-    padding:5px;
-    font-size: 95%;
+       border: 1px solid #aaaaaa;
+       background-color: #f9f9f9;
+       padding: 5px;
+       font-size: 95%;
 }
 #siteNotice {
-    border:1px solid #aaaaaa;
-    padding-left: 0.5em;
-    padding-right: 0.5em;
+       border: 1px solid #aaaaaa;
+       padding-left: 0.5em;
+       padding-right: 0.5em;
 }
 .redirectText {
-       font-size:150%;
-       margin:5px;
-}
-.searchmatch {
-       color: red;
-       font-weight: bold;
+       font-size: 150%;
+       margin: 5px;
 }
 .sharedUploadNotice {
        font-style: italic;
 }
 span.unpatrolled {
-       font-weight:bold;
-       color:red;
+       font-weight: bold;
+       color: red;
 }
 
 span.updatedmarker {
-       color:black;
-       background-color:#00FF00;
-}
-
-table.gallery {
-        border:  1px solid #cccccc;
-        margin:  2px;
-        padding: 2px;
-        background-color:#ffffff;
-}
-
-table.gallery tr {
-    vertical-align:top;
-}
-
-table.gallery td {
-      vertical-align:top;
-      background-color:#f9f9f9;
-      border: solid 2px white;
+       color: black;
+       background-color: #00FF00;
 }
 
 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;
+       width: 150px;
 }
 
 span.comment {
@@ -265,19 +262,19 @@ span.changedby {
        color: #cc0000;
 }
 .editExternally {
-        border-style:solid;
-        border-width:1px;
-        border-color:gray;
-        background: #ffffff;
-        padding:3px;
-        margin-top:0.5em;
-        float:left;
-        font-size:small;
-        text-align:center;
+       border-style: solid;
+       border-width: 1px;
+       border-color: gray;
+       background: #ffffff;
+       padding: 3px;
+       margin-top: 0.5em;
+       float: left;
+       font-size: small;
+       text-align: center;
 }
 .editExternallyHelp {
-        font-style:italic;
-        color:gray;
+       font-style: italic;
+       color: gray;
 }
 
 li span.deleted {
@@ -291,15 +288,22 @@ table.mw_metadata {
        margin-left: 0.5em;
 }
 
-table.mw_metadata caption { font-weight: bold; }
-table.mw_metadata th { font-weight: normal; }
-table.mw_metadata td { padding: 0.1em; }
+table.mw_metadata caption {
+       font-weight: bold;
+}
+table.mw_metadata th {
+       font-weight: normal;
+}
+table.mw_metadata td {
+       padding: 0.1em;
+}
 
 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;
@@ -320,17 +324,10 @@ table.collapsed tr.collapsable {
 }
 
 .visualClear {
-    clear: both;
-}
-
-#mw_trackbacks {
-       border: solid 1px #bbbbff;
-       background-color: #eeeeff;
-       padding: 0.2em;
+       clear: both;
 }
 
 /* Allmessages table */
-
 #allmessagestable th {
        background-color: #b2b2ff;
 }
@@ -348,37 +345,28 @@ table.collapsed tr.collapsable {
 }
 
 #jump-to-nav {
-  display: none;
-}
-
-/* Keep this temporarily so that cached pages will display right */
-table.gallery td.galleryheader {
-    text-align: center;
-       font-weight: bold;
-}
-table.gallery caption {
-       font-weight: bold;
+       display: none;
 }
 
 div.multipageimagenavbox {
-   border: solid 1px silver;
-   padding: 4px;
-   margin: 1em;
-   background: #f0f0f0;
+       border: solid 1px silver;
+       padding: 4px;
+       margin: 1em;
+       background: #f0f0f0;
 }
 
 div.multipageimagenavbox div.thumb {
-   border: none;
-   margin-left: 2em;
-   margin-right: 2em;
+       border: none;
+       margin-left: 2em;
+       margin-right: 2em;
 }
 
 div.multipageimagenavbox hr {
-   margin: 6px;
+       margin: 6px;
 }
 
 table.multipageimage td {
-   text-align: center;
+       text-align: center;
 }
 
 /*
@@ -389,22 +377,45 @@ table.multipageimage td {
   - remove line wrapping for all td and th, set background color
   - restore line wrapping for the last two table cells (description and size)
 */
-.TablePager_nav a { text-decoration: none; }
-.TablePager { border-collapse: collapse; }
-.TablePager, .TablePager td, .TablePager th { 
+.TablePager_nav a {
+       text-decoration: none;
+}
+.TablePager {
+       border-collapse: collapse;
+}
+.TablePager,
+.TablePager td,
+.TablePager th {
        border: 0.15em solid #777777;
        padding: 0 0.15em 0 0.15em;
 }
-.TablePager th { background-color: #eeeeff }
-.TablePager td { background-color: #ffffff }
-.TablePager tr:hover td { background-color: #eeeeff }
+.TablePager th {
+       background-color: #eeeeff;
+}
+.TablePager td {
+       background-color: #ffffff;
+}
+.TablePager tr:hover td {
+       background-color: #eeeeff;
+}
 
-.imagelist td, .imagelist th { white-space: nowrap }
-.imagelist .TablePager_col_links { background-color: #eeeeff }
-.imagelist .TablePager_col_img_description { white-space: normal }
-.imagelist th.TablePager_sort { background-color: #ccccff }
+.imagelist td,
+.imagelist th {
+       white-space: nowrap;
+}
+.imagelist .TablePager_col_links {
+       background-color: #eeeeff;
+}
+.imagelist .TablePager_col_img_description {
+       white-space: normal;
+}
+.imagelist th.TablePager_sort {
+       background-color: #ccccff;
+}
 
-.templatesUsed { margin-top: 1em; }
+.templatesUsed {
+       margin-top: 1em;
+}
 
 .MediaTransformError {
        border: thin solid #777;
@@ -416,3 +427,35 @@ table.multipageimage td {
        vertical-align: middle;
        font-size: 90%;
 }
+
+form#specialpages {
+       display: inline;
+}
+
+body {
+       direction: ltr;
+       unicode-bidi: embed;
+       background-color: #ffffec;
+}
+body.ns-0 {
+       background-color: white;
+}
+
+/** RTL specific CSS starts here **/
+
+/**
+ * Lists:
+ * The following lines don't have a visible effect on non-Gecko browsers
+ * They fix a problem with Gecko browsers rendering lists to the right of
+ * left-floated objects in an RTL layout.
+ */
+/* @noflip */
+html > body.rtl div#article ul {
+       display: table;
+}
+/* @noflip */
+html > body.rtl div#bodyContent ul#filetoc {
+       display: block;
+}
+
+/* RTL specific CSS ends here **/
\ No newline at end of file