-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (54 loc) · 907 Bytes
/
style.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
body {
background-color: black;
color: white;
font-family:Garamond, Georgia, serif;
}
main {
max-width: 800px;
margin: auto;
}
h1,h2,h3,h4,h5,h6 {
text-align: center;
}
h1 {
color: #e66100;
}
img {
text-align: center;
margin: auto; display: block;
}
strong {
color: #FFEF00;
}
a {
text-decoration: none; color: lightblue;
}
a:hover {
text-shadow: 0 0 10px #008ae6, 0 0 20px #008ae6, 0 0 30px #007acc;
}
h1:hover {
text-shadow: 0 0 10px #fa7115, 0 0 20px #fb8537;
}
.categories { text-align: center; padding-bottom: 1em; margin-top: 5em; }
#nextprev { padding-bottom:1em; }
br.clear { clear:both; }
#prevart {
float:left;
text-align:left;
}
#nextart {
float:right;
text-align:right;
}
blockquote {
border-left: 0.35rem solid #e66100;
padding: 0 1rem 0;
}
footer {
text-align: center;
}
/* For TAGLIST.HTML */
.taglist {
text-align: center ;
clear: both ;
}