-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.css
156 lines (149 loc) · 2.53 KB
/
theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
/* Theme */
img {
max-width: 100%;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input {
cursor: pointer;
}
.demo {
background: rgba(255,255,255,.95);
width: 98%;
max-width: 1600px;
}
.demo {
width: 97.5%;
padding: 0 2%;
margin: 0 auto;
}
.demo:after {
content: "";
clear: both;
display: block;
}
html,
body {
background: #222;
margin: 0;
padding: 0;
}
.demo header {
background: #333;
margin: 0;
padding: .5em 1.5em;
float: left;
width: 100%;
}
.page-hed {
border-bottom: 2px solid rgba(0,0,0,.3);
color: #222;
font-size: 2.2em;
font-family: 'Pathway Gothic One', sans-serif;
padding-bottom: .1em;
text-transform: uppercase;
}
.logo-hed {
background: rgba(0,0,0,.8);
color: #fafafa;
font-size: 3em;
display: inline-block;
font-family: 'Pathway Gothic One', sans-serif;
line-height: .9;
margin: 1em 0 15% 0;
padding: .15em .5em;
text-transform: uppercase;
}
.demo-lead {
background: url(img/hutch-header.jpg);
display: block;
margin: 0 auto;
min-height: 5em;
width: 97.5%;
background-size: cover;
}
.mod {
background: #fff;
margin-bottom: 1em;
box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.mod:after {
content: "";
clear: both;
display: block;
}
.mod-header,
.mod-desc {
background: #4e4f4e;
padding: .1em 1em;
}
.mod-desc {
padding-bottom: 1em;
}
.mod-desc:after {
content: "";
clear: both;
display: block;
}
.heading {
color: #aaa;
font-family: 'Pathway Gothic One', sans-serif;
font-size: 1.8em;
line-height: .95;
margin: 0;
padding: .5em 0 0 0;
text-transform: uppercase;
}
.heading strong {
display: inline-block;
color: rgba(255,255,255,.85);
}
.meta {
color: #999;
font-family: 'Source Code Pro', monospace;
font-size: .85em;
margin: 0;
padding: .4em 0 1em 0
}
p {
color: rgba(255,255,255,.85);
font-family: 'Source Sans Pro', sans-serif;
}
.mod-desc > p {
padding-right: 1em;
}
.cost-prev {
color: #888;
font-family: 'Source Code Pro', monospace;
font-size: 1.2em;
margin: 0;
}
.cost-curr {
color: rgba(255,255,255,.85);
line-height: 1;
font-family: 'Pathway Gothic One', sans-serif;
font-size: 3.5em;
margin: 0;
}
.buy-remaining {
color: #eee;
font-family: 'Source Code Pro', monospace;
font-size: .8em;
font-style: italic;
margin: 1.5em 0 .5em 0;
}
.btn-buy {
background-image: linear-gradient( #fe9358, #fe6b1f );
border: 1px solid #e77c3f;
border-radius: .15em;
color: #fff;
display: block;
font-family: 'Pathway Gothic One', sans-serif;
font-size: 1.3em;
padding: .15em 1.2em;
text-transform: uppercase;
text-shadow: 0 1px 1px #6b3011;
}