~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/apps/sqlitemanager1.2.0/theme/default/menu/theme.css

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ThemeOfficeMenu Style Sheet */
 
2
 
 
3
.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
 
4
{
 
5
        font-family:    verdana, arial, sans-serif;
 
6
        font-size:      13px;
 
7
 
 
8
        padding:        0;
 
9
        font-weight: bold;
 
10
 
 
11
        white-space:    nowrap;
 
12
        cursor:         default;
 
13
}
 
14
 
 
15
.ThemeOfficeSubMenu
 
16
{
 
17
        position:       absolute;
 
18
        visibility:     hidden;
 
19
 
 
20
        /*
 
21
           Netscape/Mozilla renders borders by increasing
 
22
           their z-index.  The following line is necessary
 
23
           to cover any borders underneath
 
24
        */
 
25
        z-index:        100;
 
26
        border:         0;
 
27
        padding:        0;
 
28
 
 
29
        overflow:       visible;
 
30
        border:         1px solid #8C867B;
 
31
 
 
32
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
 
33
}
 
34
 
 
35
.ThemeOfficeSubMenuTable
 
36
{
 
37
        overflow:       visible;
 
38
}
 
39
 
 
40
.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
 
41
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
 
42
{
 
43
        border:         0;
 
44
        cursor:         default;
 
45
        white-space:    nowrap;
 
46
}
 
47
 
 
48
.ThemeOfficeMainItem
 
49
{
 
50
  text-indent: 5px;
 
51
        /*background-color:     #EFEBDE;*/
 
52
}
 
53
 
 
54
.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
 
55
{
 
56
  text-indent: 5px;
 
57
  cursor: Pointer;
 
58
        background-color:       #C6D3EF;
 
59
}
 
60
 
 
61
.ThemeOfficeMenuItem
 
62
{
 
63
        background-color:       #FFF;
 
64
}
 
65
 
 
66
.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
 
67
{
 
68
        background-color:       #C6D3EF;
 
69
}
 
70
 
 
71
 
 
72
/* horizontal main menu */
 
73
 
 
74
.ThemeOfficeMainItem
 
75
{
 
76
        padding: 4px 1px 4px 1px;
 
77
        border: 0;
 
78
}
 
79
 
 
80
td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
 
81
{
 
82
        padding:        0px;
 
83
        border:         1px solid #3169C6;
 
84
}
 
85
 
 
86
.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
 
87
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
 
88
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
 
89
{
 
90
        background-color:       inherit;
 
91
}
 
92
 
 
93
/* vertical main menu sub components */
 
94
 
 
95
td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
 
96
{
 
97
        padding-top:    2px;
 
98
        padding-bottom: 2px;
 
99
        padding-left:   0px;
 
100
        padding-right:  2px;
 
101
 
 
102
        border-top:     1px solid #3169C6;
 
103
        border-bottom:  1px solid #3169C6;
 
104
        border-left:    1px solid #3169C6;
 
105
 
 
106
        background-color:       inherit;
 
107
}
 
108
 
 
109
td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
 
110
{
 
111
        padding-top:    2px;
 
112
        padding-bottom: 2px;
 
113
        padding-left:   5px;
 
114
        padding-right:  5px;
 
115
 
 
116
        border-top:     1px solid #3169C6;
 
117
        border-bottom:  1px solid #3169C6;
 
118
 
 
119
        background-color:       inherit;
 
120
        white-space:    nowrap;
 
121
}
 
122
 
 
123
td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
 
124
{
 
125
        padding-top:    2px;
 
126
        padding-bottom: 2px;
 
127
        padding-left:   0px;
 
128
        padding-right:  0px;
 
129
 
 
130
        border-top:     1px solid #3169C6;
 
131
        border-bottom:  1px solid #3169C6;
 
132
        border-right:   1px solid #3169C6;
 
133
 
 
134
        background-color:       inherit;
 
135
}
 
136
 
 
137
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
 
138
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
 
139
{
 
140
        padding-top:    3px;
 
141
        padding-bottom: 3px;
 
142
        padding-left:   1px;
 
143
        padding-right:  2px;
 
144
 
 
145
        white-space:    nowrap;
 
146
 
 
147
        border:         0;
 
148
        background-color:       inherit;
 
149
}
 
150
 
 
151
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
 
