mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
34 lines
455 B
CSS
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
|
|
}
|