site

Website's source files.
Log | Files | Refs | LICENSE

main.css (6928B)


      1 #taskbar {
      2   width: 75%;
      3   display: flex;    
      4   height:  200px;
      5 }
      6 
      7 #home {
      8   width: 20%;
      9 }
     10 
     11 #git-server {
     12   width: 20%;
     13 }
     14 
     15 
     16 #blog {
     17   width: 20%;
     18 }
     19 
     20 
     21 #files {
     22   width: 20%;
     23 }
     24 
     25 
     26 #other-posts {
     27   width: 20%;
     28 }
     29 
     30 
     31 .title  { text-align: center;
     32   margin-bottom: .2em; }
     33 .subtitle { text-align: center;
     34   font-size: medium;
     35   font-weight: bold;
     36   margin-top:0; }
     37 .todo   { font-family: monospace; color: red; }
     38 .done   { font-family: monospace; color: green; }
     39 .priority { font-family: monospace; color: orange; }
     40 .tag    { background-color: #eee; font-family: monospace;
     41   padding: 2px; font-size: 80%; font-weight: normal; }
     42 .timestamp { color: #bebebe; }
     43 .timestamp-kwd { color: #5f9ea0; }
     44 .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
     45 .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
     46 .org-center { margin-left: auto; margin-right: auto; text-align: center; }
     47 .underline { text-decoration: underline; }
     48 #postamble p, #preamble p { font-size: 90%; margin: .2em; }
     49 p.verse { margin-left: 3%; }
     50 pre :not(#main-page-title) {
     51   border: 1px solid #ccc;
     52   box-shadow: 3px 3px 3px #eee;
     53   padding: 8pt;
     54   font-family: monospace;
     55   overflow: auto;
     56   margin: 1.2em;
     57 }
     58 pre.src {
     59   position: relative;
     60   overflow: visible;
     61   padding-top: 1.2em;
     62 }
     63 pre.src:before {
     64   display: none;
     65   position: absolute;
     66   background-color: white;
     67   top: -10px;
     68   right: 10px;
     69   padding: 3px;
     70   border: 1px solid black;
     71 }
     72 pre.src:hover:before { display: inline;}
     73 /* Languages per Org manual */
     74 pre.src-asymptote:before { content: 'Asymptote'; }
     75 pre.src-awk:before { content: 'Awk'; }
     76 pre.src-C:before { content: 'C'; }
     77 /* pre.src-C++ doesn't work in CSS */
     78 pre.src-clojure:before { content: 'Clojure'; }
     79 pre.src-css:before { content: 'CSS'; }
     80 pre.src-D:before { content: 'D'; }
     81 pre.src-ditaa:before { content: 'ditaa'; }
     82 pre.src-dot:before { content: 'Graphviz'; }
     83 pre.src-calc:before { content: 'Emacs Calc'; }
     84 pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
     85 pre.src-fortran:before { content: 'Fortran'; }
     86 pre.src-gnuplot:before { content: 'gnuplot'; }
     87 pre.src-haskell:before { content: 'Haskell'; }
     88 pre.src-hledger:before { content: 'hledger'; }
     89 pre.src-java:before { content: 'Java'; }
     90 pre.src-js:before { content: 'Javascript'; }
     91 pre.src-latex:before { content: 'LaTeX'; }
     92 pre.src-ledger:before { content: 'Ledger'; }
     93 pre.src-lisp:before { content: 'Lisp'; }
     94 pre.src-lilypond:before { content: 'Lilypond'; }
     95 pre.src-lua:before { content: 'Lua'; }
     96 pre.src-matlab:before { content: 'MATLAB'; }
     97 pre.src-mscgen:before { content: 'Mscgen'; }
     98 pre.src-ocaml:before { content: 'Objective Caml'; }
     99 pre.src-octave:before { content: 'Octave'; }
    100 pre.src-org:before { content: 'Org mode'; }
    101 pre.src-oz:before { content: 'OZ'; }
    102 pre.src-plantuml:before { content: 'Plantuml'; }
    103 pre.src-processing:before { content: 'Processing.js'; }
    104 pre.src-python:before { content: 'Python'; }
    105 pre.src-R:before { content: 'R'; }
    106 pre.src-ruby:before { content: 'Ruby'; }
    107 pre.src-sass:before { content: 'Sass'; }
    108 pre.src-scheme:before { content: 'Scheme'; }
    109 pre.src-screen:before { content: 'Gnu Screen'; }
    110 pre.src-sed:before { content: 'Sed'; }
    111 pre.src-sh:before { content: 'shell'; }
    112 pre.src-sql:before { content: 'SQL'; }
    113 pre.src-sqlite:before { content: 'SQLite'; }
    114 /* additional languages in org.el's org-babel-load-languages alist */
    115 pre.src-forth:before { content: 'Forth'; }
    116 pre.src-io:before { content: 'IO'; }
    117 pre.src-J:before { content: 'J'; }
    118 pre.src-makefile:before { content: 'Makefile'; }
    119 pre.src-maxima:before { content: 'Maxima'; }
    120 pre.src-perl:before { content: 'Perl'; }
    121 pre.src-picolisp:before { content: 'Pico Lisp'; }
    122 pre.src-scala:before { content: 'Scala'; }
    123 pre.src-shell:before { content: 'Shell Script'; }
    124 pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
    125 /* additional language identifiers per "defun org-babel-execute"
    126    in ob-*.el */
    127 pre.src-cpp:before  { content: 'C++'; }
    128 pre.src-abc:before  { content: 'ABC'; }
    129 pre.src-coq:before  { content: 'Coq'; }
    130 pre.src-groovy:before  { content: 'Groovy'; }
    131 /* additional language identifiers from org-babel-shell-names in
    132    ob-shell.el: ob-shell is the only babel language using a lambda to put
    133    the execution function name together. */
    134 pre.src-bash:before  { content: 'bash'; }
    135 pre.src-csh:before  { content: 'csh'; }
    136 pre.src-ash:before  { content: 'ash'; }
    137 pre.src-dash:before  { content: 'dash'; }
    138 pre.src-ksh:before  { content: 'ksh'; }
    139 pre.src-mksh:before  { content: 'mksh'; }
    140 pre.src-posh:before  { content: 'posh'; }
    141 /* Additional Emacs modes also supported by the LaTeX listings package */
    142 pre.src-ada:before { content: 'Ada'; }
    143 pre.src-asm:before { content: 'Assembler'; }
    144 pre.src-caml:before { content: 'Caml'; }
    145 pre.src-delphi:before { content: 'Delphi'; }
    146 pre.src-html:before { content: 'HTML'; }
    147 pre.src-idl:before { content: 'IDL'; }
    148 pre.src-mercury:before { content: 'Mercury'; }
    149 pre.src-metapost:before { content: 'MetaPost'; }
    150 pre.src-modula-2:before { content: 'Modula-2'; }
    151 pre.src-pascal:before { content: 'Pascal'; }
    152 pre.src-ps:before { content: 'PostScript'; }
    153 pre.src-prolog:before { content: 'Prolog'; }
    154 pre.src-simula:before { content: 'Simula'; }
    155 pre.src-tcl:before { content: 'tcl'; }
    156 pre.src-tex:before { content: 'TeX'; }
    157 pre.src-plain-tex:before { content: 'Plain TeX'; }
    158 pre.src-verilog:before { content: 'Verilog'; }
    159 pre.src-vhdl:before { content: 'VHDL'; }
    160 pre.src-xml:before { content: 'XML'; }
    161 pre.src-nxml:before { content: 'XML'; }
    162 /* add a generic configuration mode; LaTeX export needs an additional
    163    (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
    164 pre.src-conf:before { content: 'Configuration File'; }
    165 
    166 table { border-collapse:collapse; }
    167 caption.t-above { caption-side: top; }
    168 caption.t-bottom { caption-side: bottom; }
    169 td, th { vertical-align:top;  }
    170 th.org-right  { text-align: center;  }
    171 th.org-left   { text-align: center;   }
    172 th.org-center { text-align: center; }
    173 td.org-right  { text-align: right;  }
    174 td.org-left   { text-align: left;   }
    175 td.org-center { text-align: center; }
    176 dt { font-weight: bold; }
    177 .footpara { display: inline; }
    178 .footdef  { margin-bottom: 1em; }
    179 .figure { padding: 1em; }
    180 .figure p { text-align: center; }
    181 .equation-container {
    182   display: table;
    183   text-align: center;
    184   width: 100%;
    185 }
    186 .equation {
    187   vertical-align: middle;
    188 }
    189 .equation-label {
    190   display: table-cell;
    191   text-align: right;
    192   vertical-align: middle;
    193 }
    194 .inlinetask {
    195   padding: 10px;
    196   border: 2px solid gray;
    197   margin: 10px;
    198   background: #ffffcc;
    199 }
    200 #org-div-home-and-up
    201 { text-align: right; font-size: 70%; white-space: nowrap; }
    202 textarea { overflow-x: auto; }
    203 .linenr { font-size: smaller }
    204 .code-highlighted { background-color: #ffff00; }
    205 .org-info-js_info-navigation { border-style: none; }
    206 #org-info-js_console-label
    207 { font-size: 10px; font-weight: bold; white-space: nowrap; }
    208 .org-info-js_search-highlight
    209 { background-color: #ffff00; color: #000000; font-weight: bold; }
    210 .org-svg { width: 90%; }