Revert r66608: This goes against an intentional design decision. To discuss that...
[lhc/web/wiklou.git] / skins / modern / main.css
index 0d0315a..a25b6b5 100644 (file)
@@ -1,13 +1,22 @@
 body {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
-       font-size: 10pt;
+       /*font-size: 10pt;*/
+       font-size: x-small;
+
 
        font-family: sans-serif;
        color: black;
        background-color: #f0f0f0;
 }
 
+#mw_main,
+#p-personal,
+#mw_header,
+.os-suggest {
+       font-size: 130%;
+}
+
 #mw_header {
        position: absolute;
        top: 0;
@@ -90,7 +99,7 @@ body {
 
 #mw_contentwrapper {
        width: 100%;
-       margin: 0 0 0 -14.1em;
+       margin: 0 0 0 -15em;
        float: right;
 }
 
@@ -103,12 +112,12 @@ body {
        border-bottom: solid 1px #bbbbbb;
 
        line-height: 1.5em;
-       padding: 1em 1em 1em 1em;
+       padding: 0 1em 1em 1em;
 }
 
 #mw_portlets {
        width: 14em;
-       
+
        border-right: solid 1px #bbbbbb;
        background-color: #f0f0f0;
 }
@@ -119,7 +128,7 @@ body {
        margin-top: 3.5em;
 }
 
-#mw_clear {
+div.mw_clear {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        clear: both;
@@ -131,7 +140,12 @@ body {
 }
 
 .portlet div.pBody {
-       padding: 1em 0 1em 0;
+       padding: 0em 0 0.5em 0;
+}
+
+textarea {
+       width: 100%;
+       padding: .1em;
 }
 
 #searchBody {
@@ -139,17 +153,22 @@ body {
 }
 
 #searchInput {
-       display: block;
+       width: 85%;
        margin-left: auto;
        margin-right: auto;
 }
 
