Mercurial > geeqie.yaz
annotate doc/style_print.css @ 1629:f8503019ac38
better implementation of tree_view_row_get_visibility,
gtk_tree_view_set_cursor is not sufficient in some cases, call also
tree_view_row_make_visible
author | nadvornik |
---|---|
date | Sat, 06 Jun 2009 16:14:07 +0000 |
parents | eff68aeb4647 |
children |
rev | line source |
---|---|
1151 | 1 body { |
1155 | 2 background: transparent; |
1151 | 3 font-size: 12pt; |
4 } | |
5 | |
6 div.navtop { | |
7 display: none; | |
8 } | |
9 | |
10 div.navbottom { | |
11 display: none; | |
12 } | |
13 | |
1155 | 14 a { |
15 color: black; | |
1151 | 16 background: transparent; |
17 text-decoration: underline; | |
18 } | |
19 | |
1155 | 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 | |
1151 | 29 a:link:after, a:visited:after { |
30 content: " (" attr(href) ") "; | |
31 font-size: 90%; | |
1155 | 32 } |
33 | |
1151 | 34 |
1152
507600811ccd
Comment out css code that slipped through by cut'n paste error. It may be useful at some time though.
zas_
parents:
1151
diff
changeset
|
35 /* |
1151 | 36 a[href^="/"]:after { |
1152
507600811ccd
Comment out css code that slipped through by cut'n paste error. It may be useful at some time though.
zas_
parents:
1151
diff
changeset
|
37 content: " (http://www.example.com" attr(href) ") "; |
1151 | 38 } |
1152
507600811ccd
Comment out css code that slipped through by cut'n paste error. It may be useful at some time though.
zas_
parents:
1151
diff
changeset
|
39 */ |
1154
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
40 |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
41 h1 { |
1155 | 42 background: transparent; |
1154
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
43 border-bottom: 1px dotted gray; |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
44 } |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
45 |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
46 h2 { |
1155 | 47 background: transparent; |
1154
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
48 border-bottom: 1px dotted gray; |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
49 } |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
50 |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
51 h3 { |
1155 | 52 background: transparent; |
1154
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
53 border-bottom: 1px dotted gray; |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
54 } |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
55 |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
56 .dialog_desc dt { |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
57 border: 1px dotted gray; |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
58 } |
8ebeab4d6987
Remove colored background in headings for printable version.
zas_
parents:
1152
diff
changeset
|
59 |