forked from mit-cml/mit-cml.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
91 lines (89 loc) · 1.37 KB
/
styles.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
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
body {
background-color: #ffffff;
}
.cml {
display: block;
float: right;
padding-right: 100px;
}
.welcome {
display: block;
clear: both;
margin-left: auto;
margin-right: auto;
width: auto;
}
.buttons {
display: block;
width: 780px;
margin-left: auto;
margin-right: auto;
}
.teach {
clear: left;
}
.explore {
margin-left: 58px;
}
.invent {
margin-left: 58px;
}
.spacer1 {
clear: both;
width: 10px;
height: 35px;
}
.workaround {
display: block;
clear: both;
}
.spacer {
clear: both;
width: 10px;
height: 75px;
}
footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.resources {
font-family: Arial, Helvetica, sans-serif;
display: inline;
width: auto;
margin-left: 40px;
text-align: center;
}
.announce {
font-family: Arial, Helvetica, sans-serif;
display: block;
width: auto;
font-size: 22px;
text-align: center;
}
.subannounce {
font-family: Arial, Helvetica, sans-serif;
display: block;
width: auto;
font-size: 18px;
text-align: center;
}
.information {
font-family: Arial, Helvetica, sans-serif;
display: inline;
width: auto;
margin-left: 120px;
text-align: center;
}
.create {
font-family: Arial, Helvetica, sans-serif;
display: inline;
width: auto;
margin-left: 120px;
text-align: center;
}
.subtext {
display: block;
width: 780px;
margin-left: auto;
margin-right: auto;
}