-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·126 lines (110 loc) · 2.04 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·126 lines (110 loc) · 2.04 KB
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
@font-face {
font-family: "Gothamy";
src: local('Gotham Medium'), local('Gotham-Medium');
font-weight: normal;
font-style: normal;
font-variant: normal;
}
@font-face {
font-family: "Gothamy";
src: local('Gotham Bold'), local('Gotham-Bold');
font-weight: bold;
font-style: normal;
font-variant: normal;
}
#video_background {
position: fixed;
top: 0px;
left: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
overflow: hidden;
z-index: 1;
}
body {
background-color: #999;
margin: 0px;
}
.well, .well2 {
position: fixed;
border-radius: 1px;
margin-left: -20px;
background-color: #FFF;
font-family: Gothamy, Gotham-Medium, Arial, sans-serif;
opacity: 0.7;
font-size: 15px;
padding: 15px 15px 15px 15px;
width: 60px;
height: 250px;
}
.well2 {
text-align: left;
line-height: 20px;
width: 110px;
}
.rotate {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
/* Should be unset in IE9+ I think. */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3);
}
.criterion {
position: fixed;
width: 255px;
margin-top: 120px;
margin-left: -70px;
}
.logo {
z-index: 1000;
position: fixed;
top: 40px;
left: 50px;
padding: 0px;
}
.span1 {
z-index: 1000;
position: fixed;
top: 240px;
left: 0px;
margin-left: 10px;
}
.span1 + .span1 {
left: 95px;
}
a {
color: #333;
font-family: Gothamy, Gotham-Medium, Arial, sans-serif;
text-decoration: none;
}
a:hover {
font-weight: bold;
color: #333;
text-decoration: none;
}
a:visited {
font-family: Gothamy, Gotham-Medium, Arial, sans-serif;
}
.content {
position: absolute;
z-index: 1000;
padding: 20px 15px 50px 15px;
margin-top: 50px;
margin-left: 300px;
min-height: 75%;
text-align: center;
height: auto;
width: 800px;
background-color: rgba(255,255,255,0.85);
font-family: Gothamy, Gotham-Medium, Arial, sans-serif;
}
img {
padding: 20px;
}
.active{
font-weight: bold;
}