make about:support look even nicer
authorRobert Kaiser <kairo@kairo.at>
Tue, 28 Sep 2010 11:04:21 +0000 (13:04 +0200)
committerRobert Kaiser <kairo@kairo.at>
Tue, 28 Sep 2010 11:04:21 +0000 (13:04 +0200)
EarlyBlue/global/aboutSupport.css
LCARStrek/global/aboutSupport.css

index a87a58381e5544f590a97b0c4abe9fdd7a64f02c..30a5fc3f4fb145dc3d2f1128db06f13895d2b317 100644 (file)
@@ -70,10 +70,14 @@ table {
 }
 
 th, td {
 }
 
 th, td {
-  border: 1px dotted #9999CC;
   padding: 3px;
 }
 
   padding: 3px;
 }
 
+th + th,
+td + td {
+  border-left: 1px dotted #9999CC;
+}
+
 thead th {
   text-align: center;
 }
 thead th {
   text-align: center;
 }
index 3def9ddd1fa8d4131a5811b49461905060d9040a..283a842241d7adadc081ac8d98d8c7ca1685d471 100644 (file)
@@ -48,6 +48,20 @@ body {
   margin-right: 5%;
 }
 
   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;
 }
 .page-subtitle {
   margin-bottom: 3em;
 }
@@ -65,15 +79,20 @@ table {
   color: #E7ADE7;
   text-align: start;
   width: 100%;
   color: #E7ADE7;
   text-align: start;
   width: 100%;
+  border-radius: 10px;
   border: 1px solid #9C9FFF;
   border-spacing: 0px;
 }
 
 th, td {
   border: 1px solid #9C9FFF;
   border-spacing: 0px;
 }
 
 th, td {
-  border: 1px dotted #9C9FFF;
   padding: 3px;
 }
 
   padding: 3px;
 }
 
+th + th,
+td + td {
+  border-left: 1px dotted #9C9FFF;
+}
+
 thead th {
   text-align: center;
 }
 thead th {
   text-align: center;
 }