Anika Henke
b93aee0b42
synced small CSS changes from core
11 years ago
Anika Henke
54b7d19a6b
made sidebar inclusion backwards compatible ( fixes #6 )
11 years ago
Anika Henke
6bbe2c80c5
fixed typo in commented section indenting css
11 years ago
Anika Henke
aae6252e15
removed IE6-specific code
11 years ago
Anika Henke
245aab3112
moved X-UA-Compatible from meta tag to be sent by http header instead
12 years ago
Anika Henke
49a8b9b2b5
version 2013-04-01
12 years ago
Anika Henke
76cda85575
made sidebar inclusion more similar to core (hide it under more circumstances)
12 years ago
Anika Henke
9946700f9c
version 2013-03-11
12 years ago
Anika Henke
c73a278835
added possibility to disable sidebar ( closes #4 )
12 years ago
Anika Henke
494e771047
marked deprecated parts in print styles
12 years ago
Anika Henke
866969d221
improved basic and print styles
12 years ago
Anika Henke
288cdb254b
minor fixes (diff, forms, italic)
12 years ago
Anika Henke
d67c273583
fixed missing tpl_incdir() leading to error in older DW versions
12 years ago
Anika Henke
b393357c61
Merge pull request #3 from dploeger/master
German translation of the settings file
12 years ago
Anika Henke
c27170b23b
version 2012-10-13
12 years ago
Anika Henke
169ab5d6db
added info for style.local.ini files
12 years ago
Anika Henke
79e18147e0
small fix for code blocks
12 years ago
Anika Henke
e8500c75eb
improved base font stack
12 years ago
Anika Henke
d9d01b6fb6
moved styles around
12 years ago
Anika Henke
ad6edaa21a
changed styles for section highlighting to reflect recent changes in core
12 years ago
Anika Henke
25693c8f9e
improved tab styles
12 years ago
Dennis Ploeger
6b6248f07e
Translated settings for german language
12 years ago
Anika Henke
0cac8ebfea
removed fallback for tpl_sidebar() and updated other old fallback functions
12 years ago
Anika Henke
a9f7358630
removed template dependencies from underscored CSS files
12 years ago
Anika Henke
ce9384593d
fixed 2-digit ordered list items in sidebar
12 years ago
Anika Henke
adfd1d4553
switched tpl_sidebar() back to tpl_include_page() and added sidebar include files
12 years ago
Anika Henke
39244ba627
version 2012-09-09
12 years ago
Anika Henke
e17c22fad7
added mobile styles (only covering the basics)
12 years ago
Anika Henke
0a5f71877d
added no-js class
12 years ago
Anika Henke
17bee238a0
changed doctype to (polyglot) html5
12 years ago
Anika Henke
8dc924f7fe
use new core functionalities where possible and deprecated old fallbacks
12 years ago
Anika Henke
771faa7b55
some more RTL fixes
12 years ago
Anika Henke
b624a4504a
fixed tabs in RTL mode in media manager
12 years ago
Anika Henke
a94c593a90
made tabs RTL-aware
12 years ago
Anika Henke
4bb3e478bd
added minimal RTL print styles
12 years ago
Anika Henke
80d696a6cc
RTL fixes for media manager
12 years ago
Anika Henke
bb35838d47
improved link icons
12 years ago
Anika Henke
edbd6415b7
minor general img fixes
12 years ago
Anika Henke
d2dc146e00
adjusted search styles to reflect html changes to core search (backwards-compatible)
12 years ago
Anika Henke
93af547425
adjusted toc styles to reflect html changes to core toc (backwards-compatible)
12 years ago
Anika Henke
74f8b2e1d8
moved contents of rtl.css into other CSS files
12 years ago
Anika Henke
cc172e9f83
adjusted for new additional classes in the core (backwards-compatible for now)
12 years ago
Anika Henke
d386b375f2
use core tpl_includeFile() if it exists
12 years ago
Anika Henke
0009a803ac
removed short open tags from some translation files
12 years ago
Anika Henke
47cd01e8ac
added X-UA-Compatible to always use the best possible browser mode in IE and give users with Chrome Frame the chance to use it
13 years ago
Anika Henke
28f0b50cb1
added mediamanager link to be highlighted when selected
13 years ago
Anika Henke
75297779d4
removed a few unnecessary classes and elements before IDs in styles
13 years ago
Anika Henke
7a89d2b0da
made images fit better into the horizontal grid
13 years ago
Anika Henke
57babfc8c6
improved closed item in sitemap for RTL languages
13 years ago
Anika Henke
caef190b74
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.
13 years ago