dayzdockerserver/web/root/index.css
2023-05-25 08:53:31 -07:00

34 lines
455 B
CSS

body {
padding-top: 50px;
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;
}
.selected {
background-color: cyan;
}
.simulink {
cursor: pointer;
text-underline: blue;
}
th, td {
padding-right: 10px
}