97 lines
1.3 KiB
CSS
97 lines
1.3 KiB
CSS
:root {
|
|
/* Main color scheme */
|
|
--color-primary: #FFFFFF;
|
|
--color-secondary: #AEA3F0ff;
|
|
--color-accent: #FFFFFF;
|
|
|
|
/* Background colors */
|
|
--bg-primary: #000300ff;
|
|
--bg-secondary: #1C202Fff;
|
|
|
|
/* Text colors */
|
|
--text-primary: #0000aa;
|
|
--text-secondary: #989898ff;
|
|
--text-accent: #FFFFFF;
|
|
|
|
/* Header colours */
|
|
--header-primary:#FFFFFF;
|
|
--header-secondary: #AEA3F0ff;
|
|
--header-tertiary: #A4D1ADff;
|
|
--header-other: #E4F0FEff;
|
|
|
|
/* Link colors */
|
|
--link-color: #5a3249;
|
|
--link-hover: #5B3D8Aff;
|
|
|
|
/* Border colors */
|
|
--border-primary: #008080;
|
|
--border-secondary: #8D99AE;
|
|
--border-image: #008080;
|
|
|
|
/* Special purpose colors */
|
|
--code-color: #18A02Cff;
|
|
--header-bg: #8D99AE;
|
|
--header-text: #FFFFFF;
|
|
|
|
/* Font families */
|
|
--font-headers: Avantgarde, sans-serif;
|
|
--font-body: Courier New, helvetica, arial, sans-serif;
|
|
}
|
|
|
|
mark {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
body {
|
|
background-image: url("http://up.thirdculture.top/1Wrnqt4VqQ/Screenshot%202024-11-20%20154500.png");
|
|
background-color: #cccccc;
|
|
background-repeat: no-repeat;
|
|
background-position-x: right;
|
|
background-size: 1800px 1200px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|