0
|
1 body { |
|
2 font-family: sans-serif; |
|
3 font-size: 10pt; |
|
4 background-attachment: fixed; |
|
5 background-repeat: no-repeat; |
|
6 background-color: #FFE6E6; |
|
7 background-position: center center; |
|
8 } |
|
9 |
|
10 img { |
|
11 border-width: 0px; |
|
12 } |
|
13 |
|
14 td { |
|
15 vertical-align: top; |
|
16 } |
|
17 |
|
18 tr { |
|
19 vertical-align: top; |
|
20 } |
|
21 |
|
22 ul { |
|
23 list-style-type: square; |
|
24 } |
|
25 |
|
26 /* Used to display the footer */ |
|
27 address { |
|
28 font-size: 8pt; |
|
29 font-style: italic; |
|
30 } |
|
31 |
|
32 h1 { |
|
33 font-size: 16pt; |
|
34 font-weight: bold; |
|
35 } |
|
36 |
|
37 h4 { |
|
38 font-size: 10pt; |
|
39 font-weight: normal; |
|
40 } |
|
41 |
|
42 h5 { |
|
43 font-size: 10pt; |
|
44 font-weight: normal; |
|
45 } |
|
46 |
|
47 a:link, a:visited { |
|
48 color: #800080; |
|
49 text-decoration: none; |
|
50 } |
|
51 |
|
52 a:hover, .highlight, .hover, a.hover { |
|
53 color: #FFFFFF; |
|
54 background-color: #800080; |
|
55 text-decoration: none; |
|
56 } |
|
57 |
|
58 a:active { |
|
59 color: #800080; |
|
60 text-decoration: none; |
|
61 } |
|
62 |
|
63 |
|
64 /* custom classes */ |
|
65 |
|
66 |
|
67 .path { |
|
68 background-color: #FFC9D8; |
|
69 color:black; |
|
70 } |
|
71 |
|
72 .numinfo { |
|
73 background-color: #FFC9D8; |
|
74 color:black; |
|
75 } |
|
76 |
|
77 .albumdesc { |
|
78 background-color: #FFC9D8; |
|
79 color:black; |
|
80 } |
|
81 |
|
82 .navbar { |
|
83 background-color: #FFC9D8; |
|
84 color:black; |
|
85 } |
|
86 |
|
87 .contentBG { |
|
88 background-color: #FFC9D8; |
|
89 color:black; |
|
90 } |
|
91 |
|
92 .contentBGSep { |
|
93 background-color: #C9C9C9; |
|
94 color:black; |
|
95 } |
|
96 |
|
97 .footer { |
|
98 background-color: #FFC9D8; |
|
99 color:black; |
|
100 } |
|
101 |
|
102 /* style of preview-images without border (in the treeview) */ |
|
103 .previewNoBorder { |
|
104 position: absolute; |
|
105 visibility: hidden; |
|
106 z-index: 100; |
|
107 } |
|
108 |
|
109 /* style of preview-images with border (in the imageview) */ |
|
110 .previewBorder { |
|
111 position: absolute; |
|
112 visibility: hidden; |
|
113 z-index: 100; |
|
114 border-style: solid; |
|
115 border-color: #EBEBEB; |
|
116 border-width: 3px; |
|
117 } |
|
118 |
|
119 .konqBorder { |
|
120 background-color: #EBEBEB; |
|
121 } |
|
122 |
|
123 .content { |
|
124 position: relative; |
|
125 visibility: visible; |
|
126 z-index: 1; |
|
127 } |
|
128 |
|
129 .descrTitle { |
|
130 font-size: 10pt; |
|
131 font-weight: bold; |
|
132 } |
|
133 |
|
134 .descrContent { |
|
135 font-size: 10pt; |
|
136 } |
|
137 |
|
138 /* style of the actual page entry in the navigation bar */ |
|
139 .highlight { |
|
140 font-weight: bold; |
|
141 } |
|
142 |
|
143 /* mouseover-style of unselected entries in the navigation bar */ |
|
144 .hover, a.hover { |
|
145 cursor: pointer; |
|
146 } |
|
147 |
|
148 /* number of images in the treeview */ |
|
149 .numImg { |
|
150 font-style: italic; |
|
151 } |
|
152 |
|
153 /* Style for the actual path-entry (at the top) */ |
|
154 .actPath { |
|
155 font-weight: bold; |
|
156 } |