close to prerelase
This commit is contained in:
parent
e55fbb5b67
commit
31022358ed
181 changed files with 2118 additions and 141 deletions
|
@ -0,0 +1,2 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
|
@ -0,0 +1,55 @@
|
|||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: #000000;
|
||||
--color-secondary: #000000;
|
||||
--color-accent: rgb(162, 255, 0);
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #ffffffff;
|
||||
--bg-secondary: #ffffffff;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: #000000;
|
||||
--text-secondary: #000000;
|
||||
--text-accent: rgb(162, 255, 0);
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:#000000;
|
||||
--header-secondary: #000000;
|
||||
--header-tertiary: #000000;
|
||||
--header-other: #000000;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: #1d75d4ff;
|
||||
--link-hover: #5B3D8Aff;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: rgb(10, 10, 10);
|
||||
--border-secondary: #030303ff;
|
||||
--border-image: #303030ff;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #18A02Cff;
|
||||
--header-bg: #ffffffff;
|
||||
--header-text: #000000;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: sans-serif;
|
||||
--font-body: 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: 110%;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
article {
|
||||
text-align: center;
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
Public Sector
|
||||
=============================
|
||||
Main Link: \[ [https://www.instagram.com/publicsector.zip/](https://www.instagram.com/publicsector.zip/) \]
|
||||
|
||||
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/publicsector.png">
|
Loading…
Add table
Add a link
Reference in a new issue