-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathManatee.css
More file actions
54 lines (50 loc) · 725 Bytes
/
Manatee.css
File metadata and controls
54 lines (50 loc) · 725 Bytes
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
* { padding: 0; margin: 0; outline: 0; border: 0; }
html, body {
height: 100%;
width: 100%;
}
body {
color:white;
flex-shrink: 0;
}
#left_pane{
float: left;
background-color:black;
width:25%;
height:100%;
display: table;
overflow: hidden;
}
#credits{
font-family: arial;
display: table-cell;
vertical-align: middle;
overflow: hidden;
}
#name_text{
font-style: arial;
font-size: 300%;
}
#credits_text{
font-style: Times;
font-size: 90%;
}
#right_pane{
float: left;
background-color: black;
width:25%;
height:100%;
overflow: hidden;
}
#middle_pane{
float: left;
margin: 0;
background-color: black;
width: 50%;
height:100%;
overflow: hidden;
margin: 0;
padding: 0;
outline: 0;
border 0;
}