eda69e098c570f0dec5c3ec122949539f1e73e19
[themes.git] / LCARStrek / browser / preferences / aboutPermissions.css
1 /* background styles borrowed from extensions.css */
2 #permissions-page {
3   background-color: #000000;
4   color: #FF9F00;
5   margin: 20px;
6 }
7
8 #permissions-content {
9   border: 1px solid #9C9CFF;
10   border-radius: 5px;
11 }
12
13 /* sites box */
14
15 #sites-box {
16   padding: 10px;
17   width: 25em;
18 }
19
20 .site {
21   padding: 4px;
22   border-bottom: 1px solid #9C9CFF;
23 }
24
25 .site-favicon {
26   height: 16px;
27   width: 16px;
28   -moz-margin-end: 4px;
29   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
30 }
31
32 #all-sites-item > .site-container > .site-favicon {
33   list-style-image: none;
34 }
35
36 /* permissions box */
37
38 #permissions-box {
39   padding-top: 10px;
40   overflow-y: auto;
41 }
42
43 #site-description {
44   font-size: 125%;
45   -moz-margin-start: 6px; /* to match button margin */
46 }
47
48 #site-label {
49   font-weight: bold;
50   margin-top: 0;
51   margin-bottom: 0;
52 }
53
54 #defaults-description {
55   font-size: 125%;
56   font-weight: bold;
57   -moz-margin-start: 6px;
58 }
59
60 .pref-item {
61   margin-bottom: 10px;
62 }
63
64 .pref-icon {
65   width: 36px;
66   height: 36px;
67   -moz-margin-end: 10px;
68 }
69
70 .pref-icon[type="password"] {
71   list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
72 }
73 .pref-icon[type="cookie"] {
74   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
75 }
76 .pref-icon[type="geo"] {
77   list-style-image: url("chrome://browser/skin/Geolocation-64.png");
78 }
79 .pref-icon[type="indexedDB"] {
80   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
81 }
82 .pref-icon[type="install"] {
83   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
84 }
85 .pref-icon[type="popup"] {
86   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
87 }
88 .pref-icon[type="image"] {
89   list-style-image: url("chrome://global/skin/icons/alert-question.gif");
90 }
91
92 .pref-title {
93   font-size: 125%;
94   margin-bottom: 0;
95   font-weight: bold;
96 }
97
98 .pref-menulist {
99   margin-left: 6px;
100   margin-right: 6px;
101   min-width: 10em; /* native menulists ellipsize their longest entries by default on many themes */
102 }