Accompanies r69481. Style changes for the new search placeholder text
[lhc/web/wiklou.git] / skins / vector / main-rtl.css
index 47268ab..32bccf9 100644 (file)
@@ -21,79 +21,88 @@ body {
        margin: 0;
        padding: 0;
        font-family: sans-serif;
-       font-size: 9.75pt;
+       font-size: 1em;
 }
 body {
        background-color: #f3f3f3;
-       background-image: url(images/page-base.png);
+       background-image: url(images/page-base.png?1);
 }
 /* Content */
 div#content {
-       margin-right: 12em;
+       margin-right: 10em;
        padding: 1em;
-       background-image: url(images/border.png);
+       background-image: url(images/border.png?1);
        background-position: top right;
        background-repeat: repeat-y;
        background-color: white;
+       color: black;
 }
 /* Head */
-div#page-base {
-       height: 6em;
+#mw-page-base {
+       height: 5em;
        background-color: white;
-       background-image: url(images/page-fade.png);
+       background-image: url(images/page-fade.png?1);
        background-position: bottom right;
        background-repeat: repeat-x;
 }
-div#head-base {
-       margin-top: -6em;
-       margin-right: 12em;
-       height: 6em;
-       background-image: url(images/border.png);
+#mw-head-base {
+       margin-top: -5em;
+       margin-right: 10em;
+       height: 5em;
+       background-image: url(images/border.png?1);
        background-position: bottom right;
        background-repeat: repeat-x;
 }
-div#head {
+div#mw-head {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
 }
-div#head h5 {
+div#mw-head h5 {
        margin: 0;
        padding: 0;
 }
+       /* Hide empty portlets */
+       div.emptyPortlet {
+               display: none;
+       }
        /* Personal */
-       div#p-personal {
+       #p-personal {
                position: absolute;
                top: 0;
+               padding-right: 10em;
                left: 0.75em;
        }
-       div#p-personal h5 {
+       #p-personal h5 {
                display: none;
        }
-       div#p-personal ul {
+       #p-personal ul {
                list-style: none;
                margin: 0;
                padding: 0;
        }
        /* @noflip */
-       div#p-personal li {
+       #p-personal li {
+               line-height: 1.125em;
                float: left;
        }
-       div#p-personal li {
+       /* This one flips! */
+       #p-personal li {
                margin-right: 0.75em;
                margin-top: 0.5em;
-               font-size: 0.9em;
+               font-size: 0.75em;
+               white-space: nowrap;
        }
        /* Navigation Containers */
-       div#left-navigation {
+       #left-navigation {
                position: absolute;
-               right: 12em;
-               top: 3em;
+               right: 10em;
+               top: 2.5em;
        }
-       div#right-navigation {
+       #right-navigation {
                float: left;
-               margin-top: 3em;
+               margin-top: 2.5em;
        }
        /* Navigation Labels */
        div.vectorTabs h5,
