CHANGELOG.txt |
CHANGELOG.txt |
|
Page Style 6.x Releases
=======================
Page Style 6.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-form.tpl.php |
pagestyle-form.tpl.php |
|
Form theme implementation for rendering a block. |
pagestyle-image.tpl.php |
pagestyle-image.tpl.php |
|
Image theme implementation for rendering a block. |
pagestyle-rtl.css |
pagestyle-rtl.css |
|
div.block-pagestyle div h3.inline {
padding: 0 0 0.25em 0;
}
div.block-pagestyle div h3.inline,
div.pagestyle_inline div#edit-pagestyle-select-wrapper,
div.pagestyle_inline div#edit-pagestyle-select-wrapper label,
div.pagestyle_current_inline… |
pagestyle-text.tpl.php |
pagestyle-text.tpl.php |
|
Default theme implementation for rendering a block. |
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 = 6.x
dependencies[] = jquery_plugin |
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 menu for a better web accessibility. |
README.txt |
README.txt |
|
Drupal Page Style Module
------------------------
Author - Christian Zwahlen info@zwahlendesign.ch
Requires - Drupal 6, jQuery plugin (http://drupal.org/project/jquery_plugin)
License - GPL (see LICENSE.txt)
Description
-----------
This module… |
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;
}
/* ]]>*/
--> |