Subversion Repositories SmartDukaan

Rev

Rev 3996 | Rev 4241 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2674 vikas 1
body{
2
    font-family:Verdana, Verdana, Geneva, sans-serif;
3
    font-size:12px;
4
    color:#000;
5
    line-height:18px;
6
    margin: 0 auto;
3711 mandeep.dh 7
    width:1200px;
3546 mandeep.dh 8
    height:1600px;
2674 vikas 9
}
10
 
11
#topbar{
12
	width:100%;
3578 mandeep.dh 13
    height:4%;
2674 vikas 14
    background-color: #EEF
15
}
16
 
3090 mandeep.dh 17
#topbar-left{
3578 mandeep.dh 18
	width:82%;
19
    height:4%;
3090 mandeep.dh 20
    background-color: #EEF
21
}
22
 
23
#topbar-right{
24
	float:right;
3578 mandeep.dh 25
    width:18%;
26
    height:4%;
3090 mandeep.dh 27
    background-color: #EEF
28
}
29
 
2674 vikas 30
#middle{
31
    width:100%;
3578 mandeep.dh 32
    height:96%;
2674 vikas 33
    background-color: #EFF
34
}
35
 
36
/*___ Sidebar ___*/
37
#sidebar{
38
	float:left;
39
	width:20%;
40
	height:100%;
41
	background-color: #EEE
42
}
43
 
44
/*___ infopane ___*/
45
#infopane{
46
    float:left;
47
    width:80%;
48
    height:100%;
49
    overflow: auto;
50
}
51
 
52
/*___ top-infopane ___*/
53
#top-infopane{
54
    float:left;
55
    width:100%;
56
}
57
 
58
/*___ bottom-infopane ___*/
59
#bottom-infopane{
60
    float:left;
61
    width:100%;
62
}
63
 
64
/*___ orderTopLeft ___*/
65
#orderTopLeft{
66
    float:left;
67
    width:24%;
68
}
69
 
70
/*___ orderTopMiddle ___*/
71
#orderTopMiddle{
72
    float:left;
73
    width:38%;
74
}
75
 
76
/*___ orderTopRight ___*/
77
#orderTopRight{
78
    float:left;
79
    width:38%;
80
}
81
 
3090 mandeep.dh 82
/*___ orderMiddle ___*/
83
#orderMiddle{
2674 vikas 84
    float:left;
85
    width:100%;
86
}
87
 
3090 mandeep.dh 88
/*___ orderMiddleLeft ___*/
89
#orderMiddleLeft{
2674 vikas 90
    float:left;
91
    width:33%;
92
}
93
 
3090 mandeep.dh 94
/*___ orderMiddleMiddle ___*/
95
#orderMiddleMiddle{
2674 vikas 96
    float:left;
97
    width:33%;
98
}
99
 
3090 mandeep.dh 100
/*___ orderMiddleRight ___*/
101
#orderMiddleRight{
2674 vikas 102
    float:left;
103
    width:34%;
104
}
105
 
3090 mandeep.dh 106
/*___ orderMiddle ___*/
107
#orderBottom{
108
    float:left;
109
    width:100%;
110
}
111
 
2674 vikas 112
/*___ footer ___*/
113
#footer{
114
    width:100%;
3106 mandeep.dh 115
    height:0%;
2674 vikas 116
    background-color: #EEF
117
}
2714 vikas 118
 
119
#user-orders tr.selected {
120
	font-weight: bold;
2724 vikas 121
}
122
 
123
span.error{
124
	color: red;
3090 mandeep.dh 125
}
126
 
3546 mandeep.dh 127
div.message{
128
    color: red;
129
}
130
 
3339 mandeep.dh 131
#activity tr.selected {
132
    font-weight: bold;
133
}
134
 
3228 mandeep.dh 135
#tickets tr.selected {
136
    font-weight: bold;
137
}
138
 
3090 mandeep.dh 139
.width10{
140
    width:175px;
141
}
142
 
3397 mandeep.dh 143
.width-activity-type {
3339 mandeep.dh 144
    width:250px;
145
}
146
 
3106 mandeep.dh 147
.table-tr-odd {
148
	background-color: #EAEBFF;
3090 mandeep.dh 149
}
3106 mandeep.dh 150
 
151
.table-tr-even {
152
    background-color: white;
153
}
154
 
155
.home-page {
156
	cursor: pointer;
157
}
158
 
3397 mandeep.dh 159
.hidden {
3106 mandeep.dh 160
	display: none;
3137 mandeep.dh 161
}
162
 
3397 mandeep.dh 163
.bold {
164
	font-size: larger;
3409 mandeep.dh 165
	font: italic;
166
	font-style: oblique;
167
	text-decoration: underline;
3397 mandeep.dh 168
}
169
 
3151 mandeep.dh 170
.center-image {
171
  position: fixed;
172
  top: 50%;
173
  left: 50%;
174
  margin-top: -50px;
175
  margin-left: -100px;
3228 mandeep.dh 176
  z-index: 100;
3151 mandeep.dh 177
}
3206 mandeep.dh 178
 
179
div#mail-div {
180
	background-color: #EFF;
3519 mandeep.dh 181
	width:  740px;
182
    height: 380px;
3206 mandeep.dh 183
}
3228 mandeep.dh 184
 
3339 mandeep.dh 185
a:active {color:#0000FF;}
186
 
187
table.display {
188
    table-layout: fixed;
3411 mandeep.dh 189
}
190
 
3499 mandeep.dh 191
pre {
192
    white-space: pre-wrap;       /* css-3 */
193
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
194
    white-space: -pre-wrap;      /* Opera 4-6 */
195
    white-space: -o-pre-wrap;    /* Opera 7 */
196
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
197
}
3853 mandeep.dh 198
 
199
.update-order-status {
200
	width: 80px;
201
	font-size: smaller;
202
	height: 30px;
3996 mandeep.dh 203
}
204
 
205
.underline {
206
	text-decoration: underline;
4142 mandeep.dh 207
}
208
 
209
.heading {
210
	font-weight: bold;
211
	font-size: larger;
212
}