Files
game-server-watcher/public/main.css
2023-08-05 17:25:44 +02:00

167 lines
3.1 KiB
CSS

html,
body {
margin: 0;
padding: 0;
font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
body {
background-color: #000;
background-position: top center;
transition: background-image 2s ease-in-out 0.5s;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-image: url('https://i.imgur.com/lTly23N.png');
}
body>nav {
background-color: rgba(0, 0, 0, 0.75);
}
.navbar-brand img {
width: 40px;
height: 40px;
}
.navbar-brand span {
color: #fff;
font-family: 'Marvel', Helvetica, Arial, sans-serif;
text-decoration: none;
text-shadow: 0 0 4px #fff;
text-decoration: none;
}
#spinner {
zoom: 2;
opacity: 0.7;
}
#protected-section>div>div {
background-color: rgba(245, 250, 255, 0.75);
}
#config-form h3.card_title>label {
font-weight: 900;
}
#config-form h3>label {
margin-right: 1rem;
}
#config-form div[data-schemaid="root"]>div.card-body>div>div {
margin-bottom: 3rem;
}
#config-form div[data-schemaid="root"]>div.card-body>div>div:last-child {
margin-bottom: inherit;
}
#config-form button {
vertical-align: top;
}
#config-form .btn-group {
display: inline-flex !important;
margin-bottom: 0.25rem;
}
#config-form .btn-group button {
margin-left: 1px;
margin-right: 1px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
#config-form .btn-group.je-object__controls {
margin: 0 0 0.75rem 0;
}
#config-form .json-editor-btn-add,
#config-form .json-editor-btn-save {
background-color: darkgreen;
}
#config-form .json-editor-btn-add span {
display: none;
}
#config-form .json-editor-btn-delete,
#config-form .json-editor-btn-cancel {
background-color: darkred;
}
#config-form .json-editor-btn-delete span,
#config-form .json-editor-btn-cancel span {
display: none;
}
#config-form .json-editor-btn-copy {
background-color: darkblue;
}
#config-form .json-editor-btn-copy span {
display: none;
}
#config-form .je-edit-json--textarea {
width: auto !important;
height: auto !important;
min-width: 300px;
min-height: 300px;
}
#config-form .je-modal {
box-shadow: rgba(0,0,0,0.5) 3px 3px 6px 2px !important;
border: 1px solid rgba(0,0,0,0.25) !important;
}
#config-form .property-selector {
min-width: max-content;
max-height: none !important;
padding: 5px !important;
}
#config-form .property-selector .form-check-input {
cursor: pointer;
margin-left: -0.85rem !important;
}
#config-form .property-selector .form-check-label {
cursor: pointer;
padding-left: 5px !important;
}
footer>a>svg {
fill: #c6cbd1;
}
#save-config {
background-color: rgba(15, 20, 25, 0.9);
}
#save-config ._saving_btn {
display: none;
}
#save-config ._btn ._saving_btn {
display: inherit;
}
#save-config ._btn ._save_btn {
display: none;
}
#bye>h3 {
text-shadow: 0 0 6px #fff;
}
#bye>div>a:hover {
text-decoration: none;
}
#bye kbd {
box-shadow: 0 0.125rem 0.25rem rgb(255, 255, 255, 0.75) !important;
}