Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
  1. /* CSS placed here will be applied to all skins */
  2. /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
  3. th.mbox-text, td.mbox-text { /* The message body cell(s) */
  4. border: none;
  5. padding: 0.25em 0.9em; /* 0.9em left/right */
  6. width: 100%; /* Make all mboxes the same width regardless of text length */
  7. }
  8. td.mbox-image { /* The left image cell */
  9. border: none;
  10. padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
  11. text-align: center;
  12. }
  13. td.mbox-imageright { /* The right image cell */
  14. border: none;
  15. padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
  16. text-align: center;
  17. }
  18. td.mbox-empty-cell { /* An empty narrow cell */
  19. border: none;
  20. padding: 0px;
  21. width: 1px;
  22. }
  23.  
  24. /* Article message box styles */
  25. table.ambox {
  26. margin: 0px 10%; /* 10% = Will not overlap with other elements */
  27. border: 1px solid #aaa;
  28. border-left: 10px solid #1e90ff; /* Default "notice" blue */
  29. background: #fbfbfb;
  30. }
  31. table.ambox + table.ambox { /* Single border between stacked boxes. */
  32. margin-top: -1px;
  33. }
  34. .ambox th.mbox-text,
  35. .ambox td.mbox-text { /* The message body cell(s) */
  36. padding: 0.25em 0.5em; /* 0.5em left/right */
  37. }
  38. .ambox td.mbox-image { /* The left image cell */
  39. padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
  40. }
  41. .ambox td.mbox-imageright { /* The right image cell */
  42. padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
  43. }
  44.  
  45. table.ambox-notice {
  46. border-left: 10px solid #1e90ff; /* Blue */
  47. }
  48. table.ambox-speedy {
  49. border-left: 10px solid #b22222; /* Red */
  50. background: #fee; /* Pink */
  51. }
  52. table.ambox-delete {
  53. border-left: 10px solid #b22222; /* Red */
  54. }
  55. table.ambox-content {
  56. border-left: 10px solid #f28500; /* Orange */
  57. }
  58. table.ambox-style {
  59. border-left: 10px solid #f4c430; /* Yellow */
  60. }
  61. table.ambox-move {
  62. border-left: 10px solid #9932cc; /* Purple */
  63. }
  64. table.ambox-protection {
  65. border-left: 10px solid #bba; /* Gray-gold */
  66. }
  67.  
  68. /* Image message box styles */
  69. table.imbox {
  70. margin: 4px 10%;
  71. border-collapse: collapse;
  72. border: 3px solid #1e90ff; /* Default "notice" blue */
  73. background: #fbfbfb;
  74. }
  75. .imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
  76. margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
  77. display: block; /* Fix for webkit to force 100% width. */
  78. }
  79. .mbox-inside .imbox { /* For imboxes inside other templates. */
  80. margin: 4px;
  81. }
  82.  
  83. table.imbox-notice {
  84. border: 3px solid #1e90ff; /* Blue */
  85. }
  86. table.imbox-speedy {
  87. border: 3px solid #b22222; /* Red */
  88. background: #fee; /* Pink */
  89. }
  90. table.imbox-delete {
  91. border: 3px solid #b22222; /* Red */
  92. }
  93. table.imbox-content {
  94. border: 3px solid #f28500; /* Orange */
  95. }
  96. table.imbox-style {
  97. border: 3px solid #f4c430; /* Yellow */
  98. }
  99. table.imbox-move {
  100. border: 3px solid #9932cc; /* Purple */
  101. }
  102. table.imbox-protection {
  103. border: 3px solid #bba; /* Gray-gold */
  104. }
  105. table.imbox-license {
  106. border: 3px solid #88a; /* Dark gray */
  107. background: #f7f8ff; /* Light gray */
  108. }
  109. table.imbox-featured {
  110. border: 3px solid #cba135; /* Brown-gold */
  111. }
  112.  
  113. /* Category message box styles */
  114. table.cmbox {
  115. margin: 3px 10%;
  116. border-collapse: collapse;
  117. border: 1px solid #aaa;
  118. background: #DFE8FF; /* Default "notice" blue */
  119. }
  120.  
  121. table.cmbox-notice {
  122. background: #D8E8FF; /* Blue */
  123. }
  124. table.cmbox-speedy {
  125. margin-top: 4px;
  126. margin-bottom: 4px;
  127. border: 4px solid #b22222; /* Red */
  128. background: #FFDBDB; /* Pink */
  129. }
  130. table.cmbox-delete {
  131. background: #FFDBDB; /* Red */
  132. }
  133. table.cmbox-content {
  134. background: #FFE7CE; /* Orange */
  135. }
  136. table.cmbox-style {
  137. background: #FFF9DB; /* Yellow */
  138. }
  139. table.cmbox-move {
  140. background: #E4D8FF; /* Purple */
  141. }
  142. table.cmbox-protection {
  143. background: #EFEFE1; /* Gray-gold */
  144. }
  145.  
  146. /* Other pages message box styles */
  147. table.ombox {
  148. margin: 4px 10%;
  149. border-collapse: collapse;
  150. border: 1px solid #aaa; /* Default "notice" gray */
  151. background: #f9f9f9;
  152. }
  153.  
  154. table.ombox-notice {
  155. border: 1px solid #aaa; /* Gray */
  156. }
  157. table.ombox-speedy {
  158. border: 2px solid #b22222; /* Red */
  159. background: #fee; /* Pink */
  160. }
  161. table.ombox-delete {
  162. border: 2px solid #b22222; /* Red */
  163. }
  164. table.ombox-content {
  165. border: 1px solid #f28500; /* Orange */
  166. }
  167. table.ombox-style {
  168. border: 1px solid #f4c430; /* Yellow */
  169. }
  170. table.ombox-move {
  171. border: 1px solid #9932cc; /* Purple */
  172. }
  173. table.ombox-protection {
  174. border: 2px solid #bba; /* Gray-gold */
  175. }
  176. /* Talk page message box styles */
  177. table.tmbox {
  178. margin: 4px 10%;
  179. border-collapse: collapse;
  180. border: 1px solid #c0c090; /* Default "notice" gray-brown */
  181. background: #f8eaba;
  182. }
  183. .mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
  184. margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */
  185. width: 100%; /* For Safari and Opera */
  186. }
  187. .mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
  188. line-height: 1.5em; /* also "nested", so reset styles that are */
  189. font-size: 100%; /* set in "mbox-small" above. */
  190. }
  191.  
  192. table.tmbox-speedy {
  193. border: 2px solid #b22222; /* Red */
  194. background: #fee; /* Pink */
  195. }
  196. table.tmbox-delete {
  197. border: 2px solid #b22222; /* Red */
  198. }
  199. table.tmbox-content {
  200. border: 2px solid #f28500; /* Orange */
  201. }
  202. table.tmbox-style {
  203. border: 2px solid #f4c430; /* Yellow */
  204. }
  205. table.tmbox-move {
  206. border: 2px solid #9932cc; /* Purple */
  207. }
  208. table.tmbox-protection,
  209. table.tmbox-notice {
  210. border: 1px solid #c0c090; /* Gray-brown */
  211. }
  212.  
  213. /* Disambig and set index box styles */
  214. table.dmbox {
  215. clear: both;
  216. margin: 0.9em 1em;
  217. border-top: 1px solid #ccc;
  218. border-bottom: 1px solid #ccc;
  219. background: transparent;
  220. }
  221. /* Footer and header message box styles */
  222. table.fmbox {
  223. clear: both;
  224. margin: 0.2em 0;
  225. width: 100%;
  226. border: 1px solid #aaa;
  227. background: #f9f9f9; /* Default "system" gray */
  228. }
  229. table.fmbox-system {
  230. background: #f9f9f9;
  231. }
  232. table.fmbox-warning {
  233. border: 1px solid #bb7070; /* Dark pink */
  234. background: #ffdbdb; /* Pink */
  235. }
  236. table.fmbox-editnotice {
  237. background: transparent;
  238. }
  239. /* Div based "warning" style fmbox messages. */
  240. div.mw-warning-with-logexcerpt,
  241. div.mw-lag-warn-high,
  242. div.mw-cascadeprotectedwarning,
  243. div#mw-protect-cascadeon {
  244. clear: both;
  245. margin: 0.2em 0;
  246. border: 1px solid #bb7070;
  247. background: #ffdbdb;
  248. padding: 0.25em 0.9em;
  249. }
  250. /* Div based "system" style fmbox messages.
  251. Used in [[MediaWiki:Readonly lag]]. */
  252. div.mw-lag-warn-normal,
  253. div.fmbox-system {
  254. clear: both;
  255. margin: 0.2em 0;
  256. border: 1px solid #aaa;
  257. background: #f9f9f9;
  258. padding: 0.25em 0.9em;
  259. }
  260.  
  261. /* These mbox-small classes must be placed after all other
  262. ambox/tmbox/ombox etc classes. "body.mediawiki" is so
  263. they override "table.ambox + table.ambox" above. */
  264. body.mediawiki table.mbox-small { /* For the "small=yes" option. */
  265. clear: right;
  266. float: right;
  267. margin: 4px 0 4px 1em;
  268. width: 238px;
  269. font-size: 88%;
  270. line-height: 1.25em;
  271. }
  272. body.mediawiki table.mbox-small-left { /* For the "small=left" option. */
  273. margin: 4px 1em 4px 0;
  274. width: 238px;
  275. border-collapse: collapse;
  276. font-size: 88%;
  277. line-height: 1.25em;
  278. }

