From c5ff166e3ed5f2e58fcf1e32d34d98b89a7ce887 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Wed, 4 Mar 2020 21:34:35 +0100 Subject: [PATCH] removed code blocks and my status page body class --- threadr/style.css | 61 ----------------------------------------------- 1 file changed, 61 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index cf42479..beeb00b 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -183,67 +183,6 @@ body { color: #001858; } -body.status_page { - background-color: #B6BDBD; - color: #000000; -} - - -/* code blocks */ -pre { - margin-left: 20px; - margin-right: 20px; - margin-top: 0px; - background-color: white; - border-style: solid; - border-color: #888A85; - border-width: 1px; - font-size: 11pt; - font-family: monospace; -} -pre.commandLine { - background-color: #2E3436; - color: #C3F097; -} -/* in-line code block */ -span.codeBlockInText{ - background-color: white; - border-color: black; - border-style: solid; - border-width: 1px; - font-size: 11pt; - font-family: monospace; - padding-left: 5px; - padding-right: 5px; -} -/* code highlighting */ -span.structure { - color: #FCAF3E; - font-weight: bold; -} -span.primitive { - color: #729FCF; - font-weight: bold; -} -span.className { - color: #8AE234; - font-weight: bold; -} -span.type { - color: #729FCF; -} -span.value { - color: #C17D11; -} -span.function { - color: #75507B; -} -span.name { - color: #8AE234; -} -span.comment { - color: #888A85; -} ul.topnav { list-style-type: none;