X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FaboutSupport.css;h=283a842241d7adadc081ac8d98d8c7ca1685d471;hp=3def9ddd1fa8d4131a5811b49461905060d9040a;hb=42f5042997039e30c5354b011f20d2086ac16590;hpb=6bcac19c32edf3f1615671f06dd6a9feb7e54abf 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; }