From 0b081fbe7f5e08bf7fa14170dd36615c4db3a313 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 4 Nov 2019 11:21:21 -0300 Subject: [PATCH] Theme rewrite, to follow the blog --- after-dark.css | 62 +++++ index.html | 94 ++----- terminimal.css | 671 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 754 insertions(+), 73 deletions(-) create mode 100644 after-dark.css create mode 100644 terminimal.css diff --git a/after-dark.css b/after-dark.css new file mode 100644 index 0000000..ab94245 --- /dev/null +++ b/after-dark.css @@ -0,0 +1,62 @@ +* { + font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; + font-size: 1em; + font-style: normal; +} + +body { + max-width: 50rem; + padding: 20px 10px; + background: #000; + color: #ccc; + line-height: 1rem; + margin: 0 auto; +} + +h1 { + display: block; + position: relative; + padding: 20px 0 10px; + margin 0; + overflow: hidden; + float: none; + line-height: 1.3rem; +} + +h1:after { + content: "===================================================================================================="; + position: absolute; + bottom: -7px; + left: 0; +} + +h2 { + position: relative; + margin-top: 1rem; + margin-bottom: 10px; +} + +h2:before { + content: "## "; + display: inline; +} + +a, a:visited { + color: #ccc; + cursor: pointer; + border-bottom: 1px solid #ff2e88; + text-decoration: none; +} + +a:after { + content: " " url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20class='i-external'%20viewBox='0%200%2032%2032'%20width='14'%20height='14'%20fill='none'%20stroke='%23ff9800'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='9.38%'%3E%3Cpath%20d='M14%209%20L3%209%203%2029%2023%2029%2023%2018%20M18%204%20L28%204%2028%2014%20M28%204%20L14%2018'/%3E%3C/svg%3E"); +} + +div.muted { + color: rgba(255,255,255,0.5); +} + +div.hide { + display: none; +} + diff --git a/index.html b/index.html index 90499bc..70f0708 100644 --- a/index.html +++ b/index.html @@ -3,85 +3,33 @@ - Presentations + Presentations.JulioBiason.Me 4.1 - + -

Presentations

- -
- - - -
-

Title

-
Updated: never
+ +