-
Notifications
You must be signed in to change notification settings - Fork 23
/
style.css
18 lines (16 loc) · 919 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
html, body { margin: 0; padding: 0; font-family: "Times", "Times New Roman", serif; font-size:1em; letter-spacing: .025em; }
.header { background-color: #47A03C; margin: 0; padding: .2em; color: white; }
.header a:link, .header a:visited { color: white; text-decoration: underline; }
h1 { text-align: center; font-family: "American Typewriter", "Andale Mono", "Monaco", "MPW", monospaced; font-weight: normal; }
h1 a { font-weight: bold; }
h2 { margin-top: 1.5em;}
p { margin-left: 1.5em; margin-right: 1.5em }
.body { margin: auto; width: 50em; padding-top: .5em;}
.example { border: 1px solid #ccc; float: right; background: #eee; padding: 1em; margin: 1em }
.example h3 { padding-top: 0; margin-top: 0; }
.example ul { padding-left: 1.5em; }
address { padding: 1.5em; color: #555; text-align: center;}
code, pre { background-color: #eee;}
pre { padding: 1em; }
a:link { color: #377e10; }
a:visited { color:#777; }