MediaWiki:Common.css (Meta, no ontology)
From Hi.gher. Space
(Difference between revisions)
m (fix) |
(avoid stretching on large imats) |
||
Line 23: | Line 23: | ||
table.matbox .l {border-left-width: 1px;} | table.matbox .l {border-left-width: 1px;} | ||
+ | div.area {overflow-x: auto;} | ||
table.imat th {font-weight: bold;} | table.imat th {font-weight: bold;} | ||
- | table.imat td {padding-left: 12px; vertical-align: bottom;} | + | table.imat td {padding-left: 12px; vertical-align: bottom; white-space: nowrap;} |
table.imat td.dat {font-family: monospace;} | table.imat td.dat {font-family: monospace;} | ||
table.imat .rnum, table.imat .req, table.imat .rsemi {color: #ccc; font-family: monospace;} | table.imat .rnum, table.imat .req, table.imat .rsemi {color: #ccc; font-family: monospace;} |
Latest revision as of 23:22, 23 February 2014
/** 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;} table.shapelist.dx td {vertical-align: middle;} table.shapelist th {background-color:#eef;} table.shapelist th.key {background-color:#ddf;} table.shapelist th.cat {background-color:#ccf;} table.shapelist th.cat.key {background-color:#bbf;} 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;} table.fld, table.fld tr, table.fld td {border-collapse: collapse; padding: 0; background-color: transparent;} table.matbox {border-collapse: collapse;} table.matbox .m {border: 0px solid black;} table.matbox .t {border-top-width: 1px;} table.matbox .r {border-right-width: 1px;} table.matbox .b {border-bottom-width: 1px;} table.matbox .l {border-left-width: 1px;} div.area {overflow-x: auto;} table.imat th {font-weight: bold;} table.imat td {padding-left: 12px; vertical-align: bottom; white-space: nowrap;} table.imat td.dat {font-family: monospace;} table.imat .rnum, table.imat .req, table.imat .rsemi {color: #ccc; font-family: monospace;}