site

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

main.css (6832B)


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