-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.css
35 lines (32 loc) · 869 Bytes
/
doc.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
body {
font-family: arial, helvetica, sans-serif;
font-size: 100%;
text-align: justify;
margin: 0px;
padding-left: 110px;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
background-image: url(doc.png);
background-repeat: repeat-y;
background-position:left top;
}
h1, h2, h2 a:link, h2 a:active, h2 a:visited {
font-weight: bold;
font-style: italic;
text-align: left;
color: #DB3232;
}
h1 {
font-size: 250%;
text-shadow: 2px 2px 6px #505050;
letter-spacing: 2px;
padding-top: 40px;
}
h2 {
font-size: 150%;
text-shadow: 1px 1px 3px #303030;
letter-spacing: 1px;
margin-top: 2em;
margin-bottom: 1em;
}