OSDN Git Service

addid library source 20140221
[zither/ds-zither.git] / ds-apollon / common.css
1 /* masashi shimakura 2013/09/15  */
2
3 html { margin: 0em 0em; padding 0em 0em; background: #eeeeee none; }
4
5 body { margin: 2em 2em; padding 0em 0em;
6   background: #eeeeee none; color: #111111;
7   font-style: normal; font-weight: normal; }
8
9 h1 { margin-top: 1.8em; margin-bottom: 1.3em; font-weight: bold; }
10
11 h2 { margin-top: 1.8em; margin-bottom: 1.1em; font-weight: bold;
12   border-left: solid 1.3em #005555; border-bottom: solid 1pt #bbbbbb;
13   padding: 0.5em 0.5em; width: 50%; }
14
15 h3 { margin-top: 1.8em; margin-bottom: 0.5em; font-weight: bold;
16   border-left: solid 0.7em #005555; border-bottom: solid 1pt #bbbbbb;
17   padding: 0.5em 0.5em; width: 50%; }
18
19 h4 { margin-top: 1.0em; margin-bottom: 0.1em; font-weight: bold;
20   border-left: solid 0.3em #005555; border-bottom: solid 1pt #bbbbbb;
21   padding: 0.2em 0.2em; width: 30%; }
22
23
24
25 hr { margin-top: 2.5em; margin-bottom: 1.5em; height: 1pt;
26   color: #999999; background-color: #999999; border: none; }
27
28 div.note,div.navi { text-align: right; margin-right: 0em; }
29
30 div.logo { text-align: center; margin: 3em 0em; }
31
32 div.logo img { border: inset 2pt #ccccdd; }
33
34 div.illust { margin: 1em 0em; text-align: center; }
35
36 div.illust img { border: solid 1pt #ccccdd; }
37
38 p { margin: 0.8em 0em; line-height: 140%; }
39
40 p,dd { text-indent: 0.8em; }
41
42 div,pre { margin-left: 1.7em; margin-right: 1.7em; }
43
44 pre { background-color: #ddddee; padding: 0.2em; border: 1pt solid #bbbbcc; font-size: smaller; }
45
46 strong { font-style: normal; font-weight: bold; color: #000000; }
47
48 code { font-style: normal; font-weight: normal; color: #000000; }
49
50 kbd { font-style: normal; font-weight: bold; color: #000000; }
51
52 a { color: #0022aa; text-decoration: none; }
53
54 a:hover,a:focus { color: #0033ee; text-decoration: underline; }
55
56 a.head { color: #111111; text-decoration: none; }
57
58 span.void { color: #888888; }
59
60 table { padding: 1pt 2pt 1pt 2pt; border: none; margin-left: 1.7em; border-collapse: collapse; }
61
62 th { padding: 1pt 4pt 1pt 4pt; border-style: none;
63   text-align: left; vertical-align: bottom; }
64
65 th.mini { font-size: smaller; }
66
67 td { padding: 1pt 4pt 1pt 4pt; border: 1pt solid #333333;
68   text-align: left; vertical-align: top; }
69
70 td.mini { font-size: smaller; }
71
72 ul,ol,dl { line-height: 140%; }
73
74 dt { margin-left: 1.1em; }
75
76 dd { margin-left: 1.8em; }
77
78 ul.lines { list-style-type: none; }
79
80 span.word { text-decoration: underline; margin: 0em 0.1em; }
81
82 @media print {
83   html,body { margin: 0em 0em; background-color: #ffffff; color: #000000; }
84
85   h1 { padding: 8em 0em 0.5em 0em; text-align: center; }
86
87   h2 { page-break-before: always; }
88
89   div.note { text-align: center; }
90
91   div.navi,div.logo { display: none }
92
93   hr { display: none; }
94
95   pre { margin: 0.8em 0.8em; background-color: #ffffff;
96     border: 1pt solid #aaaaaa; font-size: smaller; }
97
98   a,kbd { color: #000000; text-decoration: none; }
99
100   h1,h2,h3 { font-family: sans-serif; }
101
102   p,div,li,dt,dd { font-family: serif; }
103
104   pre,kbd { font-family: monospace; }
105
106   dd { font-size: smaller; }
107 }
108
109 /* END OF FILE */
110