parent
ddcfdb5d76
commit
4924eb3649
@ -0,0 +1,81 @@ |
|||||||
|
@font-face { |
||||||
|
font-family: ProFontWindows; |
||||||
|
src: url('./ProFontWindows-Bold.ttf'); |
||||||
|
} |
||||||
|
|
||||||
|
.dot { |
||||||
|
background-color:rgba(0,0,0,0.0); |
||||||
|
border:4px solid rgba(150,255,150,1); |
||||||
|
border-radius:50%; |
||||||
|
-moz-border-radius:50%; |
||||||
|
-webkit-border-radius:50%; |
||||||
|
width:56px; |
||||||
|
height:56px; |
||||||
|
} |
||||||
|
.smoldot { |
||||||
|
background-color:rgba(0,0,0,0.0); |
||||||
|
border:4px solid rgba(255,150,150,0.8); |
||||||
|
border-radius:50%; |
||||||
|
-moz-border-radius:50%; |
||||||
|
-webkit-border-radius:50%; |
||||||
|
width:48px; |
||||||
|
height:52px; |
||||||
|
} |
||||||
|
|
||||||
|
.right{ |
||||||
|
margin: auto; |
||||||
|
position: absolute; |
||||||
|
text-align:right; |
||||||
|
} |
||||||
|
|
||||||
|
.floating{ |
||||||
|
position:absolute; |
||||||
|
} |
||||||
|
|
||||||
|
.current{ |
||||||
|
color: #fff !important; |
||||||
|
text-shadow: 0 0 4px #438992,0 0 8px #438992,0 0 12px #438992, 0 0 16px #fff,0 0 20px #438992; |
||||||
|
} |
||||||
|
.alltime{ |
||||||
|
color: #fff !important; |
||||||
|
text-shadow: 0 0 4px #812c58,0 0 8px #812c58,0 0 12px #812c58, 0 0 16px #fff,0 0 20px #812c58; |
||||||
|
} |
||||||
|
|
||||||
|
.App { |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
|
||||||
|
.App-logo { |
||||||
|
height: 40vmin; |
||||||
|
pointer-events: none; |
||||||
|
} |
||||||
|
|
||||||
|
@media (prefers-reduced-motion: no-preference) { |
||||||
|
.App-logo { |
||||||
|
animation: App-logo-spin infinite 20s linear; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.App-header { |
||||||
|
background-color: #282c34; |
||||||
|
min-height: 100vh; |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
|
align-items: center; |
||||||
|
justify-content: center; |
||||||
|
font-size: calc(10px + 2vmin); |
||||||
|
color: white; |
||||||
|
} |
||||||
|
|
||||||
|
.App-link { |
||||||
|
color: #61dafb; |
||||||
|
} |
||||||
|
|
||||||
|
@keyframes App-logo-spin { |
||||||
|
from { |
||||||
|
transform: rotate(0deg); |
||||||
|
} |
||||||
|
to { |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,18 @@ |
|||||||
|
@font-face { |
||||||
|
font-family: ProFontWindows; |
||||||
|
src: url('./ProFontWindows-Bold.ttf'); |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
margin: 0; |
||||||
|
font-family: ProFontWindows,-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', |
||||||
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', |
||||||
|
sans-serif; !important |
||||||
|
-webkit-font-smoothing: antialiased; |
||||||
|
-moz-osx-font-smoothing: grayscale; |
||||||
|
} |
||||||
|
|
||||||
|
code { |
||||||
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', |
||||||
|
monospace; |
||||||
|
} |
After Width: | Height: | Size: 358 KiB |
Loading…
Reference in new issue