Changesets can be listed by changeset number.
The Git repository is here.
Changeset 247
Updates for new 17-Oct-2008 design.
- Comitted by: rool
- Date: Friday October 17 15:18:36 2008 (over 16 years ago)
Affected files:
- rool/rails/typo/trunk/themes/risc_os_open/views/shared/fixed_footer.rhtml
- rool/rails/typo/trunk/themes/risc_os_open/views/shared/fixed_header.rhtml
- rool/rails/typo/trunk/themes/risc_os_open/views/shared/fixed_sidebar.rhtml
- rool/rails/typo/trunk/app/views/sidebar/_sidebar.rhtml (diff)
- rool/rails/typo/trunk/config/database.yml (diff)
- rool/rails/typo/trunk/themes/risc_os_open/layouts/default.rhtml (diff)
- rool/rails/typo/trunk/themes/risc_os_open/stylesheets/risc_os_open.css (diff)
rool/rails/typo/trunk/app/views/sidebar/_sidebar.rhtml:
prev. | current | |
<% benchmark "BENCHMARK: display_plugins: #{sidebar.controller}" do %> | ||
2 | ||
2 | <div class="template_sidebar_node"> | |
<%= render_sidebar(sidebar) %> | ||
</div> | ||
<% end %> |
rool/rails/typo/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: typo-devel | |
test: | ||
<<: *dbinfo |
rool/rails/typo/trunk/themes/risc_os_open/layouts/default.rhtml:
prev. | current | |
<%= stylesheet_link_tag "/stylesheets/user-styles", :media => 'all' %> | ||
</head> | ||
<% benchmark "BENCHMARK: layout/body" do %> | ||
10 | | |
10 | <body alink="#e5ffd4" bgcolor="#ffffff" link="#6e915e" text="#333333" vlink="#8cb877"> | |
<%= render 'shared/fixed_header' %> | ||
<!-- Blog contents table --> | ||
15 | | |
16 | | |
15 | <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"> | |
16 | ||
17 | <br /> | |
18 | <table width="100%" cellspacing="0" cellpadding="0" align="center"> | |
<tr valign="top" align="left"> | ||
18 | | |
20 | <td width="74%"> | |
<%= hubssolib_flash_tags -%> | ||
<h2><%= link_to this_blog.blog_name, { :controller => '/' } %></h2> | ||
... | ... | |
<% end %> | ||
</td> | ||
29 | | |
30 | | |
31 | | |
31 | <td width="1%"> </td> | |
32 | <td bgcolor="#bbbbbb" class="template_column_divider"><img src="/images/utilities/blank.gif" width="1" height="1" alt="." border="0" /></td> | |
33 | <td width="1%"> </td> | |
33 | | |
34 | | |
35 | <td width="24%"> | |
36 | <div class="template_sidebar_node" id="search"> | |
<%= render :partial => "shared/search" %> | ||
36 | | |
38 | <div class="template_sidebar_static"><div id="search-results"></div></div> | |
</div> | ||
<%= render 'shared/fixed_sidebar' %> | ||
<p /> | ||
42 | | |
44 | <div class="template_sidebar_node"> | |
<%= render_sidebars %> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
50 | <br /> | |
52 | </div></div></div></div> | |
53 | ||
<%= render 'shared/fixed_footer' %> | ||
</body> | ||
</html><% end %> |
rool/rails/typo/trunk/themes/risc_os_open/stylesheets/risc_os_open.css:
prev. | current | |
/* Global - collapse paragraph breaks, except in the sidebar */ | ||
10 | ||
10 | p | |
{ | ||
margin: 0 0 1em 0; | ||
padding: 0; | ||
} | ||
16 | ||
16 | div.lightboxplugin | |
{ | ||
18 | | |
19 | ||
20 | ||
21 | ||
22 | ||
margin-bottom: 1em; | ||
} | ||
... | ... | |
font: bold 100% Arial, Verdana, Helvetica, sans-serif; | ||
} | ||
30 | #search p | |
31 | { | |
32 | margin-top: 1em; | |
33 | } | |
34 | ||
/*+-------------------------------------------+ | ||
| POST | | ||
+-------------------------------------------+*/ | ||
... | ... | |
.post | ||
{ | ||
margin: 0 0 10px 0px; | ||
42 | | |
42 | border-bottom: 1px solid #c4ccd8; | |
} | ||
45 | ||
45 | .post h1 | |
{ | ||
font: normal 125% Arial, Verdana, Helvetica, sans-serif; | ||
margin-bottom: 11pt; | ||
49 | | |
49 | color: #61377a; | |
} | ||
52 | ||
52 | p.meta | |
{ | ||
54 | | |
55 | | |
56 | | |
57 | | |
58 | ||
59 | ||
60 | ||
61 | ||
62 | | |
63 | ||
64 | ||
65 | ||
66 | ||
font-size: 75%; | ||
text-align: right; | ||
padding: 10px 0 0 0; | ||
} | ||
72 | ||
59 | p.auth | |
{ | ||
padding: 0 0 10px 10px; | ||
font-size: 80%; | ||
... | ... | |
background: url(/news/images/theme/bracket.gif) no-repeat; | ||
} | ||
81 | ||
68 | /*+-------------------------------------------+ | |
69 | | COMMENTS | | |
70 | +-------------------------------------------+*/ | |
71 | ||
72 | h4.blueblk /* "Comments" title */ | |
{ | ||
83 | | |
84 | | |
74 | background: #757361 url( /images/risc_os_open/bottom_fade.png ) bottom left repeat-x; | |
75 | color: #c2bfa1; | |
padding: 5px; | ||
margin: 30px 0px 10px 0px; | ||
} | ||
89 | | |
90 | | |
91 | | |
92 | ||
93 | ||
80 | .comment-list li, #preview | |
{ | ||
95 | | |
82 | background: #e5ffd4 url( /images/risc_os_open/top_fade.png ) top left repeat-x; | |
padding: 5px; | ||
97 | | |
98 | | |
84 | margin-bottom: 1em; | |
85 | color: #333; | |
clear: right; | ||
} | ||
102 | ||
89 | div.citation | |
{ | ||
font-size: small; | ||
margin-bottom: 6px; | ||
} | ||
108 | ||
95 | div.citation cite | |
{ | ||
110 | | |
97 | color: #4e713e; | |
font-style: normal; | ||
} | ||
... | ... | |
height: 140px; | ||
} | ||
139 | ||
140 | ||
141 | | |
142 | ||
143 | ||
/*+-------------------------------------------+ | ||
| MISC | | ||
+-------------------------------------------+*/ | ||
149 | ||
131 | .template_sidebar_node li | |
{ | ||
font-size: small; | ||
} | ||
... | ... | |
* html .clearfix {height: 1%;} | ||
/* End hide from IE-mac */ | ||
220 | ||
221 | ||
222 | | |
223 | | |
224 | ||
/* Syntax highlighting */ | ||
... | ... | |
} | ||
/*+-------------------------------------------+ | ||
294 | | |
271 | | TAGliST | | |
+-------------------------------------------+*/ | ||
297 | ||
274 | ul#taglist li | |
{ | ||
display: inline; | ||
line-height: 2em; |