Moving watch/unwatch action out of the drop down
[lhc/web/wiklou.git] / skins / vector / main-ltr.css
index 319c7e9..2b27cfd 100644 (file)
@@ -21,7 +21,7 @@ body {
        margin: 0;
        padding: 0;
        font-family: sans-serif;
-       font-size: 9.75pt;
+       font-size: 1em;
 }
 body {
        background-color: #f3f3f3;
@@ -29,7 +29,7 @@ body {
 }
 /* Content */
 #content {
-       margin-left: 12em;
+       margin-left: 10em;
        padding: 1em;
        background-image: url(images/border.png);
        background-position: top left;
@@ -38,16 +38,16 @@ body {
 }
 /* Head */
 #page-base {
-       height: 6em;
+       height: 5em;
        background-color: white;
        background-image: url(images/page-fade.png);
        background-position: bottom left;
        background-repeat: repeat-x;
 }
 #head-base {
-       margin-top: -6em;
-       margin-left: 12em;
-       height: 6em;
+       margin-top: -5em;
+       margin-left: 10em;
+       height: 5em;
        background-image: url(images/border.png);
        background-position: bottom left;
        background-repeat: repeat-x;
@@ -62,6 +62,10 @@ body {
        margin: 0;
        padding: 0;
 }
+       /* Hide empty portlets */
+       div.emptyPortlet {
+               display: none;
+       }
        /* Personal */
        #p-personal {
                position: absolute;
@@ -84,17 +88,17 @@ body {
        #p-personal li {
                margin-left: 0.75em;
                margin-top: 0.5em;
-               font-size: 0.9em;
+               font-size: 0.75em;
        }
        /* Navigation Containers */
        #left-navigation {
                position: absolute;
-               left: 12em;
-               top: 3em;
+               left: 10em;
+               top: 2.5em;
        }
        #right-navigation {
                float: right;
-               margin-top: 3em;
+               margin-top: 2.5em;
        }
        /* Navigation Labels */
        div.vectorTabs h5,
@@ -148,9 +152,9 @@ body {
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div.vectorTabs li a {
                display: inline-block;
-               height: 3em;
-               padding-left: 0.5em;
-               padding-right: 0.5em;
+               height: 2.5em;
+               padding-left: 0.4em;
+               padding-right: 0.4em;
                background-image: url(images/tab-break.png);
                background-position: bottom right;
                background-repeat: no-repeat;
@@ -160,6 +164,9 @@ body {
                color: #0645ad;
                cursor: pointer;
        }
+       div.vectorTabs li a span {
+               font-size: 0.8em;
+       }
        /* IGNORED BY IE6 */
        div.vectorTabs li > a {
                display: block;
@@ -201,14 +208,19 @@ body {
                direction: rtl;
        }
        /* @noflip */
-       div.vectorMenu h5 {
+       #head div.vectorMenu h5 {
                float: left;
+               background-image: url(images/tab-break.png);
+               background-position: bottom left;
+               background-repeat: no-repeat;
+               padding-left: 1px;
+               margin-left: -1px;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div.vectorMenu h5 a {
                display: inline-block;
                width: 24px;
-               height: 3em;
+               height: 2.5em;
                text-decoration: none;
                background-image: url(images/tab-break.png);
                background-position: bottom right;
@@ -246,6 +258,8 @@ body {
                border: solid 1px silver;
                border-top-width: 0;
                list-style: none;
+               list-style-image: none;
+               list-style-type: none;
                padding: 0;
                margin: 0;
                margin-left: -1px;
@@ -254,7 +268,7 @@ body {
        /* Fixes old versions of FireFox */
        div.vectorMenu ul,
        x:-moz-any-link {
-               min-width: 6em;
+               min-width: 5em;
        }
        /* Returns things back to normal in modern versions of FireFox */
        div.vectorMenu ul,
@@ -278,6 +292,16 @@ body {
        div.vectorMenu li > a {
                display: block;
        }
+       div.vectorMenu li a {
+               color: #0645ad;
+               cursor: pointer;
+               font-size: 0.8em;
+       }
+       div.vectorMenu li.selected a,
+       div.vectorMenu li.selected a:visited {
+               color: #333333;
+               text-decoration: none;
+       }
        /* Search */
        #p-search h5 {
                display: none;
@@ -296,7 +320,7 @@ body {
                margin-top: 0.4em;
        }
        #simpleSearch {
-               margin-top: 0.75em;
+               margin-top: 0.5em;
                position: relative;
                border: solid 1px #AAAAAA;
                background-color: white;
@@ -304,12 +328,15 @@ body {
                background-position: top left;
                background-repeat: repeat-x;
        }
+       #simpleSearch label {
+               font-size: 0.8em;
+       }
        #simpleSearch input#searchInput {
                margin: 0;
                border-width: 0;
                padding: 0.25em;
                line-height: 1em;
-               font-size: 9.75pt;
+               font-size: 0.8em;
                width: 9em;
                background-color: transparent;
        }
@@ -318,7 +345,7 @@ body {
                margin: 0;
                padding: 0;
                width: 1.75em;
-               height: 2em;
+               height: 1.5em;
                border: none;
                cursor: pointer;
                background-color: transparent;
@@ -330,25 +357,37 @@ body {
        #simpleSearch > button#searchButton {
                height: 100%;
        }
+       .suggestions-special .special-label {
+               font-size: 0.8em;
+               color: gray;
+       }
+       .suggestions-special .special-query {
+               color: black;
+               font-style: italic;
+       }
+       .suggestions-special .special-hover {
+               background-color: silver;
+       }
 /* Panel */
 #panel {
        position: absolute;
-       top: 12em;
-       width: 12em;
+       top: 160px;
+       padding-top: 1em;
+       width: 10em;
        left: 0;
 }
        #panel div.portal {
-               padding-top: 1.5em;
+               padding-bottom: 1.5em;
        }
        #panel div.portal h5 {
                font-weight: normal;
                color: #444444;
-               padding: 0.5em;
+               padding: 0.25em;
                padding-top: 0;
-               padding-left: 1.25em;
+               padding-left: 1.75em;
                cursor: default;
                border: none;
-               font-size: 0.9em;
+               font-size: 0.75em;
        }
        #panel div.portal div.body {
                margin: 0;
@@ -360,6 +399,8 @@ body {
        }
        #panel div.portal div.body ul {
                list-style: none;
+               list-style-image: none;
+               list-style-type: none;
                padding: 0;
                margin: 0;
        }
@@ -369,7 +410,7 @@ body {
                padding-bottom: 0.5em;
                margin: 0;
                overflow: hidden;
-               font-size: 0.9em;
+               font-size: 0.75em;
        }
        #panel div.portal div.body ul li a {
                color: #0645ad;
@@ -377,43 +418,45 @@ body {
        #panel div.portal div.body ul li a:visited {
                color: #0b0080;
        }
-/* Foot */
-#foot {
-       margin-left: 12em;
+/* Footer */
+#footer {
+       margin-left: 10em;
        margin-top: 0;
        padding: 0.75em;
        background-image: url(images/border.png);
        background-position: top left;
        background-repeat: repeat-x;
 }
-#foot ul {
+#footer ul {
        list-style: none;
+       list-style-image: none;
+       list-style-type: none;
        margin: 0;
        padding: 0;
 }
-#foot ul li {
+#footer ul li {
        margin: 0;
        padding: 0;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        color: #333333;
-       font-size: 0.9em;
+       font-size: 0.7em;
 }
