-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
118 lines (95 loc) · 1.54 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,400italic,700,700italic|Merriweather:400,400italic,700,700italic&subset=latin,latin-ext);
body {
font-family: "Merriweather", serif;
}
h1, h2 {
color: #001f3f;
}
h3, h4, h5, h6 {
color: #3D9970;
}
a {
color: #001f3f;
}
hr {
margin: 30px 0;
clear: both;
}
li {
margin: 1em 0;
}
.hide {
display: none
}
img {
max-width: 100%;
}
.content {
max-width: 60em;
width: 100%;
padding: 1em;
margin: 0 auto;
}
canvas {
padding-left: 0;
padding-right: 0;
margin-left: auto;
margin-right: auto;
display: block;
}
.mm {
position: relative;
width: 100%;
font-family: "Merriweather Sans", sans-serif;
}
input[type="number"] {
border: none;
height: 100%;
background: rgba(255,255,255,0.5);
padding-left: 10px;
padding-right: 0;
}
.mm-ui {
font-size: 12px;
}
.mm-ui div {
margin-bottom: 10px;
}
.mm table {
/* width: 640px; */
/* border-collapse: */
collapse; border-spacing: 0;
color: #fff;
}
.mm caption {
padding: 10px;
}
.mm td, th {
/* border-bottom: 1px solid #CCC; */
/* border-top: 1px solid #CCC; */
height: 30px;
width: 50px;
text-align: center;
}
.mm tr:first-child td {
height: 20px;
}
.mm th {
/* background: #F3F3F3; /1* Light grey background *1/ */
font-weight: bold; /* Make sure they're bold */
}
.mm td {
padding: 10px 5px;
}
.mm-container {
float: left;
/* width: 100%; */
/* height: 100%; */
}
.mm-matrix {
float: left;
width: 33%;
}
.MathJax_Display {
text-align: left !important;
}