-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·80 lines (66 loc) · 1.15 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·80 lines (66 loc) · 1.15 KB
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
img {
width: 300px;
display: block;
margin-left: auto;
margin-right: auto;
}
body {
font-family: Arial, sans-serif;
margin: auto;
padding: 50px;
max-width: 1000px;
line-height: 1.4;
}
h1 {
text-align: center;
}
a:link, a:visited {
color: #CC0000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.week {
border-top: 1px solid black;
}
th {
text-align: left;
}
td, th {
padding: 0.3em;
}
table {
width: 100%;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-collapse: collapse;
}
/* #table-of-contents { */
/* position: fixed; */
/* right: 1.5em; */
/* top: -0.5em; */
/* max-height: 100%; */
/* width: 20em; */
/* overflow: auto; */
/* } */
/* ul { */
/* list-style-type: none; */
/* padding: 5px; */
/* margin: 5px; */
/* } */
/* @media only screen and (max-width: 1700px) { */
/* #table-of-contents { */
/* display: none; */
/* } */
/* } */
code {
background-color: #e8e8e8;
}
pre{
background-color: #e8e8e8;
padding: 10px;
display: block;
overflow: auto;
line-height: 1.2em;
}