ScrapExplorer - main.css
Home / misc / www / css / ScrapExplorer Lines: 1 | Size: 844 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1:root { 2 --bg-dark: #1e2030; 3 --bg-light: #24273a; 4 --grey-light: #939ab7; 5 --grey: #5b6078; 6 --grey-dark: #5b6078; 7 --text: #cad3f5; 8 --blue: #8aadf4; 9 --purple: #c6a0f6; 10 --sapphire: #7dc4e4; 11 --lavender: #b7bdf8; 12 --red: #ed8796; 13 --text-alt: var(--lavender); 14 --text-alt-colour: var(--blue); 15 --text-alt-colour-darker: var(--purple); 16 --dot-bg: var(--bg-dark); 17 --dot-color: var(--bg-light); 18 --color-hr: var(--blue); 19 --dot-size: 4px; 20 --dot-space: 22px; 21} 22 23.separator { 24 display: flex; 25 align-items: center; 26 text-align: center; 27} 28 29.separator::before, 30.separator::after { 31 content: ""; 32 flex: 1; 33 border-bottom: 1px solid var(--color-hr); 34} 35 36.separator:not(:empty)::before { 37 margin-right: 0.25em; 38} 39 40.separator:not(:empty)::after { 41 margin-left: 0.25em; 42} 43[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.