xghk
This commit is contained in:
parent
b9a7ff75b5
commit
6917aa78e9
@ -11,7 +11,7 @@
|
||||
z-index: 1999;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(10, 80px);
|
||||
grid-template-columns: repeat(10, 104px);
|
||||
gap: 6px;
|
||||
|
||||
padding: 8px;
|
||||
@ -32,8 +32,8 @@
|
||||
========================= */
|
||||
|
||||
.qm-slot {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
width: 104px;
|
||||
height: 104px;
|
||||
position: relative;
|
||||
|
||||
background: linear-gradient(145deg, #3a2810, #1a0f04);
|
||||
@ -67,8 +67,8 @@
|
||||
}
|
||||
|
||||
.qm-slot img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
width: 62px;
|
||||
height: 62px;
|
||||
object-fit: contain;
|
||||
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
|
||||
}
|
||||
|
||||
BIN
public/fonts/Cinzel-Black.ttf
Normal file
BIN
public/fonts/Cinzel-Black.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Cinzel-Bold.ttf
Normal file
BIN
public/fonts/Cinzel-Bold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Cinzel-ExtraBold.ttf
Normal file
BIN
public/fonts/Cinzel-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Cinzel-Medium.ttf
Normal file
BIN
public/fonts/Cinzel-Medium.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Cinzel-Regular.ttf
Normal file
BIN
public/fonts/Cinzel-Regular.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Cinzel-SemiBold.ttf
Normal file
BIN
public/fonts/Cinzel-SemiBold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Cinzel-VariableFont_wght.ttf
Normal file
BIN
public/fonts/Cinzel-VariableFont_wght.ttf
Normal file
Binary file not shown.
BIN
public/fonts/CinzelDecorative-Black.ttf
Normal file
BIN
public/fonts/CinzelDecorative-Black.ttf
Normal file
Binary file not shown.
BIN
public/fonts/CinzelDecorative-Black.woff2
Normal file
BIN
public/fonts/CinzelDecorative-Black.woff2
Normal file
Binary file not shown.
BIN
public/fonts/CinzelDecorative-Bold.ttf
Normal file
BIN
public/fonts/CinzelDecorative-Bold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/CinzelDecorative-Bold.woff2
Normal file
BIN
public/fonts/CinzelDecorative-Bold.woff2
Normal file
Binary file not shown.
BIN
public/fonts/CinzelDecorative-Regular.ttf
Normal file
BIN
public/fonts/CinzelDecorative-Regular.ttf
Normal file
Binary file not shown.
BIN
public/fonts/CinzelDecorative-Regular.woff2
Normal file
BIN
public/fonts/CinzelDecorative-Regular.woff2
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
Copyright (c) 2010, Toshi Omagari (tosche@mac.com)
|
||||
Copyright (c) 2012 Natanael Gama (info@ndiscovered.com), with Reserved Font Name 'Cinzel'
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
https://openfontlicense.org
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
|
||||
@ -8,12 +8,79 @@
|
||||
href="/images/favicon/dok_favicon_32px.ico"
|
||||
type="image/x-icon"
|
||||
/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Cinzel:wght@400;600&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Cinzel Decorative';
|
||||
src: url('/fonts/CinzelDecorative-Regular.woff2') format('woff2'),
|
||||
url('/fonts/CinzelDecorative-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel Decorative';
|
||||
src: url('/fonts/CinzelDecorative-Bold.woff2') format('woff2'),
|
||||
url('/fonts/CinzelDecorative-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel Decorative';
|
||||
src: url('/fonts/CinzelDecorative-Black.woff2') format('woff2'),
|
||||
url('/fonts/CinzelDecorative-Black.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-SemiBold.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-ExtraBold.ttf') format('truetype');
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
src: url('/fonts/Cinzel-Black.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Tangerine';
|
||||
src: url('/fonts/Tangerine-Regular.woff2') format('woff2'),
|
||||
url('/fonts/Tangerine-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Tangerine';
|
||||
src: url('/fonts/Tangerine-Bold.woff2') format('woff2'),
|
||||
url('/fonts/Tangerine-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/css/launcher.css" />
|
||||
<link rel="stylesheet" href="/css/global.css" />
|
||||
<link rel="stylesheet" href="/css/building.css" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user