From ef18c5f848a5e4d1239bdc1d89e0cc9f75a10512 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 8 Aug 2019 23:02:03 +0200 Subject: feature : terminal style option + bug fix : externallinkblank missing underscore --- assets/css/terminal.css | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 assets/css/terminal.css (limited to 'assets/css/terminal.css') diff --git a/assets/css/terminal.css b/assets/css/terminal.css new file mode 100644 index 0000000..ae26ff0 --- /dev/null +++ b/assets/css/terminal.css @@ -0,0 +1,70 @@ +body, input, textarea, a, main.media code, a:hover { + color: #ffffff; +} + +input[type="submit"]:hover, .checkboxtab:hover ~label{ + color: #000000; + background: #ffffff; + cursor:pointer; +} + +body { + background: black; + font-family: monospace; + font-size: medium; +} + +div#topbar, article#main, main.media div, main.home div#options, main.info nav, main article, h1, h2, main.info article h4, textarea, input { + background:transparent; + border-color: white; +} + +.editor div#leftbar, .editor #edittopbar, .editor div#rightbar, details, .editor .tabs { + background:transparent; + border-color: white; +} + +.editor div#leftbarpanel, .editor div#rightbarpanel { + border: solid 1px; +} + + .tabs .tab .content { + background: black; + } + + .editor label.toogle:hover { + background: white; + } + +.checkboxtab:checked ~label { + color: white; + background: black; +} + +.editor { + background: black; + } + + +tr:hover, th, th a, .panel summary { + color: #000000; + background: #ffffff; +} + +main.timeline p.eline { + color: black; + font-family: monospace; +} + +img.icon { + filter: invert(1); + height: 10px; +} + +tr:hover img.icon { + filter: invert(0); +} + +main.media tr:hover a { + color: black; +} \ No newline at end of file -- cgit v1.2.3