dayzdockerserver/web/root/index.css
Daniel Ceregatti d0b54a7475 Search WIP.
Other small refactors.
2023-05-25 20:24:04 -07:00

38 lines
486 B
CSS

body {
padding-top: 10px;
background-color: black;
}
.green {
color: green;
font-weight: bolder;
}
.yellow {
color: yellow;
font-weight: bolder;
}
.darkgrey {
background-color: darkgray;
font-weight: bolder;
margin-bottom: 10px;
}
.modInfo {
background-color: aliceblue;
}
.result {
padding: 5px;
}
.selected {
background-color: cyan;
}
.simulink {
cursor: pointer;
text-underline: blue;
}
th, td {
padding-right: 10px
}