- Apr 09, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
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.
-
- Apr 08, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
- Apr 07, 2012
-
-
Anika Henke authored
removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Apr 03, 2012
-
-
Kiril LastName authored
-
- Mar 26, 2012
-
-
Erial Krale authored
-
- Mar 25, 2012
-
-
Anika Henke authored
fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) * removed all occurrences of '-moz-linear-gradient' * added SVG as fallback for Firefox, IE9 and other browsers to page background and buttons
-
- Mar 24, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
- Mar 23, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Taisuke Shimamoto authored
-
Andreas Gohr authored
-
- Mar 22, 2012
-
-
Dominik Eckelmann authored
-
- Mar 21, 2012
-
-
Dominik Eckelmann authored
-
- Mar 11, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Andreas Gohr authored
This time PHP and libGD is used so it should work on Windows as well. The image quality is much better this time and the active highlight color is read directly from the template's style.ini
-
- Mar 10, 2012
-
-
Andreas Gohr authored
This makes it easier to modify or extend the icons in the sprite. Just place the source files in the pagetools directory and run the build script.
-
Anika Henke authored
-
Andreas Gohr authored
as discussed at https://github.com/splitbrain/dokuwiki/pull/82#r419699
-
- Mar 04, 2012
-
-
Bohumír Zámečník authored
-
- Mar 02, 2012
-
-
Andreas Gohr authored
-
- Feb 22, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
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.
-
Anika Henke authored
-
Anika Henke authored
-