Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | switched to LESS variables in rest of template's css files | Anika Henke | 2013-07-31 |
| | |||
* | fixed broken structure | Anika Henke | 2013-07-30 |
| | |||
* | lessified more files | Andreas Gohr | 2013-07-30 |
| | |||
* | lessyfied another one | Andreas Gohr | 2013-07-30 |
| | |||
* | lessyfied the first of template's CSS files | Andreas Gohr | 2013-07-30 |
| | |||
* | reduced required max width to go into tablet mode | Anika Henke | 2013-02-03 |
| | |||
* | added cut off points for mobile devices as parameters to style.ini | Anika Henke | 2012-10-26 |
| | |||
* | fixed typo in style.ini | Anika Henke | 2012-10-12 |
| | |||
* | Merge pull request #134 from splitbrain/local-style-ini | Andreas Gohr | 2012-10-12 |
|\ | | | | | added support for local style.ini files | ||
| * | changed local style.ini to be merged with standard one | Anika Henke | 2012-10-11 |
| | | |||
| * | added support for local style.ini files | Anika Henke | 2012-10-07 |
| | | |||
* | | removed template dependencies from underscored CSS files in new default template | Anika Henke | 2012-10-10 |
|/ | |||
* | corrected comment in style.ini | Anika Henke | 2012-09-13 |
| | |||
* | increased font size for mobile version | Anika Henke | 2012-07-08 |
| | |||
* | moved contents of rtl.css into other CSS files | Anika Henke | 2012-04-09 |
| | |||
* | load only one stylesheet for all modes instead of three | Anika Henke | 2012-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 added | Anika Henke | 2012-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 core | Andreas Gohr | 2012-02-06 |