Added /usr/sbin/policy-rc.d to WS chroot
[aula.git] / server / etc / squid3 / errorpage.css
blob8ecc4c8279bc25fd81ed7e05d8ecb24ea6e95483
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 */
8 /* Page basics */
9 * {
10 font-family: verdana, sans-serif;
13 html body {
14 margin: 0;
15 padding: 0;
16 background: #efefef;
17 font-size: 12px;
18 color: #1e1e1e;
21 /* Page displayed title area */
22 #titles {
23 margin-left: 15px;
24 padding: 10px;
25 padding-left: 100px;
26 background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
29 /* initial title */
30 #titles h1 {
31 color: #000000;
33 #titles h2 {
34 color: #000000;
37 /* special event: FTP success page titles */
38 #titles ftpsuccess {
39 background-color:#00ff00;
40 width:100%;
43 /* Page displayed body content area */
44 #content {
45 padding: 10px;
46 background: #ffffff;
49 /* General text */
50 p {
53 /* error brief description */
54 #error p {
57 /* some data which may have caused the problem */
58 #data {
61 /* the error message received from the system or other software */
62 #sysmsg {
65 pre {
66 font-family:sans-serif;
69 /* special event: FTP / Gopher directory listing */
70 #dirmsg {
71 font-family: courier;
72 color: black;
73 font-size: 10pt;
75 #dirlisting {
76 margin-left: 2%;
77 margin-right: 2%;
79 #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
80 border-bottom: groove;
82 #dirlisting td.size {
83 width: 50px;
84 text-align: right;
85 padding-right: 5px;
88 /* horizontal lines */
89 hr {
90 margin: 0;
93 /* page displayed footer area */
94 #footer {
95 font-size: 9px;
96 padding-left: 10px;