バージョンアップ
[YACASL2.git] / doc / style.css
1 body {
2     margin-left: 6em;
3     margin-right: 12em;
4     color: black;
5     background-color: #EEE;
6     font-family: sans-serif;
7 }
8
9 h1, h2, h3, h4, h5, h6 {
10     color: navy;
11     background-color: inherit;
12 }
13
14 h1, h2 {
15     margin-left: -2em;
16 }
17
18 .node{
19     margin-left: -3em;
20     color: inherit;
21     background-color: #DDF;
22 }
23
24 .menu, .node {
25     color: inherit;
26     background-color: #DDF;
27 }
28
29 table.menu, table.menu th, table.menu td {
30     border-style: none;
31 }
32
33 h2 {
34     padding: 0.25em;
35     border: 2px solid navy;
36 }
37
38 .contents {
39     background-color: #DDF;
40     border: 4px double #000;
41     padding: 0.5em 1em 0.5em 1em;
42 }
43
44 .contents h2 {
45     margin-left: 0;
46     color: black;
47     background-color: #DDF;
48 }
49
50 .contents li {
51     list-style-type: none;
52 }
53
54 .shortcontents {
55     background-color: #DDF;
56     border: 4px double #000;
57  }
58
59 .shortcontents h2{
60     display: none;
61 }
62
63 h1.node-heading {
64     display: none;
65 }
66
67 h2.contents-heading{
68     display: none;
69 }
70
71 h2.shortcontents-heading{
72     display: none;
73 }
74
75 .shortcontents a {
76    margin-right: 1em;
77 }
78
79 h3, h4, h5 {
80     margin-left: -1em;
81 }
82
83 h5 {
84     font-size: 100%;
85 }
86
87 p {
88     line-height: 1.25em;
89     margin-top: 0;
90     margin-bottom: 0.5em;
91 }
92
93 a:hover {
94     color: red;
95     text-decoration: underline;
96 }
97
98 pre.example, pre.verbatim {
99     padding: 0.5em 1em 0.5em 1em;
100     border: 1px solid #CCC;
101 }
102
103 a {
104     text-decoration: none;
105 }
106
107 blockquote {
108     line-height: 1.25em;
109     border: 1px solid #00F;
110 }
111
112 kbd, code, .file, var {
113     font-style: normal;
114     font-weight: normal;
115     font-family: monospace;
116     font-size: 120%;
117     margin-left:0.25em;
118     margin-right: 0.25em;
119 }
120
121 table, th, td {
122     border: 1px solid black;
123     border-collapse: collapse; /* 枠線の表示方法 */
124     margin-bottom: 1em;
125 }
126
127 table.cartouche, table.cartouche th, table.cartouche td  {
128     border: none;
129 }
130
131 pre.example .command, pre.example .option, pre.example kbd {
132     font-weight: bold;
133     font-family: monospace;
134     font-size: 110%;
135     background-color: inherit;
136     font-style: normal;
137     margin-left:0;
138     margin-right: 0;
139 }
140
141 pre.example strong {
142     font: inherit;
143     border: 2px solid green;
144 }
145
146 th, em {
147     font-style: normal;
148     font-weight: bold;
149     font-family: sans-serif;
150 }
151
152 th {
153     text-align: center;
154 }
155
156 dfn {
157     font-style: normal;
158 }
159
160 .header, .menu {
161     display: none;
162 }