MediaWiki:Common.css (Meta, no ontology)
From Hi.gher. Space
(Difference between revisions)
(New page: - →* CSS placed here will be applied to all skins: table.shapelist {border: 1px solid #888; border-collapse: collapse;} table.shapelist td {vertical-align: bottom; text-align: center;} ta...) |
m |
||
Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
+ | body, th, td, input {font-family: Segoe UI, Verdana, Tahoma, DejaVu Sans, sans-serif;} | ||
table.shapelist {border: 1px solid #888; border-collapse: collapse;} | table.shapelist {border: 1px solid #888; border-collapse: collapse;} | ||
table.shapelist td {vertical-align: bottom; text-align: center;} | table.shapelist td {vertical-align: bottom; text-align: center;} | ||
table.shapelist th {background-color:#eef;} | table.shapelist th {background-color:#eef;} | ||
table.shapelist th.key {background-color:#ddf;} | table.shapelist th.key {background-color:#ddf;} | ||
- | table.shapelist | + | table.shapelist tr.row1 td {background-color:#eef;} |
- | table.shapelist | + | table.shapelist tr.row1 td.key {background-color:#ddf;} |
- | table.shapelist | + | table.shapelist tr.row2 td {background-color:#ddf;} |
- | table.shapelist | + | table.shapelist tr.row2 td.key {background-color:#ccf;} |
table.shapelist td.cat {background-color:#bbf;} | table.shapelist td.cat {background-color:#bbf;} | ||
+ | table.shapelist td {padding: 2px;} |
Revision as of 21:15, 1 December 2009
/** CSS placed here will be applied to all skins */ body, th, td, input {font-family: Segoe UI, Verdana, Tahoma, DejaVu Sans, sans-serif;} table.shapelist {border: 1px solid #888; border-collapse: collapse;} table.shapelist td {vertical-align: bottom; text-align: center;} table.shapelist th {background-color:#eef;} table.shapelist th.key {background-color:#ddf;} table.shapelist tr.row1 td {background-color:#eef;} table.shapelist tr.row1 td.key {background-color:#ddf;} table.shapelist tr.row2 td {background-color:#ddf;} table.shapelist tr.row2 td.key {background-color:#ccf;} table.shapelist td.cat {background-color:#bbf;} table.shapelist td {padding: 2px;}