Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
172 ashish 1
html {
2
	background: #555555 url('../images/pagebg.png') top left repeat-x;
3
	text-align: center;
4
	margin: 0;
5
	padding: 0;
6
}
7
 
8
body {
9
	text-align: left;
10
	width: 960px;
11
	margin: 0 auto;
12
	padding: 0;
13
	font-size: 12px;
14
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana,
15
		sans-serif;
16
}
17
 
18
a {
19
	color: #286571;
20
}
21
 
22
#header {
23
	height: 132px;
24
	margin: 10px 10px 0 10px;
25
	background: url('../images/headerbg.png') top left no-repeat;
26
}
27
 
28
#header h1 {
29
	padding: 0;
30
	margin: 0;
31
	padding-top: 30px;
32
	padding-left: 180px;
33
	color: #fff;
34
	position: relative;
35
	font-size: 36px;
36
}
37
 
38
#header h1 .subtitle {
39
	font-size: 60%;
40
	position: absolute;
41
	left: 240px;
42
	top: 70px;
43
}
44
 
45
ul#mainmenu {
46
	margin: 0;
47
	padding: 0 10px;
48
	background: url('../images/menubg.png') top left no-repeat;
49
	height: 38px;
50
}
51
 
52
ul#mainmenu li {
53
	list-style-type: none;
54
	margin: 0;
55
	padding: 0;
56
	position: relative;
57
	display: inline;
58
	float: left;
59
}
60
 
61
ul#mainmenu li a {
62
	color: #fff;
63
	float: left;
64
	height: 31px;
65
	display: block;
66
	line-height: 30px;
67
	vertical-align: middle;
68
	padding: 0 10px;
69
	font-size: 12px;
70
	text-decoration: none;
71
	background: url('../images/menu-item-border.png') left top no-repeat;
72
}
73
 
74
ul#mainmenu li a:hover,ul#mainmenu li a.active {
75
	background: url('../images/menu-item-actibg.png') left top no-repeat;
76
}
77
 
78
ul#mainmenu li.first a {
79
	background: none;
80
}
81
 
82
ul#mainmenu li.first a:hover,ul#mainmenu li.first a.active {
83
	background: url('../images/menu-item-actibg-first.png') left top
84
		no-repeat;
85
}
86
 
87
ul#mainmenu li.loginlogout {
88
	float: right;
89
	right: 10px;
90
}
91
 
92
ul#mainmenu li.loginlogout a:hover {
93
	background: url('../images/menu-item-border.png') left top no-repeat;
94
}
95
 
96
#content {
97
	background: #fff url('../images/contentbg.png') left bottom no-repeat;
98
	margin: 0 10px 10px 10px;
99
	padding: 0 10px;
100
	overflow: hidden;
101
}
102
 
103
#content .currentpage {
104
	margin-top: 0;
105
}
106
 
107
/* Login form*/
108
#loginform {
109
	text-align: center;
110
}
111
 
112
form.loginfields {
113
	text-align: left;
114
	width: 270px;
115
	background: url('../images/loginbg.png') top left no-repeat;
116
	padding: 0;
117
	margin: 0 auto;
118
	border: 0;
119
}
120
 
121
form.loginfields h2 {
122
	font-size: 16px;
123
	float: left;
124
	padding: 0;
125
	margin: 5px;
126
	margin-top: 0;
127
	background: url('../images/loginheader-left.png') top left no-repeat;
128
}
129
 
130
* html form.loginfields h2 {
131
	margin-left: 3px;
132
	width: 80px;
133
	text-align: center;
134
}
135
 
136
form.loginfields h2 span {
137
	background: url('../images/loginheader-right.png') right top no-repeat;
138
	height: 30px;
139
	line-height: 30px;
140
	display: block;
141
	font-size: 100%;
142
	font-weight: normal;
143
	color: #fff;
144
	padding: 0 10px;
145
}
146
 
