Mercurial > bins
comparison templates.petrus/static/petrus.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 margin-top : 10px; | |
3 margin-right : 20px; | |
4 margin-bottom : 20px; | |
5 margin-left : 20px; | |
6 font-family : Arial, Helvetica, sans-serif; | |
7 font-weight : normal; | |
8 } | |
9 | |
10 #leftMenu { | |
11 position: absolute; | |
12 left:10px; | |
13 top:125px; | |
14 width:145px; | |
15 } | |
16 | |
17 #leftMenu table { | |
18 width:145px; | |
19 } | |
20 | |
21 #leftMenu a, #leftMenu h1, #moreInfo h1, #moreInfo a, #leftMenu a.highlight { | |
22 border : #000000; | |
23 font-size : 12px; | |
24 font-family : Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif; | |
25 } | |
26 | |
27 #leftMenu h1 { | |
28 background: transparent; | |
29 background-color : #7d9fc4; color : #000000; | |
30 } | |
31 | |
32 #leftMenu a:link, #leftMenu a:visited, #mainBody { | |
33 background: transparent; | |
34 background-color : #d0e1f5; color : #000000; | |
35 } | |
36 | |
37 #leftMenu a:hover { | |
38 background: transparent; | |
39 background-color : #98c2f0; color: #FFFFFF; | |
40 } | |
41 | |
42 #leftMenu a.highlight { | |
43 background: transparent; | |
44 background-color : #7d9fc4; color : #000000; | |
45 } | |
46 | |
47 #navigation, #menudroite { | |
48 background-color : #98c2f0; | |
49 border : 1px solid; | |
50 padding-top : 5px; padding-left : 5px; padding-right : 5px; | |
51 } | |
52 | |
53 #menudroite a:link, #menudroite a:visited { | |
54 color : #000000; | |
55 font-size : 16px; | |
56 font-family : Arial, Helvetica, sans-serif; | |
57 } | |
58 | |
59 #menudroite a:hover { | |
60 color: #FFFFFF; | |
61 } | |
62 | |
63 #menudroite a:link, #menudroite a:visited, #menudroite a:hover, #leftMenu a:link, #leftMenu a:visited, #leftMenu a:hover { | |
64 text-decoration: none; | |
65 } | |
66 | |
67 #leftMenu h1, #leftMenu a:visited, #leftMenu a:link, #leftMenu a:hover, #leftMenu a.highlight { | |
68 border-style : solid; | |
69 display : block; | |
70 margin-top : 0px; margin-right : 0px; margin-bottom : 0px; margin-left : 0px; | |
71 padding-top : 2px; padding-right : 2px; padding-bottom : 2px; padding-left : 2px; | |
72 } | |
73 | |
74 #moreInfo a { | |
75 display : block; | |
76 margin-top : 0px; margin-right : 0px; margin-bottom : 0px; margin-left : 0px; | |
77 padding-top : 2px; padding-right : 2px; padding-bottom : 2px; padding-left : 2px | |
78 } | |
79 | |
80 #leftMenu h1, #moreInfo h1 { | |
81 border-top-width : 2px; border-right-width : 2px; border-bottom-width : 2px; border-left-width : 2px; | |
82 font-weight : bold; | |
83 text-align : center; | |
84 } | |
85 | |
86 #leftMenu a:visited, #leftMenu a:link, #leftMenu a:hover, #leftMenu a.highlight { | |
87 border-top-width : 0px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; | |
88 font-weight : normal; | |
89 text-align : left | |
90 } | |
91 | |
92 #mainBody { | |
93 border-style : solid ; | |
94 border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; | |
95 padding-top : 5px; padding-left : 45px; padding-right : 15px; padding-bottom : 50px; | |
96 margin-top : 15px; margin-left : 115px; margin-right : 140px; margin-bottom : 0px; | |
97 } | |
98 | |
99 #mainBody { | |
100 font-weight : normal; | |
101 font-size : 14px; | |
102 } | |
103 | |
104 #moreInfo { | |
105 position: absolute; | |
106 right:10px; | |
107 top:140px; | |
108 width:150px; | |
109 background:#fff; | |
110 } | |
111 | |
112 #moreInfo { | |
113 border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; | |
114 border-style : dashed; | |
115 padding-top : 5px; padding-left : 5px; padding-right : 5px; padding-bottom : 5px; | |
116 } | |
117 | |
118 #title1 { | |
119 background-color : #d0e1f5; | |
120 border : 1px solid; | |
121 color : #003399; | |
122 height : 60px; | |
123 padding-top : 0px; padding-left : 5px; padding-right : 5px; padding-bottom : 3px; | |
124 } | |
125 | |
126 #validator { | |
127 text-align: right; | |
128 } | |
129 | |
130 #bdp { | |
131 text-align: center; | |
132 font-size: 10px; | |
133 margin: 5px; | |
134 } | |
135 | |
136 #title1 h1 { | |
137 font-family : Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif; | |
138 font-weight : normal; | |
139 font-size : 30px; | |
140 } | |
141 | |
142 #navigation { | |
143 position: absolute; | |
144 top:70px; | |
145 } | |
146 | |
147 #moreInfo p { | |
148 font-size:10px | |
149 } | |
150 | |
151 #footer { | |
152 padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; | |
153 border-top: 1px black solid; border-left: 1px black solid; border-right: 1px black solid; | |
154 text-align: left; | |
155 font-size: 10px; | |
156 background: #99c2f0; | |
157 width: 300px; | |
158 margin-top: 20px; | |
159 margin-left: 50px; | |
160 } | |
161 | |
162 .titre1, .titre2, .titre3 { | |
163 font-family: verdana, arial, helvetica; | |
164 font-weight: bold; | |
165 color: #003399; | |
166 } | |
167 | |
168 .titre1 { | |
169 font-size: 18px; | |
170 } | |
171 | |
172 .titre2 { | |
173 font-size: 16px; | |
174 } | |
175 | |
176 .titre3 { | |
177 margin-left: 10px; | |
178 font-size: 14px; | |
179 } | |
180 | |
181 .code { | |
182 color: #333388; | |
183 margin-left: 20px; | |
184 } | |
185 | |
186 .comment { | |
187 color: red; | |
188 font-style: italic; | |
189 } | |
190 | |
191 .titreWhite { | |
192 font-family: "Arial"; | |
193 font-size: 12pt; | |
194 font-weight: bold; | |
195 background-color: black; | |
196 color: white; | |
197 } | |
198 | |
199 .date { | |
200 font-family: "Times New Roman"; | |
201 font-size: 12pt; | |
202 font-style: "italic"; | |
203 text-align: "right"; | |
204 vertical-align: "top"; | |
205 } | |
206 | |
207 .descript { | |
208 font-family: "Times New Roman"; | |
209 font-size: 12pt; | |
210 text-align: "justify"; | |
211 vertical-align: "top"; | |
212 } | |
213 |