Tracks POTD Stats and Items obtained while playing and displays them in a nice overlay.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
potdtracker/src/App.css.bak

81 lines
1.4 KiB

@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);
}
}