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: how do i shot web?)
(on second thought, mono fonts are big)
 
(3 intermediate revisions by 2 users not shown)
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
/* Personal CSS sandbox */
}
textarea, pre, code, kbd, tt { font-family: Inconsolata, Consolas, "Liberation Mono", "Lucida Console", Monaco, monospace; font-size: 90% }
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
}

Latest revision as of 22:44, 19 April 2011

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



/* Personal CSS sandbox */
textarea, pre, code, kbd, tt { font-family: Inconsolata, Consolas, "Liberation Mono", "Lucida Console", Monaco, monospace; font-size: 90% }