add otomotone theme

This commit is contained in:
2025-08-17 01:36:34 +03:00
parent 184472726e
commit fc80823713
4 changed files with 1027 additions and 9 deletions

View File

@@ -145,6 +145,7 @@ a:visited {
align-items: center;
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color: rgb(173.5214173228, 183.6737007874, 161.0262992126);
}
.post-content {
@@ -249,6 +250,7 @@ pre code {
padding: 20px;
min-width: 400px;
background-color: #c1ceb1;
color: black;
gap: 10px;
}
@@ -462,6 +464,7 @@ input[type=text], input[type=password], textarea, select {
width: 100%;
box-sizing: border-box;
resize: vertical;
color: black;
background-color: rgb(217.8, 225.6, 208.2);
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
@@ -472,12 +475,15 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
border: 2px solid black;
background-color: #81a3e6;
padding: 20px 15px;
color: black;
}
.infobox.critical {
background-color: rgb(237, 129, 129);
color: black;
}
.infobox.warn {
background-color: #fbfb8d;
color: black;
}
.infobox > span {
@@ -503,11 +509,13 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
.thread-sticky-container {
grid-area: thread-sticky-container;
border: 2px outset rgb(217.26, 220.38, 213.42);
background-color: none;
}
.thread-locked-container {
grid-area: thread-locked-container;
border: 2px outset rgb(217.26, 220.38, 213.42);
background-color: none;
}
.contain-svg {
@@ -657,6 +665,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
.topic-locked-container {
grid-area: topic-locked-container;
border: 2px outset rgb(217.26, 220.38, 213.42);
background-color: none;
}
.draggable-topic {