]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/proxy/errorpage-ipfire.css
Merge branch 'master' of ssh://git.ipfire.org/srv/git/ipfire-2.x
[people/pmueller/ipfire-2.x.git] / config / proxy / errorpage-ipfire.css
1 /*
2 Stylesheet for Squid Error pages
3 Adapted from design by Free CSS Templates
4 http://www.freecsstemplates.org
5 Released for free under a Creative Commons Attribution 2.5 License
6 */
7
8 /* Page basics */
9 * {
10 font-family: verdana, sans-serif;
11 }
12
13 html body {
14 margin: 0;
15 padding: 0;
16 background: #700000;
17 font-size: 12px;
18 color: #1e1e1e;
19 }
20
21 /* Page displayed title area */
22 #titles {
23 margin-left: 15px;
24 padding: 35px;
25 padding-left: 170px;
26 background: url('http://XXXhostXXX:81/images/IPFire.png') no-repeat left;
27 }
28
29 /* initial title */
30 #titles h1 {
31 color: #ffffff;
32 }
33 #titles h2 {
34 color: #ffffff;
35 }
36
37 /* special event: FTP success page titles */
38 #titles ftpsuccess {
39 background-color:#00ff00;
40 width:100%;
41 }
42
43 /* Page displayed body content area */
44 #content {
45 padding: 10px;
46 background: #ffffff;
47 }
48
49 /* General text */
50 p {
51 }
52
53 /* error brief description */
54 #error p {
55 }
56
57 /* some data which may have caused the problem */
58 #data {
59 }
60
61 /* the error message received from the system or other software */
62 #sysmsg {
63 }
64
65 pre {
66 font-family:sans-serif;
67 }
68
69 /* special event: FTP / Gopher directory listing */
70 #dirmsg {
71 font-family: courier;
72 color: black;
73 font-size: 10pt;
74 }
75 #dirlisting {
76 margin-left: 2%;
77 margin-right: 2%;
78 }
79 #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
80 border-bottom: groove;
81 }
82 #dirlisting td.size {
83 width: 50px;
84 text-align: right;
85 padding-right: 5px;
86 }
87
88 /* horizontal lines */
89 hr {
90 margin: 0;
91 }
92
93 /* page displayed footer area */
94 #footer {
95 color: #ffffff;
96 font-size: 9px;
97 padding-left: 10px;
98 }