-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmain.css
More file actions
49 lines (43 loc) · 722 Bytes
/
main.css
File metadata and controls
49 lines (43 loc) · 722 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
/*
* Copyright (c) 2011-2012 by Animatron.
* All rights are reserved.
*
* Animatron player is licensed under the MIT License, see LICENSE.
*/
body {
background-color: #fff;
font-family: sans-serif;
margin-right: 10%;
margin-left: 10%;
margin-bottom: 80px;
}
pre {
background-color: #ffffec;
color: #550;
padding: 0 10px;
/*border: 1px dashed #eeeedc;*/
}
h1 {
margin-top: 40px;
padding-bottom: 3px;
margin-bottom: 2.4em;
border-bottom: 1px solid #ccc;
font-size: 1em;
width: 600px;
}
hr {
height: 2px;
border: 0;
background-color: #999;
margin-top: 2.5em;
}
canvas {
border: 1px solid #000;
}
#copyright {
color: #666;
font-size: 0.8em;
position: fixed;
bottom: 5px;
right: 5px;
}