Use a cleaner user interface — dropdowns
[wnstats.git] / public / css / error.css
blob003ee2ac39f15f08a4e8d82692ec5fd94b7fa131
1 body {
2 font-family: Lucida,sans-serif;
5 h1 {
6 color: #AA0000;
7 border-bottom: 1px solid #444;
10 h2 { color: #444; }
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;
19 footer {
20 font-size: 10px;
23 span.key {
24 color: #449;
25 font-weight: bold;
26 width: 120px;
27 display: inline;
30 span.value {
31 color: #494;
34 /* these are for the message boxes */
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;
46 div.title {
47 font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
48 font-size: 12px;
49 background-color: #aaa;
50 color: #444;
51 font-weight: bold;
52 padding: 3px;
53 padding-left: 10px;
56 pre.content span.nu {
57 color: #889;
58 margin-right: 10px;
61 pre.error {
62 background: #334;
63 color: #ccd;
64 padding: 1em;
65 border-top: 1px solid #000;
66 border-left: 1px solid #000;
67 border-right: 1px solid #eee;
68 border-bottom: 1px solid #eee;