OSDN Git Service

[shogi-server] - Released: Revision "20131215"
[shogi-server/shogi-server.git] / showgame / public / css / ramaze_error.css
1 body {
2   font-family: sans-serif;
3 }
4
5 h1.main {
6   text-align: center;
7 }
8
9 td {
10   padding: 4px;
11 }
12
13 table.main {
14   background: #444;
15   margin-left: 2em;
16 }
17
18 div.additional h3 {
19   cursor: pointer;
20 }
21
22 div.additional pre {
23   margin-left: 2em;
24 }
25
26 table.main tr.head {
27   background: #fee;
28   width:      100%;
29 }
30
31 table.main tr {
32   background: #fff;
33 }
34
35 table.main tr.source_container {
36   display:    none;
37 }
38
39 tr.source td {
40   padding: 0;
41 }
42
43 tr.source_container div {
44   width:      100%;
45   overflow:   auto;
46 }
47
48 tr.source_container div table {
49   background: #ddd;
50   width:      100%;
51 }
52
53 tr.source_container div table tr {
54   text-align:center;
55 }
56
57 tr.source_container div table tr.source {
58   text-align:left;
59 }
60
61 div.source {
62   background: #fff;
63   padding: 6px;
64 }
65
66 div.source td.editor {
67   font-size: 0.8em;
68 }
69
70 tr.source {
71   font-size: 1.0em;
72 }
73
74 tr.source td.lineno {
75   font-size: 0.9em;
76   font-family: monospace;
77 }
78
79 tr.source td.lineno, tr.line td.lineno {
80   text-align: right;
81 }
82
83 tr.line td {
84   cursor: pointer;
85 }
86
87 tr.source td.code pre {
88   margin: 0;
89   font-family: monospace;
90 }