@@ -104,9 +113,10 @@ div#head h5 {
        /* @noflip */
        div.vectorTabs {
                float: left;
+               height: 2.5em;
        }
        div.vectorTabs {
-               background-image: url(images/tab-break.png);
+               background-image: url(images/tab-break.png?1);
                background-position: bottom right;
                background-repeat: no-repeat;
                padding-right: 1px;
@@ -127,64 +137,63 @@ div#head h5 {
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div.vectorTabs ul li {
+               line-height: 1.125em;
                display: inline-block;
                height: 100%;
                margin: 0;
                padding: 0;
                background-color: #f3f3f3;
-               background-image: url(images/tab-normal-fade.png);
+               background-image: url(images/tab-normal-fade.png?1);
                background-position: bottom right;
                background-repeat: repeat-x;
+               white-space:nowrap;
        }
        /* IGNORED BY IE6 */
        div.vectorTabs ul > li {
                display: block;
        }
        div.vectorTabs li.selected {
-               background-image: url(images/tab-current-fade.png);
+               background-image: url(images/tab-current-fade.png?1);
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div.vectorTabs li a {
                display: inline-block;
-               height: 3em;
+               height: 1.9em;
                padding-right: 0.5em;
                padding-left: 0.5em;
-               background-image: url(images/tab-break.png);
+               background-image: url(images/tab-break.png?1);
                background-position: bottom left;
                background-repeat: no-repeat;
        }
-       div.vectorTabs li a,
-       div.vectorTabs li a span {
+       div.vectorTabs li a{
                color: #0645ad;
                cursor: pointer;
        }
+       div.vectorTabs li a  {
+               font-size: 0.8em;
+       }
        /* IGNORED BY IE6 */
        div.vectorTabs li > a {
                display: block;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
-       div.vectorTabs a span {
+       div.vectorTabs span a  {
                display: inline-block;
                padding-top: 1.25em;
        }
        /* IGNORED BY IE6 */
        /* @noflip */
-       div.vectorTabs a > span {
+       div.vectorTabs span > a {
                float: left;
                display: block;
        }
        div.vectorTabs li.selected a,
-       div.vectorTabs li.selected a span,
-       div.vectorTabs li.selected a:visited
-       div.vectorTabs li.selected a:visited span {
+       div.vectorTabs li.selected a:visited{
                color: #333333;
-               cursor: default;
                text-decoration: none;
        }
        div.vectorTabs li.new a,
-       div.vectorTabs li.new a span,
-       div.vectorTabs li.new a:visited,
-       div.vectorTabs li.new a:visited span {
+       div.vectorTabs li.new a:visited{
                color: #a55858;
        }
        /* Variants and Actions */
@@ -192,27 +201,52 @@ div#head h5 {
        div.vectorMenu {
                direction: ltr;
                float: left;
-               background-image: url(images/arrow-down-icon.png);
-               background-position: center center;
+               background-image: url(images/arrow-down-icon.png?1);
+               background-position: 100% 60%;
                background-repeat: no-repeat;
+               cursor: pointer;
        }
+       /* @noflip */
        body.rtl div.vectorMenu {
                direction: rtl;
        }
+       /* OVERRIDDEN BY COMPLIANT BROWSERS */
        /* @noflip */
-       div.vectorMenu h5 {
+       div#mw-head div.vectorMenu h5 {
                float: left;
+               background-image: url(images/tab-break.png?1);
+               background-repeat: no-repeat;
+       }
+       /* IGNORED BY IE6 */
+       div#mw-head div.vectorMenu > h5 {
+               background-image: none;
+       }
+       div#mw-head div.vectorMenu h5 {
+               background-position: bottom right;
+               margin-right: -1px;
+       }
+       div#mw-head div.vectorMenu h4 {
+               display: inline-block;
+               float: right;
+               font-size: 0.8em;
+               padding-right: 0.5em;
+               padding-top: 1.375em;
+               font-weight: normal;
+               border: none;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
+       /* @noflip */
        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 left;
+               background-image: url(images/tab-break.png?1);
                background-repeat: no-repeat;
        }
+       div.vectorMenu h5 a{
+               background-position: bottom left;
+       }
        /* IGNORED BY IE6 */
        div.vectorMenu h5 > a {
                display: block;
@@ -224,17 +258,20 @@ div#head h5 {
                text-align: right;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
+       /* @noflip */
        body.rtl div.vectorMenu div.menu {
                margin-left: 24px;
        }
        /* IGNORED BY IE6 */
+       /* @noflip */
        body.rtl div.vectorMenu > div.menu {
                margin-left: auto;
        }
        /* Fixes old versions of FireFox */
+       /* @noflip */
        body.rtl div.vectorMenu > div.menu,
        x:-moz-any-link {
-               margin-left: 24px;
+               margin-left: 23px;
        }
        div.vectorMenu:hover div.menu {
                display: block;
@@ -245,6 +282,8 @@ div#head h5 {
                border: solid 1px silver;
                border-top-width: 0;
                list-style: none;
+               list-style-image: none;
+               list-style-type: none;
                padding: 0;
                margin: 0;
                margin-right: -1px;
@@ -253,7 +292,7 @@ div#head h5 {
        /* 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,
@@ -265,148 +304,203 @@ div#head h5 {
                padding: 0;
                margin: 0;
                text-align: right;
+               line-height: 1em;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div.vectorMenu li a {
                display: inline-block;
                padding: 0.5em;
+               white-space: nowrap;
        }
        /* IGNORED BY IE6 */
        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 */
-       div#p-search h5 {
+       #p-search h5 {
                display: none;
        }
        /* @noflip */
-       div#p-search {
+       #p-search {
                float: left;
        }
-       div#p-search {
+       #p-search {
                margin-left: 0.5em;
                margin-right: 0.5em;
        }
-       div#p-search form,
-       div#p-search input {
+       #p-search form,
+       #p-search input {
                margin: 0;
                margin-top: 0.4em;
        }
-       div#p-search div#simpleSearch input#searchInput {
-               margin-top: 0.33em;
+       div#simpleSearch {
+               margin-top: 0.65em;
+               position: relative;
+               min-height: 1px; /* Gotta trigger hasLayout for IE7 */
                border: solid 1px #AAAAAA;
-               height: 1.25em;
-               width: 10em;
-               padding: 0.33em;
-               background-image: url(images/search-fade.png);
-               background-repeat: repeat-x;
+               background-color: white;
+               background-image: url(images/search-fade.png?1);
                background-position: top right;
+               background-repeat: repeat-x;
        }
-       div#p-search div#simpleSearch input#searchButton {
+       div#simpleSearch label {
+               /*
+                * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
+                * this from ever being shown anyways.
+               */
+               font-size: 13px;
+               top: 0.25em;
+       }
+       div#simpleSearch .placeholder {
+               color: #999999;
+       }
+       div#simpleSearch input::-webkit-input-placeholder { 
+               color: #999999;
+       }
+       div#simpleSearch input#searchInput {
+               margin: 0;
+               border-width: 0;
+               padding: 3px;
+               vertical-align: top;
+               /*
+                * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
+                * this from ever being shown anyways.
+               */
+               font-size: 13px;
+               width: 14em;
+               background-color: transparent;
+       }
+       /* OVERRIDDEN BY COMPLIANT BROWSERS */
+       div#simpleSearch button#searchButton {
+               padding: 0;
+               margin: 5px 5px 0 5px;
+               height: 13px;
+               width: 12px;
                border: none;
