Attachment 'htdocs_css.patch'
Download 1 diff -ur htdocs/classic/css/screen.css htdocs.reimar/classic/css/screen.css
2 --- htdocs/classic/css/screen.css 2005-12-16 20:00:09.000000000 +0100
3 +++ htdocs.reimar/classic/css/screen.css 2005-12-21 20:37:47.000000000 +0100
4 @@ -1,5 +1,5 @@
5 /* screen.css - MoinMoin Default Styles
6 -
7 +classic
8 Copyright (c) 2001, 2002, 2003 by Juergen Hermann
9 */
10
11 @@ -154,21 +154,31 @@
12 font-size: 1.5em;
13 }
14
15 -#pagetrail li, #pagelocation li {
16 +* html #pagetrail span, * html #pagelocation span { /* for broken IE */
17 + border-left: 1px solid;
18 + padding: 0 0.3em;
19 +}
20 +
21 +
22 +#pagetrail span, #pagelocation li {
23 display: inline;
24 margin: 0;
25 }
26
27 /* XXX Warning: non-ascii characters! */
28 -#pagetrail li:after {
29 +#pagetrail span:before {
30 content: " » ";
31 }
32
33 -*[dir="rtl"] #pagetrail li:after {
34 +*[dir="rtl"] #pagetrail span:after {
35 content: " « ";
36 }
37
38 -#pagetrail li:last-child:after {
39 +#pagetrail span:first-child:before {
40 + content: "";
41 +}
42 +
43 +#pagetrail span:last-child:after {
44 content: "";
45 }
46
47 @@ -177,7 +187,7 @@
48 padding: 0 0.3em;
49 }
50
51 -#pagelocation li:after {
52 +#pagelocation span:after {
53 content: "/ ";
54 }
55
56 diff -ur htdocs/modern/css/screen.css htdocs.reimar/modern/css/screen.css
57 --- htdocs/modern/css/screen.css 2005-12-16 20:00:09.000000000 +0100
58 +++ htdocs.reimar/modern/css/screen.css 2005-12-21 19:34:18.000000000 +0100
59 @@ -70,8 +70,8 @@
60 }
61
62 #username {
63 + margin: 5px 12px;
64 display: inline;
65 - margin: 0;
66 padding: 0;
67 text-align: right;
68 font-size: 0.82em;
69 @@ -92,6 +92,7 @@
70 }
71
72 #username input {
73 +
74 display: inline;
75 padding: 0;
76 margin: 0;
77 @@ -122,19 +123,8 @@
78 display: inline;
79 }
80
81 -#pagetrail {
82 - clear: right;
83 - display: block;
84 - margin: 0.2em 0;
85 - padding: 0;
86 - font-size: 0.88em;
87 -}
88 -
89 -*[dir="rtl"] #pagetrail {
90 - clear: left;
91 -}
92 -
93 #interwiki {
94 + margin: 5px 12px;
95 display: inline;
96 font-size: 1em;
97 }
98 @@ -144,8 +134,9 @@
99 }
100
101 #locationline {
102 +
103 clear: right;
104 - padding: 3px 0;
105 + padding: 0px 0;
106 }
107
108 *[dir="rtl"] #locationline {
109 @@ -154,36 +145,58 @@
110
111 #pagelocation {
112 display: inline;
113 - margin: 0 0.25em;
114 + margin: 0 0em;
115 padding: 0;
116 font-size: 1.5em;
117 }
118
119 -#pagetrail li, #pagelocation li {
120 +#pagetrail {
121 + margin: 5px 12px;
122 + clear: right;
123 + display: inline;
124 + padding: 0;
125 + font-size: 0.88em;
126 +}
127 +
128 +*[dir="rtl"] #pagetrail {
129 + clear: left;
130 +}
131 +
132 +#pagetrail span, #pagelocation li {
133 display: inline;
134 margin: 0;
135 }
136
137 /* XXX Warning: non-ascii characters! */
138 -#pagetrail li:after {
139 +
140 +#pagetrail span:before {
141 content: " » ";
142 }
143
144 -*[dir="rtl"] #pagetrail li:after {
145 +
146 +
147 +*[dir="rtl"] #pagetrail span:after {
148 content: " « ";
149 }
150
151 -#pagetrail li:last-child:after {
152 +#pagetrail span:last-child:after {
153 content: "";
154 }
155
156 -* html #pagetrail li, * html #pagelocation li { /* for broken IE */
157 +#pagetrail span:first-child:before {
158 + content: "";
159 +}
160 +
161 +
162 +* html #pagetrail span, * html #pagelocation span { /* for broken IE */
163 border-left: 1px solid #AAA;
164 padding: 0 0.3em;
165 }
166
167 -#pagelocation li:after {
168 +#pagelocation span:after {
169 content: "/ ";
170 + display: inline;
171 +
172 }
173
174 *[dir="rtl"] #pagelocation li:after {
175 Nur in htdocs.reimar: newlogo.png.
176 diff -ur htdocs/rightsidebar/css/screen.css htdocs.reimar/rightsidebar/css/screen.css
177 --- htdocs/rightsidebar/css/screen.css 2005-12-16 20:00:10.000000000 +0100
178 +++ htdocs.reimar/rightsidebar/css/screen.css 2005-12-21 21:27:03.000000000 +0100
179 @@ -1,5 +1,5 @@
180 /* screen.css - MoinMoin Default Styles
181 -
182 +rightsidebar
183 Copyright (c) 2001, 2002, 2003 by Juergen Hermann
184 */
185
186 @@ -36,6 +36,7 @@
187 background: #e5e5e5;
188 border-bottom: 1px solid #9C9C9C;
189 line-height: 1.1em;
190 +
191 }
192
193 #logo {
194 @@ -59,6 +60,7 @@
195 #logo a {
196 color: black;
197 text-decoration: none;
198 + white-space: nowrap;
199 }
200
201 #searchform {
202 @@ -156,9 +158,9 @@
203 }
204
205 #pagetrail {
206 + margin: 5px 11px;
207 clear: right;
208 - display: block;
209 - margin: 0.2em 0;
210 + display: inline;
211 padding: 0;
212 font-size: 0.88em;
213 }
214 @@ -168,6 +170,7 @@
215 }
216
217 #interwiki {
218 + margin: 5px 11px;
219 display: inline;
220 font-size: 1em;
221 }
222 @@ -192,30 +195,35 @@
223 font-size: 1.5em;
224 }
225
226 -#pagetrail li, #pagelocation li {
227 +
228 +#pagetrail span, #pagelocation li {
229 display: inline;
230 margin: 0;
231 }
232
233 /* XXX Warning: non-ascii characters! */
234 -#pagetrail li:after {
235 +#pagetrail span:before {
236 content: " » ";
237 }
238
239 -*[dir="rtl"] #pagetrail li:after {
240 +*[dir="rtl"] #pagetrail span:after {
241 content: " « ";
242 }
243
244 -#pagetrail li:last-child:after {
245 +#pagetrail span:first-child:before {
246 content: "";
247 }
248
249 -* html #pagetrail li, * html #pagelocation li { /* for broken IE */
250 +#pagetrail span:last-child:after {
251 + content: "";
252 +}
253 +
254 +* html #pagetrail span, * html #pagelocation li { /* for broken IE */
255 border-left: 1px solid #AAA;
256 padding: 0 0.3em;
257 }
258
259 -#pagelocation li:after {
260 +#pagelocation span:after {
261 content: "/ ";
262 }
263
264 @@ -227,6 +235,7 @@
265 content: "";
266 }
267
268 +
269 #navibar li.current {
270 border: none;
271 background: #BFAE8F;
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.