From 42f5042997039e30c5354b011f20d2086ac16590 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 28 Sep 2010 13:04:21 +0200 Subject: [PATCH 1/1] make about:support look even nicer --- EarlyBlue/global/aboutSupport.css | 6 +++++- LCARStrek/global/aboutSupport.css | 21 ++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) 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; } -- 2.35.3