sync both themes with suite classic theme changes in SeaMonkey 2.35 cycle
[themes.git] / LCARStrek / messenger / subscribe.css
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/. */
4
5 /* ===== subscribe.css ==================================================
6   == Styles for the Subscribe dialog.
7   ======================================================================= */
8
9 @import url("chrome://messenger/skin/");
10
11 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13 /* ::::: margin adjustments :::::: */
14
15 #subscribetree {
16   margin: 0 !important;
17 }
18
19 /* ::::: subscribed icons  :::::: */
20
21 treechildren::-moz-tree-image(subscribedColumn),
22 treechildren::-moz-tree-image(subscribedColumn2) {
23   list-style-image: url("chrome://messenger/skin/icons/dot.gif");
24 }
25
26 treechildren::-moz-tree-image(subscribedColumn, Subscribed-true),
27 treechildren::-moz-tree-image(subscribedColumn2, subscribed) {
28   list-style-image: url("chrome://messenger/skin/icons/check.gif");
29 }
30
31 treechildren::-moz-tree-image(subscribedColumn, Subscribable-false) {
32   list-style-image: none;
33 }
34
35 treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) {
36   color: #8050B0;
37   font-style: italic;
38 }
39
40 /* ::::: folder icons :::::: */
41
42 treechildren::-moz-tree-image(nameColumn) {
43   -moz-margin-end: 2px;
44   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
45 }
46
47 treechildren::-moz-tree-image(nameColumn, ServerType-nntp),
48 treechildren::-moz-tree-image(nameColumn2, nntp) {
49   -moz-margin-end: 2px;
50   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
51 }
52
53 /* ::::: server icons :::::: */
54
55 .subscribeMenuItem {
56   list-style-image: url("chrome://messenger/skin/icons/server-mail.gif");
57 }
58
59 .subscribeMenuItem[ServerType="imap"][IsSecure="true"] {
60   list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
61 }
62
63 .subscribeMenuItem[ServerType="nntp"] {
64   list-style-image: url("chrome://messenger/skin/icons/server-news.gif");
65 }
66
67 .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] {
68   list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif");
69 }
70
71 /* ::::: statusbar adjustments :::::: */
72
73 #statusContainerBox {
74   border-radius: 9px;
75   margin-top: 3px;
76   -moz-padding-end: 9px;
77   background-color: #8050B0;
78   color: #000000;
79 }