Subversion Repositories SmartDukaan

Rev

Rev 8334 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8146 amit.gupta 1
@charset "utf-8";
2
 
3
html, body { /* height: 100%; width: 100%; */ }
4
body { margin: 0; padding: 0; position: relative; color: #21282e; font: 13px Arial, Helvetica, sans-serif; }
5
 
6
a { outline: none; }
7
 
8
img { border: none; }
9
 
10
hr { background: #fff; color: #fff; border: 0; border-top: 1px solid #CCC; height: 1px; }
11
 
12
h1 { font-size: 24px; font-weight: normal; margin: 0; }
13
 
14
form { margin: 0; }
15
 
16
.font_Helvetica{ font-family:"Helvetica 65 Medium", Helvetica, Arial, sans-serif; }
17
 
18
.spacer_0 { clear: both; height: 0; }
19
.spacer_5 { clear: both; height: 5px; }
20
.spacer_10 { clear: both; height: 10px; }
21
.spacer_15 { clear: both; height: 15px; }
22
.spacer_20 { clear: both; height: 20px; }
23
.spacer_25 { clear: both; height: 25px; }
24
.spacer_30 { clear: both; height: 30px; }
25
.spacer_40 { clear: both; height: 40px; }
26
 
27
.font10 { font-size: 10px; line-height: normal; }
28
.font11 { font-size: 11px; line-height: normal; }
29
.font12 { font-size: 12px; line-height: normal; }
30
.font13 { font-size: 13px; line-height: normal; }
31
.font14 { font-size: 14px; line-height: normal; }
32
.font15 { font-size: 15px; line-height: normal; }
33
.font16 { font-size: 16px; line-height: normal; }
34
.font18 { font-size: 18px; line-height: normal; }
35
.font20 { font-size: 20px; line-height: normal; }
36
.font22 { font-size: 22px; line-height: normal; }
37
.font24 { font-size: 24px; line-height: normal; }
38
.font26 { font-size: 26px; line-height: normal; }
39
.font28 { font-size: 28px; line-height: normal; }
40
.font30 { font-size: 30px; line-height: normal; }
41
 
42
.fBold { font-weight:bold; }
43
.fNormal { font-weight:normal; }
44
.fItalic { font-style:italic; }
45
.noUnderline { text-decoration:none; }
46
 
47
.mgL5 { margin-left: 5px; }
48
.mgL10 { margin-left: 10px; }
49
.mgL15 { margin-left: 15px; }
50
.mgL20 { margin-left: 20px; }
51
.mgL25 { margin-left: 25px; }
52
.mgL30 { margin-left: 30px; }
53
.mgL40 { margin-left: 40px; }
54
.mgL50 { margin-left: 50px; }
55
 
56
.mg0 { margin: 0;}
57
.mgT2{ margin-top: 2px; }
58
.mgT5{ margin-top: 5px; }
59
.mgT10{ margin-top: 10px; }
60
.mgT20{ margin-top: 20px; }
61
 
62
.pd0 { padding: 0; }
63
.pd5 { padding: 5px; }
64
.pd15 { padding: 15px; }
65
.pd10 { padding: 10px; }
66
.pd20 { padding: 20px; }
67
 
68
.floatLeft { float: left; }
69
.floatRight { float: right; }
70
 
71
.textCenter { text-align: center; }
72
.textLeft { text-align: left; }
73
.textRight { text-align: right; }
74
 
75
/* For Mozilla button */
76
button::-moz-focus-inner,
77
input[type="reset"]::-moz-focus-inner,
78
input[type="button"]::-moz-focus-inner,
79
input[type="submit"]::-moz-focus-inner,
80
input[type="file"] > input[type="button"]::-moz-focus-inner {
81
    border: none;
82
}