From 83560ffa1429f3cfb9e10a761b9d0e0692a740eb Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Fri, 2 Oct 2020 04:58:07 +0000 Subject: [PATCH] this theme should be illegal --- gulp/res/css/themes/cancer.css | 67 ++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 gulp/res/css/themes/cancer.css diff --git a/gulp/res/css/themes/cancer.css b/gulp/res/css/themes/cancer.css new file mode 100644 index 00000000..fad22ce8 --- /dev/null +++ b/gulp/res/css/themes/cancer.css @@ -0,0 +1,67 @@ +:root { +--label-color: #1DA1F2; +--alt-label-color: #1DA1F2; +--background-top: #E6ECF0; +--background-rest: #E6ECF0; +--navbar-color: white; +--post-color: white; +--highlighted-post-color: white; +--highlighted-post-outline-color: #1DA1F2; +--link-color: #1da1f2; +--board-title: #1DA1F2; +--font-color: black; +} +body, .navbar { +font-size: unset; +margin: 0 auto; +} +@media screen and (min-width: 800px) { +body, .navbar { +width: 50vw; +} +} +.post-container.op { +background:var(--post-color); +} +.stickynav{display:none} +.post-container, .pages { +padding: 10px; +width: 100%; +} +.post-name::before { +content:"👤"; +font-size: 30px; +justify-content: center; +align-items: center; +display: inline-flex; +width: 70px; +height: 70px; +background: lightgray; +border-radius: 50%; +margin: 10px +} +.post-icons, .post-subject, .post-check, .board-banner, .postmenu, .user-id, .flag { +display: none; +} +.post-container, .catalog-tile, .navbar, .pages, .toggle-summary, #threadstats, #livetext { +border: none; +border-radius: 10px; +} +.highlighted, .hoverhighlighted { +border: 1px solid var(--highlighted-post-outline-color)!important; +} +.anchor{ +background: var(--post-color); +height: 30px; +width: 10px; +margin-left: 50px; +margin-top: 0 +} +#float { +pointer-events: none; +border: none; +box-shadow: none; +} +.label, .rlabel, table { +border:none; +}