1/****************************************************************************** 2 ******************************** ATTENTION ********************************* 3 DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES! 4 ****************************************************************************** 5 If you want to add some own screen CSS, have a look at the README of this 6 template and "/user/screen.css". You have been warned! 7 *****************************************************************************/ 8 9/* Notes about how the template CSS works: 10 11 - This template includes 3rd party CSS files: 12 1) CSS from the "starter" DokuWiki template by Anika Henke (brings 13 important and basic styling for syntax and core features) 14 2) CSS from the original "vector" skin for MediaWiki (brings the basic 15 layout and overwrites some "default" styling) 16 These files will be included BEFORE this specific CSS file. In this file, 17 I just overwrite non fitting MediaWiki "vector" and DokuWiki "starter" 18 CSS + add some CSS for some exclusive objects of this template 19 - Why I am doing this? Well, read <http://j.mp/eq8zSo>. I followed the main 20 principle described there and simply apply it to the two sources ("starter" 21 template and "vector" skin). 22 - This way also ensures a painless update, if there are new versions of 23 MediaWiki vector or DokuWiki CSS files. Cause these 3rd party components 24 were not edited or partially copied, I do not have to track their changes 25 in detail. 26 27 Explanation of the different sections in here: 28 - "Styles/corrections for the template itself" 29 General CSS targeting the template structure. This section overwrites non 30 fitting CSS of the "vector" MediaWiki skin and "starter" DokuWiki 31 template. Read the notes above and <http://j.mp/eq8zSo> if you do not know 32 why I am doing it this way. 33 - "Browser Hacks and corrections" 34 Section containing bigger hacks for browser specific problems. 35*/ 36 37 38/****************************************************************************** 39 ************** Styles/corrections for the template itself ******************** 40 ******************************************************************************/ 41/* --------------- general styling --------------- */ 42/* general tags */ 43html { 44 background-color: #f3f3f3; 45} 46div.dokuwiki p, 47div.dokuwiki blockquote, 48div.dokuwiki table, 49div.dokuwiki pre { 50 margin: 0 0 1.0em 0; 51} 52div.dokuwiki caption { 53 font-family: sans-serif; 54} 55 56/* forms */ 57div.dokuwiki textarea.edit { 58 font-family: monospace, serif; 59 /* second generic font fixes problem with font-size, see 60http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */ 61 font-size: 14px; 62 color: __text__; 63 background-color: __background__; 64 border: 1px solid __border__; 65 padding: 0.3em 0 0 0.3em; 66 width: 100%; 67 line-height: 17px; 68} 69 70div.dokuwiki legend { 71 font-family: sans-serif; 72 font-weight: normal; 73 background-color: transparent; 74} 75 76/* nice alphatransparency background except for IE <7 */ 77html>body div.dokuwiki textarea.edit { 78 background: __background__ url(static/3rd/dokuwiki/inputshadow.png) repeat-x top; 79} 80 81div.dokuwiki input.edit, 82div.dokuwiki select.edit { 83 font-size: 100%; 84 border: 1px solid __border__; 85 color: __text__; 86 background-color: __background__; 87 vertical-align: middle; 88 margin: 1px; 89 padding: 0.20em 0.3em; 90 display: inline; 91 font-weight: normal; 92} 93 94/* nice alphatransparency background except for IE <7 */ 95html>body div.dokuwiki input.edit, 96html>body div.dokuwiki select.edit { 97 background: __background__ url(static/3rd/dokuwiki/inputshadow.png) repeat-x top; 98} 99 100div.dokuwiki select.edit { 101 padding: 0.1em 0; 102} 103 104div.dokuwiki input.missing { 105 font-size: 100%; 106 border: 1px solid __border__; 107 color: __text__; 108 background-color: #ffcccc; 109 vertical-align: middle; 110 margin: 1px; 111 padding: 0.20em 0.3em; 112 display: inline; 113} 114 115/* disabled style - not understood by IE */ 116div.dokuwiki textarea.edit[disabled], 117div.dokuwiki textarea.edit[readonly], 118div.dokuwiki input.edit[disabled], 119div.dokuwiki input.edit[readonly], 120div.dokuwiki input.button[disabled], 121div.dokuwiki select.edit[disabled] { 122 background-color: __background_neu__!important; 123 color: __text_neu__!important; 124 font-weight: normal; 125} 126 127/* edit form */ 128div.dokuwiki div.toolbar, 129div.dokuwiki div#wiki__editbar { 130 margin: 2px 0; 131 text-align: left; 132} 133div.dokuwiki div#size__ctl { 134 float: right; 135 width: 60px; 136 height: 2.7em; 137} 138div.dokuwiki #size__ctl img { 139 cursor: pointer; 140} 141div.dokuwiki div#wiki__editbar div.editButtons { 142 float: left; 143 padding: 0 1.0em 0.7em 0; 144} 145div.dokuwiki div#wiki__editbar div.summary { 146 float: left; 147} 148div.dokuwiki .nowrap { 149 white-space: nowrap; 150} 151div.dokuwiki div#draft__status { 152 float: right; 153 color: __text_alt__; 154} 155 156div.dokuwiki div.license { 157 padding: 0.5em; 158 font-size: 90%; 159 text-align: center; 160} 161 162div.dokuwiki form#dw__editform div.license { 163 clear: left; 164 font-size: 90%; 165} 166 167/* buttons */ 168div.dokuwiki input.button, 169div.dokuwiki button.button { 170 border: 1px solid __border__; 171 color: __text__; 172 background-color: __background__; 173 vertical-align: middle; 174 text-decoration: none; 175 font-size: 100%; 176 cursor: pointer; 177 margin: 1px; 178 padding: 0.125em 0.4em; 179 font-weight: normal; 180} 181 182/* nice alphatransparency background except for IE <7 */ 183html>body div.dokuwiki input.button, 184html>body div.dokuwiki button.button { 185 background: __background__ url(static/3rd/dokuwiki/buttonshadow.png) repeat-x bottom; 186} 187 188* html div.dokuwiki input.button, 189* html div.dokuwiki button.button { 190 height: 1.8em; 191} 192 193/* links */ 194div.dokuwiki a:link, 195div.dokuwiki a:visited { 196 color: #436976; 197 text-decoration: none; 198} 199div.dokuwiki a:hover, 200div.dokuwiki a:active { 201 color: __text__; 202 text-decoration: underline; 203} 204 205/* missing page links outside rendered articles */ 206a.wikilink2, 207a.wikilink2:link, 208a.wikilink2:visited, 209a.wikilink2:hover { 210 color: __missing__ !important; 211 text-decoration: none; 212} 213a.wikilink2:hover { 214 border-bottom: 0 none !important; 215 text-decoration: none !important; 216} 217 218/* link to current page */ 219.dokuwiki span.curid a { 220 font-weight: normal; 221} 222 223/* internal link */ 224.dokuwiki a.wikilink1, 225.dokuwiki a.wikilink1:visited { 226 color: __existing__ !important; 227} 228 229/* external links */ 230div#bodyContent a.urlextern { 231 background: url(static/3rd/vector/external-link-ltr-icon.png) center right no-repeat; 232 padding: 0 13px 0 0; 233} 234div.dokuwiki a.urlextern:visited { 235 color: purple; 236} 237 238/* email link */ 239div#bodyContent a.mail { 240 background: transparent url(static/3rd/vector/mail-icon.png) center right no-repeat; 241 padding: 0 13px 0 0; 242} 243 244/* windows share */ 245div.dokuwiki a.windows { 246 background: transparent url(static/3rd/dokuwiki/windows.gif) center right no-repeat; 247 padding: 0 18px 1px 0; 248} 249 250/* interwiki link */ 251div.dokuwiki a.interwiki { 252 background-position: center right; 253 padding: 0 17px 0 0; 254} 255div.dokuwiki a.interwiki:visited { 256 color: purple; 257} 258 259/* headlines */ 260h1, 261h2, 262h3, 263h4, 264h5, 265h6 { 266 font-family: sans-serif; 267} 268div#content .dokuwiki h1, 269div#content .dokuwiki h2, 270div#content .dokuwiki h3, 271div#content .dokuwiki h4, 272div#content .dokuwiki h5, 273div#content .dokuwiki h6 { 274 border-bottom: 1px solid #aaa; 275 color: __text__; 276 margin: 0; 277 padding-bottom: 0.17em; 278 padding-top: 0.5em; 279} 280div#content .dokuwiki h1 a, 281div#content .dokuwiki h2 a, 282div#content .dokuwiki h3 a, 283div#content .dokuwiki h4 a, 284div#content .dokuwiki h5 a, 285div#content .dokuwiki h6 a { 286 color: __text__; 287} 288div#content .dokuwiki h1 a:hover, 289div#content .dokuwiki h2 a:hover, 290div#content .dokuwiki h3 a:hover, 291div#content .dokuwiki h4 a:hover, 292div#content .dokuwiki h5 a:hover, 293div#content .dokuwiki h6 a:hover { 294 text-decoration: none; 295} 296div#content .dokuwiki h1 { 297 font-size: 160%; 298} 299div#content .dokuwiki h1, 300div#content .dokuwiki h2 { 301 margin-bottom: 0.6em; 302 font-weight: normal; 303} 304div#content .dokuwiki h3, 305div#content .dokuwiki h4, 306div#content .dokuwiki h5, 307div#content .dokuwiki h6 { 308 font-weight: bold; 309 border-bottom: none; 310 margin-bottom: 0.3em; 311} 312div#content .dokuwiki h3 { 313 font-size: 132%; 314} 315div#content .dokuwiki h4 { 316 font-size: 116%; 317} 318div#content .dokuwiki h5 { 319 font-size: 100%; 320} 321div#content .dokuwiki h6 { 322 font-size: 80%; 323} 324 325/* remove indent from different sections */ 326div#content .dokuwiki div.level1, 327div#content .dokuwiki div.level2, 328div#content .dokuwiki div.level3, 329div#content .dokuwiki div.level4, 330div#content .dokuwiki div.level5 { 331 margin-left: 0; 332} 333 334/* lists */ 335div.dokuwiki ul { 336 line-height: 1.5em; 337 padding: 0; 338 list-style-type: square; 339 list-style-image: url(static/3rd/vector/bullet-icon.png) !important; 340 margin: 0.3em 0 1em 1.5em; 341 color: __text_alt__; 342} 343 344div.dokuwiki ol { 345 line-height: 1.5em; 346 padding: 0; 347 list-style-image: none; 348 margin: 0.3em 0 1em 3.2em; 349 color: __text_alt__; 350 font-weight: bold; 351} 352 353div.dokuwiki li ul, 354div.dokuwiki li ol { 355 margin: 0 0 0 1.5em; /* no bottom gap in between and smaller left margin for nested lists */ 356} 357 358div.dokuwiki .li { 359 color: __text__; /* the list items overriding the ul/ol definition */ 360 font-weight: normal; 361} 362 363div.dokuwiki ol { list-style-type: decimal; } 364div.dokuwiki ol ol { list-style-type: upper-roman; } 365div.dokuwiki ol ol ol { list-style-type: lower-alpha; } 366div.dokuwiki ol ol ol ol { list-style-type: lower-greek; } 367 368div.dokuwiki li.open { 369 list-style-image: url(static/3rd/dokuwiki/images/open.gif); 370} 371 372div.dokuwiki li.closed { 373 list-style-image: url(static/3rd/dokuwiki/closed.gif); 374} 375 376div.dokuwiki li { 377 margin-left: 0; 378} 379 380/* quotes */ 381div#content .dokuwiki blockquote { 382 border-left: 2px solid __border__; 383 padding-left: 3px; 384 padding-right: 0; 385 margin-left: 0.2em; 386} 387 388/* preformatted stuff, source code */ 389div#content .dokuwiki code, 390div#content .dokuwiki pre, 391div#content .dokuwiki pre.code, 392div#content .dokuwiki pre.file { 393 font-size: 100%; 394 background-color: #f9f9f9; 395} 396div#content .dokuwiki pre, 397div#content .dokuwiki pre.code, 398div#content .dokuwiki pre.file { 399 line-height: 1.2em; 400 padding: 0.5em; 401 border-style: dashed; 402} 403div#content .dokuwiki dl.file, 404div#content .dokuwiki dl.file dd { 405 margin-left: 0; 406} 407div#content .dokuwiki dl.file dt, 408div#content .dokuwiki dl.code dt { 409 background-color: #f9f9f9; 410 border-bottom: 2px solid #f9f9f9; 411 border-top: 1px dashed __border__; 412 border-left: 1px dashed __border__; 413 border-right: 1px dashed __border__; 414 display: inline; 415 margin-left: 2em; 416 padding: 0.1em 1em; 417} 418div#content .dokuwiki dl.file dt a, 419div#content .dokuwiki dl.code dt a { 420 color: __text__; 421} 422 423/* "you are here" and "breadcrumbs" */ 424.catlinks { 425 font-size: 80%; 426 margin-bottom: 1em; 427} 428.catlinks p, 429.catlinks div { 430 margin: 0.3em 0; 431} 432 433/* tables */ 434th, 435td { 436 border: 0; 437} 438td[align="right"], 439th[align="right"] { 440 text-align: right; 441} 442div.dokuwiki table.inline { 443 background-color: __background__; 444 min-width: 0; 445} 446div.dokuwiki table.inline th, 447div.dokuwiki table.inline td { 448 border: 1px solid __border__; 449} 450div.dokuwiki table.inline th { 451 background-color: __background_alt__; 452} 453div.dokuwiki table.inline tr:hover th, 454div.dokuwiki table.inline th:hover { 455 background-color: __background_alt__; 456} 457 458/* section edit buttons */ 459.dokuwiki .secedit { 460 margin-top: 0; 461} 462div#content .dokuwiki div.secedit input.button { 463 border: 0 none; 464 text-transform: lowercase; 465 color: __existing__; 466 margin: 0; 467 padding: 0; 468 cursor: pointer; 469 background: transparent none; 470} 471 472/* footnotes */ 473div.dokuwiki div.fn { 474 font-size: 90%; 475} 476 477/* link to footnote inside the text */ 478.dokuwiki sup a.fn_top { 479 font-size: 95%; 480} 481 482/* insitu-footnotes */ 483div.insitu-footnote { 484 font-size: 85%; 485 padding: 4px; 486} 487div.insitu-footnote code, 488div.insitu-footnote pre { 489 font-size: 90%; 490} 491 492/* Toolbar */ 493button.toolbutton { 494 background-color: __background__; 495 padding: 0px; 496 margin: 0 1px 0 0; 497 border: 1px solid __border__; 498 cursor: pointer; 499} 500 501/* nice alphatransparency background except for IE <7 */ 502html>body button.toolbutton { 503 background: __background__ url(static/3rd/dokuwiki/buttonshadow.png) repeat-x bottom; 504} 505 506div.picker { 507 width: 250px; 508 border: 1px solid __border__; 509 background-color: __background_alt__; 510} 511 512div.pk_hl { 513 width: 125px; 514} 515 516button.pickerbutton { 517 padding: 0px; 518 margin: 0 1px 1px 0; 519 border: 0; 520 background-color: transparent; 521 font-size: 80%; 522 cursor: pointer; 523} 524 525/* gallery plugin compatibilty */ 526div.dokuwiki .gallery table, 527div.dokuwiki .gallery td { 528 border: 0 none; 529} 530 531/* bureaucracy plugin compatibilty */ 532div.dokuwiki form.bureaucracy__plugin fieldset { 533 text-align: center; 534} 535div.dokuwiki form.bureaucracy__plugin label { 536 width: 95% !important; 537 margin-left: auto; 538 margin-right: auto; 539} 540div.dokuwiki form.bureaucracy__plugin label span, 541div.dokuwiki form.bureaucracy__plugin input.edit, 542div.dokuwiki form.bureaucracy__plugin textarea.edit, 543div.dokuwiki form.bureaucracy__plugin fieldset textarea.edit { 544 text-align: left; 545 margin: auto 5px; 546 float: none !important; 547 width: 97% !important; 548 min-width: 97% !important; 549 max-width: 97% !important; 550} 551 552 553/* --------------- sidebar --------------- */ 554div#panel { 555 line-height: 15px; 556} 557div#panel .dokuwiki { 558 font-size: 0.75em; 559} 560div#panel a.wikilink1, 561div#panel a.wikilink2, 562div#panel a.urlextern { 563 padding-left: 0; 564 background: transparent none; 565 color: __existing__; 566} 567div#panel .body { 568 margin-right: 0.45em !important; 569 padding-top: 0.25em !important; 570} 571div#panel .body .dokuwiki p { 572 margin: 0; 573} 574div#panel .body .dokuwiki ul li { 575 font-size: 1em !important; 576 padding: 0.25em 0 !important; 577} 578div#panel .body .dokuwiki li ul { 579 font-size: 95% !important; 580 margin: 0.25em 0 0 1em !important; 581} 582div#panel .body .dokuwiki ol { 583 margin: 0 0 0 1.65em; 584} 585/* translation plugin by Anreas Gohr */ 586div#panel .body .dokuwiki .plugin_translation span { 587 display: none; 588} 589div#panel .body .dokuwiki .plugin_translation { 590 padding-right: 0 !important; 591 text-align: left; 592} 593div#panel .body .dokuwiki .plugin_translation, 594div#panel .body .dokuwiki .plugin_translation ul, 595div#panel .body .dokuwiki .plugin_translation li { 596 float: none; 597 margin: 0; 598 padding-right: 0; 599 line-height: 1.125em; 600 font-size: 100%; 601} 602div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:link, 603div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:hover, 604div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:active, 605div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:visited, 606div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:link, 607div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:hover, 608div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:active, 609div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:visited { 610 background-color: transparent; 611 margin: 0; 612 padding: 0; 613} 614div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:before, 615div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:before { 616 content: attr(title) " ("; 617} 618div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:after, 619div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:after { 620 content: ") "; 621} 622div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1 { 623 color: __existing__ !important; 624} 625div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2 { 626 color: __missing__ !important; 627} 628div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:hover { 629 text-decoration: underline; 630} 631div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:hover { 632 text-decoration: underline !important; 633} 634div#panel .body .dokuwiki .plugin_translation select { 635 width: 90%; 636 margin: auto !important; 637 text-align: left; 638} 639div#panel .body .dokuwiki .plugin_translation option, 640div#panel .body .dokuwiki .plugin_translation option.wikilink1, 641div#panel .body .dokuwiki .plugin_translation option.wikilink2 { 642 padding: auto 5px !important; 643 text-align: left; 644} 645 646 647/* --------------- search --------------- */ 648/* copy of the original vector id="searchInput" styles cause we have to use 649 another id for DokuWiki */ 650div#simpleSearch input#qsearch__in { 651 margin: 0; 652 border-width: 0; 653 padding: 0.25em; 654 line-height: 1em; 655 font-size: 0.8em; 656 width: 14em; 657 background-color: transparent; 658} 659/* Ajax quicksearch */ 660#qsearch__out { 661 top: 72px; 662 display: none; 663 left: auto; 664 right: 7.93335px; 665 bottom: auto; 666 height: auto; 667 font-family: sans-serif; 668 font-size: 0.8em; 669 background-color: window; 670 border: 1px solid #aaa; 671 padding: 0; 672 position: static; 673} 674#qsearch__out ul { 675 padding: 0; 676 margin: 0; 677 list-style: none; 678} 679#qsearch__out li { 680 color: windowtext; 681 margin: 0; 682 width: 100%; 683 padding: 1px; 684} 685#qsearch__out li a { 686 width: 97%; /* leave some space for browser rounding errors */ 687 display: block; 688} 689#qsearch__out li:hover { 690 background-color: #bbb; 691} 692#qsearch__out li a, 693#qsearch__out li a:link, 694#qsearch__out li a:visited, 695#qsearch__out li a:hover { 696 color: windowtext; 697 text-decoration: none; 698} 699 700 701/* --------------- footer --------------- */ 702div#footer a.wikilink1, 703div#footer a.wikilink2, 704div#footer a.urlextern { 705 padding-left: 0; 706 background: transparent none; 707 color: __existing__; 708} 709/* default copyright notice layout */ 710div#footer #footer-info li#footer-info-copyright .license { 711 font-size: 100%; 712 text-align: left; 713 padding: 0; 714} 715div#footer #footer-info li#footer-info-copyright .license a.urlextern { 716 margin-left: 0.4em; 717} 718 719 720/* --------------- Table of contents (TOC) --------------- */ 721div.dokuwiki div.toc { 722 margin: 1.2em 0 0 2em; 723 float: right; 724 width: 200px; 725 font-size: 80%; 726 clear: both; 727} 728 729div.dokuwiki div.tocheader { 730 border: 1px solid __border__; 731 background-color: __background_alt__; 732 text-align: left; 733 font-weight: bold; 734 padding: 3px; 735 margin-bottom: 2px; 736 line-height: 1.45em; 737} 738 739div.dokuwiki span.toc_open, 740div.dokuwiki span.toc_close { 741 border: 0.4em solid __background_alt__; 742 float: right; 743 display: block; 744 margin: 0.4em 3px 0 0; 745} 746 747div.dokuwiki span.toc_open span, 748div.dokuwiki span.toc_close span { 749 display: none; 750} 751 752div.dokuwiki span.toc_open { 753 margin-top: 0.4em; 754 border-top: 0.4em solid __text__; 755} 756 757div.dokuwiki span.toc_close { 758 margin-top: 0; 759 border-bottom: 0.4em solid __text__; 760} 761 762div.dokuwiki #toc__inside { 763 border: 1px solid __border__; 764 background-color: __background__; 765 text-align: left; 766 padding: 0.5em 0 0.7em 0; 767} 768 769div.dokuwiki ul.toc { 770 list-style-type: none; 771 list-style-image: none; 772 line-height: 1.2em; 773 padding: 0 !important; 774 margin: 0.3em 0 0 1.5em !important; 775} 776 777div.dokuwiki ul.toc li { 778 list-style-image: none; 779 list-style-type: none; 780 background: transparent url(static/3rd/dokuwiki/tocdot2.gif) 0 0.6em no-repeat; 781 padding-left: 0.4em !important; 782 margin-bottom: 0.1em !important; 783} 784 785div.dokuwiki ul.toc li.clear { 786 background-image: none; 787 padding-left: 0.4em; 788} 789 790div.dokuwiki a.toc:link, 791div.dokuwiki a.toc:visited { 792 color: #436976; 793} 794 795div.dokuwiki a.toc:hover, 796div.dokuwiki a.toc:active { 797 color: __text__; 798} 799 800div.toc, 801div.dokuwiki a.toc, 802div.dokuwiki ul.toc { 803 border: 0 none; 804 background: transparent none; 805 font-size: 100%; 806} 807 808div.dokuwiki ul.toc { 809 padding-top: 0; 810 padding-bottom: 0; 811 padding-left: 1em !important; 812 list-style-type: none !important; 813 list-style-image: none !important; 814 margin: 0 !important; 815} 816 817div.dokuwiki a.toc { 818 padding: 0; 819} 820 821 822/* --------------- generic content classes --------------- */ 823div.error, 824div.info, 825div.success, 826div.notify { 827 font-size: 80%; 828 line-height: 1.25em; 829} 830 831 832/* --------------- admin menu --------------- */ 833/* editing preview */ 834div#content .dokuwiki div.preview { 835 margin-left: 0; 836} 837/* "remeber me" checkbox, login */ 838div.dokuwiki form#dw__login label.simple { 839 text-align: center; 840 padding-bottom: 0.4em; 841} 842/* main menu */ 843.dokuwiki ul.admin_tasks li { 844 list-style-type: none; 845 list-style-image: none; 846} 847.dokuwiki ul.admin_tasks li a { 848 font-weight: bold; 849} 850/* acl tree */ 851#acl__tree li { 852 list-style-image: none; 853 list-style-type: none; 854} 855 856 857/* --------------- media manager --------------- */ 858#media__manager { 859 min-height: 550px; 860} 861* html #media__manager { 862 height: 550px; /* fix MSIE 6 */ 863} 864#media__manager h1, 865#media__manager h2, 866#media__popup h1, 867#media__popup h2 { 868 font-size: 1em !important; 869 line-height: 1em !important; 870 font-weight: bold !important; 871} 872/* make a "non-embedded"/fullpage manager possible trough hiding some stuff */ 873body.mmanagernotembedded .noprint, 874body.mmanagernotembedded #siteNotice, 875body.mmanagernotembedded #footer { 876 display: none !important; 877} 878body.mmanagernotembedded #content { 879 margin: 0 !important; 880} 881 882 883/* --------------- search result formating --------------- */ 884div.dokuwiki .search_result { 885 margin-bottom: 6px; 886 padding: 0 10px 0 30px; 887} 888 889div.dokuwiki .search_snippet { 890 color: __text_other__; 891 font-size: 12px; 892 margin-left: 20px; 893} 894 895div.dokuwiki .search_sep { 896 color: __text__; 897} 898 899div.dokuwiki .search_hit { 900 color: __text__; 901 background-color: __highlight__; 902} 903div.dokuwiki strong.search_hit { 904 font-weight: normal; 905} 906 907div.dokuwiki div.search_quickresult { 908 margin: 0 0 15px 30px; 909 padding: 0 10px 10px 0; 910 border-bottom: 1px dashed __border__; 911} 912div.dokuwiki div.search_quickresult h3 { 913 margin: 0 0 1.0em 0; 914 font-size: 1em; 915 font-weight: bold; 916} 917 918div.dokuwiki ul.search_quickhits { 919 margin: 0 0 0.5em 1.0em; 920} 921 922div.dokuwiki ul.search_quickhits li { 923 margin: 0 1.0em 0 1.0em; 924 float: left; 925 width: 30%; 926} 927 928div.dokuwiki .section_highlight { 929 background-color: __background_alt__ !important; 930} 931 932/* --------------- image details ----------------- */ 933div.dokuwiki div.img_big { 934 float: left; 935 margin-right: 0.5em; 936} 937 938div.dokuwiki dl.img_tags dt { 939 font-weight: bold; 940 background-color: __background_alt__; 941} 942div.dokuwiki dl.img_tags dd { 943 background-color: __background_neu__; 944} 945 946div.dokuwiki div.imagemeta { 947 color: __text_neu__; 948 font-size: 70%; 949 line-height: 95%; 950} 951 952div.dokuwiki div.imagemeta img.thumb { 953 float: left; 954 margin-right: 0.1em; 955} 956 957 958 959/****************************************************************************** 960 ********************* Browser Hacks and corrections ************************** 961 ******************************************************************************/ 962/* MSIE: fix textarea in admin menu (incl. jumping bug MSIE8) */ 963textarea, 964.dokuwiki #dw__editform textarea.edit { 965 /* fix scrollbar flickers in IE8 standards mode, see 966 http://j.mp/bHExde and http://j.mp/ad7Abj for details */ 967 width: 450px\9; 968 max-width: 100%\9; 969 min-width: 100%\9; 970 /* overwrite original vector with fixes for IE6/7 */ 971 #width: 100% !important; 972 border: auto; 973} 974/* ajax quicksearch: MSIE 6/7 */ 975* html #qsearch__out { 976 width: 206px; 977} 978#qsearch__out ul { 979 #list-style: none !important; 980 #list-style-image: none !important; 981} 982#qsearch__out li { 983 #width: 206px; 984} 985/* admin menu icons: MSIE 6/7 */ 986.dokuwiki ul.admin_tasks li div.li { 987 #border-left: 1px dashed __background__; /* invisible border triggers IE to render the stuff */ 988} 989/* list style: MSIE 6/7 */ 990div#panel div.portal div.body ul { 991 #list-style: none outside none !important; 992} 993form#page__revisions ul, 994form#dw__recent ul { 995 #list-style: none outside none !important; 996} 997 998