147
*+html form.loginfields h2 span {
148
	padding: 0 20px;
149
}
150
 
151
form.loginfields label {
152
	clear: left;
153
	float: left;
154
	margin-top: 5px;
155
	margin-left: 10px;
156
	width: 65px;
157
	line-height: 31px;
158
	vertical-align: middle;
159
}
160
 
161
form.loginfields input.text {
162
	float: left;
163
	margin-left: 10px;
164
	margin-top: 5px;
165
	width: 165px;
166
	height: 21px;
167
	padding: 5px;
168
	border: 0;
169
	background: url('../images/inputbg.png') top left no-repeat;
170
	color: #fff;
171
}
172
 
173
form.loginfields input#submit {
174
	background: url('../images/loginbottombg.png') bottom left no-repeat;
175
	width: 270px;
176
	height: 61px;
177
	border: 0;
178
	margin-top: 10px;
179
	color: #fff;
180
	padding: 10px 140px 20px 10px;
181
}
182
 
183
* html form.loginfields input#submit {
184
	clear: both;
185
	margin-left: -10px;
186
}
187
 
188
/* Sidebar */
189
.sidebar {
190
	border: 1px solid #cce;
191
	background-color: #eee;
192
	margin: 0.5em;
193
	margin-left: 1.5em;
194
	padding: 1em;
195
	float: right;
196
	width: 200px;
197
	font-size: 88%;
198
}
199
 
200
.sidebar h2 {
201
	margin-top: 0;
202
	color: black;
203
}
204
 
205
.sidebar ul {
206
	margin-left: 1.5em;
207
	padding-left: 0;
208
}
209
 
210
#sb_top {
211
	clear: right;
212
}
213
 
214
#sb_bottom {
215
	clear: right;
216
}
217
 
218
#getting_started {
219
	margin-left: 20px;
220
}
221
 
222
#getting_started_steps a {
223
	text-decoration: none;
224
}
225
 
226
#getting_started_steps a:hover {
227
	text-decoration: underline;
228
}
229
 
230
#getting_started_steps li {
231
	margin-bottom: 0.5em;
232
}
233
 
234
/* Other and footer */
235
#footer {
236
	background: #fff;
237
	padding: 10px;
238
	color: #888888;
239
	font-size: 90%;
240
}
241
 
242
.flogo {
243
	float: left;
244
	margin-bottom: 0px;
245
	padding-left: 20px;
246
	padding-right: 20px;
247
	padding-top: 0px;
248
}
249
 
250
.foottext p {
251
	margin: 0;
252
	padding: 0;
253
}
254
 
255
.code {
256
	font-family: monospace;
257
	font-size: 127%;
258
}
259
 
260
span.code {
261
	background: #EEEEEE none repeat scroll 0% 0%;
262
	font-weight: bold;
263
}
264
 
265
#flash,.notice {
266
	font-size: 120%;
267
	font-weight: bolder;
268
	margin: 0pt auto 0.5em;
269
	width: 680px;
270
}
271
 
272
#flash div,.notice {
273
	padding: 20px 15px 20px 65px;
274
}
275
 
276
#flash .ok {
277
	background: #d8ecd8 url(../images/ok.png) no-repeat scroll 10px center;
278
}
279
 
280
#flash .warning {
281
	background: #fff483 url(../images/warning.png) no-repeat scroll 10px
282
		center;
283
}
284
 
285
#flash .error {
286
	background: #f9c5c1 url(../images/error.png) no-repeat scroll 10px
287
		center;
288
}
289
 
290
#flash .alert,#flash .info {
291
	background: #EEEEFF url(../images/info.png) no-repeat scroll 10px center
292
		;
293
}
294
 
295
.notice {
296
	background: #EEEEFF url(../images/info.png) no-repeat scroll 10px center
297
		;
298
}
299
 
300
.fielderror {
301
	color: red;
302
	font-weight: bold;
303
}
304
 
305
div.clearingdiv {
306
	clear: both;
307
}