|
- /******************************************************************************
- ******************************** ATTENTION *********************************
- DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES!
- ******************************************************************************
- If you want to add some own screen CSS, have a look at the README of this
- template and "/user/screen.css". You have been warned!
- *****************************************************************************/
-
- /* This file get loaded by a conditional comment. The style.ini is not used as
- DokuWiki's internal CSS handling stumbles upon most of these Internet
- Explorer specific browser hacks and corrections. */
-
- /* buttons */
- div.dokuwiki input.button,
- div.dokuwiki button.button {
- #line-height: 1em; /* fix MSIE 6, 7 */
- }
- div.dokuwiki button.toolbutton {
- height: 22px\9; /* fix MSIE 6, 7, 8 */
- }
- /* media manager popup */
- * html.popup #media__manager {
- height: 465px; /* fix MSIE 6 */
- }
- /* MSIE: fix textarea in admin menu (incl. jumping bug MSIE8) */
- textarea,
- .dokuwiki #dw__editform textarea.edit {
- /* fix scrollbar flickers in IE8 standards mode, see
- http://j.mp/bHExde and http://j.mp/ad7Abj for details */
- width: 450px\9;
- max-width: 100%\9;
- min-width: 100%\9;
- /* overwrite original vector with fixes for IE6/7 */
- #width: 100% !important;
- border: auto;
- }
- /* MSIE 7: media manager */
- *:first-child+html #mediamanager__page .panelContent li {
- list-style: none !important;
- list-style-image: none !important;
- }
- /* ajax quicksearch: MSIE 6/7 */
- * html #qsearch__out {
- width: 206px;
- }
- #qsearch__out ul {
- #list-style: none !important;
- #list-style-image: none !important;
- }
- #qsearch__out li {
- #width: 206px;
- }
- /* admin menu icons: MSIE 6/7 */
- .dokuwiki ul.admin_tasks li div.li {
- #border-left: 1px dashed #fff; /* invisible border triggers IE to render the stuff */
- }
- /* list style: MSIE 6/7 */
- div#panel div.portal div.body ul {
- #list-style: none outside none !important;
- }
- form#page__revisions ul, /* old, until 2012-01-25 */
- form#dw__recent ul, /* old, until 2012-01-25 */
- form.changes { /* new, since 2012-09-10 */
- #list-style: none outside none !important;
- }
|