V 2.0.0 ferige Version
This commit is contained in:
129
app/globals.css
129
app/globals.css
@@ -1,42 +1,103 @@
|
||||
:root {
|
||||
--background: #ffffff;
|
||||
--foreground: #171717;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background: #0a0a0a;
|
||||
--foreground: #ededed;
|
||||
}
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--foreground);
|
||||
background: var(--background);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
color: #00B7FF;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
color-scheme: dark;
|
||||
}
|
||||
.spritztab #sptab {
|
||||
width: 91vmin;
|
||||
height: 65vmin;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
gap: 0;
|
||||
margin: 3vmin auto;
|
||||
}
|
||||
|
||||
.spritztab h1 {
|
||||
text-align: center;
|
||||
margin-top: 3vmin;
|
||||
font-size: 8vmin;
|
||||
}
|
||||
|
||||
.spritztab h2 {
|
||||
text-align: center;
|
||||
font-size: 5vmin;
|
||||
}
|
||||
|
||||
.spritztab button {
|
||||
width: 13vmin;
|
||||
height: 13vmin;
|
||||
background: white;
|
||||
border: 1px solid black;
|
||||
margin: 0;
|
||||
font-size: 3.5vmin;
|
||||
color: black;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
padding: 0.5vmin 0.5vmin 0;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.spritztab [aria-label="o"] {
|
||||
background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Ccircle%20cx%3D%220.5%22%20cy%3D%220.5%22%20r%3D%220.4%22%20fill%3D%22none%22%20stroke-width%3D%220.1%22%20stroke%3D%22blue%22%2F%3E%3C%2Fsvg%3E');
|
||||
}
|
||||
|
||||
.spritztab [aria-label="x"] {
|
||||
background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201%201%22%3E%3Cline%20x1%3D%220.1%22%20y1%3D%220.1%22%20x2%3D%220.9%22%20y2%3D%220.9%22%20stroke-width%3D%220.1%22%20stroke%3D%22red%22%2F%3E%3Cline%20x1%3D%220.1%22%20y1%3D%220.9%22%20x2%3D%220.9%22%20y2%3D%220.1%22%20stroke-width%3D%220.1%22%20stroke%3D%22red%22%2F%3E%3C%2Fsvg%3E');
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 60%;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
#infeld {
|
||||
width: 91vmin;
|
||||
margin: auto;
|
||||
font-size: 3.5vmin;
|
||||
}
|
||||
|
||||
#einheiten {
|
||||
font-size: 3.5vmin;
|
||||
margin-left: 2vmin;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 91vmin;
|
||||
margin: auto;
|
||||
font-size: 2vmin;
|
||||
}
|
||||
#v {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.inner {
|
||||
width: 100%;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.lowline {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
margin-top: 0.5vmin;
|
||||
}
|
||||
|
||||
.eh {
|
||||
color: black;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.wtg {
|
||||
float: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user