fix a few about: styles while working on further ones
[themes.git] / LCARStrek / global / plugins.css
index 99f70f76c8095e5c6d37bd9fd38a1775764b0c14..2c797260c312ba2f80160e8a1e88fcc5c0b128dd 100644 (file)
@@ -42,7 +42,7 @@
 body {
   background-color: #000000;
   color: #FF9F00;
-  font: 12px helvetica,arial,tahoma,sans-serif;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
 a:link, a:visited, a:active {
@@ -50,6 +50,8 @@ a:link, a:visited, a:active {
   color: #FFCF00;
   background-color: #000000;
   text-decoration: none;
+  -moz-padding-start: 1px;
+  -moz-padding-end: 1px;
 }
 
 a:hover {
@@ -62,10 +64,10 @@ hr {
 }
 
 div#outside {
- text-align: justify;
- width: 90%;
margin-left: 5%;
margin-right: 5%;
 text-align: justify;
 width: 90%;
 -moz-margin-start: 5%;
 -moz-margin-end: 5%;
 }
 
 div#plugs {
@@ -93,7 +95,7 @@ div.plugname {
   background-color: #E7ADE7;
   color: #000000;
   padding: 2px;
-  padding-left: 12px;
+  -moz-padding-start: 12px;
   margin-top: 2em;
   margin-bottom: 1em;
   font-size: 16px;
@@ -102,7 +104,7 @@ div.plugname {
 }
 
 dl {
-  margin: 0px 0px 3px 0px;
+  margin: 0px 0px 3px;
 }
 
 span.label {
@@ -140,19 +142,18 @@ th, td {
   padding: 3px;
 }
 
-th.type {
+th:first-child {
   -moz-border-radius: 9px 0px 0px 0px;
 }
 
 th.type, th.suff {
-  width: 20%;
+  width: 25%;
 }
 
 th.desc {
   width: 50%;
 }
 
-th.enabled {
-  width: 10%;
+th:last-child {
   -moz-border-radius: 0px 9px 0px 0px;
-}
\ No newline at end of file
+}