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