~ubuntu-branches/ubuntu/raring/webcalendar/raring

« back to all changes in this revision

Viewing changes to includes/menu/themes/touch_of_grey/theme.css

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-06-09 06:26:24 UTC
  • mfrom: (18.2.3 karmic)
  • Revision ID: james.westby@ubuntu.com-20090609062624-9n9xea2ftpipmg38
Tags: 1.2.0+dfsg-4
* debian/patches/06_send-reminder-paths.diff: Adjust patch to help
  translate.php to find the translation files under /etc/webcalendar.
  Thanks to Dale and Cheryl Schroeder for the help on debugging this
  (really, closes: #531312).
* debian/patches/16_no-blink-public-access-title.diff: New patch for
  avoiding the blinking title when changing the Public Access title in
  English-US.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ThemeMenu Style Sheet */
 
2
 
 
3
/*
 
4
menubar: #F1F3F5
 
5
menu dropdown left side: #DDE1E6
 
6
highlight border: #000080
 
7
highlight background: #B6BDD2
 
8
 
 
9
lighter blue
 
10
#30559C - highlight border
 
11
#B5CDE8 - highlight background
 
12
*/
 
13
 
 
14
.ThemeMenubar {
 
15
  width: 100%;
 
16
  padding-bottom:  2px;
 
17
}
 
18
 
 
19
.ThemeMenubackgr {
 
20
  background: #F1F3F5;
 
21
  border-bottom: 1px solid #cccccc;
 
22
}
 
23
 
 
24
.ThemeMenu, .ThemeMenubar a, .ThemeMenubar td {
 
25
  color: #000000;
 
26
}
 
27
 
 
28
.ThemeMenu,.ThemeSubMenuTable {
 
29
  font-family:  arial, verdana, sans-serif;
 
30
  font-size:  1em;
 
31
  padding:  0;
 
32
  white-space:  nowrap;
 
33
  cursor:    default;
 
34
  height: 25px;
 
35
  vertical-align:middle;
 
36
}
 
37
 
 
38
.ThemeSubMenu {
 
39
  position:  absolute;
 
40
  visibility:  hidden;
 
41
  /*
 
42
     Netscape/Mozilla renders borders by increasing
 
43
     their z-index.  The following line is necessary
 
44
     to cover any borders underneath
 
45
  */
 
46
  z-index:  100;
 
47
  border:    0;
 
48
  padding:  1px;
 
49
  background-color:  #F1F3F5;
 
50
  overflow:  visible;
 
51
  border:    1px solid #8C867B;
 
52
}
 
53
 
 
54
.ThemeSubMenuTable {
 
55
  overflow:  visible;
 
56
}
 
57
 
 
58
.ThemeMainItem,.ThemeMainItemHover,.ThemeMainItemActive,
 
59
.ThemeMenuItem,.ThemeMenuItemHover,.ThemeMenuItemActive {
 
60
  border:    0;
 
61
  cursor:    default;
 
62
  white-space:  nowrap;
 
63
}
 
64
 
 
65
.ThemeMainItem {
 
66
  /*  jgh - no longer needed
 
67
  background-color:  #EFEBDE;
 
68
  */
 
69
}
 
70
 
 
71
.ThemeMainItemHover,.ThemeMainItemActive {
 
72
  background-color:  #B6BDD2;
 
73
}
 
74
 
 
75
.ThemeMenuItem {
 
76
  background-color:  #F1F3F5;
 
77
}
 
78
 
 
79
.ThemeMenuItemHover,.ThemeMenuItemActive {
 
80
  background-color:  #B6BDD2;
 
81
}
 
82
 
 
83
/* horizontal main menu */
 
84
 
 
85
.ThemeMainItem {
 
86
  padding: 1px;
 
87
  border: 0;
 
88
}
 
89
 
 
90
td.ThemeMainItemHover,td.ThemeMainItemActive {
 
91
  padding:  0px;
 
92
  border:  1px solid #000080;
 
93
}
 
94
 
 
95
.ThemeMainFolderLeft,.ThemeMainItemLeft,
 
96
.ThemeMainFolderText,.ThemeMainItemText,
 
97
.ThemeMainFolderRight,.ThemeMainItemRight {
 
98
  background-color:  inherit;
 
99
}
 
100
 
 
101
/* vertical main menu sub components */
 
102
 
 
103
td.ThemeMainFolderLeft,td.ThemeMainItemLeft {
 
104
  padding-top:  2px;
 
105
  padding-bottom:  2px;
 
106
  padding-left:  0px;
 
107
  padding-right:  2px;
 
108
  border-top:  1px solid #000080;
 
109
  border-bottom:  1px solid #000080;
 
110
  border-left:  1px solid #000080;
 
111
  background-color:  inherit;
 
112
}
 
113
 
 
114
td.ThemeMainFolderText,td.ThemeMainItemText {
 
115
  padding-top:  2px;
 
116
  padding-bottom:  2px;
 
117
  padding-left:  5px;
 
118
  padding-right:  5px;
 
119
  border-top:  1px solid #000080;
 
120
  border-bottom:  1px solid #000080;
 
121
  background-color:  inherit;
 
122
  white-space:  nowrap;
 
123
}
 
124
 
 
125
td.ThemeMainFolderRight,td.ThemeMainItemRight {
 
126
  padding-top:  2px;
 
127
  padding-bottom:  2px;
 
128
  padding-left:  0px;
 
129
  padding-right:  0px;
 
130
  border-top:  1px solid #000080;
 
131
  border-bottom:  1px solid #000080;
 
132
  border-right:  1px solid #000080;
 
133
  background-color:  inherit;
 
134
}
 
135
 
 
136
tr.ThemeMainItem td.ThemeMainFolderLeft,
 
137
tr.ThemeMainItem td.ThemeMainItemLeft {
 
138
  padding-top:  3px;
 
139
  padding-bottom:  3px;
 
140
  padding-left:  1px;
 
141
  padding-right:  2px;
 
142
  white-space:  nowrap;
 
143
  border:    0;
 
144
  background-color:  inherit;
 
145
}
 
146
 
 
147
tr.ThemeMainItem td.ThemeMainFolderText,
 
148
tr.ThemeMainItem td.ThemeMainItemText {
 
149
  padding-top:  3px;
 
150
  padding-bottom:  3px;
 
151
  padding-left:  5px;
 
152
  padding-right:  5px;
 
153
  border:    0;
 
154
  background-color:  inherit;
 
155
}
 
156
 
 
157
tr.ThemeMainItem td.ThemeMainItemRight,
 
158
tr.ThemeMainItem td.ThemeMainFolderRight {
 
159
  padding-top:  3px;
 
160
  padding-bottom:  3px;
 
161
  padding-left:  0px;
 
162
  padding-right:  1px;
 
163
  border:    0;
 
164
  background-color:  inherit;
 
165
}
 
166
 
 
167
/* sub menu sub components */
 
168
 
 
169
.ThemeMenuFolderLeft,.ThemeMenuItemLeft {
 
170
  padding-top:  2px;
 
171
  padding-bottom:  2px;
 
172
  padding-left:  1px;
 
173
  padding-right:  3px;
 
174
  border-top:  1px solid #000080;
 
175
  border-bottom:  1px solid #000080;
 
176
  border-left:  1px solid #000080;
 
177
  background-color:  inherit;
 
178
  white-space:  nowrap;
 
179
}
 
180
 
 
181
.ThemeMenuFolderText,.ThemeMenuItemText {
 
182
  padding-top:  2px;
 
183
  padding-bottom:  2px;
 
184
  padding-left:  5px;
 
185
  padding-right:  5px;
 
186
  border-top:  1px solid #000080;
 
187
  border-bottom:  1px solid #000080;
 
188
  background-color:  inherit;
 
189
  white-space:  nowrap;
 
190
}
 
191
 
 
192
.ThemeMenuFolderRight,.ThemeMenuItemRight {
 
193
  padding-top:  2px;
 
194
  padding-bottom:  2px;
 
195
  padding-left:  0px;
 
196
  padding-right:  0px;
 
197
  border-top:  1px solid #000080;
 
198
  border-bottom:  1px solid #000080;
 
199
  border-right:  1px solid #000080;
 
200
  background-color:  inherit;
 
201
  white-space:  nowrap;
 
202
}
 
203
 
 
204
.ThemeMenuItem .ThemeMenuFolderLeft,
 
205
.ThemeMenuItem .ThemeMenuItemLeft {
 
206
  padding-top:  3px;
 
207
  padding-bottom:  3px;
 
208
  padding-left:  2px;
 
209
  padding-right:  3px;
 
210
  white-space:  nowrap;
 
211
  border:   0px;
 
212
  background-color:  #DDE1E6;
 
213
}
 
214
 
 
215
.ThemeMenuItem .ThemeMenuFolderText,
 
216
.ThemeMenuItem .ThemeMenuItemText {
 
217
  padding-top:  3px;
 
218
  padding-bottom:  3px;
 
219
  padding-left:  5px;
 
220
  padding-right:  5px;
 
221
  border:    0px;
 
222
  background-color:  inherit;
 
223
}
 
224
 
 
225
.ThemeMenuItem .ThemeMenuFolderRight,
 
226
.ThemeMenuItem .ThemeMenuItemRight {
 
227
  padding-top:  3px;
 
228
  padding-bottom:  3px;
 
229
  padding-left:  0px;
 
230
  padding-right:  1px;
 
231
  border:    0;
 
232
  background-color:  inherit;
 
233
}
 
234
 
 
235
/* menu splits */
 
236
 
 
237
.ThemeMenuSplit {
 
238
  margin:    2px;
 
239
  height:    1px;
 
240
  overflow:  hidden;
 
241
  background-color:  inherit;
 
242
  border-top:  1px solid #C6C3BD;
 
243
}
 
244
 
 
245
/* image shadow animation */
 
246
 
 
247
/*
 
248
  seq1:  image for normal
 
249
  seq2:  image for hover and active
 
250
 
 
251
  To use, in the icon field, input the following:
 
252
  <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
 
253
*/
 
254
 
 
255
.ThemeMenuItem img.seq1 {
 
256
  display:  inline;
 
257
}
 
258
 
 
259
.ThemeMenuItemHover seq2,
 
260
.ThemeMenuItemActive seq2 {
 
261
  display:  inline;
 
262
}
 
263
 
 
264
.ThemeMenuItem .seq2,
 
265
.ThemeMenuItemHover .seq1,
 
266
.ThemeMenuItemActive .seq1 {
 
267
  display:  none;
 
268
}