Add pgettext for some ambiguous strings
[geeqie.git] / doc / style_print.css
1 body {
2         background: transparent;
3         font-size: 12pt;
4 }
5
6 div.navtop {
7         display: none;
8 }
9         
10 div.navbottom {
11         display: none;
12 }
13
14 a {
15         color: black;
16         background: transparent;
17         text-decoration: underline;
18 }
19
20 a.bottomnote {
21         text-decoration: none;
22 }
23
24 a.bottomnote:link:after, a.bottomnote:visited:after {
25         text-decoration: none;
26         content: "";
27 }
28
29 a:link:after, a:visited:after {
30         content: " (" attr(href) ") ";
31         font-size: 90%;
32 }
33
34
35 /*
36 a[href^="/"]:after {
37         content: " (http://www.example.com" attr(href) ") ";
38 }
39 */
40
41 h1 {
42         background: transparent;
43         border-bottom: 1px dotted gray;
44 }
45
46 h2 {
47         background: transparent;
48         border-bottom: 1px dotted gray;
49 }
50
51 h3 {
52         background: transparent;
53         border-bottom: 1px dotted gray;
54 }
55
56 .dialog_desc dt {
57         border: 1px dotted gray;
58 }
59