mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00

Add placeholders for future functions. Add buttons for install, update, update mods, etc. Add bootstrap icons CDN. Remove old CSS in favor of Bootstrap classes. Add favico. Update docs.
26 lines
277 B
CSS
26 lines
277 B
CSS
body {
|
|
padding: 10px;
|
|
background-color: black;
|
|
}
|
|
|
|
button {
|
|
padding: 5px;
|
|
margin: 10px;
|
|
}
|
|
|
|
th, td {
|
|
padding-right: 10px
|
|
}
|
|
|
|
.result {
|
|
padding: 5px;
|
|
}
|
|
|
|
.selected {
|
|
background-color: cyan;
|
|
}
|
|
|
|
.simulink {
|
|
cursor: pointer;
|
|
text-underline: blue;
|
|
}
|