-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc_main.css
67 lines (60 loc) · 1.11 KB
/
doc_main.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/*
Document : doc_main
Created on : May 30, 2011, 2:13:45 PM
Author : Rafael Silva
Description:
*/
html {
margin: 0;
padding: 0;
}
body {
font: 75% georgia, sans-serif;
line-height: 1.88889;
color: #000000;
margin-top: 100px;
margin-right: 30%;
margin-bottom: 10px;
margin-left: 30%;
padding: 10px;
}
p {
margin-top: 0;
text-align: justify;
}
a:link, a:visited {
text-decoration: none;
color: #25587E;
}
a:hover, a:active {
text-decoration: underline;
color: #25587E;
}
h1 {
font-size: 13px;
font-weight: normal;
font-variant: small-caps;
border: 1px solid #D0DFEB;
padding-left: 5px;
padding-right: 5px;
}
h2 {
font-size: 13px;
font-weight: bold;
border-bottom: 1px solid #000000;
}
pre {
border: 1px solid #CCCCCC;
background-color: #e7e6e6;
font-family: 'Courier New',Courier,monospace;
font-size: 11px;
padding-left: 2px;
padding-right: 2px;
margin-left: 5px;
margin-right: 5px;
}
em {
font-family: 'Courier New',Courier,monospace;
font-size: 11px;
font-style: normal;
}