-#foot #foot-icons {
+#footer #footer-icons {
        float: right;
 }
-#foot #foot-places {
+#footer #footer-places {
        float: left;
 }
-#foot #foot-info li {
+#footer #footer-info li {
        line-height: 1.4em;
 }
-#foot #foot-icons li {
+#footer #footer-icons li {
        float: left;
        margin-left: 0.5em;
        line-height: 2em;
 }
-#foot #foot-places li {
+#footer #footer-places li {
        float: left;
        margin-right: 1em;
        line-height: 2em;
@@ -421,17 +464,17 @@ body {
 /* Logo */
 #p-logo {
        position: absolute;
-       top: 0;
+       top: -160px;
        left: 0;
-       height: 12em;
-       width: 12em;
+       width: 10em;
+       height: 160px;
 }
 #p-logo a {
        display: block;
-       width: 12em;
-       height: 12em;
+       width: 10em;
+       height: 160px;
        background-repeat: no-repeat;
-       background-position: 50% 50%;
+       background-position: center center;
        text-decoration: none;
 }
 
@@ -541,6 +584,9 @@ body {
 #content {
        line-height: 1.5em;
 }
+#bodyContent {
+       font-size: 0.8em;
+}
 /* Links */
 a {
        text-decoration: none;
@@ -843,7 +889,7 @@ img.thumbborder {
 /* Site Notice */
 #siteNotice {
        text-align: center;
-       font-size: 95%;
+       font-size: 0.8em;
        margin: 0;
 }
        #siteNotice div,
@@ -894,10 +940,10 @@ table.small {
        font-size: 100%;
 }
 /* Edge Cases for Content */
-#content h1, #content h2 {
+h1, h2 {
        margin-bottom: .6em;
 }
-#content h3, #content h4, #content h5 {
+h3, h4, h5 {
        margin-bottom: .3em;
 }
 #firstHeading {
@@ -906,6 +952,7 @@ table.small {
        padding-top: 0;
        margin-bottom: 0.1em;
        line-height: 1.2em;
+       font-size: 1.6em;
        padding-bottom: 0;
 }
 #content a.external,
@@ -994,4 +1041,61 @@ table.small {
 #bodyContent {
        position: relative;
        width: 100%;
+}
+
+#mw-js-message {
+       font-size: 0.8em;
+}
+div#bodyContent {
+       line-height: 1.5em;
+}
+
+
+
+/* Babaco color scheme */
+/* Still working on this. Needs incorporated above once it's closer to final */
+body{
+  background-color:#f9f9f9;
+  color:#000000;
+}
+a{
+  color:#003cb3;
+}
+a.new{
+  color:#990000;
+}
+
+a:visited,
+div.vectorTabs li.selected a:visited div.vectorTabs li.selected a:visited span {
+  color:#260e9c;
+}
+
+html .thumbimage,
+#toc, .toc, .mw-warning, div.thumbinner{
+  border-color:#c0c0c0;
+  background-color:#f0f0f0;
+}
+
+h1, h2, h3, h4, h5, h6{
+  border-color:#8d8d8d;
+}
+
+
+/* Watch/Unwatch Icon Styling */
+#ca-unwatch,
+#ca-watch{
+  background-image:none;
+  background-color:#ffffff;
+}
+#ca-unwatch a,
+#ca-watch a{
+  outline:none;
+}
+#ca-unwatch a img,
+#ca-watch a img{
+  padding-top:1.35em;
+  display:block;
+  font-size:0.8em;
+  max-height:14px;
+  max-width:14px;
 }
\ No newline at end of file