]> git.ktnx.net Git - lsl.git/blob - public/css/error.css
first take at a Dancer2 app, some functions work
[lsl.git] / public / css / error.css
1 body {
2     font-family: Lucida,sans-serif;
3 }
4
5 h1 {
6     color: #AA0000;
7     border-bottom: 1px solid #444;
8 }
9
10 h2 { color: #444; }
11
12 pre {
13     font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
14     font-size: 12px;
15     border-left: 2px solid #777;
16     padding-left: 1em;
17 }
18
19 footer {
20     font-size: 10px;
21 }
22
23 span.key {
24     color: #449;
25     font-weight: bold;
26     width: 120px;
27     display: inline;
28 }
29
30 span.value {
31     color: #494;
32 }
33
34 /* these are for the message boxes */
35
36 pre.content {
37     background-color: #eee;
38     color: #000;
39     padding: 1em;
40     margin: 0;
41     border: 1px solid #aaa;
42     border-top: 0;
43     margin-bottom: 1em;
44     overflow-x: auto;
45 }
46
47 div.title {
48     font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
49     font-size: 12px;
50     background-color: #aaa;
51     color: #444;
52     font-weight: bold;
53     padding: 3px;
54     padding-left: 10px;
55 }
56
57 table.context {
58     border-spacing: 0;
59 }
60
61 table.context th, table.context td {
62     padding: 0;
63 }
64
65 table.context th {
66     color: #889;
67     font-weight: normal;
68     padding-right: 15px;
69     text-align: right;
70 }
71
72 .errline {
73     color: red;
74 }
75
76 pre.error {
77     background: #334;
78     color: #ccd;
79     padding: 1em;
80     border-top: 1px solid #000;
81     border-left: 1px solid #000;
82     border-right: 1px solid #eee;
83     border-bottom: 1px solid #eee;
84     overflow-x: auto;
85 }
86