X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fplugins.css;h=2c797260c312ba2f80160e8a1e88fcc5c0b128dd;hp=8b2ec20a10e0e98a7ca0706088c9a2e9f4ac9c77;hb=a1580a1eec3438d32c4485a79fa90c59b66dfd4a;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/LCARStrek/global/plugins.css b/LCARStrek/global/plugins.css index 8b2ec20a..2c797260 100644 --- a/LCARStrek/global/plugins.css +++ b/LCARStrek/global/plugins.css @@ -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%; - -moz-margin-start: 5%; - -moz-margin-end: 5%; + text-align: justify; + width: 90%; + -moz-margin-start: 5%; + -moz-margin-end: 5%; } div#plugs { @@ -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 +}