-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (75 loc) · 2.34 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
/*
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(198,234,247,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: 50%;
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;
}
#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;
}