forked from BirolLab/abyss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.css
More file actions
39 lines (37 loc) · 704 Bytes
/
README.css
File metadata and controls
39 lines (37 loc) · 704 Bytes
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
/* Font */
body { font: 12pt Georgia, Palatino, Times, serif; }
h1, h2, h3, h4 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
}
h1 { font-size: 18pt; }
h2, h3, h4 { font-size: 14pt; }
a { text-decoration: none; }
code { font: 12pt Courier, monospace; }
pre { font: 12pt Courier, monospace; }
/* Colour and border */
a {
color: #222222;
border-bottom: 1pt dashed #888888;
}
a:hover {
color: #ffffff;
background: #222222;
}
pre {
background-color: #dddddd;
border: #777777 1pt solid;
}
/* Layout */
p {
text-align: justify;
min-width: 18pc;
max-width: 42pc;
}
pre {
word-wrap: break-word;
max-width: 42pc;
margin: 1pc;
padding-left: 1pc;
padding-right: 1pc;
}