From 85f2c8d0d69ac0195bf6a20e396077dee0e9aefa Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 19 Jan 2024 13:19:41 -0500 Subject: Initial commit for new cgit platform --- _output/style.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 _output/style.css (limited to '_output/style.css') diff --git a/_output/style.css b/_output/style.css new file mode 100644 index 0000000..6c1cca6 --- /dev/null +++ b/_output/style.css @@ -0,0 +1,50 @@ +html { + background:#f9f9f9; +} + +body { + background: #fff; + border: 1px solid lightgrey; + margin: 1em auto; + max-width: 75ch; + padding: 10px; + line-height: 1.4; +} + +p code, li code { + border: 1px solid brown; + border-radius: 2px; + color: brown; + padding: 1px 2px; +} +.sourceCode { + overflow: auto; +} + +img { + height: auto; + max-width: 100%; +} + +pre { + background: #f9f9f9; + border: 1px solid lightgrey; + padding: 5px; +} + +#TOC { + border: 1px solid; + position: relative; +} +#TOC:before { + border-bottom: 1px solid; + content: 'Table of Contents'; + display: block; + font-weight: bold; + padding: 5px; + position: relative; +} + +.date { + color: grey; +} -- cgit v1.2.3-54-g00ecf