Search frontend:
[lhc/web/wiklou.git] / skins / monobook / main.css
index 3c089de..b3908f8 100644 (file)
@@ -17,7 +17,7 @@
 }
 #content {
        margin: 2.8em 0 0 12.2em;
-       padding: 0 1em 1.5em 1em;
+       padding: 0 1em 1em 1em;
        position: relative;
        z-index: 2;
 }
@@ -67,6 +67,10 @@ table {
           floated tables */
        background-color: white;
 }
+fieldset table {
+       /* but keep table layouts in forms clean... */
+       background: none;
+}
 a {
        text-decoration: none;
        color: #002bb8;
@@ -303,7 +307,7 @@ span.subpages {
        border: none;
 }
 
-#catlinks {
+.catlinks {
        border: 1px solid #aaa;
        background-color: #f9f9f9;
        padding: 5px;
@@ -472,14 +476,6 @@ img.thumbborder {
        display: none;
 }
 
-/* Have a checkered background on images on the description pages and in galleries
-   to make transparency visible
-
-#file img, .gallerybox .thumb img {
-       background: url(Checker-16x16.png) repeat;
-}
-*/
-
 /*
 ** classes for special content elements like town boxes
 ** intended to be referenced directly from the wiki src
@@ -724,30 +720,6 @@ special external link styling */
        background-position: 35% 50% !important;
        text-decoration: none;
 }
-/*
-** the navigation portlet
-*/
-
-#p-navigation {
-       position: relative;
-       z-index: 3;
-}
-#p-navigation a {
-       display: block;
-}
-#p-navigation li.active a, #p-navigation li.active a:hover {
-       display: inline;
-}
-
-#p-navigation .pBody {
-       padding-right: 0;
-}
-
-#p-navigation li.active a, #p-navigation li.active a:hover {
-       text-decoration: none;
-       font-weight: bold;
-}
-
 
 /*
 ** Search portlet
@@ -1199,6 +1171,7 @@ div#userloginForm .captcha {
        background-color: #ffa;
 }
 div.patrollink {
+       clear: both;
        font-size: 75%;
        text-align: right;
 }
@@ -1211,8 +1184,23 @@ span.unpatrolled {
 }
 
 span.searchmatch {
-       color: red;
+       font-size: 95%; 
+}
+div.searchresult {
+       font-size: 95%;
+       width:38em;
+}
+
+span.searchalttitle {
+       font-size: 95%;
+}
+
+div.searchdidyoumean {
+       font-size: 127%;
+       padding-bottom:1ex;
+       padding-top:1ex; 
 }
+
 .sharedUploadNotice {
        font-style: italic;
 }
@@ -1298,12 +1286,6 @@ span.changedby {
        color: gray;
 }
 
-li span.deleted, span.history-deleted {
-       text-decoration: line-through;
-       color: #888;
-       font-style: italic;
-}
-
 .toggle {
        margin-left: 2em;
        text-indent: -2em;
@@ -1470,6 +1452,13 @@ div#searchTarget ul li:before {
        content: "\00BB \0020";
 }
 
+div#searchTargetHide {
+       float:right;
+       border:solid 1px black;
+       background:gainsboro;
+       padding:2px;
+}
+
 div.multipageimagenavbox {
    border: solid 1px silver;
    padding: 4px;
@@ -1494,17 +1483,17 @@ table.multipageimage td {
 
 /** Special:Version */
 
-table#sv-ext, table#sv-hooks {
+table#sv-ext, table#sv-hooks, table#sv-software {
        margin: 1em;
        padding:0em;
 }
 
-#sv-ext td, #sv-hooks td,
-#sv-ext th, #sv-hooks th {
+#sv-ext td, #sv-hooks td, #sv-software td,
+#sv-ext th, #sv-hooks th, #sv-software th {
        border: 1px solid #A0A0A0;
        padding: 0 0.15em 0 0.15em;
 }
-#sv-ext th, #sv-hooks th {
+#sv-ext th, #sv-hooks th, #sv-software th {
        background-color: #F0F0F0;
        color: black;
        padding: 0 0.15em 0 0.15em;
@@ -1544,12 +1533,6 @@ tr.sv-space td { display: none; }
        margin: 0.1em 0;
 }
 
-/* Convenience links on Special:Ipblocklist */
-p.mw-ipb-conveniencelinks {
-       font-size: 90%;
-       float: right;
-}
-
 /* Friendlier slave lag warnings */
 div.mw-lag-warn-normal,
 div.mw-lag-warn-high {
@@ -1567,12 +1550,14 @@ div.mw-lag-warn-high {
        background-color: #FFCCCC;
 }
 
-/* Recreating-deleted-page warning and log entries */
+/* Recreating-deleted-page/reupload file warning and log entries */
+div#mw-upload-deleted-warn,
 div#mw-recreate-deleted-warn {
        padding: 3px;
        margin-bottom: 3px;
        border: 2px solid #2F6FAB;
 }
+div#mw-upload-deleted-warn ul li,
 div#mw-recreate-deleted-warn ul li {
        font-size: 90%;
 }
@@ -1584,4 +1569,4 @@ div#mw-recreate-deleted-warn ul li {
        text-align: center;
        vertical-align: middle;
        font-size: 90%;
-}
\ No newline at end of file
+}