-               margin-right: 0.25em;
+               cursor: pointer;
+               background-color: transparent;
+               background-image: url(images/search-rtl.png?1);
+               background-position: center center;
+               background-repeat: no-repeat;
        }
 /* Panel */
-div#panel {
+div#mw-panel {
        position: absolute;
-       top: 12em;
-       width: 12em;
+       top: 160px;
+       padding-top: 1em;
+       width: 10em;
        right: 0;
 }
-       div#panel div.portal {
-               padding-top: 1.5em;
+       div#mw-panel div.portal {
+               padding-bottom: 1.5em;
        }
-       div#panel div.portal h5 {
+       div#mw-panel div.portal h5 {
                font-weight: normal;
                color: #444444;
-               padding: 0.5em;
+               padding: 0.25em;
                padding-top: 0;
-               padding-right: 1.25em;
+               padding-right: 1.75em;
                cursor: default;
                border: none;
-               font-size: 0.9em;
+               font-size: 0.75em;
        }
-       div#panel div.portal div.body {
+       div#mw-panel div.portal div.body {
                margin: 0;
                padding-top: 0.5em;
                margin-right: 1.25em;
-               background-image: url(images/portal-break-rtl.png);
+               background-image: url(images/portal-break.png?1);
                background-repeat: no-repeat;
                background-position: top right;
        }
-       div#panel div.portal div.body ul {
+       div#mw-panel div.portal div.body ul {
                list-style: none;
