-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstyle.css
53 lines (53 loc) · 1.07 KB
/
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
51
52
53
#TOC {
width: 250px; /* Takes place in body right padding */
position: absolute;
top: 2rem;
right: 2rem
}
#TOC ul { list-style-type: none }
body {
position: relative; /* #TOC positionning with respect to body. */
font-family: verdana, sans-serif;
max-width: 800px;
min-width: 450px;
padding-right: 270px; /* Rooms for #TOC and a bit more */
margin-top: 2.62rem;
margin-left: auto;
margin-right: auto
}
h1 {
color: #1133cc
font-size: 2.62rem;
}
h2 {
color: #3355aa;
font-size: 1.62rem;
margin-top: 2.62rem;
border-top: 1px dotted;
padding-top: 0.62rem;
}
h3 {
color: #3355aa;
font-family: serif;
font-size: 1.62rem;
font-style: italic;
}
a { text-decoration: none }
a:hover { text-decoration: underline }
a:link { color: #2244ee }
a:visited { color: #8866dd }
pre {
margin-left: 1.61rem;
background: #FFFFC2;
padding: 1em;
border-radius: 0.62rem;
border: 1px solid #EDE275;
overflow-x: auto;
line-height: 1.62;
}
code {
white-space: pre;
color: #800517;
font-size: 106%;
font-weight: bold;
}