Subversion Repositories SmartDukaan

Rev

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