+               list-style-image: none;
+               list-style-type: none;
                padding: 0;
                margin: 0;
        }
-       div#panel div.portal div.body ul li {
+       div#mw-panel div.portal div.body ul li {
+               line-height: 1.125em;
                padding: 0;
                padding-bottom: 0.5em;
                margin: 0;
                overflow: hidden;
-               font-size: 0.9em;
+               font-size: 0.75em;
        }
-       div#panel div.portal div.body ul li a {
+       div#mw-panel div.portal div.body ul li a {
                color: #0645ad;
        }
-       div#panel div.portal div.body ul li a:visited {
+       div#mw-panel div.portal div.body ul li a:visited {
                color: #0b0080;
        }
-/* Foot */
-div#foot {
-       margin-right: 12em;
+/* Footer */
+div#footer {
+       margin-right: 10em;
        margin-top: 0;
        padding: 0.75em;
-       background-image: url(images/border.png);
+       background-image: url(images/border.png?1);
        background-position: top right;
        background-repeat: repeat-x;
 }
-div#foot ul {
+div#footer ul {
        list-style: none;
+       list-style-image: none;
+       list-style-type: none;
        margin: 0;
        padding: 0;
 }
-div#foot ul li {
+div#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;
 }
-div#foot ul#foot-icons {
+div#footer #footer-icons {
        float: left;
 }
-div#foot ul#foot-places {
-       float: right;
+/* @noflip */
+body.ltr div#footer #footer-places {
+       float: left;
 }
-div#foot ul#foot-info li {
+div#footer #footer-info li {
        line-height: 1.4em;
 }
-div#foot ul#foot-icons li {
+div#footer #footer-icons li {
        float: right;
        margin-right: 0.5em;
        line-height: 2em;
 }
-div#foot ul#foot-places li {
+div#footer #footer-places li {
        float: right;
        margin-left: 1em;
        line-height: 2em;
 }
 /* Logo */
-div#p-logo {
+#p-logo {
        position: absolute;
-       top: 0;
+       top: -160px;
        right: 0;
-       height: 12em;
-       width: 12em;
+       width: 10em;
+       height: 160px;
 }
-div#p-logo a {
+#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;
 }
 
@@ -425,7 +519,7 @@ div#p-logo a {
        clear: both;
        margin: 0 !important;
        padding: 0 !important;
-       background-image: url(images/preferences-break.png);
+       background-image: url(images/preferences-break.png?1);
        background-position: bottom right;
        background-repeat: no-repeat;
 }
@@ -439,7 +533,7 @@ div#p-logo a {
                white-space: nowrap;
                list-style-type: none;
                list-style-image: none;
-               background-image: url(images/preferences-break.png);
+               background-image: url(images/preferences-break.png?1);
                background-position: bottom left;
                background-repeat: no-repeat;
        }
@@ -461,12 +555,10 @@ div#p-logo a {
                text-decoration: underline;
        }
        #preftoc li.selected a {
-               cursor: default;
-               background-image: url(images/preferences-fade.png);
+               background-image: url(images/preferences-fade.png?1);
                background-position: bottom;
                background-repeat: repeat-x;
                color: #333333;
-               cursor: default;
                text-decoration: none;
        }
 #preferences {
@@ -477,7 +569,7 @@ div#p-logo a {
        clear: both;
        border: solid 1px #cccccc;
        background-color: #f9f9f9;
-       background-image: url(images/preferences-base.png);
+       background-image: url(images/preferences-base.png?1);
 }
 #preferences fieldset.prefsection {
        border: none;
@@ -510,14 +602,33 @@ div#p-logo a {
        margin-left: 0.25em;
 }
 
+/* 
+ * Styles for the user login and create account forms
+ */
+#userlogin, #userloginForm {
+       border: solid 1px #cccccc;
+       padding: 1.2em;
+       margin: .5em;
+       float: right;
+}
+
+#userlogin {
+       min-width: 20em;
+       max-width: 90%;
+       width: 40em;
+}
+
 /*
  * 
  * The following code is slightly modified from monobook
  * 
  */
