-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
61 lines (53 loc) · 896 Bytes
/
main.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
/*
Document : main
Created on : Mar 2, 2013, 10:56:38 AM
Author : AdamDport
Description:
Purpose of the stylesheet follows.
*/
body {
font-family: Baskerville;
margin:0;
position:relative;
}
#logo {
position:fixed;
bottom:10px;
right:10px;
font-size:200%;
color:white;
}
#video {
width:640px;
border: 1px solid white;
background:#222222;
z-index:1;
position:fixed;
left:50%;
top:50%;
margin-left:-320px;
margin-top: -180px;
}
#c {
position:fixed;
left:-10000px;
}
#bgTable {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
padding:0;
display:table;
}
.bgTableRow {
display:table-row;
}
.bgTableRow > div {
border-style: solid;
border-color: grey;
border-width: 1px 1px 0px 0px;
display:table-cell;
background:black;
}