152
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
 
153
{
 
154
        padding-top:    3px;
 
155
        padding-bottom: 3px;
 
156
        padding-left:   5px;
 
157
        padding-right:  5px;
 
158
 
 
159
        border:         0;
 
160
        background-color:       inherit;
 
161
}
 
162
 
 
163
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
 
164
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
 
165
{
 
166
        padding-top:    3px;
 
167
        padding-bottom: 3px;
 
168
        padding-left:   0px;
 
169
        padding-right:  1px;
 
170
 
 
171
        border:         0;
 
172
        background-color:       inherit;
 
173
}
 
174
 
 
175
/* sub menu sub components */
 
176
 
 
177
.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
 
178
{
 
179
        padding-top:    2px;
 
180
        padding-bottom: 2px;
 
181
        padding-left:   1px;
 
182
        padding-right:  3px;
 
183
 
 
184
        border-top:     1px solid #3169C6;
 
185
        border-bottom:  1px solid #3169C6;
 
186
        border-left:    1px solid #3169C6;
 
187
 
 
188
        background-color:       inherit;
 
189
        white-space:    nowrap;
 
190
}
 
191
 
 
192
.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
 
193
{
 
194
        padding-top:    2px;
 
195
        padding-bottom: 2px;
 
196
        padding-left:   5px;
 
197
        padding-right:  5px;
 
198
 
 
199
        border-top:     1px solid #3169C6;
 
200
        border-bottom:  1px solid #3169C6;
 
201
 
 
202
        background-color:       inherit;
 
203
        white-space:    nowrap;
 
204
}
 
205
 
 
206
.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
 
207
{
 
208
        padding-top:    2px;
 
209
        padding-bottom: 2px;
 
210
        padding-left:   0px;
 
211
        padding-right:  0px;
 
212
 
 
213
        border-top:     1px solid #3169C6;
 
214
        border-bottom:  1px solid #3169C6;
 
215
        border-right:   1px solid #3169C6;
 
216
 
 
217
        background-color:       inherit;
 
218
        white-space:    nowrap;
 
219
}
 
220
 
 
221
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
 
222
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
 
223
{
 
224
        padding-top:    3px;
 
225
        padding-bottom: 3px;
 
226
        padding-left:   2px;
 
227
        padding-right:  3px;
 
228
 
 
229
        white-space:    nowrap;
 
230
 
 
231
        border:         0;
 
232
        background-color:       #EFEFDE;
 
233
}
 
234
 
 
235
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
 
236
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
 
237
{
 
238
        padding-top:    3px;
 
239
        padding-bottom: 3px;
 
240
        padding-left:   5px;
 
241
        padding-right:  5px;
 
242
 
 
243
        border:         0;
 
244
        background-color:       inherit;
 
245
}
 
246
 
 
247
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
 
248
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
 
249
{
 
250
        padding-top:    3px;
 
251
        padding-bottom: 3px;
 
252
        padding-left:   0px;
 
253
        padding-right:  1px;
 
254
 
 
255
        border:         0;
 
256
        background-color:       inherit;
 
257
}
 
258
 
 
259
/* menu splits */
 
260
 
 
261
.ThemeOfficeMenuSplit
 
262
{
 
263
        margin:         2px;
 
264
        height:         1px;
 
265
        overflow:       hidden;
 
266
        background-color:       inherit;
 
267
        border-top:     1px solid #C6C3BD;
 
268
}
 
269
 
 
270
/* image shadow animation */
 
271
 
 
272
/*
 
273
        seq1:   image for normal
 
274
        seq2:   image for hover and active
 
275
 
 
276
        To use, in the icon field, input the following:
 
277
        <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
 
278
*/
 
279
 
 
280
.ThemeOfficeMenuItem img.seq1
 
281
{
 
282
        display:        inline;
 
283
}
 
284
 
 
285
.ThemeOfficeMenuItemHover seq2,
 
286
.ThemeOfficeMenuItemActive seq2
 
287
{
 
288
        display:        inline;
 
289
}
 
290
 
 
291
.ThemeOfficeMenuItem .seq2,
 
292
.ThemeOfficeMenuItemHover .seq1,
 
293
.ThemeOfficeMenuItemActive .seq1
 
294
{
 
295
        display:        none;
 
296
}