Difference between revisions of "MediaWiki:Monobook.css"
From A look inside The Link @ wiki
(added styles for data structure tables) |
(removed font size change) |
||
Line 10: | Line 10: | ||
margin-bottom: 0; | margin-bottom: 0; | ||
padding: 0; | padding: 0; | ||
− | |||
} | } | ||
table.structure tr td { | table.structure tr td { |
Latest revision as of 13:53, 8 February 2008
/* CSS placed here will affect users of the Monobook skin */ /* this is for tables describing data structures */ table.structure { border: 1px solid black; background: #ffa; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; padding: 0; } table.structure tr td { text-align: left; font-style: oblique; padding-top: 0; padding-bottom: 0; } table.structure tr td:first-child { text-align: right; font-style: normal; color: #622; } table.structure tr td.comment { text-align: left; font-style: normal; color: #008; }