Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
396 ashish 1
a {
2
	color: #1E608E;
3
	text-decoration:none;
4
	outline: none;
5
}
6
 
7
.tipsy {
8
	opacity:.8;
9
	filter:alpha(opacity=80);
10
	background-repeat:no-repeat;
11
	padding:5px;
12
}
13
.tipsy-inner {
14
	padding:8px 8px;
15
	max-width:200px;
449 rajveer 16
	font:11px 'Verdana', sans-serif;
396 ashish 17
	font-weight:bold;
18
	-moz-border-radius:4px;
19
	-khtml-border-radius:4px;
20
	-webkit-border-radius:4px;
21
	border-radius:4px;
22
	background-color:#000;
23
	color:white;
24
	text-align:left;
25
}
26
.tipsy-north {
449 rajveer 27
	/*background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-north.gif);*/
396 ashish 28
	background-position:top center;
29
}
30
.tipsy-south {
449 rajveer 31
	/*background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-south.gif);*/
396 ashish 32
	background-position:bottom center;
33
}
34
.tipsy-east {
449 rajveer 35
	/*background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-east.gif);*/
396 ashish 36
	background-position:right center;
37
}
38
.tipsy-west {
449 rajveer 39
	/*background-image:url(http://s.twimg.com/a/1249943174/images/tipsy/tipsy-west.gif);*/
396 ashish 40
	background-position:left center;
41
}
449 rajveer 42
/*
396 ashish 43
body {
44
	margin:0;
45
	padding:0;
46
	font:13px/16px "Lucida Grande", Arial, Sans-serif;
47
	color:#789;
449 rajveer 48
	background-color: #74726f;
396 ashish 49
	background-repeat: repeat;
50
}
449 rajveer 51
*/
396 ashish 52
a:link, a:visited {
53
	color:#27b;
54
	text-decoration:none;
55
}
56
a:hover {
57
	text-decoration:underline;
58
}
59
a img {
60
	border-width:0;
61
}
62
#userauth {
63
	padding:10px 25px 12px;
64
	font-size:11px;
65
	line-height:23px;
66
	text-align:right;
67
}
68
#userauth a.signin {
69
	background:#88bbd4;
70
	padding:4px 6px 6px;
71
	text-decoration:none;
72
	font-weight:bold;
73
	color:#fff;
74
	-webkit-border-radius:4px;
75
	-moz-border-radius:4px;
76
	border-radius:4px;
449 rajveer 77
/*	*background:transparent url("http://s.twimg.com/a/1249943174/images/signin-nav-bg-ie.png") no-repeat 0 0;*/
396 ashish 78
	*padding:4px 12px 6px;
79
}
449 rajveer 80
a.signin {
81
	background:#ddeef6;
82
	padding:4px 5px 5px 5px;
83
	text-decoration:none;
84
	font-weight:bold;
85
	color:#0066CC;
86
	-webkit-border-radius:4px;
87
	-moz-border-radius:4px;
88
	border-radius:4px;
89
 
90
 
91
 
92
	/**background:transparent url("http://s.twimg.com/a/1249943174/images/signin-nav-bg-ie.png") no-repeat 0 0;
93
	*padding:4px 12px 6px;*/
94
 
95
	/*background:#59B;
396 ashish 96
	*background:transparent url("http://s.twimg.com/a/1249943174/images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
449 rajveer 97
	*padding:4px 12px 6px;*/
396 ashish 98
}
99
#userauth a.signin, #newquicklinks a.signin:hover {
100
	*background-position:0 3px!important;
101
}
102
 
103
a.signin {
104
	position:relative;
449 rajveer 105
	margin:0px 3px;
396 ashish 106
}
107
a.signin span {
449 rajveer 108
/*	background-image:url("http://s.twimg.com/a/1249943174/images/toggle_down_light.png");*/
396 ashish 109
	background-repeat:no-repeat;
110
	background-position:100% 50%;
111
	padding:4px 16px 6px 0;
112
}
113
#userauth a.menu-open {
114
	background:#ddeef6!important;
115
	color:#666!important;
116
	outline:none;
117
}
118
#small_signup {
119
	display:inline;
120
	float:none;
121
	line-height:23px;
122
	margin:25px 0 0;
123
	width:170px;
124
}
125
a.signin.menu-open span {
449 rajveer 126
/*	background-image:url("http://s.twimg.com/a/1249943174/images/toggle_up_dark.png");*/
396 ashish 127
	color:#789;
128
}
129
 
130
#signin_menu {
131
	-moz-border-radius-topleft:5px;
132
	-moz-border-radius-bottomleft:5px;
133
	-moz-border-radius-bottomright:5px;
397 ashish 134
	-moz-border-radius-bottomrigt:5px;
396 ashish 135
	-webkit-border-top-left-radius:5px;
136
	-webkit-border-bottom-left-radius:5px;
137
	-webkit-border-bottom-right-radius:5px;
397 ashish 138
	-webkit-border-top-right-radius:5px;
396 ashish 139
	display:none;
140
	background-color:#ddeef6;
141
	position:absolute;
142
	width:210px;
449 rajveer 143
	z-index:9999;
396 ashish 144
	border:1px transparent;
145
	text-align:left;
146
	padding:10px;
449 rajveer 147
	margin:15px 0px 0px 216px;
148
	*margin:3px 0px 0px 224px;
149
	float:right;
150
 
151
 
152
	/* *margin-left:-15px;*/
153
 
396 ashish 154
	color:#789;
155
	font-size:11px;
156
}
157
 
158
#signin_menu input[type=text], #signin_menu input[type=password] {
159
	display:block;
160
	-moz-border-radius:4px;
161
	-webkit-border-radius:4px;
162
	border:1px solid #ACE;
163
	font-size:13px;
164
	margin:0 0 5px;
165
	padding:5px;
166
	width:203px;
167
}
168
#signin_menu p {
169
	margin:0;
170
}
171
#signin_menu a {
172
	color:#6AC;
173
}
174
#signin_menu label {
175
	font-weight:normal;
176
}
177
#signin_menu p.remember {
178
	padding:10px 0;
179
}
180
#signin_menu p.forgot, #signin_menu p.complete {
181
	clear:both;
182
	margin:5px 0;
183
}
184
#signin_menu p a {
185
	color:#27B!important;
186
}
187
#signin_submit {
188
	-moz-border-radius:4px;
189
	-webkit-border-radius:4px;
190
	background:#39d url('http://s.twimg.com/a/1249943174/images/bg-btn-blue.png') repeat-x scroll 0 0;
191
	border:1px solid #39D;
192
	color:#fff;
193
	text-shadow:0 -1px 0 #39d;
194
	padding:4px 10px 5px;
195
	font-size:11px;
196
	margin:0 5px 0 0;
197
	font-weight:bold;
198
}
199
#signin_submit::-moz-focus-inner {
200
padding:0;
201
border:0;
202
}
203
#signin_submit:hover, #signin_submit:focus {
204
	background-position:0 -5px;
205
	cursor:pointer;
206
}
207
 
208
.tipsy-inner {
209
	padding:10px 15px;
210
	line-height:1.5em;
211
	font-weight:bold;
212
}
213
.ie6 .tipsy {
214
	width:250px;
215
}
216
.signup-tip {
217
	line-height:18px;
218
	margin:30px 0;
219
	color:#333;
220
}
221
.signup-tip a {
222
	font-weight:bold;
223
}
224
}