Various fixes and 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 .option_name { font-variant: small-caps; font-size: 90%; font-weight: bold }
15
16 p.previous {
17         text-align: left
18 }
19 p.navtop_title {
20         text-align: center;
21         font-weight:bold;
22 }
23 p.navbottom_title {
24         text-align: center;
25 }
26
27 p.next {
28         text-align: right
29 }
30
31 div.navtop {
32         text-align: center
33 }
34         
35 div.navbottom {
36         text-align: center
37 }
38
39 h1 {
40         margin-top: 1.3em;
41         margin-bottom: 1.3em;
42         color: #820303;
43         background: #effefe
44 }
45
46 h2 {
47         margin-top: 1em;
48         margin-bottom: 1em;
49         color: #5A0202;
50         background: #f6fefe
51 }
52
53 h3 {
54         margin-top: 0.7em;
55         margin-bottom: 0.7em;
56         color: #270101;
57         background: #f8fefe
58 }
59
60 hr#bottomseparator {
61         margin-top: 6em;
62 }
63
64 div.bottomspacer {
65         margin-bottom: 5em;
66 }
67
68 div.footer {
69         text-align: right
70 }
71
72 /* menu descriptions */
73 dl.menu_desc {
74         margin-left: 2em;
75 }
76 .menu_desc dt {
77         font-weight: bold;
78         padding-top: 0.3em
79 }
80 .menu_desc dd {}
81
82 /* dialog descriptions */
83 dl.dialog_desc {
84         margin-left: 2em;
85 }
86 .dialog_desc dt {
87         display: inline;
88         padding-left: 0.1em;
89         padding-right: 0.1em;
90         font-weight: bold;
91         margin-top: 0.3em;
92         border: 1px solid white
93 }
94 .dialog_desc dd {}
95 .dialog_desc dd dl {
96         font-size: 90%;
97         margin-bottom: 1em;
98 }
99
100 thead {
101         font-weight: bold;
102 }
103
104 .file_locations_subtitle {
105         font-weight: bold
106 }
107
108 p.note {
109         font-style: italic
110 }
111 .note em {
112         font-weight: bold
113 }
114
115 code {
116         background: white
117 }
118
119 /* collections.html */
120 div.collections-shortcuts {text-align: center}
121
122 /* image_presentation_fullscreen.html */
123 div.fullscreen-shortcuts {text-align: center}
124 div.fullscreen-functions {text-align: center}
125
126
127 /* image_search_finding_duplicates.html */
128 div.find-duplicates-shortcuts {text-align: center}
129
130 /* image_search_search.html */
131 div.search-shortcuts {text-align: center}
132
133 /* index.html */
134 .menu ul {font-size: 110%; font-weight: bold; margin: 10px;}
135 .menu ul li {margin: 4px;}
136 .menu ul li ul {font-size: 90%; font-weight: normal}
137
138 /* reference_keyboard_shortcuts.html */
139 div.keyboard-shortcuts {text-align: center}