You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

66 lines
2.2 KiB

  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. /* This file get loaded by a conditional comment. The style.ini is not used as
  9. DokuWiki's internal CSS handling stumbles upon most of these Internet
  10. Explorer specific browser hacks and corrections. */
  11. /* buttons */
  12. div.dokuwiki input.button,
  13. div.dokuwiki button.button {
  14. #line-height: 1em; /* fix MSIE 6, 7 */
  15. }
  16. div.dokuwiki button.toolbutton {
  17. height: 22px\9; /* fix MSIE 6, 7, 8 */
  18. }
  19. /* media manager popup */
  20. * html.popup #media__manager {
  21. height: 465px; /* fix MSIE 6 */
  22. }
  23. /* MSIE: fix textarea in admin menu (incl. jumping bug MSIE8) */
  24. textarea,
  25. .dokuwiki #dw__editform textarea.edit {
  26. /* fix scrollbar flickers in IE8 standards mode, see
  27. http://j.mp/bHExde and http://j.mp/ad7Abj for details */
  28. width: 450px\9;
  29. max-width: 100%\9;
  30. min-width: 100%\9;
  31. /* overwrite original vector with fixes for IE6/7 */
  32. #width: 100% !important;
  33. border: auto;
  34. }
  35. /* MSIE 7: media manager */
  36. *:first-child+html #mediamanager__page .panelContent li {
  37. list-style: none !important;
  38. list-style-image: none !important;
  39. }
  40. /* ajax quicksearch: MSIE 6/7 */
  41. * html #qsearch__out {
  42. width: 206px;
  43. }
  44. #qsearch__out ul {
  45. #list-style: none !important;
  46. #list-style-image: none !important;
  47. }
  48. #qsearch__out li {
  49. #width: 206px;
  50. }
  51. /* admin menu icons: MSIE 6/7 */
  52. .dokuwiki ul.admin_tasks li div.li {
  53. #border-left: 1px dashed #fff; /* invisible border triggers IE to render the stuff */
  54. }
  55. /* list style: MSIE 6/7 */
  56. div#panel div.portal div.body ul {
  57. #list-style: none outside none !important;
  58. }
  59. form#page__revisions ul, /* old, until 2012-01-25 */
  60. form#dw__recent ul, /* old, until 2012-01-25 */
  61. form.changes { /* new, since 2012-09-10 */
  62. #list-style: none outside none !important;
  63. }