| 1 | /* This Source Code Form is subject to the terms of the Mozilla Public\r |
| 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this\r |
| 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r |
| 4 | \r |
| 5 | h1 {\r |
| 6 | margin: 0;\r |
| 7 | border-bottom: 1px solid #666699;\r |
| 8 | }\r |
| 9 | \r |
| 10 | h2 {\r |
| 11 | margin-top: 2em;\r |
| 12 | }\r |
| 13 | \r |
| 14 | table {\r |
| 15 | table-layout: fixed;\r |
| 16 | width: 100%;\r |
| 17 | margin-bottom: 1em;\r |
| 18 | padding: 0.5em 0;\r |
| 19 | border: 1px solid #9999CC;\r |
| 20 | }\r |
| 21 | \r |
| 22 | #disk,\r |
| 23 | #memory,\r |
| 24 | #offline {\r |
| 25 | background-color: #CCD0DD;\r |
| 26 | }\r |
| 27 | \r |
| 28 | th {\r |
| 29 | width: 14em;\r |
| 30 | white-space: nowrap;\r |
| 31 | text-align: end;\r |
| 32 | }\r |
| 33 | \r |
| 34 | td {\r |
| 35 | word-wrap: break-word;\r |
| 36 | }\r |
| 37 | \r |
| 38 | #col-key {\r |
| 39 | width: 60%;\r |
| 40 | }\r |
| 41 | \r |
| 42 | #col-dataSize,\r |
| 43 | #col-fetchCount,\r |
| 44 | #col-lastModified,\r |
| 45 | #col-expires {\r |
| 46 | width: 13%;\r |
| 47 | }\r |
| 48 | \r |
| 49 | #entries > tbody > tr:nth-child(odd) {\r |
| 50 | background-color: #CCD0DD;\r |
| 51 | }\r |
| 52 | \r |
| 53 | #entries > tbody > tr:nth-child(even) {\r |
| 54 | background-color: #CCCCCC;\r |
| 55 | }\r |
| 56 | \r |
| 57 | #entries > tbody > tr > td {\r |
| 58 | padding: .5em 0;\r |
| 59 | text-align: center;\r |
| 60 | }\r |
| 61 | \r |
| 62 | #entries > thead > tr > th {\r |
| 63 | text-align: center;\r |
| 64 | white-space: normal;\r |
| 65 | }\r |
| 66 | \r |
| 67 | #entries > thead > tr > th:first-child,\r |
| 68 | #entries > tbody > tr > td:first-child {\r |
| 69 | text-align: start;\r |
| 70 | }\r |