| 7c5f6a37 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
removed a few unnecessary classes and elements before IDs in styles |
| 3cc7f979 | 11-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
made images fit better into the horizontal grid, and reduced side spacing a bit |
| d43eb441 | 11-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Another go at building the pagetool sprite with a script
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 col
Another go at building the pagetool sprite with a script
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
show more ...
|
| 83112a8a | 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Build the pagetools sprite programatically with imagemagick
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
Build the pagetools sprite programatically with imagemagick
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.
show more ...
|
| a4380643 | 10-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
improved footer readability and css |
| 0cec12db | 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
readded footer buttons from the old template
as discussed at https://github.com/splitbrain/dokuwiki/pull/82#r419699 |
| 44dae8a7 | 04-Mar-2012 |
Bohumír Zámečník <bohumir.zamecnik@gmail.com> |
Czech language update |
| a7c93226 | 02-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
make RSS contents (media/pages) configurable |
| 4a918957 | 23-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
removed left spacing of recent changes list in mobile view |
| efba7aa3 | 23-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
improved closed item in sitemap for RTL languages |
| 5e5582ce | 23-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
changed the way RTL styles are added
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 diffe
changed the way RTL styles are added
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.
show more ...
|
| a502f0b0 | 23-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
deleted README file from new template
|
| 8204206b | 23-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
deleted another obsolete file
|
| bb866f2f | 23-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
fixed lists beside floating content (FS#1950) |
| 0bd81194 | 23-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
fixed swipe diff view |
| 4c3ecbf1 | 23-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
updated RTL styles to latest mobile changes |
| c55a2a41 | 23-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
made styles for .pad and .site divs more specific to avoid interfering with the same classes somewhere else within the page |
| f4476bd9 | 20-Feb-2012 |
Jan Schumann <js@schumann-it.com> |
Refactored auth system: All auth methods are now introduced as plugins. |
| a699035c | 15-Feb-2012 |
Erial Krale <erial2@gmail.com> |
Korean language update |
| b2a1a44c | 07-Feb-2012 |
Marius Olar <olarmariusalex@yahoo.com> |
Romanian language update |
| e67004f5 | 07-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
trigger JS_CACHE_USE in lib/exe/js.php
This removes the cachekey parameter again and instead follows @michitux's suggestion to trigger an event for the cache usage |
| 5c0c6845 | 06-Feb-2012 |
PCPA <pcpa@cyberpunk.su> |
Russian language update |
| 0e336ca8 | 06-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
moved files to template hierarchy for merging with core |
| 750a55de | 05-Feb-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
corrected comment |
| 2d74814f | 05-Feb-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
added getapi methods to remote plugin |