forked from aozorabunko/aozorabunko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsiryo1.css
63 lines (54 loc) · 1.03 KB
/
siryo1.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
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/siryo1.png) no-repeat;
}
a img {
border: none;
}
ul {
list-style-image: url(images/book_icon_small.gif);
}
.present {
list-style-image: url(images/arrow.gif);
}
li {
margin-top: 1em;
margin-left: 20px;
padding-left: 10px;
}
h3.o-midashi {
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.naka-midashi {
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;
}