チュートリアルをひととおり作成
[autotest_mk.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.25em;
29     margin-top: 0;
30     margin-bottom: 0.5em;
31 }
32
33 a:hover {
34     color: red;
35     text-decoration: underline;
36 }
37
38 pre.example {
39     padding: 0.5em 1em 0.5em 1em;
40     color: #CCC;
41     background: black;
42     font-size: 90%;
43 }
44
45 a {
46     text-decoration: none;
47 }
48
49 blockquote {
50     line-height: 1.25em;
51     border: 1px solid #00F;
52 }
53
54 kbd {
55     font-family: monospace;
56 }
57
58 kbd, code, .file {
59     margin-left:0.5em;
60     margin-right: 0.5em;
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, pre.example kbd {
73     font-weight: bold;
74     font-family: monospace;
75     background-color: inherit;
76     color: white;
77     margin-left:0;
78     margin-right: 0;
79 }
80
81 pre.example strong {
82     font: inherit;
83     border: 2px solid green;
84 }
85
86 dt {
87     font-weight: bold;
88 }