/* CSS placed here will be applied to all skins */ /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ th.mbox-text, td.mbox-text { /* The message body cell(s) */

  1. border: none;
  2. padding: 0.25em 0.9em; /* 0.9em left/right */
  3. width: 100%; /* Make all mboxes the same width regardless of text length */

} td.mbox-image { /* The left image cell */

  1. border: none;
  2. padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
  3. text-align: center;

} td.mbox-imageright { /* The right image cell */

  1. border: none;
  2. padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
  3. text-align: center;

} td.mbox-empty-cell { /* An empty narrow cell */

  1. border: none;
  2. padding: 0px;
  3. width: 1px;

}

/* Article message box styles */ table.ambox {

  1. margin: 0px 10%; /* 10% = Will not overlap with other elements */
  2. border: 1px solid #aaa;
  3. border-left: 10px solid #1e90ff; /* Default "notice" blue */
  4. background: #fbfbfb;

} table.ambox + table.ambox { /* Single border between stacked boxes. */

  1. margin-top: -1px;

} .ambox th.mbox-text, .ambox td.mbox-text { /* The message body cell(s) */

  1. padding: 0.25em 0.5em; /* 0.5em left/right */

} .ambox td.mbox-image { /* The left image cell */

  1. padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */

} .ambox td.mbox-imageright { /* The right image cell */

  1. padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */

}

