@charset "utf-8";

nav.nav-back-85230
{
display: inline-block;
position: fixed;
top: 0;
left: 0;
padding:.2rem .5rem;
margin:0;
background-color: yellow;
border:solid 2px red;
z-index: 1;
border-radius: 1rem;
}

nav.nav-back-85230:before
{
content:"back to ";
}

#aside-right-89129
{
position:absolute;
top:24rem;
right:0px;
display:block;
width:305px;
max-width:305px;
margin:0;
}

body
{
font-family: Arial, sans-serif;
margin-top:2rem;
margin-bottom:3rem;
box-sizing: border-box;
}

*, *:before, *:after {
box-sizing: inherit;
}

li,dd {margin-bottom:.5rem}

p {
line-height:1.5;
}

img {max-width:100%;height:auto;margin:1px}

video {max-width:100%;height:auto}

figure {margin:.5rem}

figure > img,
figure > div
{box-shadow:3px 3px 4px 3px silver}

blockquote
{
color:navy;
}

section
{
border:solid thin silver;
margin:.3rem;
padding:.3rem;
border-radius:1rem;
}

cite {color:red;}

caption {background-color:hsl(0,0%,88%);border:solid thin black}

footer {text-align:center}

span.xsignet {font-family:"Times New Roman", serif;font-size:3rem;color:red}
span.xsignetxah {font-family:"Times New Roman", serif;font-size:2rem;color:red}

footer > div.cpr {font-size:80%}

kbd
{
font-family: Arial, sans-serif;
font-size:1em;
padding:0 .25em 0 .25em;
border:solid 1px grey;
border-radius:4px;
background-color:#f0f0f0;
box-shadow:2px 2px 2px 2px silver;
}

a:visited,a:link {text-decoration:none}
a:hover {background-color:pink}

nav.page
{
display:table;
font-size:1.5rem;
word-spacing:.3rem;
/* margin:.5rem; */
padding:.5rem;
background-color:yellow;
border-radius:1rem;
border:thin solid #b42222
}
nav.page:before {content:"Goto Page "}
nav.page a {text-decoration:underline;
padding:.2rem;
margin:.2rem;
outline:solid thin grey;
}

div.date-xl {
background-color: silver;
display: table;
margin: 0.5rem;
}

div.topic_xl
{
display:table;
margin:.5rem;
padding:.2rem;
border-radius:1rem;
border:solid thin blue;
}

div.topic_xl > h4 {margin:0.5rem}

div.rltd
{
display:table;
margin:.5rem;
padding:.5rem;
border-radius:.5rem;
border:solid thin grey;
}

div.rltd > ul {margin:0}

div.rltd:before
{
content:"See also ";
position:relative;
top:-0.2rem;
left:0;
}

