Files
Yogstation/html/admin/view_variables.css
Jumps a6a1128fe3 Matrix VV Preview (TG Port) (#8913)
* double corrupted list (view)

* redundancy

* Update code/modules/asset_cache/asset_list_items.dm

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
2020-06-22 22:58:48 +01:00

38 lines
739 B
CSS

body {
font-family: Verdana, sans-serif;
font-size: 9pt;
}
.value {
font-family: "Courier New", monospace;
font-size: 8pt;
display: inline-block;
}
table.matrix {
border-collapse: collapse; border-spacing: 0;
font-size: 7pt;
}
.matrix td{
text-align: center;
padding: 0 1ex 0ex 1ex;
}
table.matrixbrak {
border-collapse: collapse; border-spacing: 0;
}
table.matrixbrak td.lbrak {
width: 0.8ex;
font-size: 50%;
border-top: solid 0.25ex black;
border-bottom: solid 0.25ex black;
border-left: solid 0.5ex black;
border-right: none;
}
table.matrixbrak td.rbrak {
width: 0.8ex;
font-size: 50%;
border-top: solid 0.25ex black;
border-bottom: solid 0.25ex black;
border-right: solid 0.5ex black;
border-left: none;
}