close to prerelase
This commit is contained in:
parent
e55fbb5b67
commit
31022358ed
181 changed files with 2118 additions and 141 deletions
2
werc/sites/thirdculture.top/collective/faal/_werc/config
Normal file
2
werc/sites/thirdculture.top/collective/faal/_werc/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
75
werc/sites/thirdculture.top/collective/faal/_werc/style.css
Normal file
75
werc/sites/thirdculture.top/collective/faal/_werc/style.css
Normal file
|
@ -0,0 +1,75 @@
|
|||
@font-face {
|
||||
font-family: "director";
|
||||
src:
|
||||
url("/pub/style/fonts/Director-Regular.woff2") format('woff2'),
|
||||
url("/pub/style/fonts/Director-Regular.woff") format('woff');
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: #E4F0FEff;
|
||||
--color-secondary: rgb(148, 50, 50);
|
||||
--color-accent: #970101ff;
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #E0C9A6ff;
|
||||
--bg-secondary: #cca76dff;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: #000000ff;
|
||||
--text-secondary: #989898ff;
|
||||
--text-accent: rgb(148, 50, 50);
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:rgb(148, 50, 50);
|
||||
--header-secondary: rgb(148, 50, 50);
|
||||
--header-tertiary: #970101ff;
|
||||
--header-other: #000000ff;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: #1d75d4ff;
|
||||
--link-hover: #5B3D8Aff;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: rgb(148, 50, 50);
|
||||
--border-secondary: #030303ff;
|
||||
--border-image: #000300ff;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #18A02Cff;
|
||||
--header-bg: rgb(148, 50, 50);
|
||||
--header-text: #030303ff;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: director, sans-serif;
|
||||
--font-body: 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: serif;
|
||||
}
|
||||
|
||||
header h1 .headerLink {
|
||||
font-family: director, sans-serif;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
font-family: director, sans-serif;
|
||||
}
|
||||
|
||||
article {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
article img {
|
||||
border: 0.4em solid var(--border-image);
|
||||
background-color: var(--border-image) !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue