CHANGELOG.txt |
CHANGELOG.txt |
|
Page Style 7.x Releases
=======================
Page Style 7.x-1.1, 2016-03-xx
------------------------------
Page Style 7.x-1.1-rc1, 2016-03-13
----------------------------------
- #1184054 by mrfelton. Fixed: Can't switch back to Standard
-… |
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,
div.pagestyle_inline div.edit-pagestyle-select 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 = 7.x
files[] = pagestyle.module
files[] = includes/pagestyle.admin.inc
files[] =… |
pagestyle.install |
pagestyle.install |
|
This file install and 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 7
License - GPL (see LICENSE.txt)
Description
-----------
This module display a style changer on the page and in the browser menue… |
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;
}
/* ]]>*/
--> |