Changesets can be listed by changeset number.
The Git repository is here.
Changeset 236
Update of static web site resources for new 17-Oct-2008 design.
- Comitted by: rool
- Date: Friday October 17 15:03:12 2008 (over 16 years ago)
Affected files:
- rool/www/static/trunk/images/risc_os_open/icons/
- rool/www/static/trunk/images/risc_os_open/masters/
- rool/www/static/trunk/images/risc_os_open/specifications/
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/
- rool/www/static/trunk/images/third_party/masters/
- rool/www/static/trunk/images/risc_os_open/bottom_fade.png
- rool/www/static/trunk/images/risc_os_open/castle_shield_reflect.png
- rool/www/static/trunk/images/risc_os_open/icons/error.png
- rool/www/static/trunk/images/risc_os_open/icons/info.png
- rool/www/static/trunk/images/risc_os_open/icons/question.png
- rool/www/static/trunk/images/risc_os_open/icons/stop.png
- rool/www/static/trunk/images/risc_os_open/icons/warning.png
- rool/www/static/trunk/images/risc_os_open/login_indication.png
- rool/www/static/trunk/images/risc_os_open/masters/bottom_fade.xcf
- rool/www/static/trunk/images/risc_os_open/masters/rool_cog_reflect.scp
- rool/www/static/trunk/images/risc_os_open/masters/rool_text_reflect.scp
- rool/www/static/trunk/images/risc_os_open/masters/top_fade.xcf
- rool/www/static/trunk/images/risc_os_open/rool_cog_reflect.png
- rool/www/static/trunk/images/risc_os_open/rool_text_reflect.png
- rool/www/static/trunk/images/risc_os_open/sales/none.png
- rool/www/static/trunk/images/risc_os_open/shadow_blc.png
- rool/www/static/trunk/images/risc_os_open/shadow_brc.png
- rool/www/static/trunk/images/risc_os_open/shadow_ftr.png
- rool/www/static/trunk/images/risc_os_open/shadow_lhs.png
- rool/www/static/trunk/images/risc_os_open/shadow_rhs.png
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic1.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic10.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic11.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic12.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic13.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic14.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic15.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic16.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic17.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic18.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic19.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic20.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic21.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic22.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic4.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic5.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic6.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic7.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic8.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/Pic9.gif
- rool/www/static/trunk/images/risc_os_open/specifications/clipboard/state_diagram.pdf
- rool/www/static/trunk/images/risc_os_open/top_fade.png
- rool/www/static/trunk/images/third_party/castle_shield_reflect.png
- rool/www/static/trunk/images/third_party/masters/castle_shield_reflect.scp
- rool/www/static/trunk/images/third_party/roview.png
- rool/www/static/trunk/images/risc_os_open/bl_white.png
- rool/www/static/trunk/images/risc_os_open/bl_white_old.png
- rool/www/static/trunk/images/risc_os_open/br_white.png
- rool/www/static/trunk/images/risc_os_open/br_white_old.png
- rool/www/static/trunk/images/risc_os_open/ro_logo_old.png
- rool/www/static/trunk/images/risc_os_open/tl_white.png
- rool/www/static/trunk/images/risc_os_open/tl_white_old.png
- rool/www/static/trunk/images/risc_os_open/tr_white.png
- rool/www/static/trunk/images/risc_os_open/tr_white_old.png
- rool/www/static/trunk/css/risc_os_open.css (diff)
rool/www/static/trunk/css/risc_os_open.css:
prev. | current | |
/* RISC OS Open basic site stylesheet. | ||
* | ||
3 | | |
3 | * (C) RISC OS Open Limited 2008. | |
*/ | ||
/* Common page styling */ | ||
... | ... | |
{ | ||
font-family: homerton, tahoma, arial, sans-serif; | ||
color: #333; | ||
12 | | |
12 | background: #dbdbdb; | |
13 | margin: 0; | |
14 | padding: 0; | |
15 | font-size: 12pt; | |
} | ||
address | ||
{ | ||
17 | | |
20 | font-style: normal; | |
padding-left: 2em; | ||
} | ||
21 | ||
24 | code | |
{ | ||
23 | | |
24 | | |
25 | | |
26 | | |
27 | | |
28 | | |
29 | | |
26 | font-size: 11pt; | |
} | ||
32 | ||
29 | pre, pre code, code pre | |
30 | { | |
31 | font-size: 10pt; | |
32 | } | |
34 | ||
34 | pre | |
{ | ||
36 | | |
36 | background: #eee; | |
37 | border: 1px solid #bbb; | |
38 | padding: 5px; | |
39 | overflow: auto; | |
} | ||
39 | ||
42 | /* Curious hack that makes PRE inside table cells work with Gecko and | |
43 | * WekKit engines (Opera never had any trouble, at least not up to v9.6). | |
44 | */ | |
45 | ||
46 | div.template_body_content table | |
{ | ||
48 | table-layout: fixed; | |
49 | } | |
50 | ||
51 | /* Shadow effects and common section container styles */ | |
52 | ||
53 | div.template_shadow_left | |
54 | { | |
margin: 0; | ||
padding: 0; | ||
57 | margin-left: 7%; | |
58 | padding-left: 15px; /* Width of shadow image */ | |
59 | background: url( /images/risc_os_open/shadow_lhs.png ) top left repeat-y; | |
} | ||
45 | ||
62 | div.template_shadow_right | |
{ | ||
47 | | |
48 | | |
64 | margin: 0; | |
65 | padding: 0; | |
66 | margin-right: 7%; | |
67 | padding-right: 15px; /* Width of shadow image */ | |
68 | background: url( /images/risc_os_open/shadow_rhs.png ) top right repeat-y; | |
} | ||
51 | ||
71 | div.template_overall_content | |
72 | { | |
73 | margin: 0; | |
74 | padding: 0 20px 0 20px; | |
75 | } | |
53 | ||
77 | div#template_header_content, div#template_footer_content | |
{ | ||
55 | | |
56 | | |
57 | | |
58 | | |
59 | | |
79 | background: #e5ffd4 url( /images/risc_os_open/top_fade.png ) top left repeat-x; | |
} | ||
62 | ||
82 | tr.template_title_background | |
{ | ||
64 | | |
65 | | |
84 | background-color: transparent; | |
} | ||
68 | ||
87 | div#template_header_content | |
{ | ||
70 | | |
89 | padding-top: 10px; | |
90 | padding-bottom: 5px; | |
} | ||
73 | ||
93 | div#template_header_background | |
{ | ||
75 | | |
95 | background: #dee6d9 url( /images/risc_os_open/top_fade.png ) top left repeat-x;; | |
} | ||
78 | ||
98 | tr.template_navigation_background, | |
99 | div#template_header_links_content | |
{ | ||
80 | | |
101 | white-space: nowrap; | |
102 | background: #757361 url( /images/risc_os_open/bottom_fade.png ) bottom left repeat-x; | |
} | ||
105 | div#template_header_links_background | |
106 | { | |
107 | background: #bdbcb7 url( /images/risc_os_open/bottom_fade.png ) bottom left repeat-x; | |
108 | } | |
109 | ||
110 | div#template_body_content | |
111 | { | |
112 | background: #fff; | |
113 | } | |
114 | ||
115 | div#template_footer_shadow_left | |
116 | { | |
117 | background: url( /images/risc_os_open/shadow_blc.png ) top left no-repeat; | |
118 | } | |
119 | ||
120 | div#template_footer_shadow_right | |
121 | { | |
122 | background: url( /images/risc_os_open/shadow_brc.png ) top right no-repeat; | |
123 | } | |
124 | ||
125 | div#template_footer_content | |
126 | { | |
127 | padding: 15px 0 0 0; | |
128 | background: transparent url( /images/risc_os_open/shadow_ftr.png ) top left repeat-x; | |
129 | } | |
130 | ||
131 | /* Heading banner */ | |
132 | ||
133 | h1.template_title | |
134 | { | |
135 | font-size: 150%; | |
136 | display: none; | |
137 | } | |
138 | ||
139 | span.template_title_one | |
140 | { | |
141 | font-weight: bold; | |
142 | color: #8CB877; | |
143 | } | |
144 | ||
145 | span.template_title_two | |
146 | { | |
147 | font-weight: normal; | |
148 | color: #4e713e; | |
149 | margin-left: -6px; | |
150 | } | |
151 | ||
152 | div.template_subtitle | |
153 | { | |
154 | font-size: 90%; | |
155 | margin: 4px 0; /* Was - margin: -4px 16px 16px 16px; */ | |
156 | color: #4e713e; | |
157 | } | |
158 | ||
159 | /* Common heading styles */ | |
160 | ||
161 | h1, h2, h3, h4, h5, h6, form, div | |
162 | { | |
163 | margin: 0; | |
164 | padding: 0; | |
165 | } | |
166 | ||
167 | h3.light, .content h3 | |
168 | { | |
169 | font: normal 125% Homerton, Tahoma, Arial, Helvetica, sans-serif; | |
170 | color: #61377a; | |
171 | } | |
172 | ||
173 | tr.template_title_background td h1 | |
174 | { | |
175 | padding: 8px 16px 0 16px; | |
176 | } | |
177 | ||
/* Common form element and form-related styles */ | ||
input, textarea, select | ||
{ | ||
87 | | |
182 | border: 1px solid #4e713e; | |
background: #F9F9F9; | ||
} | ||
91 | ||
186 | input.template_donate | |
{ | ||
93 | | |
188 | width: 110px; | |
height: 23px; | ||
border: none; | ||
} | ||
98 | ||
193 | input.template_buy | |
{ | ||
border: none; | ||
} | ||
103 | ||
198 | div.template_donate, div.template_buy | |
{ | ||
text-align: center; | ||
} | ||
108 | ||
203 | img.template_donate, img.template_buy | |
{ | ||
110 | | |
111 | | |
112 | | |
205 | position: fixed; | |
206 | top: 0; | |
207 | left: 0; | |
visibility: hidden; | ||
} | ||
116 | ||
211 | div.template_sidebar_node form | |
{ | ||
213 | text-align: center; | |
white-space: nowrap; | ||
} | ||
121 | ||
217 | /* Common link styles */ | |
123 | ||
219 | a | |
{ | ||
125 | | |
221 | text-decoration: none; | |
222 | border-bottom: 1px dotted; | |
223 | padding: 0; | |
224 | margin: 0; | |
225 | color: #28477a; | |
} | ||
128 | ||
228 | a:hover | |
{ | ||
130 | | |
131 | | |
132 | | |
230 | background: #dadfe7; | |
231 | border-bottom: 1px solid; | |
} | ||
135 | ||
234 | a:visited | |
{ | ||
137 | | |
138 | | |
139 | | |
236 | color: #5b6370; | |
} | ||
142 | ||
239 | a img | |
{ | ||
144 | | |
145 | | |
146 | | |
241 | border: none; | |
} | ||
149 | ||
244 | a.img | |
{ | ||
151 | | |
152 | | |
153 | | |
246 | border-bottom: none; | |
} | ||
156 | ||
249 | /* Navigation bar */ | |
250 | ||
251 | tr.template_navigation_background | |
{ | ||
158 | | |
253 | height: 32px; | |
} | ||
161 | ||
256 | td.template_navigation_left, td.template_navigation_right, td.template_navigation_login | |
257 | { | |
258 | font-weight: bold; | |
259 | font-size: 80%; | |
260 | } | |
163 | ||
262 | span.template_navigation_divider | |
{ | ||
165 | | |
264 | display: none; | |
} | ||
168 | ||
267 | a.template_navigation | |
{ | ||
170 | | |
269 | color: #c2bfa1; | |
270 | border: 0; | |
271 | padding: 5px 10px; | |
272 | border-right: 1px solid #8a8872; | |
} | ||
173 | ||
275 | a.template_navigation:first-child { | |
276 | border-left: 1px solid #8a8872; | |
277 | } | |
278 | ||
279 | a.template_navigation:hover | |
{ | ||
175 | | |
281 | background: #C2BFA1; | |
282 | color: #FFFFFF; | |
} | ||
178 | ||
285 | td.template_navigation_login a, a.template_navigation_login:hover | |
286 | { | |
287 | border: none; | |
288 | padding: 0; | |
289 | margin: 0; | |
290 | } | |
180 | ||
292 | /* Navigåtion bar - footer variations */ | |
293 | ||
294 | div.template_foottitle | |
{ | ||
182 | | |
296 | font-size: 80%; | |
297 | margin-top: 14px; | |
298 | color: #4e713e; | |
} | ||
185 | ||
301 | .powered, | |
302 | .powered img, | |
303 | a.powered, a.powered:hover | |
{ | ||
187 | | |
188 | | |
189 | | |
305 | border: none; | |
306 | background: none; | |
} | ||
192 | ||
309 | div#template_footer_links_background, | |
310 | div#template_footer_links_shadow_left, | |
311 | div#template_footer_links_shadow_right, | |
312 | div.template_footer_content, | |
313 | div.template_footer_content * | |
{ | ||
194 | | |
195 | | |
315 | background: none; | |
316 | color: #4e713e; | |
} | ||
198 | ||
319 | div.template_footer_content span.template_navigation_divider | |
{ | ||
200 | | |
321 | display: inline; | |
} | ||
203 | ||
324 | div.template_footer_content a, | |
325 | div.template_footer_content a.template_navigation, | |
326 | div.template_footer_content a:visited | |
327 | div.template_footer_content a.template_navigation:visited | |
{ | ||
329 | border: none; | |
330 | border-bottom: 1px dotted; | |
331 | padding: 0; | |
332 | margin: 0; | |
333 | color: #28477a; | |
334 | } | |
335 | ||
336 | div.template_footer_content a:hover | |
337 | { | |
338 | color: #28477a; | |
339 | background: #b3bed0; | |
border-bottom: 1px solid; | ||
206 | | |
207 | | |
} | ||
210 | ||
343 | div#template_footer_links_content | |
{ | ||
212 | | |
padding: 0; | ||
214 | | |
} | ||
/* Standard template body and sidebar divider */ | ||
219 | ||
350 | td.template_column_divider | |
{ | ||
221 | | |
352 | visibility: hidden; | |
353 | background: #c4ccd8; | |
} | ||
/* Common sidebar styles */ | ||
226 | ||
358 | div.template_sidebar_static | |
{ | ||
228 | | |
360 | font-size: 80%; | |
} | ||
231 | ||
363 | div.template_sidebar_node h3 | |
{ | ||
233 | | |
365 | clear: both; /* See Castle logo floated element below */ | |
366 | padding: 5px 0; | |
367 | background: #dbdbdb url( /images/risc_os_open/top_fade.png ) top left repeat-x;; | |
368 | text-align: center; | |
369 | color: #000; | |
370 | font: bold 90% Arial, Verdana, Helvetica, sans-serif; | |
} | ||
236 | ||
373 | div.template_sidebar_node > ul:last-child | |
{ | ||
375 | margin-bottom: 0; | |
376 | } | |
377 | ||
378 | div.template_sidebar_node li | |
379 | { | |
margin-left: -20px; | ||
381 | font-size: 90%; | |
} | ||
384 | /* Castle logo in sidebar */ | |
385 | ||
386 | div#template_castle_logo | |
387 | { | |
388 | display: block; | |
389 | float: right; | |
390 | width: 59px; | |
391 | height: 75px; | |
392 | background: url( /images/third_party/castle_shield_reflect.png ) 0 0 no-repeat; | |
393 | margin-left: 5px; | |
394 | } | |
395 | ||
/* Notification messages */ | ||
.notice | ||
... | ... | |
/* Breadcrumb trails */ | ||
266 | ||
421 | .breadcrumbs | |
{ | ||
margin-top: 5px; | ||
border-top: 1px solid #e5ffd4; | ||
... | ... | |
.breadcrumbs ul li | ||
{ | ||
280 | | |
435 | display: inline; | |
font-size: 80%; | ||
282 | | |
283 | | |
284 | | |
437 | color: #333; | |
438 | margin: 0; | |
439 | padding: 0; | |
} | ||
/* Component list tables */ | ||
... | ... | |
table.parsed_directory_listing | ||
{ | ||
border-collapse: collapse; | ||
292 | | |
293 | | |
447 | margin: 0 0 20px 0; | |
448 | padding: none; | |
} | ||
table.parsed_directory_listing td, | ||
... | ... | |
div.cvslog2web_p_entry div.cvslog2web_message | ||
{ | ||
background-color: #ffc; | ||
319 | | |
320 | | |
474 | border: 1px solid #ccc; | |
475 | margin-bottom: 10px; | |
} | ||
div.log p | ||
... | ... | |
{ | ||
list-style: none; | ||
margin-top: 10px; | ||
343 | | |
344 | | |
345 | | |
498 | padding: 0; | |
499 | font-size: 80%; | |
500 | color: #9a9a9a; | |
} | ||
348 | ||
503 | ul.changes li.change-name | |
504 | { | |
505 | color: #666; | |
506 | } |