X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fabout.css;h=1e5a1074f63ef8a7d19e2bb57ceece817c1bd6f1;hp=f62ad4067b82a0fc45cd442fd5fd84c139e2a388;hb=58036cb8df01894560483ebc2abd3115258e8a90;hpb=a064a54072180bda29a2d7b0ce33cd1e57612218 diff --git a/LCARStrek/global/about.css b/LCARStrek/global/about.css index f62ad406..1e5a1074 100644 --- a/LCARStrek/global/about.css +++ b/LCARStrek/global/about.css @@ -1,7 +1,7 @@ html { background-color: #000000; padding: 0 1em; - font: 11px helvetica,arial,tahoma,sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } body { @@ -11,7 +11,7 @@ body { max-width: 50em; margin: 4em auto; border: 1px solid #9C9CFF; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: #000000; @@ -22,7 +22,8 @@ body { } #aboutLogoContainer { - border: 1px solid #E7ADE7; + border: 1px solid #3333FF; + border-radius: 5px; width: 300px; margin-bottom: 2em; } @@ -31,6 +32,10 @@ img { border: 0; } +#vendorURL { + text-decoration: none; +} + #version { font-weight: bold; color: #008484; @@ -59,3 +64,7 @@ th, td { -moz-column-width: 20em; -moz-column-gap: 3em; } + +a:link { + color: #3333FF; +}