wip beta
This commit is contained in:
111
src/thsf/static/css/style.css
Normal file
111
src/thsf/static/css/style.css
Normal file
@@ -0,0 +1,111 @@
|
||||
@font-face {
|
||||
font-family: pfdintextcomppromedium;
|
||||
src: url(../fonts/PFDinTextCompPro-Medium.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: pfdintextcompprothin;
|
||||
src: url(../fonts/PFDinTextCompPro-Thin.ttf);
|
||||
}
|
||||
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #e6007e;
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto;
|
||||
background-position-x: center;
|
||||
font-family: pfdintextcomppromedium;
|
||||
}
|
||||
|
||||
span.header {
|
||||
font-size: 9.75em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
span.subheader {
|
||||
margin: 0;
|
||||
font-size: 3.47em;
|
||||
font-weight: thin;
|
||||
}
|
||||
|
||||
span.place {
|
||||
margin: 0;
|
||||
font-size: 2.145em;
|
||||
}
|
||||
|
||||
.white {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.black {
|
||||
color: #1A000D;
|
||||
}
|
||||
|
||||
.thin {
|
||||
font-family: pfdintextcompprothin;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-family: pfdintextcomppromedium;
|
||||
}
|
||||
|
||||
#main_wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#header {
|
||||
text-align: center;
|
||||
margin-bottom: -3em;
|
||||
}
|
||||
|
||||
#logo_wrapper {
|
||||
margin-top: 1em;
|
||||
width: 40em;
|
||||
}
|
||||
|
||||
img.logo {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
#navbar_wrapper {
|
||||
margin-top: 1em;
|
||||
display: flex;
|
||||
flex-direction: line;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
gap: 2em;
|
||||
}
|
||||
|
||||
.button {
|
||||
font-size: 4em;
|
||||
transition-property: color;
|
||||
transition-duration: 1s;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
#cursorbar {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.cursor {
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 0.75em solid transparent;
|
||||
border-right: 0.75em solid transparent;
|
||||
border-bottom: 0.75em solid #000000;
|
||||
}
|
||||
BIN
src/thsf/static/fonts/PFDinTextCompPro-Medium.ttf
Normal file
BIN
src/thsf/static/fonts/PFDinTextCompPro-Medium.ttf
Normal file
Binary file not shown.
BIN
src/thsf/static/fonts/PFDinTextCompPro-Thin.ttf
Normal file
BIN
src/thsf/static/fonts/PFDinTextCompPro-Thin.ttf
Normal file
Binary file not shown.
BIN
src/thsf/static/fonts/Uni Sans Bold.otf
Normal file
BIN
src/thsf/static/fonts/Uni Sans Bold.otf
Normal file
Binary file not shown.
BIN
src/thsf/static/fonts/Uni Sans Book.otf
Normal file
BIN
src/thsf/static/fonts/Uni Sans Book.otf
Normal file
Binary file not shown.
BIN
src/thsf/static/fonts/fontawesome-free-6.4.0-web.zip
Normal file
BIN
src/thsf/static/fonts/fontawesome-free-6.4.0-web.zip
Normal file
Binary file not shown.
BIN
src/thsf/static/images/affiche_v1.png
Normal file
BIN
src/thsf/static/images/affiche_v1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
BIN
src/thsf/static/images/bg.png
Normal file
BIN
src/thsf/static/images/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
src/thsf/static/images/favicon.png
Executable file
BIN
src/thsf/static/images/favicon.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
301
src/thsf/static/images/logo.svg
Normal file
301
src/thsf/static/images/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
BIN
src/thsf/static/images/pretalx-header.png
Normal file
BIN
src/thsf/static/images/pretalx-header.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
Reference in New Issue
Block a user