forked from facebookarchive/open-graph-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.css
123 lines (101 loc) · 1.23 KB
/
base.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body {
background: white;
color: black;
font-family: Georgia, serif;
font-size: 11pt;
margin: 10px;
margin-top: 15px;
margin-bottom: 15px;
}
h1,
h2,
h3,
h4 {
font-family: Calibri, sans-serif;
margin: 0;
}
img {
border: 0;
}
pre,
code,
a code {
color: #060;
}
h2 a,
h3 a {
color : #666;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a {
color: #3b5998;
}
table {
border-collapse: collapse;
border: 0;
}
td {
border: 0;
padding: 0;
}
#body {
margin: auto;
max-width: 850px;
}
#header {
margin-bottom: 15px;
margin-right: 30px;
text-align: center;
}
#content,
#footer {
margin-left: 31px;
margin-right: 31px;
}
#content p,
#content li,
#footer {
line-height: 16pt;
}
#content pre {
line-height: 14pt;
margin: 17pt;
padding-left: 1em;
border-left: 1px solid #ccc;
}
#footer {
margin-top: 1em;
}
#content h1,
#content h2,
#content h3 {
color: #666;
margin-bottom: 2pt;
margin-top: 17pt;
}
#content h2 {
font-size: 19pt;
}
#content h3 {
font-size: 15pt;
}
#content p {
margin: 0;
margin-bottom: 1em;
}
#content td,
#content th {
padding: 5px;
}
#content td {
border-top: 1px solid #DDD;
}
#content th {
color: #666;
text-align: left;
}