.tag    { display: none; }
.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; }
p.verse { margin-left: 3%; }
pre {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px #eee;
    padding: 8pt;
    font-family: monospace;
    overflow: auto;
    margin: 1.2em;
}
pre.src {
    position: relative;
    overflow: visible;
    padding-top: 1.2em;
}
pre.src:before {
    display: none;
    position: absolute;
    background-color: white;
    top: -10px;
    right: 10px;
    padding: 3px;
    border: 1px solid black;
}
pre.src:hover:before { display: inline;}
pre.src-sh:before    { content: 'sh'; }
pre.src-bash:before  { content: 'sh'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-R:before     { content: 'R'; }
pre.src-perl:before  { content: 'Perl'; }
pre.src-java:before  { content: 'Java'; }
pre.src-sql:before   { content: 'SQL'; }

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; }
.inlinetask {
    padding: 10px;
    border: 2px solid gray;
    margin: 10px;
    background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.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; }


pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
    display: block;
    margin: 0 0 14px;
    padding: 15px;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    line-height: 28px;
    background-color: #f5f5f5;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
img {
    display: block;
    margin: 0;
    border-radius: 5px;
}
#table-of-contents {
    display: none;
}
body {
    font-family: "Alef";
    background: url("https://web-archive.nli.org.il/National_Library/oe_/http://notes.whatthefuck.computer/c6745a85-db1c-4fcb-b284-0fcfd741dc86-12968024_10154175739683856_2042569012646513106_o.jpg");
    background-size: cover;
}
.wrap {
    margin:40px auto;
    border-radius: 10px;
    max-width: 750px;
    line-height:1.6;
    font-size:18px;
    color: #444444;
    background-color: rgba(200, 200, 200, 0.8);
    padding:0 10px
}

h1,h2,h3{
    font-family: "Rajdhani";
    padding-top: 0.2em;
    line-height: 1.2;
}

.h-feed .h-entry .dt-published {
    font-size: 0.6em !important;
}

.h-feed .h-entry {
  margin-bottom: 1em;
  border: solid 1px #888;
  border-radius: 5px;
  background-color: rgba(220,220,220,1);
  padding: 0.2em;
}

.h-feed .h-entry .row {
  align-items: center;
  display: flex;
}

.h-feed .h-entry .row > i,h2,.u-url {
  flex: 0 0 auto;
}

.h-feed .h-entry .row > h2 {
  display: inline;
  font-size: 1em;
  font-weight: 100;
  flex: 3 3 auto
}

.h-feed .h-entry .row > a {
  flex: 0 0 auto;
  width: 18%;
}

.h-feed .h-entry .row > a > img {
  width: 100%;
}

ul.webmentions li {
    display: flex;
    align-items: center;
}

ul.webmentions li > img {
    border-radius: 50%;
    flex: 1 0 15%;
}

ul.webmentions li div {
    flex: 3 1 75%;
}

ul.webmentions li > a {
    width: 350px;
    height: 75px;
    width: 75px;
    background: url("/National_Library/oe_/https://notes.whatthefuck.computer/go.png");
    background-size: 100%;
    text-indent: -9999px;
    flex: 3 1 10%;
}

ul.webmentions li div img {
    width: 100%;
}

.e-description > img {
    width: 49.5%;
    display: inline-block;
}

img.u-photo {
  display: inline;
  width: 100%
}

.figure img {
  display: inline;
  width: 100%
}

@font-face {
  font-family: 'Alef';
  src: url('/National_Library/oe_/https://notes.whatthefuck.computer/font/Alef-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Alef';
  src: url('/National_Library/oe_/https://notes.whatthefuck.computer/font/Alef-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('/National_Library/oe_/https://notes.whatthefuck.computer/font/Rajdhani-Medium.ttf');
  font-weight: Medium;
  font-style: normal;
}
