First Commit
This commit is contained in:
commit
ce0758fbbb
496 changed files with 52062 additions and 0 deletions
42
static/themes/80s/typo.css
Executable file
42
static/themes/80s/typo.css
Executable file
|
|
@ -0,0 +1,42 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=VT323&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
|
||||
|
||||
body {
|
||||
font-family: 'VT323', monospace;
|
||||
font-size: 18px;
|
||||
color: #ffffff;
|
||||
text-shadow: 2px 2px 0px #ff00ff;
|
||||
}
|
||||
|
||||
h1, h2, .breadcrumbs, .btn, input, select, button, .notification, .page-link, .guestbook p {
|
||||
font-family: 'Press Start 2P', cursive;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: 'Press Start 2P', cursive;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.btn, button {
|
||||
font-family: 'Press Start 2P', cursive;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.menu h2 {
|
||||
font-family: 'VT323', cursive;
|
||||
}
|
||||
|
||||
.container {
|
||||
font-family: "Chakra Petch", sans-serif;
|
||||
}
|
||||
|
||||
.menu ul.guestbook li {
|
||||
font-size: 1rem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue