summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/style.ini
Commit message (Collapse)AuthorAge
* switched to LESS variables in rest of template's css filesAnika Henke2013-07-31
|
* fixed broken structureAnika Henke2013-07-30
|
* lessified more filesAndreas Gohr2013-07-30
|
* lessyfied another oneAndreas Gohr2013-07-30
|
* lessyfied the first of template's CSS filesAndreas Gohr2013-07-30
|
* reduced required max width to go into tablet modeAnika Henke2013-02-03
|
* added cut off points for mobile devices as parameters to style.iniAnika Henke2012-10-26
|
* fixed typo in style.iniAnika Henke2012-10-12
|
* Merge pull request #134 from splitbrain/local-style-iniAndreas Gohr2012-10-12
|\ | | | | added support for local style.ini files
| * changed local style.ini to be merged with standard oneAnika Henke2012-10-11
| |
| * added support for local style.ini filesAnika Henke2012-10-07
| |
* | removed template dependencies from underscored CSS files in new default templateAnika Henke2012-10-10
|/
* corrected comment in style.iniAnika Henke2012-09-13
|
* increased font size for mobile versionAnika Henke2012-07-08
|
* moved contents of rtl.css into other CSS filesAnika Henke2012-04-09
|
* load only one stylesheet for all modes instead of threeAnika Henke2012-04-09
| | | | | | | Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything. Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead! Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.
* changed the way RTL styles are addedAnika Henke2012-02-23
| | | | | | | Add rtl.css as *screen* style, but append all RTL styles with [dir=rtl]. That has the advantage that all styles are in the same CSS output, so there are no different requests. Later on all styles in rtl.css should be moved to their respective "parent" css file.
* moved files to template hierarchy for merging with coreAndreas Gohr2012-02-06