When the text size is set in the body in EM, it affects all other em measurements...
[lhc/web/wiklou.git] / skins / vector / main-rtl.css
index 4814550..9c2550a 100644 (file)
@@ -21,7 +21,7 @@ body {
        margin: 0;
        padding: 0;
        font-family: sans-serif;
-       font-size: 9.75pt;
+       font-size: 13px;
 }
 body {
        background-color: #f3f3f3;
@@ -246,6 +246,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-right: -1px;
@@ -309,7 +311,7 @@ body {
                border-width: 0;
                padding: 0.25em;
                line-height: 1em;
-               font-size: 9.75pt;
+               font-size: 0.9em;
                width: 9em;
                background-color: transparent;
        }
@@ -318,7 +320,7 @@ body {
                margin: 0;
                padding: 0;
                width: 1.75em;
-               height: 2em;
+               height: 1.5em;
                border: none;
                cursor: pointer;
                background-color: transparent;
@@ -360,6 +362,8 @@ body {
        }
        #panel div.portal div.body ul {
                list-style: none;
+               list-style-image: none;
+               list-style-type: none;
                padding: 0;
                margin: 0;
        }
@@ -377,8 +381,8 @@ body {
        #panel div.portal div.body ul li a:visited {
                color: #0b0080;
        }
-/* Foot */
-#foot {
+/* Footer */
+#footer {
        margin-right: 12em;
        margin-top: 0;
        padding: 0.75em;
@@ -386,12 +390,14 @@ body {
        background-position: top right;
        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;
@@ -399,21 +405,21 @@ body {
        color: #333333;
        font-size: 0.9em;
 }
-#foot #foot-icons {
+#footer #footer-icons {
        float: left;
 }
-#foot #foot-places {
+#footer #footer-places {
        float: right;
 }
-#foot #foot-info li {
+#footer #footer-info li {
        line-height: 1.4em;
 }
-#foot #foot-icons li {
+#footer #footer-icons li {
        float: right;
        margin-right: 0.5em;
        line-height: 2em;
 }
-#foot #foot-places li {
+#footer #footer-places li {
        float: right;
        margin-left: 1em;
        line-height: 2em;
@@ -421,7 +427,7 @@ body {
 /* Logo */
 #p-logo {
        position: absolute;
-       top: 0;
+       top: -12em;
        right: 0;
        height: 12em;
        width: 12em;
@@ -894,10 +900,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 {