summaryrefslogtreecommitdiff
path: root/contrib/site/style.css
blob: c0bf4f1698bab11bd60c37f27d0c36500a1010f8 (plain) (blame)
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
body {
  font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
  text-align: center;
  background-image: url(images/background.png);
  background-repeat: repeat;
}

h1 {
  letter-spacing: -1px;
  color: #000000;
  font-weight: bold;
  font-size: 1.7em;
}

h2 {
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
}

a {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.center > * {
    margin: 0 auto;
}

table#header {
  background-color: #333333;
}

td {
  padding: 0.5em 0.7em;
}

td span {
  color: #FFFFFF;
}

td span a {
  color: #AAAAAA;
  font-size: 0.8em;
  text-decoration: none;
}

td span a:hover {
  text-decoration: underline;
}

td span.selected {
  font-weight: bold;
}

#video-overlay-inner {
   background-image: url('images/play-big.png');
   background-repeat: no-repeat;
   background-position: center;
   width: 100%;
   height: 100%;
}

video {
   background-image: url('images/elevate-turm.png');
   background-repeat: no-repeat;
   background-position: center;
   width: 100%;
   height: 100%;
}

div#controls {
  background-color: #333333;
}

div#controls table {
  margin: 0;
  padding: 0;
  border: 0;
}

div#controls td {
  margin: 0;
  padding: 0.3em 0.5em 0.15em 0.5em;
  border: 0;
}

/*
table#footer {
  background-color: rgba(51,51,51,0.4);
}


table#footer td {
  padding: 0.3em 0.5em;
}

table#logos {
  padding: 0.3em 2em;
  background-color: rgba(51,51,51,0.4);
}
*/