1/* gthumb "ClassicClips" style, v. 2010-06-11 */
2
3/* Common */
4
5body {
6	background-color: #4B4B4B;
7	color: white;
8	font-size: 12px;
9}
10
11span.title {
12	font-weight: bold;
13	font-size: 150%;
14}
15
16span.page_index {
17	font-weight: bold;
18	font-size: small;
19}
20
21span.file_name {
22	font-family: monospace;
23}
24
25span.copyright {
26	font-size: small;
27}
28
29/* image.gthtml */
30
31img.preview {
32	border: 2px solid #fff;
33}
34
35img.thumbnail {
36	border: 2px solid #fff;
37}
38
39div.preview_comment {
40	text-align: justify;
41}
42
43span.comment {
44	font-size: small;
45}
46
47div.properties {
48	width: 80%;
49}
50
51span.property {
52	font-size: small;
53	font-weight: bold;
54	color: #969696;
55}
56
57span.property_value {
58	font-size: small;
59	color: white;
60}
61
62/* index.gthtml */
63
64td.td_index {
65	color: #969696;
66}
67
68td.td_index span.image_dim {
69	font-weight: bold;
70}
71
72/* links */
73
74a:link {
75	font-weight: bold;
76	text-decoration: none;
77	color: white;
78}
79
80a:visited {
81	font-weight: bold;
82	text-decoration: none;
83	color: white;
84}
85
86a:hover {
87	font-weight: bold;
88	text-decoration: none;
89	color: #FFD700;
90}
91
92.property-name {
93	font-weight: bold;
94	cursor: default;
95}
96