@charset "utf-8";

a {
    text-decoration: none;
}
body {
    margin: auto;
    width: 40em;
    font-family: "Consolas", monospace;
    font-size: 0.7rem;
    line-height: 1.2rem;
    max-width: 95%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8rem;
}

@media only screen and (min-width: 920px) {
  body {
    font-size: 0.8rem;
  }
}

header {
    margin-top: 64px;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.title div {
  font-size: 0.8rem;
  font-weight: normal;
}

#org-div-home-and-up {
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  width: 40em;
  background: whitesmoke;
  max-width: 95%;
}
#org-div-home-and-up a {
  margin: 0 8px;
}

.nav > ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding-inline-start: 0;
    align-items: baseline;
}

.nav > ul > li {
  margin: 0;
  margin-right: 10px;
}

.nav > ul > li > a > img {
  float: left;
  margin-right: 4px;
}

/*
h1 { color: #333333; font-family: Georgia, serif; font-size: 50px; font-weight: normal; line-height: 54px; margin: 0 0 54px; }


p { color: #333333; font-family: Georgia, serif; font-size: 18px; line-height: 28px; margin: 0 0 28px; }


p:first-of-type { font-size: 26px; line-height: 36px; margin: 0 0 28px; }


a { color: #c73036; font-family: Georgia, serif; text-decoration: underline; }


a:hover { color: #333333; text-decoration: underline; }
*/

.lowercase {
  text-transform: lowercase;
}

hr.type_3 {
  border: 1px solid black;
  background: black;
}

