Mercurial > bins
comparison templates.petrus/static/joi.css @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a84c32f131df |
---|---|
1 body { | |
2 background-attachment: fixed; | |
3 background-repeat: no-repeat; | |
4 background-color: #FFFFFF; | |
5 background-position: center center; | |
6 } | |
7 | |
8 img { | |
9 border-width: 0px; | |
10 } | |
11 | |
12 td { | |
13 vertical-align: top; | |
14 } | |
15 | |
16 tr { | |
17 vertical-align: top; | |
18 } | |
19 | |
20 ul { | |
21 list-style-type: square; | |
22 } | |
23 | |
24 h1 { | |
25 font-size: 16pt; | |
26 font-weight: bold; | |
27 } | |
28 | |
29 h4 { | |
30 font-size: 10pt; | |
31 font-weight: normal; | |
32 } | |
33 | |
34 h5 { | |
35 font-size: 10pt; | |
36 font-weight: normal; | |
37 } | |
38 | |
39 a:link, a:visited { | |
40 color: #666666; | |
41 text-decoration: none; | |
42 } | |
43 | |
44 a:hover, .highlight, .hover, a.hover { | |
45 color: #FFFFFF; | |
46 background-color: #7d9fc4; | |
47 text-decoration: none; | |
48 } | |
49 | |
50 a:active { | |
51 color: #666666; | |
52 text-decoration: none; | |
53 } | |
54 | |
55 | |
56 /* custom classes */ | |
57 | |
58 | |
59 .path { | |
60 background-color: #A0A078; | |
61 } | |
62 | |
63 .numinfo { | |
64 background-color: #CCCC99; | |
65 } | |
66 | |
67 .albumdesc { | |
68 background-color: #CCCC99; | |
69 } | |
70 | |
71 .navbar { | |
72 background-color: #98c2f0; | |
73 } | |
74 | |
75 .contentBG { | |
76 background-color: #98c2f0; | |
77 font-weight : normal; | |
78 font-size : 14px; | |
79 } | |
80 | |
81 .contentDesc { | |
82 background-color: #d0e1f5; | |
83 padding: 10px; | |
84 } | |
85 | |
86 .contentBGSep { | |
87 background-color: #C9C9C9; | |
88 } | |
89 | |
90 /* style of preview-images without border (in the treeview) */ | |
91 .previewNoBorder { | |
92 position: absolute; | |
93 visibility: hidden; | |
94 z-index: 100; | |
95 } | |
96 | |
97 /* style of preview-images with border (in the imageview) */ | |
98 .previewBorder { | |
99 position: absolute; | |
100 visibility: hidden; | |
101 z-index: 100; | |
102 border-style: solid; | |
103 border-color: #EBEBEB; | |
104 border-width: 3px; | |
105 } | |
106 | |
107 .konqBorder { | |
108 background-color: #EBEBEB; | |
109 } | |
110 | |
111 .content { | |
112 position: relative; | |
113 visibility: visible; | |
114 z-index: 1; | |
115 } | |
116 | |
117 .descrTitle { | |
118 font-size: 10pt; | |
119 font-weight: bold; | |
120 } | |
121 | |
122 .descrContent { | |
123 font-size: 10pt; | |
124 } | |
125 | |
126 /* style of the actual page entry in the navigation bar */ | |
127 | |
128 /* mouseover-style of unselected entries in the navigation bar */ | |
129 .hover, a.hover { | |
130 cursor: pointer; | |
131 } | |
132 | |
133 /* number of images in the treeview */ | |
134 .numImg { | |
135 font-style: italic; | |
136 } | |
137 | |
138 /* Style for the actual path-entry (at the top) */ | |
139 .actPath { | |
140 font-weight: bold; | |
141 } | |
142 | |
143 /* Petrus CSS styles */ | |
144 td.contentBG:hover { | |
145 background-color: #7d9fc4; | |
146 cursor: pointer | |
147 } |