mirror of
https://github.com/quatalog/site.git
synced 2025-10-11 15:30:20 +00:00
Merge branch 'main' of https://github.com/quatalog/site
This commit is contained in:
commit
7dc62feb4d
|
@ -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");
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue