基本情報処理試験のフォルダを変更し、2018年春の分を追加
[YACASL2.git] / doc / exam_fe / 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 }
36
37 .contents {
38     background-color: #DDF;
39     border: 4px double #000;
40     padding: 0.5em 1em 0.5em 1em;
41 }
42
43 .contents h2 {
44     margin-left: 0;
45     color: black;
46     background-color: #DDF;
47 }
48
49 .contents li {
50     list-style-type: none;
51 }
52
53 .shortcontents {
54     background-color: #DDF;
55     border: 4px double #000;
56  }
57
58 .shortcontents h2{
59     display: none;
60 }
61
62 h1.node-heading {
63     display: none;
64 }
65
66 h2.contents-heading{
67     display: none;
68 }
69
70 h2.shortcontents-heading{
71     display: none;
72 }
73
74 .shortcontents a {
75    margin-right: 1em;
76 }
77
78 h3, h4, h5 {
79     margin-left: -1em;
80 }
81
82 h5 {
83     font-size: 100%;
84 }
85
86 p {
87     line-height: 1.25em;
88     margin-top: 0;
89     margin-bottom: 0.5em;
90 }
91
92 a:hover {
93     color: red;
94     text-decoration: underline;
95 }
96
97 pre.example, pre.verbatim {
98     padding: 0.5em 1em 0.5em 1em;
99     border: 1px solid #CCC;
100     font-size: 120%;
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 }
163
164 .selection {
165     color: navy;
166     font-weight: bold;
167     margin-right: 1em;
168 }
169
170 .ansbox {
171     border: 2px solid navy;
172     text-align: center;
173     display: inline-block;
174 }