Minor cleanup.
[geeqie.git] / doc / style.css
1 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
2
3 /* common */
4 body {
5         margin: 2em;
6         padding: 0;
7         color: #000;
8         background-color: #eee;
9         font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
10 }
11
12 table {page-break-before: always}
13
14 a:hover {background-color: white}
15
16 a.bottomnote {text-decoration: none; color: black;}
17
18 .option_name { font-variant: small-caps; font-size: 90%; font-weight: bold }
19
20 dt { font-weight: bold }
21
22 p.previous {
23         text-align: left
24 }
25 p.navtop_title {
26         text-align: center;
27         font-weight:bold;
28 }
29 p.navbottom_title {
30         text-align: center;
31 }
32
33 p.next {
34         text-align: right
35 }
36
37 div.navtop {
38         text-align: center
39 }
40         
41 div.navbottom {
42         text-align: center
43 }
44
45 h1 {
46         margin-top: 1.3em;
47         margin-bottom: 1.3em;
48         color: #820303;
49         background: #effefe
50 }
51
52 h2 {
53         margin-top: 1em;
54         margin-bottom: 1em;
55         color: #5A0202;
56         background: #f6fefe
57 }
58
59 h3 {
60         margin-top: 0.7em;
61         margin-bottom: 0.7em;
62         color: #270101;
63         background: #f8fefe
64 }
65
66 hr#bottomseparator {
67         margin-top: 6em;
68 }
69
70 div.bottomspacer {
71         margin-bottom: 5em;
72 }
73
74 div.footer {
75         text-align: right
76 }
77
78 /* menu descriptions */
79 dl.menu_desc {
80         margin-left: 2em;
81 }
82 .menu_desc dt {
83         font-weight: bold;
84         padding-top: 0.3em
85 }
86 .menu_desc dd {}
87
88 /* dialog descriptions */
89 dl.dialog_desc {
90         margin-left: 2em;
91         margin-bottom: 1em;
92 }
93 .dialog_desc dt {
94         display: inline;
95         padding-left: 0.1em;
96         padding-right: 0.1em;
97         font-weight: bold;
98         margin-top: 0.3em;
99         border: 1px solid white
100 }
101 .dialog_desc dd { margin-bottom: 0.7em }
102 .dialog_desc dd dl {
103         font-size: 90%;
104         margin-bottom: 1em;
105 }
106
107 thead {
108         font-weight: bold;
109 }
110
111
112 p.note {
113         font-style: italic
114 }
115 .note em {
116         font-weight: bold
117 }
118
119 p.bottomnote {
120         margin-top: 5em;
121         font-style: italic;
122         font-size: 90%
123 }
124 .bottomnote em {
125         font-weight: bold
126 }
127
128 span.note_label {
129         font-weight: bold;
130 }
131
132 code {
133         margin-left: 0.3em;
134         padding: 0.1em;
135         background: white
136 }
137
138 /* collections.html */
139 div.collections-shortcuts {text-align: center}
140
141 /* image_presentation_fullscreen.html */
142 div.fullscreen-shortcuts {text-align: center}
143 div.fullscreen-functions {text-align: center}
144
145
146 /* image_search_finding_duplicates.html */
147 div.find-duplicates-shortcuts {text-align: center}
148
149 /* image_search_search.html */
150 div.search-shortcuts {text-align: center}
151
152 /* index.html */
153 .menu ul {font-size: 110%; font-weight: bold; margin: 10px;}
154 .menu ul li {margin: 4px;}
155 .menu ul li ul {font-size: 90%; font-weight: normal}
156
157 /* reference_keyboard_shortcuts.html */
158 div.keyboard-shortcuts {text-align: center}
159 .keyboard-shortcuts p { margin: 0.1em }
160 td.keyboard-shortcuts-separator {background-color: white; font-size: 110%}
161 .keyboard-shortcuts td+td+td { text-align: left}
162
163 /* reference_management.html */
164 .file_locations_subtitle {
165         font-weight: bold;
166         background-color: white;
167         text-align: center;
168 }
169 .file_locations p { margin: 0.1em }
170