Changesets can be listed by changeset number.
The Git repository is here.
Changeset 237
Updates for new 17-Oct-2008 design.
- Comitted by: rool
- Date: Friday October 17 15:06:31 2008 (over 16 years ago)
Affected files:
- rool/rails/beast/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/beast/trunk/config/database.yml (diff)
- rool/rails/beast/trunk/public/stylesheets/display.css (diff)
- rool/rails/beast/trunk/utilities/rforum_migration/database.yml (diff)
rool/rails/beast/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<!-- Forum contents table --> | ||
21 | | |
22 | | |
21 | <div id="template_body_background"><div id="template_body_shadow_left" class="template_shadow_left"><div id="template_body_shadow_right" class="template_shadow_right"><div id="template_body_content" class="template_body_content template_overall_content"> | |
22 | ||
23 | <br /> | |
24 | <table align="center" cellpadding="0" cellspacing="0" width="100%"> | |
<tr valign="top" align="left"> | ||
24 | | |
26 | <td width="74%"> | |
<%#= hubssolib_flash_tags -%> | ||
<div id="container"> | ||
... | ... | |
</div> | ||
</td> | ||
38 | | |
39 | | |
40 | | |
40 | <td width="1%"> </td> | |
41 | <td bgcolor="#bbbbbb" class="template_column_divider"><img src="/images/utilities/blank.gif" width="1" height="1" alt="." border="0" /></td> | |
42 | <td width="1%"> </td> | |
42 | | |
44 | <td width="24%"> | |
<div id="sidebar"> | ||
44 | | |
46 | <div class="template_sidebar_node"> | |
<h3>Search forums</h3> | ||
<p /> | ||
<% form_tag all_search_posts_path, :method => 'get' do -%> | ||
<%= text_field_tag :q, params[:q], :size => 15, :id => :search_box %> | ||
52 | <input type="submit" name="submit" value="Go" /> | |
<% end -%> | ||
</div> | ||
<%= render 'shared/fixed_sidebar' %> | ||
<p /> | ||
56 | | |
59 | <div class="template_sidebar_node"> | |
<%= @content_for_right %> | ||
</div> | ||
<p /> | ||
61 | | |
64 | <div class="template_sidebar_node"> | |
<h3>Options</h3> | ||
<ul> | ||
... | ... | |
</td> | ||
</tr> | ||
</table> | ||
82 | <br /> | |
84 | </div></div></div></div> | |
85 | ||
<%= render 'shared/fixed_footer' %> | ||
</body> | ||
</html> |
rool/rails/beast/trunk/config/database.yml:
prev. | current | |
adapter: postgresql | ||
host: /home/rool/postgres/ | ||
username: rool | ||
8 | | |
8 | password: set-password-here | |
# Warning: The database defined as 'test' will be erased and | ||
# re-generated from your development database when you run 'rake'. | ||
... | ... | |
development: | ||
<<: *dbinfo | ||
16 | | |
16 | database: beast-devel | |
test: | ||
<<: *dbinfo |
rool/rails/beast/trunk/public/stylesheets/display.css:
prev. | current | |
@import url("/css/risc_os_open.css"); | ||
8 | ||
9 | ||
8 | div.template_sidebar_node p {font-size:80%;} | |
9 | div.template_sidebar_node form.xdialog | |
{ | ||
white-space: normal; | ||
} | ||
... | ... | |
font-size:0.75em; | ||
color:#888; | ||
font-weight:bold; | ||
86 | margin-bottom:0.75em; | |
} | ||
#content p.subtitle img { vertical-align: bottom; } | ||
... | ... | |
#content p.private img { vertical-align:bottom;} | ||
#content p.private | ||
{ | ||
241 | | |
242 | /* xcolor:white; */ | |
color:#c00; | ||
font-weight:bold; | ||
} | ||
... | ... | |
#content div.upload | ||
{ | ||
margin-top:-0.5em; | ||
253 | | |
254 | /* background:#e7e7e7; */ | |
padding:7px 0; | ||
float:left; | ||
256 | | |
257 | /* width:63%; */ | |
margin-left:0.5em; | ||
} | ||
#content div.upload p label { font-size:0.7em; font-weight:bold;} | ||
... | ... | |
/* specific table styles */ | ||
#content table.forums, | ||
393 | ||
394 | ||
394 | #content table.topics { font-size: 0.8em; } | |
395 | #content table.forums tr th { font-size: 1em; } | |
#content table.forums tr td .title | ||
{ | ||
font-size:1.4em; | ||
... | ... | |
#content table.forums .posts | ||
{ | ||
color:#666; | ||
419 | | |
420 | font-size:0.8em; | |
} | ||
#content table tr th.la { text-align:left; } | ||
... | ... | |
#content table tr td.narrow { padding:2px 5px;} | ||
429 | ||
430 | ||
431 | ||
432 | ||
433 | | |
434 | | |
435 | ||
436 | ||
/* last post */ | ||
#content table tr td.lp | ||
... | ... | |
#content div.stats | ||
{ | ||
margin-top:2em; | ||
496 | | |
489 | background: #e5ffd4 url( /images/risc_os_open/top_fade.png ) top left repeat-x;; | |
font-size:0.8em; | ||
padding:15px 15px; | ||
499 | | |
500 | | |
} | ||
#content div.stats .posts { float:right; text-align:right; } | ||
... | ... | |
#content .post .author a | ||
{ | ||
568 | | |
569 | | |
559 | font-weight: normal; | |
560 | font-size: 90%; | |
} | ||
563 | #content a.admin, | |
#content .post .author a.admin | ||
{ | ||
574 | | |
566 | font-weight: bold | |
} | ||
577 | ||
569 | #content table.posts | |
{ | ||
579 | | |
571 | width: 100%; | |
} | ||
574 | #content .post td.author | |
575 | { | |
576 | width: 25%; | |
577 | } | |
578 | ||
579 | #content .post td.body | |
580 | { | |
581 | width: 75%; | |
582 | } | |
583 | ||
#content .post .date | ||
{ | ||
font-size:0.75em; | ||
... | ... | |
{ | ||
border-top:2px solid #eee; | ||
font-size:0.9em; | ||
605 | | |
607 | padding: 0 0 0 10px; | |
} | ||
#content .posts .post .body blockquote | ||
{ | ||
610 | | |
611 | | |
612 | border:1px solid #b8a6c4; | |
613 | border-left:3px solid #61377a; | |
border-right:0; | ||
613 | | |
615 | background:#e2dae6; | |
padding:1px 10px; | ||
615 | | |
617 | margin-left: 0; | |
618 | margin-right: 0; | |
} | ||
618 | ||
619 | ||
620 | | |
621 | ||
622 | ||
#content .posts .post .body a:hover { color:brown; } | ||
#content .posts .post .body blockquote p |
rool/rails/beast/trunk/utilities/rforum_migration/database.yml:
prev. | current | |
adapter: postgresql | ||
host: /home/rool/postgres/ | ||
username: rool | ||
8 | | |
8 | password: set-password-here | |
# Warning: The database defined as 'test' will be erased and | ||
# re-generated from your development database when you run 'rake'. | ||
... | ... | |
development: | ||
<<: *dbinfo | ||
16 | | |
16 | database: beast-devel | |
test: | ||
<<: *dbinfo |