-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsite.css
More file actions
80 lines (66 loc) · 1.42 KB
/
site.css
File metadata and controls
80 lines (66 loc) · 1.42 KB
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
body {
font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}
/* Headings
* --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }
/* Text Elements
* --------------------------------------------------------------------- */
a { color: #125AA7; }
a:hover { color: #000; }
blockquote { color: #666; }
pre {
background: #e0e0e0;
border: 1px solid #ddd;
}
hr {
background: #D82925;
color: #D82925;
}
p, ol, li {
font-size: 20px;
}
/* Tables
* --------------------------------------------------------------------- */
table {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
}
th,td {
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
/* Default Classes
* --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt { color: #666; }
p.title {
color: #111;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 2em;
margin-bottom: 0.75em;
}
#header .title {
font-size: 3em;
line-height: 1;
margin: 0.5em 0 0.25em 0; }
#header a {
text-decoration: none;
color: #333;
}
.box {
background: #FFF3CF;
margin: 10px 0 10px 0;
padding: 5px 15px 5px 15px;
border: 1px solid #FC0;
}
.box p{
padding: 0;
margin: 5px 0 5px 0;
}
.pagination {
text-align: right;
padding: 5px;
margin: 5px;
}
/* EOF */