aboutsummaryrefslogtreecommitdiff
path: root/jquery_drawer/drw/styles.css
blob: 660fca48411fbb90900ef17b93cdacb8d9437780 (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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
@charset "UTF-8";
/** Content list */
/** Tabs */
/** Drawer */
/** Drawer Icon View */
/** Drawer List View */
/** Clearfix */


/** Tabs */
/**************************************/
ul#drw_tabs {
	list-style     : none;
	width:100%;
/*	width          : 600px;
	min-width      : 600px;*/
        border-bottom: 1px solid #0C3233;
	padding        : 0;
	margin         : 0 auto;
	position       : relative;
}

ul#drw_tabs li {
		float          : left;
}

*+html ul#drw_tabs li.last {
	position       : absolute;
	float          : right;
}

* html ul#drw_tabs li.last {
	position       : absolute;
	float          : right;
boder-top		:1px solid #ccff00!important;
}

ul#drw_tabs a {
	font-size      : 12px;
	font-weight    : bold;
	text-align     : center;
	text-decoration: none;
	line-height    : 30px;
	height         : 30px;
	padding			:0;
	color          : #ffffff;
	background-color: #0c00ff;
	background     : url("tabs2.png") center 0 no-repeat;
	border-right   : 1px solid #101010;
	border-left    : 1px solid #1f1f1f;
	outline        : none;
	display        : block;
}

ul#drw_tabs a:hover {
	text-decoration: none;
	/*background-image: none;*/
	background-color:#000;
}

ul#drw_tabs li.first a {
	background-position: left 0;
	border-left        : none;
}

ul#drw_tabs li.last  a {
	background-position: right 0;
	border-right       : none;
}
/*
ul#drw_tabs          a#drw_tabs_focus { background-position: center -35px; }
ul#drw_tabs li.first a#drw_tabs_focus { background-position: left   -35px; }
ul#drw_tabs li.last  a#drw_tabs_focus { background-position: right  -35px; }
*/
ul#drw_tabs          a#drw_tabs_focus { background-position: 0px -34px;border-top:1px solid #CCFF00;}
ul#drw_tabs li.first a#drw_tabs_focus { background-position: 0px -34px;border-top:1px solid #CCFF00;}
ul#drw_tabs li.last  a#drw_tabs_focus { background-position: 0px -34px;border-top:1px solid #CCFF00;}

/** Drawer */
/**************************************/
div#drw {
	background     : #0c3233 left bottom no-repeat;
	/*width          : 600px;
	min-width      : 600px;*/
	width           :100%;
	margin         : -4px auto 0;
	overflow       : hidden;
}

div#drw div#drw_close {
	background     : transparent;
	margin         : 0 0 0 20px;
	clear          : both;
}

div#drw div#drw_close a {
	text-indent    : -9999px;
	background     : url("drw2.png") 0px 3px no-repeat;
	width          : 20px;
	height         : 20px;
	margin         : 0 0 0 auto;
	display        : block;
}

div#drw div#drw_loader {
	text-indent    : -9999px;
	background     : url("loader.gif") center center no-repeat;
	height         : 50px;
	margin         : 10px 0 0 0;
}



/** Drawer Icon View */
/**************************************/
ul.drw_icon_view {
	list-style     : none;
	padding        : 0;
	margin         : 0 15px;
}

ul.drw_icon_view li {
	width          : 33%;
	float          : left;
}

ul.drw_icon_view div.drw_img {
	text-align     : center;
	width          : 40%;
	float          : left;
}

ul.drw_icon_view div.drw_info {
	width          : 60%;
	float          : right;
}

ul.drw_icon_view div.drw_info h6 {
	padding        : 15px 0 3px 0;
	margin         : 0;
}

ul.drw_icon_view div.drw_info h6 a {
	font-size      : 12px;
	line-height    : 1.2;
	color          : #ffffff;
}

ul.drw_icon_view div.drw_info p {
	font-size      : 9px;
	line-height    : 1.2;
	color          : #666666;
	padding        : 0;
	margin         : 0;
}



/** Drawer List View */
/**************************************/
ul.drw_list_view {
	list-style     : none;
	padding        : 10px 0 15px 0;
	margin         : 0 15px;
}

ul.drw_list_view li {
	list-style     : none;
	border-bottom  : 1px solid #161616;
	border-bottom  : 1px solid #fff!important;
}

ul.drw_list_view li:hover,
ul.drw_list_view a:hover {
	background     : #161616;
}

ul.drw_list_view a {
	text-decoration: none;
	color          : #ffffff;
	padding        : 5px;
	display        : block;
}

ul.drw_list_view span {
	line-height    : 1.2;
	cursor         : pointer;
	float          : left;
	display        : block;
}

ul.drw_list_view span.drw_title {
	font-size      : 12px;
	width          : 24%;
	margin         : 2px 0 0 0;
}

ul.drw_list_view span.drw_desc {
	font-size      : 9px;
	color          : #666666;
	width          : 55%;
	margin         : 4px 0 0 0;
}

ul.drw_list_view span.drw_date {
	font-size      : 11px;
	text-align     : right;
	color          : #666666;
	width          : 20%;
	margin         : 3px 0 0 0;
}



/** Clearfix */
/**************************************/

ul#drw_tabs:after,
ul.drw_icon_view:after,
ul.drw_icon_view li:after,
ul.drw_list_view a:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}

ul#drw_tabs,
ul.drw_icon_view,
ul.drw_icon_view li,
ul.drw_list_view a {
	display        : inline-block;
}

/*\*/
* html ul#drw_tabs,
* html ul.drw_icon_view,
* html ul.drw_icon_view li,
* html ul.drw_list_view a {
	height         : 1%;
}

ul#drw_tabs,
ul.drw_icon_view,
ul.drw_icon_view li,
ul.drw_list_view a {
	display        : block;
}

/* drawer-extras - submenu*/

div#drw {/*
	position:absolute;
	top:30px;
	z-index:998;
	*/}

ul#drw_item {
	margin:0;padding:0;
	list-style:none;
	margin-top:1em;
	color:#fff;
	}

ul#drw_item li {
	float:left;padding:0;
	}
ul#drw_item li {margin:0 0 0 1.5em;border-left:2px solid #cf0;padding-left:3px;}
ul#drw_item li ul li {clear:left;padding:0;margin:0;list-style     : none;border:0 solid transparent;}
ul#drw_item li ul li a{display:block;color:#fff;margin:0;padding:0;font-size:0.8em;}
ul#drw_item li ul {margin-top: 0.5em}

ul#jquery_drawer-ul-1 {margin-top:0.8em;}