X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fglobal%2Fabout.css;h=23e8a80ad9911aa66c89c722fb14c0391e14591c;hb=a9f6369d5cebd3c329b993d57e73bcf30fffd2cd;hp=d5662c9e08a6e7aa1ab2219e9ef064630512fb77;hpb=c79d2bbe6e21fbe322c5481d0757831306d1eeaf;p=themes.git diff --git a/LCARStrek/global/about.css b/LCARStrek/global/about.css index d5662c9e..23e8a80a 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,9 +11,9 @@ body { max-width: 50em; margin: 4em auto; border: 1px solid #9C9CFF; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; - -moz-padding-start: 30px; + padding-inline-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,15 +32,23 @@ img { border: 0; } +#vendorURL { + text-decoration: none; +} + #version { font-weight: bold; color: #008484; - margin: -24px 0 9px 17px; + margin-top: -24px; + margin-bottom: 9px; + margin-inline-start: 17px; + margin-inline-end: 0; + text-align: left; /* Override direction alignment on RTL to make sure that the version will fit well on the background. bug 1325232 */ } ul { margin: 0; - -moz-margin-start: 1.5em; + margin-inline-start: 1.5em; padding: 0; list-style: square; } @@ -51,3 +60,12 @@ ul > li { th, td { padding: 0 5px; } + +.columns { + -moz-column-width: 20em; + -moz-column-gap: 3em; +} + +a:link { + color: #3333FF; +}