-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (77 loc) · 1.78 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
body {
font-family: Arial, Helvetica, sans-serif;
color: #575c5f;
}
h1 {
font-family: 'Arial Narrow', Arial, sans-serif;
font-size: 49px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 30px;
letter-spacing: -2px;
}
iframe
{
border-style: solid;
border-width: 0px;
}
.navbar-inner {
padding: 10px;
background-color: #575c5f;
background-image: -moz-linear-gradient(top,#575c5f,#474b4e);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#575c5f),to(#474b4e));
background-image: -webkit-linear-gradient(top,#575c5f,#474b4e);
background-image: -o-linear-gradient(top,#575c5f,#474b4e);
background-image: linear-gradient(to bottom,#575c5f,#474b4e);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575c5f',endColorstr='#ff474b4e',GradientType=0);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.125);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,.125);
box-shadow: 0 2px 6px rgba(0,0,0,.125);
}
.directions{
color: #fff;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
text-shadow: 0 -1px 0 #484c4f;
text-transform: uppercase;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
#cy {
height: 200%;
width: 100%;
position: absolute;
left: 0;
position: absolute;
top: 135px;
bottom: 0;
left: 0;
right: 0;
background-color: white /* show me! */
}
#info {
color: #c88;
font-size: 12em;
position: absolute;
z-index: -1;
left: 1em;
top: 1em;
}
#container {
display: inline-block;
position: relative;
width: 100%;
}
#dummy {
padding-top: 75%; /* 4:3 aspect ratio */
}
#element {
}