Browse Source

modified background color for oper-down ports

rajven 4 years ago
parent
commit
e3a5dca4a7
1 changed files with 18 additions and 18 deletions
  1. 18 18
      html/white.css

+ 18 - 18
html/white.css

@@ -1,26 +1,26 @@
-body                            { font-family: tahoma; font-size: 10pt; color: #181818; margin: 0; background: #ffffff; }
+body                            { font-family: tahoma; font-size: 10pt; color: #181818; margin: 0; background-color: #ffffff; }
 img                             { border: 0; }
 
 table                           { font-family: tahoma; font-size: 10pt; border-spacing: 1px; }
 table.800                       { table; width: 800; }
 table.300                       { table; width: 300; }
-table.data                      { background: #cfcfcf; margin-bottom: 5px; }
-table.info                      { background: #f8f2aa; margin-bottom: 5px; }
+table.data                      { background-color: #cfcfcf; margin-bottom: 5px; }
+table.info                      { background-color: #f8f2aa; margin-bottom: 5px; }
 
 td                              { padding: 4px; }
-td.data                         { background: #ffffff; }
-td.info                         { background: #f8f2aa; }
-td.up                           { background: #33ff99; }
-td.down                         { background: #ffcccc; }
-td.shutdown                     { background: #FF8033; }
-td.error                        { background: #ff6666; }
-td.nb                           { background: #ffcc99; }
-td.warn                         { background: #ffcccc; }
-td.speed10M                     { background: #ffff99; }
-td.speed100M                    { background: #33cc33; }
-td.speed1G                      { background: #58FA82; }
-td.speed10G                     { background: #ffcc00; }
-td.crc                          { background: #ff6666; }
+td.data                         { background-color: #ffffff; }
+td.info                         { background-color: #f8f2aa; }
+td.up                           { background-color: #33ff99; }
+td.down                         { background-color: #ffffff; opacity: .4; }
+td.shutdown                     { background-color: #FF8033; }
+td.error                        { background-color: #ff6666; }
+td.nb                           { background-color: #ffcc99; }
+td.warn                         { background-color: #ffcccc; }
+td.speed10M                     { background-color: #ffff99; }
+td.speed100M                    { background-color: #33cc33; }
+td.speed1G                      { background-color: #58FA82; }
+td.speed10G                     { background-color: #ffcc00; }
+td.crc                          { background-color: #ff6666; }
 
 input                           { font-family: tahoma; padding: 1px; }
 textarea                        { font-family: tahoma; padding: 1px; }
@@ -30,7 +30,7 @@ form                            { margin: 0; margin-top: 5px; }
 .cont                           { font-family: tahoma; }
 
 a                               { font-family: tahoma; color: #000000; text-decoration: underline; }
-a.first_page_link               { border: 1px solid green; font-color: black; background: #A5FF33; padding: 3px; }
+a.first_page_link               { border: 1px solid green; font-color: black; background-color: #A5FF33; padding: 3px; }
 a:visited                       { color: #000000; text-decoration: underline; }
 a:link                          { color: #000000; text-decoration: underline; }
 a:active                        { color: #ed8b0d; text-decoration: none; }
@@ -40,6 +40,6 @@ a:hover                         { color: #ed8b0d; text-decoration: none; }
 #submenu                        { position: absolute; top: 55px; left: 20px; }
 #title                          { position: absolute; top: 15px; left: 15px; font-size: 18pt; color: #ed8b0d; }
 #subtitle                       { position: absolute; top: 43px; left: 15px; font-size: 8pt; }
-#cont                           { position: absolute; top: 70px; left: 15px; background: url('img/vr.gif'); background-repeat: repeat-y; background-position: right; }
+#cont                           { position: absolute; top: 70px; left: 15px; background-color: url('img/vr.gif'); background-repeat: repeat-y; background-position: right; }
 #copyright                      { margin-top: 10px; margin-bottom: 10px; }
 #msg                            { font-size: 18pt; font-color: black; color: red; }