Changesets can be listed by changeset number.
The Git repository is here.
Changeset 386
Update layout to fit in with March 2011 site changes.
- Comitted by: rool
- Date: Monday March 21 14:15:49 2011 (over 13 years ago)
Affected files:
- 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/themes/risc_os_open/views/shared/_powered.rhtml (diff)
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> | |
<%= render 'shared/fixed_header' %> | ||
13 | | |
13 | <div id="template_main"> | |
15 | | |
15 | <!-- Main body content --> | |
17 | | |
18 | | |
19 | | |
20 | | |
17 | <div id="template_body"> | |
18 | <div id="template_body_content"> | |
<%= hubssolib_flash_tags -%> | ||
22 | | |
20 | <h1><%= this_blog.blog_name %></h1> | |
<br /> | ||
<% benchmark "BENCHMARK: layout/content" do %> | ||
<%= @content_for_layout %> | ||
<%= javascript_tag "show_dates_as_local_time()" %> | ||
<% end %> | ||
29 | | |
27 | </div> | |
28 | </div> | |
31 | | |
32 | | |
33 | | |
30 | <!-- Sidebar --> | |
35 | | |
32 | <div id="template_sidebar"> | |
33 | <div id="template_sidebar_content"> | |
<div class="template_sidebar_node" id="search"> | ||
<%= render :partial => "shared/search" %> | ||
<div class="template_sidebar_static"><div id="search-results"></div></div> | ||
</div> | ||
39 | <p /> | |
<%= render 'shared/fixed_sidebar' %> | ||
<p /> | ||
<div class="template_sidebar_node"> | ||
<%= render_sidebars %> | ||
</div> | ||
47 | | |
48 | | |
49 | | |
50 | | |
46 | </div> | |
47 | </div> | |
52 | | |
49 | <div id="template_main_block_end"></div> | |
50 | </div> | |
<%= render 'shared/fixed_footer' %> | ||
</body> | ||
56 | ||
54 | </html><% end %> | |
rool/rails/typo/trunk/themes/risc_os_open/stylesheets/risc_os_open.css:
prev. | current | |
* Originally based on Azure. | ||
*/ | ||
6 | ||
6 | @import url("/css/risc_os_open_2011.css"); | |
/* Global - collapse paragraph breaks, except in the sidebar */ | ||
... | ... | |
.post | ||
{ | ||
41 | | |
41 | padding-bottom: 20px; | |
42 | margin: 0 0 20px 0px; | |
border-bottom: 1px solid #c4ccd8; | ||
} | ||
... | ... | |
p.meta | ||
{ | ||
font-size: 75%; | ||
56 | margin: 0; | |
57 | padding: 0; | |
text-align: right; | ||
56 | | |
} | ||
p.auth | ||
{ | ||
63 | margin-top: 5px; | |
padding: 0 0 10px 10px; | ||
font-size: 80%; | ||
margin-left: 6px; | ||
color: #9a9a9b; | ||
65 | | |
68 | background: url(/news/images/theme/bracket.gif) top left no-repeat; | |
} | ||
/*+-------------------------------------------+ | ||
| COMMENTS | | ||
+-------------------------------------------+*/ | ||
72 | ||
75 | h4.blueblk /* "Comments" title - make it look like <h3> elsewhere */ | |
{ | ||
74 | | |
75 | | |
76 | | |
77 | | |
77 | font: normal 125% Homerton, Tahoma, Arial, Helvetica, sans-serif; | |
78 | color: #61377a; | |
79 | margin: 0 0px 15px 0px; | |
} | ||
80 | ||
82 | .comment-list > li, #preview | |
{ | ||
82 | | |
83 | | |
84 | background: #f0f0f0 url( /images/risc_os_open/top_fade.png ) top left repeat-x; | |
85 | padding: 15px; | |
86 | margin-right: 5px; /* Else right hand shadow gets cropped off in WebKit - must be a "display: table-cell" quirk */ | |
margin-bottom: 1em; | ||
color: #333; | ||
clear: right; | ||
90 | ||
91 | /* border-radius: 8px; */ /* Valid, but the W3C CSS3 validator is buggy and complains - and has since 2006! */ | |
92 | -moz-border-radius: 8px; | |
93 | -webkit-border-radius: 8px; | |
94 | ||
95 | box-shadow: 0px 0px 5px #888; | |
96 | -moz-box-shadow: #888 0 0 5px; | |
97 | -webkit-box-shadow: #888 0 0 5px; | |
} | ||
div.citation | ||
... | ... | |
| FORMS | | ||
+-------------------------------------------+*/ | ||
111 | ||
122 | .frm-tbl td | |
{ | ||
vertical-align: top; padding: 5px; | ||
} | ||
116 | ||
127 | td#frm-btns | |
{ | ||
text-align: right; | ||
} |
rool/rails/typo/trunk/themes/risc_os_open/views/shared/_powered.rhtml:
prev. | current | |
1 | ||
1 | --><%= link_to image_tag("powered.gif"), "http://blog.typosphere.org/", {:class => "powered" } %><!-- |