r2313: 2002 -> 2003
[rox-filer.git] / ROX-Filer / style.css
blob0a316d649935099b0302605244e73850fa53157b
1 body {
2 color: #000000;
3 background-color: #dddddd;
6 table.simplelist {
7 border: none;
10 table.simplelist tr td {
11 border: none;
14 table {
15 border-collapse: collapse;
16 border-top: 1px solid #ccc;
17 border-right: none;
18 border-bottom: none;
19 border-left: 1px solid #ccc;
20 border-spacing: 0;
23 th {
24 background-color: #eee;
25 border-top: none;
26 border-right: 1px solid #ccc;
27 border-bottom: 1px solid #ccc;
28 border-left: none;
31 td {
32 padding: 2px;
33 border-top: none;
34 border-right: 1px solid #ccc;
35 border-bottom: 1px solid #ccc;
36 border-left: none;
39 pre.programlisting {
40 padding: 1em;
41 background-color: #eee;
44 pre.screen {
45 padding: 1em;
46 background-color: #eee;
49 span.guimenuitem {
50 background: #BBD9EF;
51 white-space: nowrap;
54 span.guibutton {
55 background: #ddd;
56 padding: 1px;
57 border-top: 1px solid #eee;
58 border-left: 1px solid #eee;
59 border-right: 1px solid #444;
60 border-bottom: 1px solid #444;
61 white-space: nowrap;
64 span.guilabel {
65 color: #55e;
68 div.chapter {
69 margin-top: 3em;
70 background-color: white;
71 margin: 1em;
72 padding: 0em 2em 1em 2em;
73 max-width: 45em;
74 border-colour: red;
75 border-width: 2px;
76 border-style: solid;
79 div.appendix {
80 margin-top: 3em;
81 background-color: white;
82 margin: 1em;
83 padding: 0em 2em 1em 2em;
84 max-width: 45em;
85 border-colour: red;
86 border-width: 2px;
87 border-style: solid;
90 tt.filename {
91 color: #c00;
94 span.keycap {
95 background-color: #ddd;
96 border: 1px solid #888;
97 white-space: nowrap;
100 span.parameter {
101 font-style: italic;
102 color: #44f;
105 span.function {
106 font-weight: bold;
107 color: #44f;