-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
78 lines (63 loc) · 898 Bytes
/
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
html {
margin: 0 15%;
margin-bottom: 2em;
}
body {
color: #333;
font-family: 'Nunito', sans-serif;
line-height: 1.5;
}
h2 {
color: #007fff;
font-weight: normal;
}
pre, code {
background-color: #f1f1f1;
padding: 0.5em 0;
}
a {
color: #007fff;
text-decoration: none;
}
#header {
color: #9c0063;
font-size: 128px;
font-weight: normal;
margin: 0;
}
#equation-wrapper {
font-size: 48px;
}
.api-container {
overflow: hidden;
}
.api-container,
.api-container h3 {
font-size: 14px;
}
.api-column {
float: left;
width: 33.333%;
}
.api-column h3:first-of-type {
margin-top: 0;
}
.tables-container {
overflow: hidden;
}
.tables-column {
float: left;
width: 50%;
}
.tables-column table {
width: 100%;
}
.tables-column td,
.tables-column th {
text-align: center;
}
.upwards {
height: 32px;
margin-left: 5px;
vertical-align: text-bottom;
}