-#content {
+div#content {
        line-height: 1.5em;
 }
+#bodyContent {
+       font-size: 0.8em;
+}
 /* Links */
 a {
        text-decoration: none;
@@ -615,6 +726,13 @@ blockquote {
        font-family: Times, "Times New Roman", serif;
        font-style: italic;
 }*/
+pre, code, tt {
+       /*
+        * It's important for this rule to first reference an actual font name, some browsers will render the monospace text
+        * too small otherwise, namely Firefox, Chrome and Safari
+        */
+       font-family: monospace, "Courier New";
+}
 code {
        background-color: #f9f9f9;
 }
@@ -625,31 +743,31 @@ pre {
        background-color: #f9f9f9;
        line-height: 1.1em;
 }
-div#content ul {
+ul {
        line-height: 1.5em;
        list-style-type: square;
        margin: .3em 1.5em 0 0;
        padding: 0;
-       list-style-image: url(images/bullet-icon.png);
+       list-style-image: url(images/bullet-icon.png?1);
 }
-div#content ol {
+ol {
        line-height: 1.5em;
        margin: .3em 3.2em 0 0;
        padding: 0;
        list-style-image: none;
 }
-div#content li {
+li {
        margin-bottom: .1em;
 }
-div#content dt {
+dt {
        font-weight: bold;
        margin-bottom: .1em;
 }
-div#content dl {
+dl {
        margin-top: .2em;
        margin-bottom: .5em;
 }
-div#content dd {
+dd {
        line-height: 1.5em;
        margin-right: 2em;
        margin-bottom: .1em;
@@ -662,12 +780,12 @@ table {
         * floated tables */
        background-color: white;
 }
-div#content fieldset table {
+fieldset table {
        /* but keep table layouts in forms clean... */
        background: none;
 }
 /* Forms */
-div#content fieldset {
+fieldset {
        border: 1px solid #2f6fab;
        margin: 1em 0 1em 0;
        padding: 0 1em 1em;
@@ -677,19 +795,19 @@ div#content fieldset {
                margin: 0 0 0.5em 0;
                padding: 0 0.5em 0.5em;
        }
-div#content legend {
+legend {
        padding: .5em;
        font-size: 95%;
 }
-div#content form {
+form {
        border: none;
        margin: 0;
 }
-div#content textarea {
+textarea {
        width: 100%;
        padding: .1em;
 }
-div#content select {
+select {
        vertical-align: top;
 }
 /* Table of Contents */
@@ -715,8 +833,8 @@ div#content select {
 .toc .toctitle {
        text-align: center;
 }
-div#content #toc ul,
-div#content .toc ul {
+#toc ul,
+.toc ul {
        list-style-type: none;
        list-style-image: none;
        margin-right: 0;
@@ -754,6 +872,7 @@ div.thumb {
        border-style: solid;
        border-color: white;
        width: auto;
+       background-color: transparent;
 }
 div.thumbinner {
        border: 1px solid #ccc;
@@ -783,17 +902,19 @@ div.magnify a, div.magnify img {
        border: none !important;
        background: none !important;
 }
+/* @noflip */
 div.tright {
-       clear: left;
-       float: left;
-       border-width: .5em 1.4em .8em 0;
-}
-div.tleft {
-       float: right;
        clear: right;
-       margin-left: .5em;
+       float: right;
        border-width: .5em 0 .8em 1.4em;
 }
+/* @noflip */
+div.tleft {
+       float: left;
+       clear: left;
+       margin-right: .5em;
+       border-width: .5em 1.4em .8em 0;
+}
 img.thumbborder {
        border: 1px solid #dddddd;
 }
@@ -816,16 +937,15 @@ img.thumbborder {
        padding: .5em 1em;
        vertical-align: middle;
 }
-/* Site Notice */
+/* Site Notice (includes notices from CentralNotice extension) */
 #siteNotice {
        text-align: center;
-       font-size: 95%;
+       font-size: 0.8em;
+       margin: 0;
+}
+#localNotice {
        margin-bottom: 0.9em;
 }
-       #siteNotice p {
-               margin: 0;
-               padding: 0;
-       }
 /* Categories */
 .catlinks {
        border: 1px solid #aaa;
@@ -868,117 +988,157 @@ 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;
 }
-h1#firstHeading {
+#firstHeading {
        padding-top: 0;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0.1em;
        line-height: 1.2em;
+       font-size: 1.6em;
        padding-bottom: 0;
 }
