summaryrefslogtreecommitdiff
path: root/site/assets/css/splash.css
blob: fbfc9b6fc8c2c8b0b5143db883f2a9d00a6e8c3e (plain)
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
/* splash */

html, body {
  overflow: hidden;
  width: 100%; height:100%;
}
header {
  position: absolute;
  background: transparent;
  box-shadow: none;
}
footer {
  background: transparent;
  position: absolute;
  bottom: 0; left: 0;
}
footer div {
  z-index: 2;
}
.splash {
}
#three_container {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}