table.ambox-notice {

  1. border-left: 10px solid #1e90ff; /* Blue */

} table.ambox-speedy {

  1. border-left: 10px solid #b22222; /* Red */
  2. background: #fee; /* Pink */

} table.ambox-delete {

  1. border-left: 10px solid #b22222; /* Red */

} table.ambox-content {

  1. border-left: 10px solid #f28500; /* Orange */

} table.ambox-style {

  1. border-left: 10px solid #f4c430; /* Yellow */

} table.ambox-move {

  1. border-left: 10px solid #9932cc; /* Purple */

} table.ambox-protection {

  1. border-left: 10px solid #bba; /* Gray-gold */

}

/* Image message box styles */ table.imbox {

  1. margin: 4px 10%;
  2. border-collapse: collapse;
  3. border: 3px solid #1e90ff; /* Default "notice" blue */
  4. background: #fbfbfb;

} .imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */

  1. margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
  2. display: block; /* Fix for webkit to force 100% width. */

} .mbox-inside .imbox { /* For imboxes inside other templates. */

  1. margin: 4px;

}

table.imbox-notice {

  1. border: 3px solid #1e90ff; /* Blue */

} table.imbox-speedy {

  1. border: 3px solid #b22222; /* Red */
  2. background: #fee; /* Pink */

} table.imbox-delete {

  1. border: 3px solid #b22222; /* Red */

} table.imbox-content {

  1. border: 3px solid #f28500; /* Orange */

} table.imbox-style {

  1. border: 3px solid #f4c430; /* Yellow */

} table.imbox-move {

  1. border: 3px solid #9932cc; /* Purple */

} table.imbox-protection {

  1. border: 3px solid #bba; /* Gray-gold */

} table.imbox-license {

  1. border: 3px solid #88a; /* Dark gray */
  2. background: #f7f8ff; /* Light gray */

} table.imbox-featured {

  1. border: 3px solid #cba135; /* Brown-gold */

}

/* Category message box styles */ table.cmbox {

  1. margin: 3px 10%;
  2. border-collapse: collapse;
  3. border: 1px solid #aaa;
  4. background: #DFE8FF; /* Default "notice" blue */

}

