Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
body {
2
    font: 13px/1.4 'Helvetica Neue', 'Helvetica','Arial', sans-serif;
3
    color: #333;
4
}
5
 
6
.container {
7
    width: 520px;
8
    margin: auto;
9
}
10
 
11
h1 {
12
    border-bottom: 1px solid #d9d9d9;
13
}
14
 
15
a {
16
    color: #be2221;
17
    text-decoration: none;
18
}
19
 
20
.chart {
21
    float: left;
22
    margin: 10px;
23
}
24
 
25
.percentage,
26
.label {
27
    text-align: center;
28
    color: #333;
29
    font-weight: 100;
30
    font-size: 1.2em;
31
    margin-bottom: 0.3em;
32
}
33
 
34
.credits {
35
    padding-top: 0.5em;
36
    clear: both;
37
    color: #999;
38
}
39
 
40
.credits a {
41
    color: #333;
42
}
43
 
44
.dark {
45
    background: #333;
46
}
47
 
48
.dark .percentage-light,
49
.dark .label {
50
    text-align: center;
51
    color: #999;
52
    font-weight: 100;
53
    font-size: 1.2em;
54
    margin-bottom: 0.3em;
55
}
56
 
57
 
58
.button {
59
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 1px 0 1px rgba(255,255,255,0.2), 0 1px 1px -1px rgba(0, 0, 0, .5);
60
  -moz-box-shadow: inset 0 0 1px #000, inset 0 1px 0 1px rgba(255,255,255,0.2), 0 1px 1px -1px rgba(0, 0, 0, .5);
61
  box-shadow: inset 0 0 1px #000, inset 0 1px 0 1px rgba(255,255,255,0.2), 0 1px 1px -1px rgba(0, 0, 0, .5);
62
  -webkit-border-radius: 3px;
63
  -moz-border-radius: 3px;
64
  border-radius: 3px;
65
  padding: 6px 20px;
66
  font-weight: bold;
67
  text-transform: uppercase;
68
  display: block;
69
  margin: auto;
70
  max-width: 200px;
71
  text-align: center;
72
  background-color: #5c5c5c;
73
  background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
74
  background-image: -ms-linear-gradient(top, #666666, #4d4d4d);
75
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#4d4d4d));
76
  background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
77
  background-image: -o-linear-gradient(top, #666666, #4d4d4d);
78
  background-image: linear-gradient(top, #666666, #4d4d4d);
79
  background-repeat: repeat-x;
80
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#4d4d4d', GradientType=0);
81
  color: #ffffff;
82
  text-shadow: 0 1px 1px #333333;
83
}
84
.button:hover {
85
  color: #ffffff;
86
  text-decoration: none;
87
  background-color: #616161;
88
  background-image: -moz-linear-gradient(top, #6b6b6b, #525252);
89
  background-image: -ms-linear-gradient(top, #6b6b6b, #525252);
90
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b6b6b), to(#525252));
91
  background-image: -webkit-linear-gradient(top, #6b6b6b, #525252);
92
  background-image: -o-linear-gradient(top, #6b6b6b, #525252);
93
  background-image: linear-gradient(top, #6b6b6b, #525252);
94
  background-repeat: repeat-x;
95
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#525252', GradientType=0);
96
}
97
.button:active {
98
  background-color: #575757;
99
  background-image: -moz-linear-gradient(top, #616161, #474747);
100
  background-image: -ms-linear-gradient(top, #616161, #474747);
101
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#616161), to(#474747));
102
  background-image: -webkit-linear-gradient(top, #616161, #474747);
103
  background-image: -o-linear-gradient(top, #616161, #474747);
104
  background-image: linear-gradient(top, #616161, #474747);
105
  background-repeat: repeat-x;
106
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616161', endColorstr='#474747', GradientType=0);
107
  -webkit-transform: translate(0, 1px);
108
  -moz-transform: translate(0, 1px);
109
  -ms-transform: translate(0, 1px);
110
  -o-transform: translate(0, 1px);
111
  transform: translate(0, 1px);
112
}
113
.button:disabled {
114
  background-color: #dddddd;
115
  background-image: -moz-linear-gradient(top, #e7e7e7, #cdcdcd);
116
  background-image: -ms-linear-gradient(top, #e7e7e7, #cdcdcd);
117
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#cdcdcd));
118
  background-image: -webkit-linear-gradient(top, #e7e7e7, #cdcdcd);
119
  background-image: -o-linear-gradient(top, #e7e7e7, #cdcdcd);
120
  background-image: linear-gradient(top, #e7e7e7, #cdcdcd);
121
  background-repeat: repeat-x;
122
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#cdcdcd', GradientType=0);
123
  color: #939393;
124
  text-shadow: 0 1px 1px #fff;
125
}
126
 
127
@media screen and (max-device-width: 480px) {
128
  .container{
129
    width: 100%;
130
  }
131
}