mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
39 lines
457 B
CSS
39 lines
457 B
CSS
.dnaBlockNumber
|
|
{
|
|
font-family: Fixed, monospace;
|
|
float: left;
|
|
color: #ffffff;
|
|
background: #363636;
|
|
width: 20px;
|
|
padding: -3px 0 -1px 0;
|
|
margin: 2px 2px 0 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.dnaBlock
|
|
{
|
|
font-family: Fixed, monospace;
|
|
float: left;
|
|
}
|
|
|
|
img.selected
|
|
{
|
|
border: 1px solid blue;
|
|
}
|
|
img.unselected
|
|
{
|
|
border: 2px solid black;
|
|
}
|
|
div>table {
|
|
float: left;
|
|
}
|
|
td
|
|
{
|
|
text-align: center;
|
|
}
|
|
a.clean
|
|
{
|
|
background: none;
|
|
border: none;
|
|
marging: none;
|
|
} |