table.nrm {border-collapse:collapse;margin:1rem;}
table.nrm th, table.nrm td {padding:.25rem;border:solid thin #808080}
table.nrm th {background-color:#d7e4f2}

section.qna_xl {border:solid thin grey;}
section.qna_xl h3.q {margin:.5rem}

b.b1 {font-size:200%;font-weight:normal}
b.b3 {font-size:110%;font-weight:normal}
b.w {color:#8b0000}
strong.r {color:red}
mark.b {background-color:hsl(190,60%,78%)}

mark.unicode
{
font-family: sans-serif;
font-size:2.5rem;
color: red;
background-color:transparent;
}

@media all and (min-width:999px)
{
mark.unicode
{ font-size:3rem; }
}

div > a {display:inline-block}

a[href*="maps.google.com/"]:before {content:"🗺";font-size:2rem}

a[href$=".pdf"]:before {content:"PDF ";font-size:1.5rem}

a.rss_feed_xl:before {content:"RSS";
border-radius:1rem;
font-family: Arial, sans-serif;
font-size:1rem;
font-weight:bold;
color:white;
background-color:#f26522;
padding:0 .5rem;
margin-right:.2rem;
}

a[href*="wikipedia.org/"] {color:green;}
a[href*="wikipedia.org/"]:before {content:" [Wikipedia: ";}
a[href*="wikipedia.org/"]:after {content:"]";}

a[href*="twitter.com/"]:before {content:"Twitter";
font-family: Arial, sans-serif;
font-size:1rem;
font-weight:bold;
color:white;
background-color:#55acee;
padding:0 .2rem;
margin-right:.2rem;
}

a.amz,
a.amz_search,
a.amazon_product
{
font-size: 1.3rem;
padding:.2rem;
background-color:#ffc125;
white-space:pre;
}

a.amz {border-radius:.5rem;}
a.amz_search {border-radius:.5rem 1rem 1rem .5rem;}
a.amazon_product {border-radius:0;}

a.amz_search:before {content:"Buy "}

a[href^="mailto:"]:before {content:"✉ ";font-size:1.5rem;}

a[href$=".mp3"] {border:solid thin silver}
a[href$=".mp3"]:before {content:"mp3 "}
a[href$=".mid"]:before {content:"🎶MIDI";color:#b42222;font-size:1.4rem;}

a[href$=".mpg"]:before, a[href$=".mov"]:before {content:"📺 ";font-size:1.4rem}

code
{
font-family: "Courier", monospace;
white-space:pre-wrap;
color:red;
}

var
{
font-family: "Courier", monospace;
}

code.path-xl {white-space:nowrap;
color:green;
}

code.elisp_f_3d841
{
white-space:nowrap;
font-weight:bold;
color:#b22222;
background-color:transparent;
}

var.elisp {white-space:nowrap;font-weight:bold; color:#a0522d;}

var.d
{
color:teal;
}

.elisp-prefix-command,
.elisp-command,
.elisp-macro,
.elisp-special-form,
.elisp-function
{
white-space:nowrap;
font-weight:bold;
color:#b22222;
background-color:transparent;
}

.elisp-constant,
.elisp-user-option,
.elisp-variable
{
white-space:nowrap;
font-weight:bold;
color:#a0522d;
}

span.ref {background-color:#e8ffff;}
span.ref:before {content:"REF ";
font-weight: bold;
}

pre {
font-family: "Courier", monospace;
tab-size:2;
white-space:pre-wrap;
}

pre.ahk,
pre.apl,
pre.bash,
pre.bash-output,
pre.bbcode,
pre.c,
pre.common-lisp,
pre.clojure,
pre.cmd,
pre.code,
pre.cpp,
pre.css,
pre.elisp,
pre.emacs-lisp,
pre.erlang,
pre.golang,
pre.haskell,
pre.html,
pre.html6,
pre.java,
pre.js,
pre.typescript,
pre.nodejs,
pre.latex,
pre.math,
pre.mathematica,
pre.mysql,
pre.ocaml,
pre.output,
pre.org-mode,
pre.perl,
pre.php,
pre.povray,
pre.powershell,
pre.python,
pre.python3,
pre.qi,
pre.ruby,
pre.scala,
pre.scheme,
pre.racket,
pre.slim,
pre.unix-config,
pre.vbs,
pre.xml,
pre.yaml
{
white-space:pre-wrap;
background-color:#eeeeee;
border:solid thin grey;
padding:.5rem;
margin:.5rem;
border-radius: 1rem;
}

pre:before {content:"";
position:relative;
top:-.5rem;
right:0;
float:right;
color:black;
text-shadow: .1rem .1rem .1rem white;
}

pre.code {background-color:hsl(0,0%,95%)}
pre.output {background-color:hsl(0,0%,95%)}
pre.math {background-color:#f9f9e9}
pre.org-mode {background-color:hsl(158,27%,75%)}

pre.python {background-color:hsl(159,40%,95%)}
pre.python:before {content:"Python 2"}
pre.python3 {background-color:hsl(165,49%,86%);}
pre.python3:before {content:"Python 3"}
pre.perl {background-color:hsl(200,50%,98%)}
pre.perl:before {content:"Perl"}
pre.ruby {background-color:hsl(90,50%,97%)}
pre.ruby:before {content:"Ruby"}
pre.php {background-color:hsl(240,50%,99%)}
pre.php:before {content:"PHP"}

pre.ahk {background-color:hsl(189,14%,85%)}
pre.ahk:before {content:"AutoHotkey"}
pre.cmd {background-color:hsl(94,20%,80%)}
pre.cmd:before {content:"cmd.exe"}
pre.powershell {background-color:hsl(50,50%,95%)}
pre.powershell:before {content:"PowerShell"}
pre.bash {background-color:hsl(22,24%,85%)}
pre.bash:before {content:"bash"}
pre.bash-output {background-color:hsl(204,81%,95%)}
pre.unix-config {background-color:hsl(46,76%,84%)}
pre.mysql {background-color:hsl(210,50%,95%)}

pre.emacs-lisp {background-color:hsl(120,100%,98%)}
pre.emacs-lisp:before {content:"emacs lisp"}

pre.mathematica {background-color:hsl(103,47%,82%)}
pre.mathematica:before {content:"Wolfram Language"}

pre.ocaml {background-color: hsl(180,50%,97%)}
pre.ocaml:before {content:"OCaml"}

pre.golang {background-color: hsl(258,30%,95%)}
pre.golang:before {content:"golang"}

pre.erlang {background-color:hsl(146,50%,86%)}
pre.erlang:before {content:"Erlang"}

pre.haskell {background-color:hsl(310,20%,98%)}
pre.haskell:before {content:"Haskell"}
pre.common-lisp {background-color:hsl(295,41%,87%)}
pre.common-lisp:before {content:"Common Lisp"}
pre.qi {background-color:hsl(180,100%,96%)}

pre.html {background-color:hsl(244,61%,90%)}
pre.html:before {content:"HTML"}
pre.css {background-color:hsl(160,50%,97%)}
pre.css:before {content:"CSS"}

pre.js {background-color:hsl(70,0%,95%)}
pre.js:before {content:"JavaScript"}

pre.typescript {background-color:hsl(100,17%,82%)}
pre.typescript:before {content:"TypeScript"}

pre.nodejs {background-color: hsl(240,87%,95%)}
pre.nodejs:before {content:"node.js"}

pre.xml {background-color:hsl(230,50%,95%)}
pre.xml:before {content:"XML"}
pre.slim {background-color:hsl(343,12%,86%)}
pre.slim:before {content:"Slim"}
pre.yaml {background-color:hsl(130,16%,77%)}
pre.yaml:before {content:"YAML"}
pre.latex {background-color:hsl(291,19%,70%)}

pre.java {background-color:hsl(280,50%,97%)}
pre.java:before {content:"Java"}
pre.clojure:before {content:"Clojure"}
pre.scala {background-color:hsl(36,39%,95%)}
pre.scala:before {content:"Scala"}

pre.povray:before {content:"POV-Ray"}

pre .bold {font-weight:bold}
pre .builtin {color:#483d8b}
pre .comment {color:#b22222}
pre .comment-delimiter {color:#b22222}
pre .constant {color:#008b8b}
pre .doc {color:#8b2252}
pre .function-name {color:#0000ff}
pre .keyword {color:#a020f0}
pre .preprocessor {color:hsl(314,19%,30%);background-color:silver}
pre .string {color:#8b2252}
pre .type {color:#228b22}
pre .underline {text-decoration:underline}
pre .variable-name {color:#a0522d}
pre .warning {color:#ff0000;font-weight:bold}

span.css-property {color:#a0522d}
span.css-selector {color:#0000ff}
span.xah-css-id-selector {color:darkred}

.xahk-mode-command-name {color:#0000ff}

pre .xah-elisp-command {color:#228b22}
pre .xah-elisp-dollar-symbol {font-weight: bold;color:darkgreen;}
pre .xah-elisp-at-symbol { font-weight:bold; color:#ff0000; }
pre .xah-elisp-cap-variable { font-weight:bold; color:#b22222; }

.tuareg-font-lock-governing { color: #000000; font-weight: bold; }
.tuareg-font-lock-operator { color: #a52a2a; }
.tuareg-font-lock-constructor { color: #000000; background-color: #f0fff0; }
.tuareg-font-lock-module { color: #228b22; }

.cperl-array {color:#0000ff;background-color:#eeeed1;font-weight:bold}
.cperl-hash {color:#ff0000;background-color:#eeeed1;font-weight:bold;font-style:italic}
.cperl-nonoverridable {color:#66cd00}

pre.xml span.sgml-namespace {color:#da70d6}

div.buy-js-33416,
div.x_patreon_27bd9
{
display:inline-block;
width:250px;
max-width:240px;
padding:.5rem;
margin:.5rem;
border:solid thick red;
border-radius:1rem;
}

.ad_top_39054 {margin:1.5rem 0;}

.ads-bottom-65900 {}

.left_panel_26878
{
 width:200px;
 height:800px;
 margin-left:0;
 padding-bottom:1rem;
 border:solid thin grey;
 }
.left_panel_26878 a {
display: inline-block;
}

.lpanel_h7h547
{
 width:200px;
 padding-bottom: 3rem;
 border:solid thin green;
 }

.panel_stick_7hpgn5
{
 width:200px;
 border: solid thin blue;
 }

@media all and (min-width:801px)
{
 div.main_38046,
 #disqus_thread,
 footer
 {margin-left:215px}

 .left_panel_26878
 {
  position:fixed;
  top:6%;
  left:2px;
  width:200px;
  height:90%;
  }

 .lpanel_h7h547
 {
  position:absolute;
  top:2.5rem;
  left:2px;
  }

 .panel_stick_7hpgn5
 {
  position:fixed;
  top:2.5rem;
  left:2px;
  }

 }

/* ≤ 999 */
@media all and (max-width:999px)
{
 #aside-right-89129 {display:none;}
 }

/* ≥ 1000 */
@media all and (min-width:1000px)
{
 body
 {
  margin-right:310px;
  }
 }

