[games_access] Websites Print and accessible theme

Barrie Ellis oneswitch at gmail.com
Sun May 8 10:43:41 EDT 2011


Cheers Sandra. However, I really don't want to set the colour of my links to 
black, as the background is black too(!) The web-site was designed as a 
web-site in 2002, not really with printing it out that much in mind, beyond 
the DOC files I have up. Will take into account your suggestions. A total 
web-site redesign would be lovely, but time is so short. When I'm a 
millionaire...

Barrie




--------------------------------------------------
From: "Sandra Uhling" <sandra_uhling at web.de>
Sent: Sunday, May 08, 2011 11:09 AM
To: "'IGDA Games Accessibility SIG Mailing List'" <games_access at igda.org>
Subject: [games_access] Websites Print and accessible theme

> Hi,
>
> I hope this is ok. I know web accessibility is not our topic.
> But lots of use provide information on websites.
> Unfortunately when you print it, the links are often lost.
>
> Special Barries links I do miss a lot when I want to print
> or want to save a page as pdf.
>
> Here is what I use in my wordpress. I choosed to use a class.
> So I can always decide which link is printed.
>
>
>
> header:
> <link rel="stylesheet" type="text/css" media="print" href="<?php
> bloginfo('stylesheet_directory'); ?>/print.css" />
>
> print.css
> @media print {
> body a:link.print:after, body a:visited.print:after {
> content: " (" attr(href)") ";
> font-weight: normal;
> font-size: 80%;
> }
> }
>
>
> @Barrie: maybe you need to set the color of the link to black?
> When I want to "print" your pages it is yellow on white.
>
>
>
>
> Accessible Theme for Wordpress:
> http://accessible.sprungmarker.de/2011/04/accessible-five/
>
> download: http://www.twentytenfive.com/
> Put it in your theme folder,
> Rename it to TwentyTenFive (when necessary)
>
> Download:
> http://accessible.sprungmarker.de/wp-content/uploads/themes/accessible-five.
> zip
> Put it in the theme folder,
>
>
> Go to the backend -> Appearance -> Themes
> Activate: Accessible Five 1.0 by Sylvia Egger
> Note: this is a child-theme for TwentyTenFive
> It will only work, when this theme works.
>
>
> And then change the theme like you want:
> Header, print (see above), ...
>
>
> I asked Sylvia if she can add the print function.
> That would be great.
>
>
> Best regards,
> Sandra
>
>
>
>
> _______________________________________________
> games_access mailing list
> games_access at igda.org
> http://seven.pairlist.net/mailman/listinfo/games_access
> The main SIG website page is http://igda-gasig.org 




More information about the games_access mailing list