-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
249 lines (235 loc) · 7.31 KB
/
style.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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
/*
This was coded by João Sardinha
Visit me at http://johnsardine.com/
It has been tested in all modern browsers.
This coming soon page design has been created by the awesome Orman Clark,
you can download a PSD version of this at his website, PremiumPixels.
http://www.premiumpixels.com/freebies/coming-soon-splash-page-psd/
*/
/*
Im reseting this style for optimal view using Eric Meyer's CSS Reset - http://meyerweb.com/eric/tools/css/reset/
------------------------------------------------------------------ */
body, html { height: 100%; }html, body, div, span, applet, object, iframe,/*h1,2, h3, h4, h5, h6,*/ p, blockquote, pre,a, abbr, acronym, address,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body { line-height: 1; }ol, ul { list-style: none; }blockquote, q { quotes: none; }blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }:focus { outline: 0; }del { text-decoration: line-through; }table {border-spacing: 0; }
/* Clear Floated Elements http://sonspring.com/journal/clearing-floats */
.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
/*------------------------------------------------------------------ */
/* Page Style */
body{
color: #e9e2ee;
font-size: 14px;
font-family: sans-serif;
line-height: 20px;
text-shadow: 0 1px 1px rgba(0,0,0,0.75);
background: #55575c url(bg.jpg);
-webkit-box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
}
a,
a:link,
a:visited {
color: #c6eaf7;
font-weight: bold;
text-decoration:none;
}
a:active,
a:hover {
color: #d8f3fd;
text-shadow: 0 1px 1px rgba(0,0,0,0.75), 0 0 5px rgba(230,230,230,0.4);
}
p{
margin-bottom: 0.3em;
}
.center,
img.center {
text-align: center;
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
#coming-soon{
background: rgba(0,0,0,0.0);
display: block;
position: absolute;
width: 800px;
height: 280px;
top: 35%;
left: 50%;
margin: -160px 0 0 -400px;
}
#coming-soon h1{
text-align: center;
font-size: 35px;
}
#coming-soon img{
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
#coming-soon p{
text-align: center;
}
/*Submit Form*/
#subscribe{
width: 552px;
display: block;
margin: 20px auto 40px auto;
padding: 4px;
background: rgba(0,0,0,0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#subscribe input{
display: block;
font-size: 13px;
font-weight: bold;
float: left;
border: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 0 10px;
height: 35px;
}
#subscribe input[type="text"],
#subscribe input[type="email"]{
color: #c4c4c4;
margin: 0 4px 0 0;
width: 443px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
}
#subscribe input[type="submit"]{
margin:0;
width: 85px;
color: #5d7731;
text-shadow: 0 1px 0 rgba(255,255,255,0.4);
background: #b6d76f;
background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9dc954));
background: -moz-linear-gradient(top, #cae285, #9dc954);
-webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3);
box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3);
}
#subscribe input[type="submit"]:hover{
cursor: pointer;
-webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,190,0.5);
-moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,190,0.5);
box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,190,0.5);
}
#subscribe input[type="submit"]:active{
cursor: pointer;
position: relative;
top: 1px;
text-shadow: 0 -1px 0 rgba(255,255,255,0.4);
background: #9dc954;
background: -webkit-gradient(linear, left top, left bottom, from(#9dc954), to(#cae285));
background: -moz-linear-gradient(top, #9dc954, #cae285);
-webkit-box-shadow: inset 0 0 0 transparent, inset 0 0 0 transparent;
-moz-box-shadow: inset 0 0 0 transparent, inset 0 0 0 transparent;
box-shadow: inset 0 0 0 transparent, inset 0 0 0 transparent;
}
#coming-soon .twitter:before{
content: '@';
padding-top: 2px;
padding-left: 24px;
background: url(twitter.png) no-repeat 0 0px;
}
#coming-soon .twitter{
padding-top: 5px;
}
.ribbon {
font-size: 16px !important;
/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
width: 50%;
position: relative;
background: #FFA500;
color: #fff;
text-align: center;
padding: 1em 2em; /* Adjust to suit */
margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
content: "";
position: absolute;
display: block;
bottom: -1em;
border: 1.5em solid #EE9A00;
z-index: -1;
}
.ribbon:before {
left: -2em;
border-right-width: 1.5em;
border-left-color: transparent;
}
.ribbon:after {
right: -2em;
border-left-width: 1.5em;
border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
content: "";
position: absolute;
display: block;
border-style: solid;
border-color: #CD8500 transparent transparent transparent;
bottom: -1em;
}
.ribbon .ribbon-content:before {
left: 0;
border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
right: 0;
border-width: 1em 1em 0 0;
}
.ribbon-fb {
font-size: 16px !important;
/* This ribbon-fb is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon-fb elements */
width: 50%;
position: relative;
background: #3B5998;
color: #fff;
text-align: center;
padding: 1em 2em; /* Adjust to suit */
margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon-fb 'graphics' take up 24px themselves so we double it. */
}
.ribbon-fb:before, .ribbon-fb:after {
content: "";
position: absolute;
display: block;
bottom: -1em;
border: 1.5em solid #3D59AB;
z-index: -1;
}
.ribbon-fb:before {
left: -2em;
border-right-width: 1.5em;
border-left-color: transparent;
}
.ribbon-fb:after {
right: -2em;
border-left-width: 1.5em;
border-right-color: transparent;
}
.ribbon-fb .ribbon-fb-content:before, .ribbon-fb .ribbon-fb-content:after {
content: "";
position: absolute;
display: block;
border-style: solid;
border-color: #473C8B transparent transparent transparent;
bottom: -1em;
}
.ribbon-fb .ribbon-fb-content:before {
left: 0;
border-width: 1em 0 0 1em;
}
.ribbon-fb .ribbon-fb-content:after {
right: 0;
border-width: 1em 1em 0 0;
}