5dcb1251 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
collapse sidebar in mobile view FS#2473 |
290a8064 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
mobile styles for the TOC structure changes |
c8388e44 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
made TOC togling script more generic
Instead of a dedicated function to toggle the TOC we now have a function that allows to use this functionality everywhere. This will be used to toggle the sideba
made TOC togling script more generic
Instead of a dedicated function to toggle the TOC we now have a function that allows to use this functionality everywhere. This will be used to toggle the sidebar in the mobile view (in an upcoming patch).
Note, this required some changes to the CSS (to make it more generic). The CSS is still located in the TOC sections but should probably be moved into its own section instead.
show more ...
|
ffec60bb | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some tweaks to the pagetool css FS#2481 |
bd28ae80 | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
when there's not enough space for images, make sure they stay proportional (might be FS#2480) |
47260a57 | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
added minimal RTL print styles (part of FS#2185) |
91b05b6b | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
improved HTML for search results
Attention: Template authors need to adjust their CSS!
Original structure: div.search_result > a.wikilink1 > span.search_cnt br div.search_snippet
New structu
improved HTML for search results
Attention: Template authors need to adjust their CSS!
Original structure: div.search_result > a.wikilink1 > span.search_cnt br div.search_snippet
New structure: dl.search_results > dt > a.wikilink1 dd
show more ...
|
d5acc30d | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
rewrote and improved HTML for TOC
Attention: Template authors need to adjust their CSS!
Original structure: div.toc > div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > s
rewrote and improved HTML for TOC
Attention: Template authors need to adjust their CSS!
Original structure: div.toc > div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > span div#toc__inside > ul.toc > li.level1 > div.li > span.li > a.toc
New structure: div#dw__toc.open|close > h3 > strong > span ul.toc > li.toc > div.li > a
show more ...
|
49e5a707 | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
moved contents of rtl.css into other CSS files |
6322e09d | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
minor changes to gradients: quotes around data-uris and commented css solution |
57b34425 | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
moved the mobile part of the rtl styles (including @media) into mobile.css |
6c47a78c | 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
load only one stylesheet for all modes instead of three
Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles
load only one stylesheet for all modes instead of three
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.
show more ...
|
0607bfee | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
added some wanting classes |
8e38227f | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
renamed smiley image class to 'icon' (FS#1970) |
940db3a3 | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
use abbr instead of deprecated acronym |
16cc7ed7 | 08-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
removed names from footnotes and removed anchors from headings altogether |
dbd59867 | 07-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary |
0bf9967d | 07-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete template file
|
e5d4768d | 07-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
added tpl_includeFile() to core |
42ff6730 | 25-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
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 a
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
show more ...
|
5e984c56 | 24-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
added accidentally removed '<?php' back in (was in 57fc5edd) |
e6014438 | 24-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
wrapped X-UA-Compatible meta tag with conditional comments |
3ce88cce | 24-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
added explanation to todo in _forms.css |
80cc5b3e | 24-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) |
57fc5edd | 23-Mar-2012 |
Anika Henke <anika@selfthinker.org> |
removed a few comments in new template files |