====== Dokuwiki Anpassungen 2013 ====== ===== In lib/tpl/kvfgdw ===== Die folgenden Anpassungen wurden eingearbeitet:

"> PDF Export ODT Export

/* Eingefuegte Knoepfe sollen hovern */ .pdfodtbuttons a img { opacity: 0.5; } .pdfodtbuttons a:hover img, .pdfodtbuttons a:active img, .pdfodtbuttons a:focus img { opacity: 1; } /* Sidebar soll keine ul Bobbel haben */ #dokuwiki__aside li ul, #dokuwiki__aside li ol { list-style: none; }

Zitieren

Permanenter Link
Seite zitieren

Wetterserver

http://www.kvfg.info/weather/wxrss.xml description 10}} [[wetter:start|Wetterdaten im Wiki]]'),$info); ?>

Terminvorschau

[[calendar:start|zum Kalender]] '),$info); ?>

QR Code

Navigation

===== Außerhalb von lib/tpl ===== @media screen { /* top bar */ .dokuwiki .topbar { position: absolute; top: 0; left: 0; width: 100%; } .dokuwiki .topbar ul { text-align: center; max-width: 600px; /* change accordingly */ margin: 0 auto; padding: 0; list-style: none; background-color: __background_alt__; border: solid __border__; border-width: 0 1px 1px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0 1px 3px #999; overflow: hidden; } .dokuwiki .topbar ul li { margin: 0; padding: 0 2px; display: inline-block; font-size: 85%; } .dokuwiki .topbar ul li a { color: __text__; display: inline-block; min-height: 16px; /* make sure icons are not cut off (most icons are 16x16) */ } /* for IE7 */ *+html .dokuwiki .topbar ul li, *+html .dokuwiki .topbar ul li a { display: inline; } /* changes specific for the default "dokuwiki" template, other templates need other changes! */ #dokuwiki__header { padding-top: 3.5em; } #dokuwiki__usertools { top: 2em; } /* IE8 needs this in the default template */ .dokuwiki .topbar ul li img { max-width: none; } } /* /@media */ /* for screens less than 480px wide */ @media only screen and (max-width: 480px) { /* move topbar back to the bottom */ .dokuwiki .topbar { position: static; } /* un-do some specific template changes */ #dokuwiki__header { padding-top: .5em; } } /* /@media */ @media print { /* don't print the topbar */ .dokuwiki .topbar { display: none; } } /* /@media */