CHANGELOG.txt |
CHANGELOG.txt |
|
Page Style 5.x Releases
=======================
Page Style 5.x-1.9, 2010-06-04
------------------------------
- #796170 by mgifford: Fixed display_hidden invisible to screen readers.
- #739004 by billsdesk: Fixed CSS3 Validator Generates… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
pagestyle.admin.inc |
includes/pagestyle.admin.inc |
|
Provides the Page Style administrative interface. |
pagestyle.block.inc |
includes/pagestyle.block.inc |
|
Block, page and theme functions. |
pagestyle.css |
pagestyle.css |
|
/* subtitle */
div.block-pagestyle div h3.list {
display: block;
float: none;
margin: 0;
}
div.block-pagestyle div h3.inline {
display: inline;
float: left;
margin: 0;
padding: 0 0.5em 0.25em 0em;
}
div.pagestyle_list… |
pagestyle.info |
pagestyle.info |
|
name = Page Style
description = Display a style changer on the page and in the browser menue for a better web accessibility.
package = User interface
core = 5.x |
pagestyle.install |
pagestyle.install |
|
This file update or uninstall the Page Style module. |
pagestyle.module |
pagestyle.module |
|
Display a style changer on the page and in the browser menue for a better web accessibility. |
README.txt |
README.txt |
|
Drupal Page Style Module
------------------------
Author - Christian Zwahlen info@zwahlendesign.ch
Requires - Drupal 5, jQuery Plugin: jQuery Cookie plugin (http://plugins.jquery.com/project/Cookie)
License - GPL (see… |
style_black_white.css |
css/style_black_white.css |
|
<!--
/* <![CDATA[ */
/* body for old browser (IE 4) */
body,
* {
color: #000 !important;
background-color: #fff !important;
background-image: none !important;
}
/* ]]>*/
--> |
style_standard.css |
css/style_standard.css |
|
<!--
/* <![CDATA[ */
/* body for old browser (IE 4) */
body,
* {
}
/* ]]>*/
--> |
style_white_black.css |
css/style_white_black.css |
|
<!--
/* <![CDATA[ */
/* body for old browser (IE 4) */
body,
* {
color: #fff !important;
background-color: #000 !important;
background-image: none !important;
}
/* ]]>*/
--> |
style_yellow_blue.css |
css/style_yellow_blue.css |
|
<!--
/* <![CDATA[ */
/* body for old browser (IE 4) */
body,
* {
color: #ff0 !important;
background-color: #00f !important;
background-image: none !important;
}
/* ]]>*/
--> |