1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 background-color: #000000;
8 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
17 a:link, a:visited, a:active {
20 background-color: #000000;
21 text-decoration: none;
22 -moz-padding-start: 1px;
23 -moz-padding-end: 1px;
28 background-color: #FFCF00;
44 background-color: #000000;
49 border: 1px solid #9C9FFF;
62 td:not(:first-child) {
63 border-left: 1px dotted #9C9FFF;
66 /* adjustments for not painting outside of table border */
67 thead:first-child > th:first-child, /* prefs table misses a tr in thead */
68 thead:first-child > tr:first-child > th:first-child,
69 thead:first-child > tr:first-child > td:first-child,
70 tbody:first-child > tr:first-child > th:first-child,
71 tbody:first-child > tr:first-child > td:first-child {
72 border-top-left-radius: 9px;
75 thead:first-child > th:last-child, /* prefs table misses a tr in thead */
76 thead:first-child > tr:first-child > th:last-child,
77 thead:first-child > tr:first-child > td:last-child,
78 tbody:first-child > tr:first-child > th:last-child,
79 tbody:first-child > tr:first-child > td:last-child {
80 border-top-right-radius: 9px;
83 thead:last-child > tr:last-child > th:first-child,
84 thead:last-child > tr:last-child > td:first-child,
85 tbody:last-child > tr:last-child > th:first-child,
86 tbody:last-child > tr:last-child > td:first-child {
87 border-bottom-left-radius: 9px;
90 thead:last-child > tr:last-child > th:last-child,
91 thead:last-child > tr:last-child > td:last-child,
92 tbody:last-child > tr:last-child > th:last-child,
93 tbody:last-child > tr:last-child > td:last-child {
94 border-bottom-right-radius: 9px;
103 background-color: #008484;
112 tr:not(:first-child) > td,
113 tr:not(:first-child) > th,
114 tbody:not(:first-child) > tr > td,
115 tbody:not(:first-child) > tr > th {
116 border-top: 1px dotted #9C9FFF;
141 background-color: #000000;
142 border: 1px solid #9C9CFF;
147 -moz-margin-start: 20px;
153 #reset-box:-moz-dir(rtl) {
161 #reset-box > button {