メモリ確保時のサイズを修正
[YACASL2.git] / doc / style.css
1 body {
2     margin-left: 6em;
3     margin-right: 12em;
4     color: black;
5     background-color: #EEE;
6 }
7
8 h1, h2 {
9     margin-left: -2em;
10 }
11
12 .node{
13     margin-left: -3em;
14 }
15
16 h2 {
17     padding: 0.25em;
18     color: white;
19     background-color: navy;
20 }
21
22 h3, h4 {
23     color: navy;
24     margin-left: -1em;
25 }
26
27 p {
28     line-height: 1.5em;
29     margin-top: 0;
30     margin-bottom: 0.5em;
31 }
32
33 a:hover {
34     color: red;
35     text-decoration: underline;
36 }
37
38 .command {
39     font-family: monospace;
40 }
41
42 table.cartouche {
43     width: 60%;
44 }
45
46 pre.example {
47     padding: 0.5em 1em 0.5em 1em;
48     color: #CCC;
49     background: black;
50     font-size: 90%;
51 }
52
53 a {
54     text-decoration: none;
55 }
56
57 blockquote.p {
58     margin-top:0;
59     padding-top:0;
60     line-height: 100%;
61 }
62
63 table, th, td {
64     border: 1px solid #CCC;
65     border-collapse: collapse; /* 枠線の表示方法 */
66 }
67
68 table.cartouche, table.cartouche th, table.cartouche td  {
69     border: none;
70 }
71
72 pre.example .command, pre.example .option {
73     font-weight: bold;
74     background-color: inherit;
75     color: white;
76 }
77
78 pre.example strong {
79     font: inherit;
80     border: 2px solid green;
81 }