r1996: Cope slightly better with invalid filenames in various places (reported by
[rox-filer.git] / ROX-Filer / style.css
blobbc3cfe42314f30002c6d1989b318ab6fe1ce7ab0
1 body {
2 background-color: #dddddd;
5 table.simplelist {
6 border: none;
9 table.simplelist tr td {
10 border: none;
13 table {
14 border-collapse: collapse;
15 border-top: 1px solid #ccc;
16 border-right: none;
17 border-bottom: none;
18 border-left: 1px solid #ccc;
19 border-spacing: 0;
22 th {
23 background-color: #eee;
24 border-top: none;
25 border-right: 1px solid #ccc;
26 border-bottom: 1px solid #ccc;
27 border-left: none;
30 td {
31 padding: 2px;
32 border-top: none;
33 border-right: 1px solid #ccc;
34 border-bottom: 1px solid #ccc;
35 border-left: none;
38 pre.programlisting {
39 padding: 1em;
40 background-color: #eee;
43 pre.screen {
44 padding: 1em;
45 background-color: #eee;
48 span.guimenuitem {
49 background: #BBD9EF;
50 white-space: nowrap;
53 span.guibutton {
54 background: #ddd;
55 padding: 1px;
56 border-top: 1px solid #eee;
57 border-left: 1px solid #eee;
58 border-right: 1px solid #444;
59 border-bottom: 1px solid #444;
60 white-space: nowrap;
63 span.guilabel {
64 color: #55e;
67 div.chapter {
68 margin-top: 3em;
69 background-color: white;
70 margin: 1em;
71 padding: 0em 2em 1em 2em;
72 max-width: 45em;
73 border-colour: red;
74 border-width: 2px;
75 border-style: solid;
78 div.appendix {
79 margin-top: 3em;
80 background-color: white;
81 margin: 1em;
82 padding: 0em 2em 1em 2em;
83 max-width: 45em;
84 border-colour: red;
85 border-width: 2px;
86 border-style: solid;
89 tt.filename {
90 color: #c00;
93 span.keycap {
94 background-color: #ddd;
95 border: 1px solid #888;
96 white-space: nowrap;
99 span.parameter {
100 font-style: italic;
101 color: #44f;
104 span.function {
105 font-weight: bold;
106 color: #44f;