colorbox.css
14 years ago
diff.css
14 years ago
dt_table.css
14 years ago
iptraf.css
14 years ago
main.css
14 years ago
phpinfo.css
14 years ago
iptraf.css
50 lines
| 1 | body { |
| 2 | background: #fff; |
| 3 | font-family: Arial; |
| 4 | font-size: 12px; |
| 5 | } |
| 6 | |
| 7 | |
| 8 | pre { |
| 9 | width: 100%; |
| 10 | overflow: auto; |
| 11 | } |
| 12 | h1 { |
| 13 | background: url(../images/wordfence-logo-64x64.png); |
| 14 | background-position: 0 0; |
| 15 | background-repeat: no-repeat; |
| 16 | height: 64px; |
| 17 | vertical-align: middle; |
| 18 | padding: 10px 0 0 70px; |
| 19 | margin: 20px 0 10px 0; |
| 20 | font-size: 34px; |
| 21 | color: #777; |
| 22 | } |
| 23 | |
| 24 | .footer { |
| 25 | text-align: center; |
| 26 | font-size: 16px; |
| 27 | color: #999; |
| 28 | font-family: Verdana; |
| 29 | margin: 50px auto 50px auto; |
| 30 | } |
| 31 | .footer a { |
| 32 | color: #999; |
| 33 | } |
| 34 | td, th { |
| 35 | vertical-align: top; |
| 36 | } |
| 37 | th, td { |
| 38 | text-align: left; |
| 39 | padding-bottom: 5px; |
| 40 | } |
| 41 | th { |
| 42 | white-space:nowrap; |
| 43 | } |
| 44 | th.HTTP, td.HTTP { |
| 45 | padding: 0; |
| 46 | font-weight: normal; |
| 47 | font-size: 10px; |
| 48 | } |
| 49 | th.HTTP { padding-right: 5px; } |
| 50 |