[ADD] Theme2
This commit is contained in:
70
themes/zone2/static/css/style.css
Normal file
70
themes/zone2/static/css/style.css
Normal file
@@ -0,0 +1,70 @@
|
||||
:root {
|
||||
--bg-color: #841205;
|
||||
--hl-color: #A72119;
|
||||
--menu-font-color: white;
|
||||
--font-color: #430C08;
|
||||
--box-bg: #ece2d5;
|
||||
--main-font: 'Cubellan';
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Cubellan';
|
||||
src: url('../font/Cubellan.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: var(--bg-color);
|
||||
color: var(--font-color);
|
||||
font-family: var(--main-font);
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
*, *::before, *::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.site-nav {
|
||||
border-right: 2px solid var(--box-bg);
|
||||
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
padding: clamp(1em, 3vw, 3em);
|
||||
border-bottom: 2px solid var(--box-bg);
|
||||
}
|
||||
|
||||
.main-menu {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.main-menu > li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.main-menu > li > a {
|
||||
display: block;
|
||||
padding: clamp(0.5em, 1.5vw, 1.5em);
|
||||
color: var(--menu-font-color);
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid var(--box-bg);
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-top: 3rem;
|
||||
border-top: 2px solid var(--box-bg);
|
||||
padding: clamp(1em, 3vw, 3em);
|
||||
background-color: var(--box-bg);
|
||||
}
|
||||
BIN
themes/zone2/static/favicon.ico
Normal file
BIN
themes/zone2/static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
themes/zone2/static/font/Cubellan.ttf
Normal file
BIN
themes/zone2/static/font/Cubellan.ttf
Normal file
Binary file not shown.
54
themes/zone2/static/img/Chaoszone.svg
Normal file
54
themes/zone2/static/img/Chaoszone.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
BIN
themes/zone2/static/img/Chaoszone_crest.png
Normal file
BIN
themes/zone2/static/img/Chaoszone_crest.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 180 KiB |
Reference in New Issue
Block a user