forked from aozorabunko/aozorabunko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccent_separation.css
61 lines (53 loc) · 1.02 KB
/
accent_separation.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
body { margin: 8% 10%; }
div, h1, h2 { line-height: 160%; }
div#contents
{
padding:5px;
border-color:#358BA0;
border-width:1px;
border-style:dotted;
}
hr {
height: 24px;
background: url(images/bar.gif);
border-width: 0px;
}
h1 {
width: 607px;
height: 100px;
text-indent:-9877em;
background:url(images/accent.png) no-repeat;
}
a img {
border: none;
}
dt {
margin-top: 1em;
margin-left: 20px;
padding-left: 10px;
background-image: url("images/arrow.gif");
background-repeat: no-repeat;
background-position: 2em;
}
dd {
margin-left: 20px;
padding-left: 8em;
}
h3 {
color: #0067ff;
text-shadow: rgba(36,224,199,1) 4px 4px 6px;
margin-top: 0.2em;
margin-bottom: 0.5em;
padding: 0.25em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
h4 {
color: navy;
text-shadow: rgba(0,192,192,1) 4px 4px 8px;
margin-top: 1em;
background-image: url(images/book_icon_small.gif);
background-repeat: no-repeat;
padding-left: 20px;
}