]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/html/themes/ipfire/include/css/style.css
theme: Make table borders lighter.
[ipfire-2.x.git] / html / html / themes / ipfire / include / css / style.css
index b92b9dc02d154789bafd55831a3cd6162900f6bc..93832e83decb5184331ab1889088684535b76a3f 100644 (file)
@@ -25,53 +25,53 @@ table {
 
 .tbl th {
        color: #000000;
-       border-top: 1px solid grey;
-       border-bottom: 1px solid grey;
+       border-top: 1px solid lightgrey;
+       border-bottom: 1px solid lightgrey;
        background: #cccccc;
 }
 
 .tbl th:first-child {
-       border-left: 1px solid grey;
-       border-top: 1px solid grey;
-       border-bottom: 1px solid grey;
+       border-left: 1px solid lightgrey;
+       border-top: 1px solid lightgrey;
+       border-bottom: 1px solid lightgrey;
 }
 
 .tbl th:last-child {
-       border-right: 1px solid grey;
-       border-top: 1px solid grey;
-       border-bottom: 1px solid grey;
+       border-right: 1px solid lightgrey;
+       border-top: 1px solid lightgrey;
+       border-bottom: 1px solid lightgrey;
 }
 
 .tbl th:only-child {
-       border: 1px solid grey;
+       border: 1px solid lightgrey;
 }
 
 .tbl tr td:first-child {
-       border-left: 1px solid grey;
+       border-left: 1px solid lightgrey;
 }
 
 .tbl tr td:last-child {
-       border-right: 1px solid grey;
+       border-right: 1px solid lightgrey;
 }
 
 .tbl tr:first-child td:only-child {
-       border-top: 1px solid grey;
+       border-top: 1px solid lightgrey;
 }
 
 .tbl tr:last-child td:only-child {
-       border-bottom: 1px solid grey;
+       border-bottom: 1px solid lightgrey;
 }
 
 .tbl tr:last-child td:first-child {
-       border-bottom: 1px solid grey;
+       border-bottom: 1px solid lightgrey;
 }
 
 .tbl tr:last-child td:last-child {
-       border-bottom: 1px solid grey;
+       border-bottom: 1px solid lightgrey;
 }
 
 .tbl tr:last-child td {
-       border-bottom: 1px solid grey;
+       border-bottom: 1px solid lightgrey;
 }
 
 body {
@@ -113,7 +113,7 @@ body {
        background-attachment: fixed;
 
        font-size: 9pt;
-       font-family: "trebuchet ms", helvetica, sans-serif;
+       font-family: "DejaVu Sans", Helvetica, sans-serif;
 }
 
 
@@ -180,6 +180,7 @@ iframe {
        color: #fff;
        font-size: 3.6em;
        font-weight: bold;
+       padding-top: 0.2em;
        padding-left: 1.7em;
 }