Updated update-po to use the new GtkBuilder .ui file
[rox-filer.git] / ROX-Filer / style.css
blobd86369bd2fbe884209082ebb5c0f969d96c2c1fc
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: 65em;
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: 65em;
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;