mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* 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>
38 lines
739 B
CSS
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;
|
|
}
|