summaryrefslogtreecommitdiffstats
path: root/comm/suite/themes/modern/communicator/helpviewer/help.css
blob: 00c54ef3b7f36f9722bf9543fa2703c5e716262e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@import url("chrome://communicator/skin/");
@import url("chrome://communicator/skin/sidebar/sidebar.css");

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* ::::: primary toolbar masthead ::::: */

/* pick up modern's usual primary toolbar style */
#HelpToolbar {
  -moz-binding: url("chrome://communicator/skin/toolbar/toolbarBindings.xml#toolbar-primary");
  background-color: #B1BDC9;
}

.toolbar-primary-holder {
  -moz-box-align: start;
  background-image: url("chrome://communicator/skin/toolbar/prtb-bg-noline.png");
}

.toolbar-primary-icon {
  display: none;
}

#HelpToolbar > toolbarbutton,
#HelpToolbar > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-stack 
  > .toolbarbutton-menubutton-button
{
  -moz-box-orient: vertical;
  -moz-box-pack: start;
  border: none !important;
  padding: 0px !important;
}

/* hide labels for the toolbar because not all of them are set in help viewer
   make sure we always display the icon though */
#HelpToolbar .toolbarbutton-text {
  display: none;
}

#HelpToolbar .toolbarbutton-icon {
  display: -moz-box;
}

#help-back-button > .toolbarbutton-menubutton-stack
    > .toolbarbutton-menubutton-dropmarker,
#help-forward-button > .toolbarbutton-menubutton-stack
    > .toolbarbutton-menubutton-dropmarker
{
  margin-top: 30px;
  margin-bottom: 0px;
  margin-inline-start: 34px;
  margin-inline-end: 0px;
}

#help-sidebar {
  min-width: 30px;
  width: 20em;
  max-width: 25em;
  background-color: #BDC7D6;
}

/* ::::: primary toolbar buttons ::::: */

toolbar toolbarbutton {
  list-style-image: url("chrome://communicator/skin/icons/common.png");
}

#help-back-button {
  -moz-image-region: rect(78px 42px 117px 0);
}

#help-back-button:hover {
  -moz-image-region: rect(78px 84px 117px 42px);
}

#help-back-button:hover:active {
  -moz-image-region: rect(78px 126px 117px 84px);
}

#help-back-button[disabled="true"] {
  -moz-image-region: rect(78px 168px 117px 126px) !important;
}

#help-forward-button {
  -moz-image-region: rect(117px 42px 156px 0);
}

#help-forward-button:hover {
  -moz-image-region: rect(117px 84px 156px 42px);
}

#help-forward-button:hover:active {
  -moz-image-region: rect(117px 126px 156px 84px);
}

#help-forward-button[disabled="true"] {
  -moz-image-region: rect(117px 168px 156px 126px) !important;
}

#help-home-button {
  -moz-image-region: rect(156px 42px 195px 0);
}

#help-home-button:hover {
  -moz-image-region: rect(156px 84px 195px 42px);
}

#help-home-button:hover:active {
  -moz-image-region: rect(156px 126px 195px 84px);
}

#help-home-button[disabled="true"] {
  -moz-image-region: rect(156px 168px 195px 126px) !important;
}

#help-print-button {
  -moz-image-region: rect(0 42px 39px 0);
}

#help-print-button:hover {
  -moz-image-region: rect(0 84px 39px 42px);
}

#help-print-button:hover:active {
  -moz-image-region: rect(0 126px 39px 84px);
}

#help-print-button[disabled="true"] {
  -moz-image-region: rect(0 168px 39px 126px) !important;
}

/* ::::: OTHER ::::: */

#context-copy[disabled="true"] {
  display: none;
}

/* make findbar appear above content */
#appcontent {
  -moz-box-direction: reverse;
}