-#content a.external,
-#content a[href ^="gopher://"] {
-       background: url(images/external-link-rtl-icon.png) center left no-repeat;
+div#content a.external,
+div#content a[href ^="gopher://"] {
+       background: url(images/external-link-rtl-icon.png?2) center left no-repeat;
        padding: 0 0 0 13px;
 }
-#content a[href ^="https://"],
+div#content a[href ^="https://"],
 .link-https {
-       background: url(images/lock-icon.png) center left no-repeat;
-       padding: 0 0 0 18px;
+       background: url(images/lock-icon.png?2) center left no-repeat;
+       padding: 0 0 0 13px;
 }
-#content a[href ^="mailto:"],
+div#content a[href ^="mailto:"],
 .link-mailto {
-       background: url(images/mail-icon.png) center left no-repeat;
-       padding: 0 0 0 18px;
+       background: url(images/mail-icon.png?2) center left no-repeat;
+       padding: 0 0 0 13px;
 }
-#content a[href ^="news://"] {
-       background: url(images/news-icon.png) center left no-repeat;
-       padding: 0 0 0 18px;
+div#content a[href ^="news://"] {
+       background: url(images/news-icon.png?2) center left no-repeat;
+       padding: 0 0 0 13px;
 }
-#content a[href ^="ftp://"],
+div#content a[href ^="ftp://"],
 .link-ftp {
-       background: url(images/file-icon.png) center left no-repeat;
-       padding: 0 0 0 18px;
+       background: url(images/file-icon.png?2) center left no-repeat;
+       padding: 0 0 0 13px;
 }
-#content a[href ^="irc://"],
-#content a.extiw[href ^="irc://"],
+div#content a[href ^="irc://"],
+div#content a.extiw[href ^="irc://"],
 .link-irc {
-       background: url(images/talk-icon.png) center left no-repeat;
-       padding: 0 0 0 18px;
-}
-#content a.external[href $=".ogg"], #content a.external[href $=".OGG"],
-#content a.external[href $=".mid"], #content a.external[href $=".MID"],
-#content a.external[href $=".midi"], #content a.external[href $=".MIDI"],
-#content a.external[href $=".mp3"], #content a.external[href $=".MP3"],
-#content a.external[href $=".wav"], #content a.external[href $=".WAV"],
-#content a.external[href $=".wma"], #content a.external[href $=".WMA"],
+       background: url(images/talk-icon.png?2) center left no-repeat;
+       padding: 0 0 0 13px;
+}
+div#content a.external[href $=".ogg"], div#content a.external[href $=".OGG"],
+div#content a.external[href $=".mid"], div#content a.external[href $=".MID"],
+div#content a.external[href $=".midi"], div#content a.external[href $=".MIDI"],
+div#content a.external[href $=".mp3"], div#content a.external[href $=".MP3"],
+div#content a.external[href $=".wav"], div#content a.external[href $=".WAV"],
+div#content a.external[href $=".wma"], div#content a.external[href $=".WMA"],
 .link-audio {
-       background: url("images/audio-icon.png") center left no-repeat;
-       padding: 0 0 0 18px;
+       background: url("images/audio-icon.png?2") center left no-repeat;
+       padding: 0 0 0 13px;
 }
