Skip to content

Commit 3f3173f

Browse files

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
 

‎doc/style.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
body {
2+
padding: 2em 1em 2em 70px;
3+
margin: 0;
4+
font-family: sans-serif;
5+
color: black;
6+
background: white;
7+
}
8+
:link { color: #00C; background: transparent }
9+
:visited { color: #609; background: transparent }
10+
a:active { color: #C00; background: transparent }
11+
12+
a:link img, a:visited img { border-style: none }
13+
14+
15+
h1, h2, h3, h4, h5, h6 { text-align: left }
16+
h1, h2, h3 { color: #005A9C; background: white }
17+
h1 { font: 170% sans-serif }
18+
h2 { font: 140% sans-serif }
19+
h3 { font: 120% sans-serif }
20+
h4 { font: bold 100% sans-serif }
21+
h5 { font: italic 100% sans-serif }
22+
h6 { font: small-caps 100% sans-serif }
23+
24+
pre { margin-left: 2em;
25+
border: 1;
26+
padding: 4px;
27+
background: #ececec; }
28+
pre, code { font-family: monospace }
29+
30+

0 commit comments

Comments
 (0)
Please sign in to comment.