Files
Paradise/html/admin/view_variables.css
Contrabang 2d98f9b4b2 View Variables improvements (#28491)
* wow

* matrix

* remove this

* changes to css
2025-03-02 18:47:43 +00:00

49 lines
852 B
CSS

body {
font-family: Verdana, sans-serif;
font-size: 9pt;
}
.value {
font-family: "Courier New", monospace;
font-size: 8pt;
display: inline-block;
}
.var {
display: none;
}
.var.visible {
display: list-item;
}
.var.selected {
background-color: "#ffee88";
}
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;
}