close to prerelase
This commit is contained in:
parent
e55fbb5b67
commit
31022358ed
181 changed files with 2118 additions and 141 deletions
|
@ -0,0 +1,4 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
||||
conf_enable_cssedit loser
|
||||
css_file='_werc/style.css'
|
82
werc/sites/thirdculture.top/collective/los3r/_werc/style.css
Normal file
82
werc/sites/thirdculture.top/collective/los3r/_werc/style.css
Normal file
|
@ -0,0 +1,82 @@
|
|||
@font-face {
|
||||
font-family: "man";
|
||||
src:
|
||||
url("/pub/style/fonts/Manusquared-Bold.woff2") format('woff2'),
|
||||
url("/pub/style/fonts/Manusquared-Bold.woff") format('woff');
|
||||
}
|
||||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: #000000ff;
|
||||
--color-secondary: #5B3D8Aff;
|
||||
--color-accent: rgb(25, 59, 121);
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #d6d6d6ff;
|
||||
--bg-secondary: #c2c2c2ff;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: #000000ff;
|
||||
--text-secondary: #989898ff;
|
||||
--text-accent: #5B3D8Aff;
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:#5B3D8Aff;
|
||||
--header-secondary: #5B3D8Aff;
|
||||
--header-tertiary: rgb(25, 59, 121);
|
||||
--header-other: #000000ff;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: rgb(31, 76, 160);
|
||||
--link-hover: #5B3D8Aff;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: #000000ff;
|
||||
--border-secondary: #030303ff;
|
||||
--border-image: #000300ff;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #18A02Cff;
|
||||
--header-bg: #5B3D8Aff;
|
||||
--header-text: #030303ff;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: man, sans-serif;
|
||||
--font-body: verdana, helvetica, arial, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--bg-primary);
|
||||
background-color: var(--bg-primary);
|
||||
background-position: center center;
|
||||
background-size: 110vh 75vh;
|
||||
background-repeat: repeat-y;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 90%;
|
||||
font-family: verdana, sans-serif;
|
||||
}
|
||||
|
||||
header h1 .headerLink {
|
||||
font-family: man, sans-serif;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
font-family: man, sans-serif;
|
||||
}
|
||||
|
||||
article {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
article img {
|
||||
border: 0.4em solid var(--border-image);
|
||||
background-color: var(--border-image) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
17
werc/sites/thirdculture.top/collective/los3r/index.md
Normal file
17
werc/sites/thirdculture.top/collective/los3r/index.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
Los3r
|
||||
=============================
|
||||
i dont want to b a los3r
|
||||
|
||||
Main Link: \[ [Instagram](https://www.instagram.com/los3333r/) \]
|
||||
|
||||
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/los3r.jpeg">
|
||||
|
||||
\[ [Bandcamp](https://los3r.bandcamp.com/music) \]
|
||||
\[ [Youtube](https://www.youtube.com/@los3333r) \]
|
||||
\[ [Soundcloud](https://soundcloud.com/los3333r) \]
|
||||
\[ [Spotify](https://open.spotify.com/artist/1Ue0AwMk9yZMuwrlFDaJzc) \]
|
||||
\[ [Instagram](https://www.instagram.com/los3333r/) \]
|
||||
\[ [Apple](https://music.apple.com/us/artist/los3r/1661508353) \]
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue