Ricky Buchanan (
jeshyr) wrote in
dreamscapes2009-08-23 08:28 pm
Entry tags:
EasyRead
Theme name/layout: EasyRead / Tabula Rasa
Author:
rb
Layout info: CSS is available at http://notdoneliving.net/dw-easyread.css
Image info: Has no images
You can see this layout being used at my journal
rb.
This very plain/simple layout is optimised for users who have low vision and use very large font sizes (think >36 pt, I usually use 128pt fonts) when reading long slabs of text. As you can imagine, most styles totally fail to be usable at these huge font sizes.
I have no knowledge of S2 or how to convert this theme into a "proper" DW style, and no spare energy/spoons/brain cells to learn how.
afuna said to post it anyway and somebody else may do the converting for me so here you are! If anybody'd like to volunteer to help, please please please feel free :)
I set this up by choosing Tabula Rasa with no sidebars and pointing the CSS at the file above, I don't think there was anything else? I'd really like the stuff in .module-section-one to come out *above* the main content but I don't think this can be done with just CSS, I need the HTML output to be in a different order - hence the need (I think) for a patch.
Please somebody let me know if I have totally screwed this up! As you can see, I'm rather short on confidence here.
Ricky
Author:
Layout info: CSS is available at http://notdoneliving.net/dw-easyread.css
Image info: Has no images
You can see this layout being used at my journal
This very plain/simple layout is optimised for users who have low vision and use very large font sizes (think >36 pt, I usually use 128pt fonts) when reading long slabs of text. As you can imagine, most styles totally fail to be usable at these huge font sizes.
I have no knowledge of S2 or how to convert this theme into a "proper" DW style, and no spare energy/spoons/brain cells to learn how.
I set this up by choosing Tabula Rasa with no sidebars and pointing the CSS at the file above, I don't think there was anything else? I'd really like the stuff in .module-section-one to come out *above* the main content but I don't think this can be done with just CSS, I need the HTML output to be in a different order - hence the need (I think) for a patch.
Please somebody let me know if I have totally screwed this up! As you can see, I'm rather short on confidence here.
Ricky

no subject
http://afuna.afuna.dreamhack.afunamatata.com/?s2id=150
With regard to moving stuff to the top of the screen. That's all displayed at the top of the page by default. Is it too much? Should we move some of the stuff to the bottom, do you think?
no subject
At the top I'd put just the profile and page summary. Those are useful before you read.
At the bottom the links, tags, and navigation.
Don't put the rest on at all, people can add a link to (eg) calendar page if they want a calendar, etc etc.
YOU ROCK!
r
no subject
no subject
set module_userprofile_section = "one"; set module_userprofile_show = true; set module_pagesummary_section = "one"; set module_pagesummary_show = true; set module_navlinks_section = "two"; set module_navlinks_show = true; set module_tags_section = "two"; set module_tags_show = true; set module_tags_opts_type = "cloud"; set module_links_section = "two"; set module_links_show = true; set module_customtext_section = "two"; set module_customtext_show = false; set module_syndicate_section = "two"; set module_syndicate_show = true; set module_credit_section = "two"; set module_credit_show = true; set module_time_section = "two"; set module_time_show = true; set module_poweredby_section = "two"; set module_poweredby_show = true; set module_calendar_section = "two"; set module_calendar_show = false; set module_userprofile_order = 1; set module_pagesummary_order = 2; set module_navlinks_order = 10; set module_tags_order = 11; set module_links_order = 12; set module_customtext_order = 13; set module_syndicate_order = 14; set module_credit_order = 15; set module_time_order = 16; set module_poweredby_order = 17; set module_calendar_order = 18; function Page::print() { """\n\n"""; $this->print_wrapper_start(); $this->print_control_strip(); """
""";
$this->print_global_title();
$this->print_global_subtitle();
$this->print_title();
"""
""";
$this->print_module_section("one");
"""
""";
$this->print_body();
"""
""";
$this->print_module_section("two");
"""
""";
"""
""";
print safe """
$*text_page_top
""";
$this->print_wrapper_end();
"""""";
}The entire patch is here: http://pastie.org/636036
PS. I noticed http://bugs.dwscoalition.org/show_bug.cgi?id=1768 is still assigned to me; assign it to yourself, when you submit your patch?
PPS. Thank you for being so awesome, and grabbing EasyRead!