commonContent.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /*
  2. ** MediaWiki style sheet for general styles on complex content
  3. */
  4. /* Table of Contents */
  5. #toc,
  6. .toc,
  7. .mw-warning {
  8. border: 1px solid #aaa;
  9. background-color: #f9f9f9;
  10. padding: 5px;
  11. font-size: 95%;
  12. }
  13. #toc h2,
  14. .toc h2 {
  15. display: inline;
  16. border: none;
  17. padding: 0;
  18. font-size: 100%;
  19. font-weight: bold;
  20. }
  21. #toc #toctitle,
  22. .toc #toctitle,
  23. #toc .toctitle,
  24. .toc .toctitle {
  25. text-align: center;
  26. }
  27. #toc ul,
  28. .toc ul {
  29. list-style-type: none;
  30. list-style-image: none;
  31. margin-left: 0;
  32. padding: 0;
  33. text-align: left;
  34. }
  35. #toc ul ul,
  36. .toc ul ul {
  37. margin: 0 0 0 2em;
  38. }
  39. #toc .toctoggle,
  40. .toc .toctoggle {
  41. font-size: 94%;
  42. }
  43. .toccolours {
  44. border: 1px solid #aaa;
  45. background-color: #f9f9f9;
  46. padding: 5px;
  47. font-size: 95%;
  48. }
  49. /* Warning */
  50. .mw-warning {
  51. margin-left: 50px;
  52. margin-right: 50px;
  53. text-align: center;
  54. }
  55. /* Images */
  56. /* @noflip */div.floatright, table.floatright {
  57. margin: 0 0 .5em .5em;
  58. border: 0;
  59. }
  60. div.floatright p { font-style: italic; }
  61. /* @noflip */div.floatleft, table.floatleft {
  62. margin: 0 .5em .5em 0;
  63. border: 0;
  64. }
  65. div.floatleft p { font-style: italic; }
  66. /* Thumbnails */
  67. div.thumb {
  68. margin-bottom: .5em;
  69. width: auto;
  70. background-color: transparent;
  71. }
  72. div.thumbinner {
  73. border: 1px solid #ccc;
  74. padding: 3px !important;
  75. background-color: #f9f9f9;
  76. font-size: 94%;
  77. text-align: center;
  78. overflow: hidden;
  79. }
  80. html .thumbimage {
  81. border: 1px solid #ccc;
  82. }
  83. html .thumbcaption {
  84. border: none;
  85. text-align: left;
  86. line-height: 1.4em;
  87. padding: 3px !important;
  88. font-size: 94%;
  89. }
  90. div.magnify {
  91. float: right;
  92. border: none !important;
  93. background: none !important;
  94. }
  95. div.magnify a, div.magnify img {
  96. display: block;
  97. border: none !important;
  98. background: none !important;
  99. }
  100. /* @noflip */div.tright {
  101. margin: .5em 0 1.3em 1.4em;
  102. }
  103. /* @noflip */div.tleft {
  104. margin: .5em 1.4em 1.3em 0;
  105. }
  106. img.thumbborder {
  107. border: 1px solid #dddddd;
  108. }
  109. /**
  110. * Basic styles for the user login and create account forms
  111. */
  112. #userlogin, #userloginForm {
  113. border: solid 1px #cccccc;
  114. padding: 1.2em;
  115. margin: .5em;
  116. float: left;
  117. }