User:Tepples/monobook.css: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (moved User:Tepples/Monobook.css to User:Tepples/monobook.css over redirect: the ui keeps saying lowercase. do I have to clear the whole cache?)
(your CSS was accepted)
Line 1: Line 1:
/* CSS sandbox: test change here before applying it site-wide as ndwiki */
/* CSS sandbox: test change here before applying it site-wide as ndwiki */
/* 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
}

Revision as of 21:19, 2 April 2010

/* CSS sandbox: test change here before applying it site-wide as ndwiki */