summaryrefslogtreecommitdiff
path: root/static/css/fullscreen2.css
blob: dfd3436e159959d78f33a1e9fb24b72b7154313f (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
* {
  margin: 0;
  padding: 0;
  font: 60px "Gotham Black", Arial, sans-serif;
  color: #fff;
}

img {
  border: none;
}

body {
  overflow: hidden; /* Needed to eliminate scrollbars */
}

#content {
  margin: 0px auto;
  height: 100px;
  width: 100%;
  bottom: 5%;
  background-color: #262626;
  border-top: 3px solid #4f4f4f;
  border-bottom: 3px solid #4f4f4f;
  position: absolute;
}

#contentframe {
  text-align: center;
}

/* Supersize Plugin Styles */
#supersize img,
#supersize a {
  height: 100%;
  width: 100%;
  display: none;
}

#supersize .activeslide,
#supersize .activeslide img {
  display: inline;
}