-#content a.external[href $=".ogm"], #content a.external[href $=".OGM"],
-#content a.external[href $=".avi"], #content a.external[href $=".AVI"],
-#content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"],
-#content a.external[href $=".mpg"], #content a.external[href $=".MPG"],
+div#content a.external[href $=".ogm"], div#content a.external[href $=".OGM"],
+div#content a.external[href $=".avi"], div#content a.external[href $=".AVI"],
+div#content a.external[href $=".mpeg"], div#content a.external[href $=".MPEG"],
+div#content a.external[href $=".mpg"], div#content a.external[href $=".MPG"],
 .link-video {
-       background: url("images/video-icon.png") center left no-repeat;
-       padding: 0 0 0 18px;
+       background: url("images/video-icon.png?2") center left no-repeat;
+       padding: 0 0 0 13px;
 }
-#content a.external[href $=".pdf"], #content a.external[href $=".PDF"],
-#content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"],
-#content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"],
+div#content a.external[href $=".pdf"], div#content a.external[href $=".PDF"],
+div#content a.external[href *=".pdf#"], div#content a.external[href *=".PDF#"],
+div#content a.external[href *=".pdf?"], div#content a.external[href *=".PDF?"],
 .link-document {
-       background: url("images/document-icon.png") center left no-repeat;
-       padding: 0 0 0 18px;
+       background: url("images/document-icon.png?2") center left no-repeat;
+       padding: 0 0 0 13px;
 }
 /* Interwiki Styling  (Disabled) */
-#content a.extiw,
-#content a.extiw:active {
+div#content a.extiw,
+div#content a.extiw:active {
        color: #36b;
        background: none;
        padding: 0;
 }
-#content a.external {
+div#content a.external {
        color: #36b;
 }
-#content .plainlinks a {
-       /* this can be used in the content area to switch off special external link
-        * styling */
-       background: none !important;
-       padding: 0 !important;
-}
-#content .printfooter {
+div#content .printfooter {
        display: none;
 }
-
-
-li#pt-userpage,
-li#pt-anonuserpage,
-li#pt-login {
-       background: url(images/user-icon.png) right top no-repeat;
+/* Icon for Usernames */
+#pt-userpage,
+#pt-anonuserpage,
+#pt-login {
+       background: url(images/user-icon.png?1) right top no-repeat;
        padding-right: 15px !important;
        text-transform: none;
 }
 
-span.newpage, span.minor, span.bot {
-       font-weight: bold;
-}
-
 .toccolours {
        border: 1px solid #aaa;
        background-color: #f9f9f9;
        padding: 5px;
        font-size: 95%;
 }
-
-div#bodyContent {
+#bodyContent {
        position: relative;
        width: 100%;
 }
+#mw-js-message {
+       font-size: 0.8em;
+}
+div#bodyContent {
+       line-height: 1.5em;
+}
 
+/* Watch/Unwatch Icon Styling */
+#ca-unwatch.icon,
+#ca-watch.icon {
+       margin-left:1px;
+}
+#ca-unwatch.icon a,
+#ca-watch.icon a {
+       margin: 0;
+       padding: 0;
+       outline: none;
+       display: block;
+       width: 26px;
+       height: 3.1em;
+       text-indent: -9999px;
+}
+#ca-unwatch.icon a {
+       background-image: url(images/watch-icons.png?1);
+       background-position: -43px 60%;
+}
+#ca-watch.icon a {
+       background-image: url(images/watch-icons.png?1);
+       background-position: 5px 60%;
+}
+#ca-unwatch.icon a:hover {
+       background-image: url(images/watch-icons.png?1);
+       background-position: -67px 60%;
+}
+#ca-watch.icon a:hover {
+       background-image: url(images/watch-icons.png?1);
+       background-position: -19px 60%;
+}
+#ca-unwatch.icon a.loading,
+#ca-watch.icon a.loading {
+       background-image: url(images/watch-icon-loading.gif?1);
+       background-position: center 60%;
+}
+#ca-unwatch.icon a span,
+#ca-watch.icon a span {
+       display: none;
+}
+div.vectorTabs ul {
+       background-image:url(images/tab-break.png?1);
+       background-position:left bottom;
+       background-repeat:no-repeat;
+}