85 lines
1.2 KiB
CSS
85 lines
1.2 KiB
CSS
:root {
|
|
/* Main color scheme */
|
|
--color-primary: #E4F0FEff;
|
|
--color-secondary: #AEA3F0ff;
|
|
--color-accent: #A4D1ADff;
|
|
|
|
/* Background colors */
|
|
--bg-primary: #000300ff;
|
|
--bg-secondary: #1C202Fff;
|
|
|
|
/* Text colors */
|
|
--text-primary: #E4F0FEff;
|
|
--text-secondary: #989898ff;
|
|
--text-accent: #AEA3F0ff;
|
|
|
|
/* Header colours */
|
|
--header-primary:#AEA3F0ff;
|
|
--header-secondary: #AEA3F0ff;
|
|
--header-tertiary: #A4D1ADff;
|
|
--header-other: #E4F0FEff;
|
|
|
|
/* Link colors */
|
|
--link-color: #503e5cff;
|
|
--link-hover: #5B3D8Aff;
|
|
|
|
/* Border colors */
|
|
--border-primary: #3c294aff;
|
|
--border-secondary: #3c294aff;
|
|
--border-image: #3c294aff;
|
|
|
|
/* Special purpose colors */
|
|
--code-color: #18A02Cff;
|
|
--header-bg: ##3c294aff;
|
|
--header-text: #E4F0FEff;
|
|
|
|
/* Font families */
|
|
--font-headers: ft88, serif;
|
|
--font-body: ft88-serif, garamond, serif;
|
|
}
|
|
|
|
mark {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
body {
|
|
background-image: url("http://up.thirdculture.top/LS8VePwNzq/the_church%282%29%20%281%29.png");
|
|
background-color: #cccccc;
|
|
background-repeat: repeat;
|
|
background-position-x: right;
|
|
background-size: 1300px 1100px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|