diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 03:00:25 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 03:00:25 +0100 |
| commit | 4fb46cd35fcd929136ae44e4f31f489c361b5282 (patch) | |
| tree | 038e08e633feb8aa7cd3b9ec92bb45d343bdd2d8 /style.css | |
| parent | 62963ef1498f202119f69a5eb7e70918d10f4319 (diff) | |
| download | cacharle.xyz-4fb46cd35fcd929136ae44e4f31f489c361b5282.tar.gz cacharle.xyz-4fb46cd35fcd929136ae44e4f31f489c361b5282.tar.bz2 cacharle.xyz-4fb46cd35fcd929136ae44e4f31f489c361b5282.zip | |
Added static files, rebuild on save, new style sheet
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 219 |
1 files changed, 0 insertions, 219 deletions
diff --git a/style.css b/style.css deleted file mode 100644 index 03a14c3..0000000 --- a/style.css +++ /dev/null @@ -1,219 +0,0 @@ -/*****************************************************************************/ -/* Credit: https://github.com/markdowncss/retro -/*****************************************************************************/ - -pre, code { - font-family: Menlo, Monaco, "Courier New", monospace; -} - -code { - background-color: #333; - padding: .1rem; - border: 1px solid #FFFFFF2F; - border-radius: 3px; - font-size: 85%; -} - -pre { - padding: .5rem; - line-height: 1.25; - overflow-x: auto; -} - -pre > code { - border: none; - font-size: 100%; -} - -@media print { - *, - *:before, - *:after { - background: transparent !important; - color: #000 !important; - box-shadow: none !important; - text-shadow: none !important; - } - - a, a:visited { - text-decoration: underline; - } - - /* a[href]:after { */ - /* content: " (" attr(href) ")"; */ - /* } */ - /* */ - /* abbr[title]:after { */ - /* content: " (" attr(title) ")"; */ - /* } */ - /* */ - /* a[href^="#"]:after, */ - /* a[href^="javascript:"]:after { */ - /* content: ""; */ - /* } */ - - pre, blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - - thead { - display: table-header-group; - } - - tr, img { - page-break-inside: avoid; - } - - img { - max-width: 100% !important; - } - - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - - h2, - h3 { - page-break-after: avoid; - } -} - -a, a:visited { - color: #01ff70; -} - -a:hover, a:focus, a:active { - color: #2ecc40; -} - -html { - font-size: 10px; -} - -@media screen and (min-width: 32rem) and (max-width: 48rem) { - html { - font-size: 13px; - } -} - -@media screen and (min-width: 48rem) { - html { - font-size: 14px; - } -} - -#page-wrapper { - line-height: 1.85; -} - -p { - font-size: 1rem; - margin-bottom: 1.3rem; -} - -h1 h2, h3, h4 { - margin: 1.414rem 0 .5rem; - font-weight: inherit; - line-height: 1.42; -} - -h1 { - margin-top: 0; - font-size: 2.5rem; -} - -h2 { - font-size: 2.1rem; -} - -h3 { - font-size: 1.8rem; -} - -h4 { - font-size: 1.6rem; -} - -h5 { - font-size: 1.4rem; -} - -h6 { - font-size: 1.2rem; -} - -small { - font-size: .707em; -} - -/* https://github.com/mrmrs/fluidity */ - -img, canvas, iframe, video, svg, select, textarea { - max-width: 100%; -} - -html, body { - margin: 0; - background-color: #222; - min-height: 100%; - font-family: "Courier New"; -} - -html { - font-size: 16px; -} - -#page-wrapper { - color: #fafafa; - line-height: 1.45; - margin: 2rem auto 1rem; - max-width: 48rem; - padding: .25rem; -} - -pre { - background-color: #333; -} - -blockquote { - border-left: 3px solid #01ff70; - padding-left: 1rem; -} - -/* added */ - -header { - display: flex; - margin-bottom: 20px; - background-color: #191919; - padding: 10px; -} - -header div { - margin-right: 30px; - color: #ccc; -} - -a.header-link { - color: #ccc; - text-decoration: none; - font-weight: bold; -} - -a.header-link:hover { - transition: 0.5s; - color: #fff; -} - -td { - vertical-align: top; - padding: 2px; -} - -.sourceCode a { - color: #fafafa; -} |