+#p-search #searchform div div {
+       margin-top: .4em;
+}
+
 .portlet h5 {
-       padding: 0.3em 0 0.3em 1em;
+       padding: 0.1em 0 0.3em 1em;
        margin: 0 0 0 0;
        background-color: #dddddd;
        font-weight: bold;
        border-bottom: solid 1px #3c78b5;
+       height: 1.1em;
 }
 
 .portlet ul {
@@ -161,7 +180,7 @@ body {
        line-height: 1.4em;
 }
 
-li {
+ul {
        list-style-image: url(bullet.gif);
 }
 
@@ -226,8 +245,8 @@ li {
 #footer {
        background-color: #f0f0f0;
        background: url(footer-grad.png) repeat-x 0 0;
-       padding: 10px 1em 0 1em;
-
+       padding: 10px 1em 1em 1em;
+       clear:both;
        color: #444444;
 }
 
@@ -259,7 +278,15 @@ div.printfooter {
 }
 
 p {
-       margin: 0 0 0 0;
+       margin: 1em 0 1em 0;
+}
+
+hr {
+       height: 1px;
+       color: #aaa;
+       background-color: #aaa;
+       border: 0;
+       margin: .2em 0 .2em 0;
 }
 
 #contentSub {
@@ -273,9 +300,28 @@ p {
        padding: 0 0 0 0;
 }
 
-a, a:hover, a:visited {
-       text-decoration: underline;
-       color: #003366;
+a {
+        text-decoration: none;
+        color: #003366;
+        background: none;
+}
+a:visited {
+        color: #5a3696;
+}
+a:active {
+        color: #faa700;
+}
+a:hover {
+        text-decoration: underline;
+}
+a.stub {
+        color: #772233;
+}
+a.new {
+        color: #ba0000;
+}
+a.new:visited {
+        color: #a55858;
 }
 
 span.editsection {
@@ -307,6 +353,7 @@ h1, h2 {
        margin: 0 0 0 0;
        padding: 0em 1em 1em 1em;
        border: solid 1px #bbbbbb;
+       clear: left; /* Multi-line toc should not push data to horizontally */
 }
 
 #preferences fieldset {
@@ -315,13 +362,22 @@ h1, h2 {
 }
 
 #preferences h2 {
-       font-size: 10pt;
 }
 
 .mainLegend {
        display: none;
 }
 
+.htmlform-tip {
+       font-size: x-small;
+       padding: .2em 2em;
+       color: #666;
+}
+
+.prefsection legend {
+       font-weight: bold;
+}
+
 #preftoc li.selected {
        background-color: #bbbbbb;
 }
@@ -340,6 +396,10 @@ h1, h2 {
        color: white;
 }
 
+#mw-pref-clear {
+       clear: both;
+}
+
 #mw_content a.external,
 #mw_content a[href ^="gopher://"] {
         background: url(external.png) center right no-repeat;
@@ -365,6 +425,7 @@ h1, h2 {
         padding-right: 18px;
 }
 #mw_content a[href ^="irc://"],
+#mw_content a.extiw[href ^="irc://"],
 .link-irc {
         background: url(discussionitem_icon.gif) center right no-repeat;
         padding-right: 18px;
@@ -474,8 +535,389 @@ img.thumbborder {
 .hiddenStructure {
        display: none;
 }
+.mw-warning {
+       border: 1px solid #aaa;
+       background-color: #f9f9f9;
+       padding: 5px;
+       font-size: 95%;
+}
+
+#toc,
+.toc {
+       margin: 0 0 0 0;
+       padding: 0 0 0 0;
+       border-spacing: 0;
+       background-color: #f0f0f0;
+       border: solid 1px #bbbbbb;
+}
+
+#toc tr, #toc td {
+       margin: 0 0 0 0;
+       padding: 0 0 0 0;
+}
+
+#toctitle {
+       border-bottom: solid 1px #3c78b5;
+       background-color: #dddddd;
+       margin: 0 0 0 0;
+}
+
+#toc h2,
+.toc h2 {
+       display: inline;
+       border: none;
+       padding: 0;
+       font-size: 100%;
+       font-weight: bold;
+}
+#toc #toctitle,
+.toc #toctitle,
+#toc .toctitle,
+.toc .toctitle {
+       text-align: center;
+}
+
+#toc ul,
+.toc ul {
+       list-style-type: none;
+       list-style-image: none;
+       margin: 0 1em 0 1em;
+       padding-left: 0;
+       text-align: left;
+}
+
+#toc ul ul,
+.toc ul ul {
+       margin: 0 0 0 2em;
+}
+
+#toc .toctoggle,
+.toc .toctoggle {
+       font-size: 94%;
+}
+
+.mw-warning {
+       margin-left: 50px;
+       margin-right: 50px;
+       text-align: center;
+}
+
+.catlinks {
+       border: solid 1px #bbbbbb;
+       background-color: #f0f0f0;
+       padding: 0.1em 0.3em 0.1em 0.3em;
+       margin: 0 0 0 0;
+}
+
+#mw_header h1,
+#p-personal,
+#p-cactions {
+       overflow: hidden;
+}
+
+/* disable interwiki styling */
+#mw_content a.extiw,
+#mw_content a.extiw:active {
+       color: #36b;
+       background: none;
+       padding: 0;
+}
+#mw_content a.external {
+       color: #36b;
+}
+
+
+
+.redirectText {
+       font-size: 150%;
+       margin: 5px;
+}
+
+.printfooter {
+       display: none;
+}
+
+.sharedUploadNotice {
+       font-style: italic;
+}
+
+span.updatedmarker {
+       color: black;
+       background-color: #0f0;
+}
+
+.previewnote {
+       text-indent: 3em;
+       color: #c00;
+       border-bottom: 1px solid #aaa;
+       padding-bottom: 1em;
+       margin-bottom: 1em;
+}
+
+.previewnote p {
+       margin: 0;
+       padding: 0;
+}
+
+.editExternally {
+       border: 1px solid gray;
+       background-color: #ffffff;
+       padding: 3px;
+       margin-top: 0.5em;
+       float: left;
+       font-size: small;
+       text-align: center;
+}
+.editExternallyHelp {
+       font-style: italic;
+       color: gray;
+}
+
+.toggle {
+       margin-left: 2em;
+       text-indent: -2em;
+}
+
+table.collapsed tr.collapsable {
+       display: none;
+}
+
+input#wpSummary {
+       width: 80%;
+}
+
+/* @bug 1714 */
+input#wpSave, input#wpDiff {
+       margin-right: 0.33em;
+}
+
+#wpSave {
+       font-weight: bold;
+}
+
+/* Classes for article validation */
+
+table.revisionform_default {
+       border: 1px solid #000000;
+}
+
+table.revisionform_focus {
+       border: 1px solid #000000;
+       background-color:#00BBFF;
+}
+
+tr.revision_tr_default {
+       background-color:#EEEEEE;
+}
+
+tr.revision_tr_first {
+       background-color:#DDDDDD;
+}
+
+p.revision_saved {
+       color: green;
+       font-weight:bold;
+}
+
+/* noarticletext */
+div.noarticletext {
+       border: 1px solid #ccc;
+       background: #fff;
+       padding: .2em 1em;
+       color: #000;
+}
+
+div#searchTargetContainer {
+       left:       10px;
+       top:        10px;
+       width:      90%;
+       background: white;
+}
+
+div#searchTarget {
+       padding:    3px;
+       margin:     5px;
+       background: #F0F0F0;
+       border:     solid 1px blue;
+}
+
+div#searchTarget ul li {
+       list-style: none;
+}
+
+div#searchTarget ul li:before {
+       color: orange;
+       content: "\00BB \0020";
+}
+
+div#searchTargetHide {
+       float:right;
+       border:solid 1px black;
+       background:gainsboro;
+       padding:2px;
+}
+
+div.multipageimagenavbox {
+   border: solid 1px silver;
+   padding: 4px;
+   margin: 1em;
+   background: #f0f0f0;
+}
+
+div.multipageimagenavbox div.thumb {
+   border: none;
+   margin-left: 2em;
+   margin-right: 2em;
+}
+
+div.multipageimagenavbox hr {
+   margin: 6px;
+}
+
+table.multipageimage td {
+   text-align: center;
+}
+
+/*
+  Table pager (e.g. Special:Imagelist)
+  - remove underlines from the navigation link
+  - collapse borders
+  - set the borders to outsets (similar to Special:Allmessages)
+  - 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 {
+       border: 1px solid #aaaaaa;
+       padding: 0 0.15em 0 0.15em;
+}
+.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 }
+
+.templatesUsed { margin-top: 1.5em; }
+
+.mw-summary-preview {
+       margin: 0.1em 0;
+}
+
+/* Friendlier slave lag warnings */
+div.mw-lag-warn-normal,
+div.mw-lag-warn-high {
+       padding: 3px;
+       text-align: center;
+       margin: 3px auto;
+}
+div.mw-lag-warn-normal {
+       border: 1px solid #FFCC66;
+       background-color: #FFFFCC;
+}
+div.mw-lag-warn-high {
+       font-weight: bold;
+       border: 2px solid #FF0033;
+       background-color: #FFCCCC;
+}
+
+.MediaTransformError {
+       background-color: #ccc;
+       padding: 0.1em;
+}
+.MediaTransformError td {
+       text-align: center;
+       vertical-align: middle;
+       font-size: 90%;
+}
+ul {
+       line-height: 1.5em;
+       list-style-type: square;
+       margin: .3em 0 0 1.5em;
+       padding: 0;
+       list-style-image: url(bullet.gif);
+}
+ol {
+       line-height: 1.5em;
+       margin: .3em 0 0 3.2em;
+       padding: 0;
+       list-style-image: none;
+}
+li {
+       margin-bottom: .1em;
+}
+dt {
+       font-weight: bold;
+       margin-bottom: .1em;
+}
+dl {
+       margin-top: .2em;
+       margin-bottom: .5em;
+}
+
+#p-cactions li.new a {
+       color: #cc2200;
+}
+
+span.subpages {
+       font-size: 80%;
+       display: block;
+}
+
+pre {
+       border: solid 1px #3c78b5;
+       padding: 0.4em;
+       background-color: #f0f0f0;
+}
+
+.usermessage {
+       background-color: #dadaff;
+}
+
+.mw-topboxes {
+       border-collapse: collapse;
+       margin: 0 -1em 1em -1em;
+       padding: 0 0 8px 0;
+       background: url(footer-grad.png) repeat-x bottom left;
+}
+
+.mw-topbox p {
+       padding: 0 0 0 0;
+       margin: 0 0 0 0;
+}
+
+.mw-topbox {
+        color: black;
+        font-weight: bold;
+       margin: 0 0 0 0;
+       padding: 0 1em 0 1em;
+       vertical-align: middle;
+       border-collapse: collapse;
+       border-bottom: solid 1px #bbbbbb;
+}
+
+#siteSub {
+       background-color: #dddddd;
+}
+
+/* emulate center */
+.center {
+     width:100%;
+     text-align:center;
+}
+*.center * {
+     margin-left:auto;
+     margin-right:auto;
+}
 
-#mw_content .plainlinks a {
-        background: none !important;
-        padding: 0 !important;
+/* table standards */
+.toccolours {
+    border:1px solid #bbbbbb;
+    background-color:#f0f0f0;
+    border-spacing:0pt;
+    margin:0pt;
+    padding:0pt;
 }