MediaWiki:Common.css: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Imported style for <table class="tabular"> from User:Tepples/monobook.css)
(No difference)

Revision as of 21:18, 2 April 2010

/* CSS placed here will be applied to all skins */

/* to use attractive borders and dark gray TH, the first line becomes   {| class="tabular"   */
table.tabular {
  margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px solid #aaa; border-collapse: collapse
}
table.tabular th, table.tabular td {
  border: 1px solid #aaaaaa; padding: 0.2em
}
table.tabular th {
  background: #f2f2f2; text-align: center
}
table.tabular caption {
  margin-left: inherit; margin-right: inherit
}