.posts .outline-3 > h3 {
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.posts h2 {
  font-size: 1.17em;
  margin-bottom: 0;
  line-height: 1.5em;
}

/*
header::after {
  display: block;
  padding: 0 10px;
  content: "andreas kröhnke";
  position: relative;
  left: -25px;
  top: 150px;
  font-size: 14px;
  font-family: monospace;
  color: #fff;
  text-align: center;
  background: #333;
  transform-origin: 0 0;
  transform: rotate( 
    270deg
  );
  transition: 0.1s ease-in-out;
  z-index: -1;
  width: 150px;
}
*/

.shades-top {
    position: fixed;
    top: -2px;
    color: white;
    line-height: 1em;
    font-size: 1em;
    pointer-events: none;
    overflow: hidden;
    width: 40em;
    max-width: 95%;
    margin: 0;
}

.shades-bottom {
    position: fixed;
    bottom: 0;
    color: white;
    line-height: 1em;
    font-size: 1em;
    pointer-events: none;
    margin: 0;
    width: 40em;
    max-width: 95%;
    overflow: hidden;
}

.filler {
    height: 5em;
}


/* ORG-MODE *******************************************************************/

.todo   { font-family: monospace; color: red; }
.done   { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag    { background-color: #eee; font-family: monospace;
	  padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
.org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #.content preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
.content pre {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #f2f2f2;
  padding: 8pt;
  font-family: monospace;
  overflow: auto;
  margin: 1.2em;
}
.content pre.src {
  position: relative;
  overflow: auto;
}
.content pre.src:before {
  display: none;
  position: absolute;
  top: -8px;
  right: 12px;
  padding: 3px;
  color: #555;
  background-color: #f2f2f299;
}
.content pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
.content pre.src-asymptote:before { content: 'Asymptote'; }
.content pre.src-awk:before { content: 'Awk'; }
.content pre.src-authinfo::before { content: 'Authinfo'; }
.content pre.src-C:before { content: 'C'; }
/* .content pre.src-C++ doesn't work in CSS */
.content pre.src-clojure:before { content: 'Clojure'; }
.content pre.src-css:before { content: 'CSS'; }
.content pre.src-D:before { content: 'D'; }
.content pre.src-ditaa:before { content: 'ditaa'; }
.content pre.src-dot:before { content: 'Graphviz'; }
.content pre.src-calc:before { content: 'Emacs Calc'; }
.content pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
.content pre.src-fortran:before { content: 'Fortran'; }
.content pre.src-gnuplot:before { content: 'gnuplot'; }
.content pre.src-haskell:before { content: 'Haskell'; }
.content pre.src-hledger:before { content: 'hledger'; }
.content pre.src-java:before { content: 'Java'; }
.content pre.src-js:before { content: 'Javascript'; }
.content pre.src-latex:before { content: 'LaTeX'; }
.content pre.src-ledger:before { content: 'Ledger'; }
.content pre.src-lisp:before { content: 'Lisp'; }
.content pre.src-lilypond:before { content: 'Lilypond'; }
.content pre.src-lua:before { content: 'Lua'; }
.content pre.src-matlab:before { content: 'MATLAB'; }
.content pre.src-mscgen:before { content: 'Mscgen'; }
.content pre.src-ocaml:before { content: 'Objective Caml'; }
.content pre.src-octave:before { content: 'Octave'; }
.content pre.src-org:before { content: 'Org mode'; }
.content pre.src-oz:before { content: 'OZ'; }
.content pre.src-plantuml:before { content: 'Plantuml'; }
.content pre.src-processing:before { content: 'Processing.js'; }
.content pre.src-python:before { content: 'Python'; }
.content pre.src-R:before { content: 'R'; }
.content pre.src-ruby:before { content: 'Ruby'; }
.content pre.src-sass:before { content: 'Sass'; }
.content pre.src-scheme:before { content: 'Scheme'; }
.content pre.src-screen:before { content: 'Gnu Screen'; }
.content pre.src-sed:before { content: 'Sed'; }
.content pre.src-sh:before { content: 'shell'; }
.content pre.src-sql:before { content: 'SQL'; }
.content pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
.content pre.src-forth:before { content: 'Forth'; }
.content pre.src-io:before { content: 'IO'; }
.content pre.src-J:before { content: 'J'; }
.content pre.src-makefile:before { content: 'Makefile'; }
.content pre.src-maxima:before { content: 'Maxima'; }
.content pre.src-perl:before { content: 'Perl'; }
.content pre.src-picolisp:before { content: 'Pico Lisp'; }
.content pre.src-scala:before { content: 'Scala'; }
.content pre.src-shell:before { content: 'Shell Script'; }
.content pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
       in ob-*.el */
.content pre.src-cpp:before  { content: 'C++'; }
.content pre.src-abc:before  { content: 'ABC'; }
.content pre.src-coq:before  { content: 'Coq'; }
.content pre.src-groovy:before  { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
     ob-shell.el: ob-shell is the only babel language using a lambda to put
     the execution function name together. */
.content pre.src-bash:before  { content: 'bash'; }
.content pre.src-csh:before  { content: 'csh'; }
.content pre.src-ash:before  { content: 'ash'; }
.content pre.src-dash:before  { content: 'dash'; }
.content pre.src-ksh:before  { content: 'ksh'; }
.content pre.src-mksh:before  { content: 'mksh'; }
.content pre.src-posh:before  { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
.content pre.src-ada:before { content: 'Ada'; }
.content pre.src-asm:before { content: 'Assembler'; }
.content pre.src-caml:before { content: 'Caml'; }
.content pre.src-delphi:before { content: 'Delphi'; }
.content pre.src-html:before { content: 'HTML'; }
.content pre.src-idl:before { content: 'IDL'; }
.content pre.src-mercury:before { content: 'Mercury'; }
.content pre.src-metapost:before { content: 'MetaPost'; }
.content pre.src-modula-2:before { content: 'Modula-2'; }
.content pre.src-pascal:before { content: 'Pascal'; }
.content pre.src-ps:before { content: 'PostScript'; }
.content pre.src-prolog:before { content: 'Prolog'; }
.content pre.src-simula:before { content: 'Simula'; }
.content pre.src-tcl:before { content: 'tcl'; }
.content pre.src-tex:before { content: 'TeX'; }
.content pre.src-plain-tex:before { content: 'Plain TeX'; }
.content pre.src-verilog:before { content: 'Verilog'; }
.content pre.src-vhdl:before { content: 'VHDL'; }
.content pre.src-xml:before { content: 'XML'; }
.content pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
     (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
.content pre.src-conf:before { content: 'Configuration File'; }

table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top;  }
th.org-right  { text-align: center;  }
th.org-left   { text-align: center;   }
th.org-center { text-align: center; }
td.org-right  { text-align: right;  }
td.org-left   { text-align: left;   }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef  { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
  display: table;
  text-align: center;
  width: 100%;
}
.equation {
  vertical-align: middle;
}
.equation-label {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.inlinetask {
  padding: 10px;
  border: 2px solid gray;
  margin: 10px;
  background: #ffffcc;
}
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
code { color: mediumvioletred; }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
