change monitor page title
[psensor.git] / www / style.css
index d2075ac..652696e 100644 (file)
@@ -2,6 +2,8 @@ body {
     padding: 1em 1em 1em 1em;
     font-family: "Ubuntu", sans-serif;
     font-size: 100%;
+    font-style: normal;
+    font-weight: normal;
     color: #000;
     background-color: #fff;
     margin: 0 0 0 0;
@@ -24,6 +26,8 @@ h1 {
 }
 
 #footer {
+    font-style: normal;
+    font-weight: normal;
     padding-top: 2em;
     color: #666;
     clear: both;
@@ -38,21 +42,19 @@ p {
 
 table {
        text-align: left;
-       width: 100%;
        padding-left: 8px;
        padding-right: 8px;
+       min-width: 50%;
 }
 
 thead {
-    background-color: #aea79f;
-    color: #ffffff;
-    font-weight: bold;
+    background-color: #000;
+    color: #fff;
     padding-top: 4px;
     padding-bottom: 4px;
 }
 
 tbody {
-    color: #333333;
     padding-top: 4px;
     padding-bottom: 4px;
 }
@@ -61,8 +63,15 @@ th, td {
     padding: 4px 4px 4px 4px;
 }
 
+th {
+    font-style: normal;
+    font-weight: normal;
+}
+
 .chart {
     color: #000;
+    font-style: normal;
+    font-weight: normal;
 }
 
 ul {
@@ -92,4 +101,9 @@ ul li ul li {
 em {
     font-weight: bold;
     font-style: normal;
+}
+
+#uptime {
+    font-weight: normal;
+    font-style: normal;
 }
\ No newline at end of file