table.cmbox-notice {

  1. background: #D8E8FF; /* Blue */

} table.cmbox-speedy {

  1. margin-top: 4px;
  2. margin-bottom: 4px;
  3. border: 4px solid #b22222; /* Red */
  4. background: #FFDBDB; /* Pink */

} table.cmbox-delete {

  1. background: #FFDBDB; /* Red */

} table.cmbox-content {

  1. background: #FFE7CE; /* Orange */

} table.cmbox-style {

  1. background: #FFF9DB; /* Yellow */

} table.cmbox-move {

  1. background: #E4D8FF; /* Purple */

} table.cmbox-protection {

  1. background: #EFEFE1; /* Gray-gold */

}

/* Other pages message box styles */ table.ombox {

  1. margin: 4px 10%;
  2. border-collapse: collapse;
  3. border: 1px solid #aaa; /* Default "notice" gray */
  4. background: #f9f9f9;

}

table.ombox-notice {

  1. border: 1px solid #aaa; /* Gray */

} table.ombox-speedy {

  1. border: 2px solid #b22222; /* Red */
  2. background: #fee; /* Pink */

} table.ombox-delete {

  1. border: 2px solid #b22222; /* Red */

} table.ombox-content {

  1. border: 1px solid #f28500; /* Orange */

} table.ombox-style {

  1. border: 1px solid #f4c430; /* Yellow */

} table.ombox-move {

  1. border: 1px solid #9932cc; /* Purple */

} table.ombox-protection {

  1. border: 2px solid #bba; /* Gray-gold */

}

/* Talk page message box styles */ table.tmbox {

  1. margin: 4px 10%;
  2. border-collapse: collapse;
  3. border: 1px solid #c0c090; /* Default "notice" gray-brown */
  4. background: #f8eaba;

} .mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */

  1. margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */
  2. width: 100%; /* For Safari and Opera */

} .mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */

  1. line-height: 1.5em; /* also "nested", so reset styles that are */
  2. font-size: 100%; /* set in "mbox-small" above. */

}

table.tmbox-speedy {

  1. border: 2px solid #b22222; /* Red */
  2. background: #fee; /* Pink */

} table.tmbox-delete {

  1. border: 2px solid #b22222; /* Red */

} table.tmbox-content {

  1. border: 2px solid #f28500; /* Orange */

} table.tmbox-style {

  1. border: 2px solid #f4c430; /* Yellow */

} table.tmbox-move {

  1. border: 2px solid #9932cc; /* Purple */

} table.tmbox-protection, table.tmbox-notice {

  1. border: 1px solid #c0c090; /* Gray-brown */

}

/* Disambig and set index box styles */ table.dmbox {

  1. clear: both;
  2. margin: 0.9em 1em;
  3. border-top: 1px solid #ccc;
  4. border-bottom: 1px solid #ccc;
  5. background: transparent;

}

/* Footer and header message box styles */ table.fmbox {

  1. clear: both;
  2. margin: 0.2em 0;
  3. width: 100%;
  4. border: 1px solid #aaa;
  5. background: #f9f9f9; /* Default "system" gray */

} table.fmbox-system {

  1. background: #f9f9f9;

} table.fmbox-warning {

  1. border: 1px solid #bb7070; /* Dark pink */
  2. background: #ffdbdb; /* Pink */

} table.fmbox-editnotice {

  1. background: transparent;

} /* Div based "warning" style fmbox messages. */ div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon {

  1. clear: both;
  2. margin: 0.2em 0;
  3. border: 1px solid #bb7070;
  4. background: #ffdbdb;
  5. padding: 0.25em 0.9em;

} /* Div based "system" style fmbox messages.

  1. Used in MediaWiki:Readonly lag. */

div.mw-lag-warn-normal, div.fmbox-system {

  1. clear: both;
  2. margin: 0.2em 0;
  3. border: 1px solid #aaa;
  4. background: #f9f9f9;
  5. padding: 0.25em 0.9em;

}

/* These mbox-small classes must be placed after all other

  1. ambox/tmbox/ombox etc classes. "body.mediawiki" is so
  2. they override "table.ambox + table.ambox" above. */

body.mediawiki table.mbox-small { /* For the "small=yes" option. */

  1. clear: right;
  2. float: right;
  3. margin: 4px 0 4px 1em;
  4. width: 238px;
  5. font-size: 88%;
  6. line-height: 1.25em;

} body.mediawiki table.mbox-small-left { /* For the "small=left" option. */

  1. margin: 4px 1em 4px 0;
  2. width: 238px;
  3. border-collapse: collapse;
  4. font-size: 88%;
  5. line-height: 1.25em;

}