The official extension repository only consists of freely available extensions. In the future only security reviewed extensions will be displayed. More information about reviews and disclaimer. New documentation is rendered once a day.

The following extension versions depend on this extension:
| Filename | Size | View | Date | Download |
|---|---|---|---|---|
| class.ext_update.php | 12.3 K | View | 04.04.2008 | Download |
| class.tx_cssselect_handlestylesheets.php | 7.2 K | View | 05.04.2008 | Download |
| ext_conf_template.txt | 454 | View | 03.04.2008 | Download |
| ext_icon.gif | 239 | View | 10.07.2007 | Download |
| ext_localconf.php | 439 | View | 03.04.2008 | Download |
| ext_tables.php | 2.2 K | View | 03.04.2008 | Download |
| ext_tables.sql | 166 | View | 03.04.2008 | Download |
| locallang_db.xml | 1.3 K | View | 03.04.2008 | Download |
| doc/manual.sxw | 178 K | 02.05.2008 | Download | |
| pi1/class.tx_cssselect_pi1.php | 12.7 K | View | 02.05.2008 | Download |
| res/css.gif | 614 | View | 03.04.2008 | Download |
| static/constants.txt | 2.1 K | View | 03.04.2008 | Download |
| static/setup.txt | 1.8 K | View | 31.03.2008 | Download |
/***************************************************************
* Copyright notice
*
* (c) 2004 macmade.net
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
/**
* Default TS constants - Extension 'CSS Select'
*
* @author Jean-David Gadina (info@macmade.net)
* @version 1.0
*/
/**
* PI1 object - CSS Select
*/
plugin.tx_cssselect_pi1 {
# cat=css_select/enable/0; type=boolean; label=Recursive: Also check for stylesheet(s) on the top pages.
recursive = 0
# cat=css_select/enable/1; type=boolean; label=Import: Use CSS @import rules. Otherwise, use a <link> tag for each stylesheet.
importRules = 1
# cat=css_select/enable/2; type=boolean; label=XHTML: Use XHTML rules.
xHTML = 1
# cat=css_select/enable/3; type=boolean; label=CSS comments: Write CSS comments before stylesheets.
cssComments = 1
# cat=css_select//0; type=string; label=CSS media: The media of the stylesheet(s).
cssMedia = all
# cat=css_select//1; type=string; label=CSS type: The type of the stylesheet(s).
cssType = text/css
# cat=css_select//2; type=string; label=Link rel: Only if importRules is not set. The rel parameter of the <link> tag.
linkRel = stylesheet
# cat=css_select//3; type=string; label=Link charset: Only if importRules is not set. The charset parameter of the <link> tag.
linkCharset = utf-8
}