This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-10 15:50:43 -05:00
commit 7dc62feb4d
2 changed files with 15 additions and 15 deletions

View file

@ -150,49 +150,49 @@ YP `Y88P' VP V8P YP `8888Y'
@font-face{
font-family: "rivalsans";
src: url("./fonts/rivalsans-regular.otf");
src: url("../fonts/rivalsans-regular.otf");
}
@font-face{
font-family: "rivalsans";
src: url("./fonts/rivalsans-bold.otf");
src: url("../fonts/rivalsans-bold.otf");
font-weight: 700;
}
@font-face{
font-family: "rivalsans";
src: url("./fonts/rivalsans-extrabold.otf");
src: url("../fonts/rivalsans-extrabold.otf");
font-weight: 800;
}
@font-face{
font-family: "rivalsans";
src: url("./fonts/rivalsans-black.otf");
src: url("../fonts/rivalsans-black.otf");
font-weight: 900;
}
@font-face {
font-family: "proxima-nova";
src: url("./fonts/Proxima-Nova-Black.otf");
src: url("../fonts/Proxima-Nova-Black.otf");
font-weight: 900;
}
@font-face {
font-family: "proxima-nova";
src: url("./fonts/Proxima-Nova-Bold.otf");
src: url("../fonts/Proxima-Nova-Bold.otf");
font-weight: 700;
}
@font-face {
font-family: "proxima-nova";
src: url("./fonts/Proxima-Nova-Extrabold.otf");
src: url("../fonts/Proxima-Nova-Extrabold.otf");
font-weight: 800;
}
@font-face {
font-family: "proxima-nova";
src: url("./fonts/Proxima-Nova-Thin.otf");
src: url("../fonts/Proxima-Nova-Thin.otf");
font-weight: 200;
}
@font-face {
font-family: "proxima-nova";
src: url("./fonts/Proxima-Nova-Regular.otf");
src: url("../fonts/Proxima-Nova-Regular.otf");
}

View file

@ -20,12 +20,12 @@
}
#cname{
#name {
font-size: 3.75rem;
left: 0vw;
}
#ccode{
#code {
color: var(--quacs-midtone);
font-family: "proxima-nova";
font-size: 1.8rem;
@ -344,19 +344,19 @@ input[value="detailed"]:checked ~ div #detail-view-label {
}
input[value="simple"]:checked ~ table .not-offered {
background-image: url(./icons.svg#circle-no-view);
background-image: url(../icons.svg#circle-no-view);
}
input[value="simple"]:checked ~ table .offered {
background-image: url(./icons.svg#circle-check-view);
background-image: url(../icons.svg#circle-check-view);
}
input[value="simple"]:checked ~ table .offered-diff-code {
background-image: url(./icons.svg#circle-question-view);
background-image: url(../icons.svg#circle-question-view);
}
input[value="simple"]:checked ~ table .unscheduled {
background-image: url(./icons.svg#circle-empty-view);
background-image: url(../icons.svg#circle-empty-view);
}
input[value="detailed"]:checked ~ table .detail-view-container {