Show shortcut keys in pop-up menus
[geeqie.git] / web / screenshots / .llgal / llgal.css
1 /* Body */
2
3 body {
4   font-family: verdana, sans-serif;
5   background: #333333;
6   color: #dddddd;
7 }
8
9 /* Links */
10
11 a:link {
12   color: #95ddff;
13 }
14
15 a:visited {
16   color: #aaaaaa;
17 }
18
19 a:hover {
20   color: #bbddff;
21   background: #555555;
22 }
23
24 img.image-link {
25   border-style: none;
26 }
27
28 /* Various */
29
30 .small {
31   font-size: 75%;
32 }
33
34 .large {
35   font-size: 200%;
36 }
37
38 .center {
39   text-align: center;
40 }
41
42 .center table {
43   margin-left: auto;
44   margin-right: auto;
45 }
46
47 /* Index table */
48
49 table.index {
50   border: 0px;
51   padding: 0px;
52   margin-top: 9px;
53   margin-bottom: 9px;
54 }
55
56 table.with-tile {
57   background-color: #000000;
58 }
59
60 table.index td {
61   padding: 0px;
62 }
63
64 table.index td.thumb img {
65   vertical-align: middle;
66   border-style: none;
67 }
68
69 table.index td.text-thumb {
70   border-width: 1px;
71   border-style: solid;
72   border-color: #ffffff;
73   text-align: center;
74   font-size: 50%;
75 }
76
77 table.index td.tiled {
78   background-image: url("tile.png");
79   background-repeat: repeat-x;
80   text-align: left;
81   font-size: 0px;
82 }
83
84 table.index td.thumb-dim {
85   font-size: 50%;
86 }
87
88 table.index td.thumb-caption {
89   font-size: 75%;
90   background: none;
91 }
92
93 hr.index {
94   width: 80%;
95   height: 0px;
96   border-width: 2px;
97 }
98
99 /* Slides */
100
101 table.slide {
102   background-color: #000000;
103   border-width: 3px;
104   border-style: solid;
105   border-color: #ffffff;
106   border-spacing: 0px;
107 }
108
109 table.slide td.image-slide {
110   padding: 0px;
111 }
112
113 table.slide td.image-slide img {
114   vertical-align: middle;
115   border-style: none;
116 }
117
118 table.slide td.text-slide {
119   text-align: center;
120   vertical-align: middle;
121   font-size: 200%;
122   font-style: italic;
123 }
124
125 p.caption {
126   text-align: center;
127 }
128
129 /* Headers and footers */
130
131 .header {
132   font-size: 120%;
133   padding-top: 6px;
134   padding-bottom: 6px;
135 }
136
137 .footer {
138   font-size: 120%;
139   padding-top: 6px;
140   padding-bottom: 6px;
141 }
142
143 /* EXIF table */
144
145 table.exif {
146   border: 0px;
147   border-spacing: 1px;
148   background: #ffffff;
149 }
150
151 table.exif td.exif-name {
152   text-align: right;
153   background: #333333;
154   padding-left: 6px;
155   padding-right: 6px;
156 }
157
158 table.exif td.exif-value {
159   text-align: left;
160   background: #333333;
161   padding-left: 6px;
162   padding-right: 6px;
163 }