-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (42 loc) · 789 Bytes
/
style.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
html, body {
margin-top: 1%;
margin-left: 10%;
margin-right: 10%;
background-color: #fbfbfb;
color: #403f52;
font-family: 'KaTeX_SansSerif';
font-size: 18px;
}
img {
max-width: 80%;
}
figcaption{
font-style: italic;
}
pre code {
display:inline-block;
font-size: 14px;
margin: 10px 10px 10px 10px;
}
.footer {
text-align: center;
margin-top: 1%;
margin-bottom: 1%;
}
a { color: inherit; }
table{
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #cbcbcb;
table-layout: auto;
}
tr, td, th {
border-left: 1px solid #cbcbcb; /* inner column border */
border-bottom: 1px solid #cbcbcb;
padding: 2px 5px;
font-size: 14px;
}
thead {
background-color: #e0e0e0;
color: #000;
}