From: Robert Kaiser Date: Tue, 28 Sep 2010 11:04:21 +0000 (+0200) Subject: make about:support look even nicer X-Git-Tag: LCARStrek-2.1b1~9 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=42f5042997039e30c5354b011f20d2086ac16590;hp=6bcac19c32edf3f1615671f06dd6a9feb7e54abf make about:support look even nicer --- diff --git a/EarlyBlue/global/aboutSupport.css b/EarlyBlue/global/aboutSupport.css index a87a5838..30a5fc3f 100644 --- a/EarlyBlue/global/aboutSupport.css +++ b/EarlyBlue/global/aboutSupport.css @@ -70,10 +70,14 @@ table { } th, td { - border: 1px dotted #9999CC; padding: 3px; } +th + th, +td + td { + border-left: 1px dotted #9999CC; +} + thead th { text-align: center; } diff --git a/LCARStrek/global/aboutSupport.css b/LCARStrek/global/aboutSupport.css index 3def9ddd..283a8422 100644 --- a/LCARStrek/global/aboutSupport.css +++ b/LCARStrek/global/aboutSupport.css @@ -48,6 +48,20 @@ body { margin-right: 5%; } +a:link, a:visited, a:active { + border-radius: 3px; + color: #FFCF00; + background-color: #000000; + text-decoration: none; + -moz-padding-start: 1px; + -moz-padding-end: 1px; +} + +a:hover { + color: #000000; + background-color: #FFCF00; +} + .page-subtitle { margin-bottom: 3em; } @@ -65,15 +79,20 @@ table { color: #E7ADE7; text-align: start; width: 100%; + border-radius: 10px; border: 1px solid #9C9FFF; border-spacing: 0px; } th, td { - border: 1px dotted #9C9FFF; padding: 3px; } +th + th, +td + td { + border-left: 1px dotted #9C9FFF; +} + thead th { text-align: center; }