Mercurial > aurellem
diff html/header.html @ 61:bbe8fed58d3f
fixing org stuff to work with new org-mode.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 02 Mar 2015 09:45:29 -0800 |
parents | |
children | fb5ea1d5bbe9 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/html/header.html Mon Mar 02 09:45:29 2015 -0800 1.3 @@ -0,0 +1,168 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.6 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.7 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 1.8 +<head> 1.9 +<title></title> 1.10 +<!-- 2015-03-02 Mon 09:44 --> 1.11 +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 1.12 +<meta name="generator" content="Org-mode" /> 1.13 +<meta name="author" content="Robert McIntyre" /> 1.14 +<style type="text/css"> 1.15 + <!--/*--><![CDATA[/*><!--*/ 1.16 + .title { text-align: center; } 1.17 + .todo { font-family: monospace; color: red; } 1.18 + .done { font-family: monospace; color: green; } 1.19 + .priority { font-family: monospace; color: orange; } 1.20 + .tag { background-color: #eee; font-family: monospace; 1.21 + padding: 2px; font-size: 80%; font-weight: normal; } 1.22 + .timestamp { color: #bebebe; } 1.23 + .timestamp-kwd { color: #5f9ea0; } 1.24 + .right { margin-left: auto; margin-right: 0px; text-align: right; } 1.25 + .left { margin-left: 0px; margin-right: auto; text-align: left; } 1.26 + .center { margin-left: auto; margin-right: auto; text-align: center; } 1.27 + .underline { text-decoration: underline; } 1.28 + #postamble p, #preamble p { font-size: 90%; margin: .2em; } 1.29 + p.verse { margin-left: 3%; } 1.30 + pre { 1.31 + border: 1px solid #ccc; 1.32 + box-shadow: 3px 3px 3px #eee; 1.33 + padding: 8pt; 1.34 + font-family: monospace; 1.35 + overflow: auto; 1.36 + margin: 1.2em; 1.37 + } 1.38 + pre.src { 1.39 + position: relative; 1.40 + overflow: visible; 1.41 + padding-top: 1.2em; 1.42 + } 1.43 + pre.src:before { 1.44 + display: none; 1.45 + position: absolute; 1.46 + background-color: white; 1.47 + top: -10px; 1.48 + right: 10px; 1.49 + padding: 3px; 1.50 + border: 1px solid black; 1.51 + } 1.52 + pre.src:hover:before { display: inline;} 1.53 + pre.src-sh:before { content: 'sh'; } 1.54 + pre.src-bash:before { content: 'sh'; } 1.55 + pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } 1.56 + pre.src-R:before { content: 'R'; } 1.57 + pre.src-perl:before { content: 'Perl'; } 1.58 + pre.src-java:before { content: 'Java'; } 1.59 + pre.src-sql:before { content: 'SQL'; } 1.60 + 1.61 + table { border-collapse:collapse; } 1.62 + caption.t-above { caption-side: top; } 1.63 + caption.t-bottom { caption-side: bottom; } 1.64 + td, th { vertical-align:top; } 1.65 + th.right { text-align: center; } 1.66 + th.left { text-align: center; } 1.67 + th.center { text-align: center; } 1.68 + td.right { text-align: right; } 1.69 + td.left { text-align: left; } 1.70 + td.center { text-align: center; } 1.71 + dt { font-weight: bold; } 1.72 + .footpara:nth-child(2) { display: inline; } 1.73 + .footpara { display: block; } 1.74 + .footdef { margin-bottom: 1em; } 1.75 + .figure { padding: 1em; } 1.76 + .figure p { text-align: center; } 1.77 + .inlinetask { 1.78 + padding: 10px; 1.79 + border: 2px solid gray; 1.80 + margin: 10px; 1.81 + background: #ffffcc; 1.82 + } 1.83 + #org-div-home-and-up 1.84 + { text-align: right; font-size: 70%; white-space: nowrap; } 1.85 + textarea { overflow-x: auto; } 1.86 + .linenr { font-size: smaller } 1.87 + .code-highlighted { background-color: #ffff00; } 1.88 + .org-info-js_info-navigation { border-style: none; } 1.89 + #org-info-js_console-label 1.90 + { font-size: 10px; font-weight: bold; white-space: nowrap; } 1.91 + .org-info-js_search-highlight 1.92 + { background-color: #ffff00; color: #000000; font-weight: bold; } 1.93 + /*]]>*/--> 1.94 +</style> 1.95 +<script type="text/javascript"> 1.96 +/* 1.97 +@licstart The following is the entire license notice for the 1.98 +JavaScript code in this tag. 1.99 + 1.100 +Copyright (C) 2012-2013 Free Software Foundation, Inc. 1.101 + 1.102 +The JavaScript code in this tag is free software: you can 1.103 +redistribute it and/or modify it under the terms of the GNU 1.104 +General Public License (GNU GPL) as published by the Free Software 1.105 +Foundation, either version 3 of the License, or (at your option) 1.106 +any later version. The code is distributed WITHOUT ANY WARRANTY; 1.107 +without even the implied warranty of MERCHANTABILITY or FITNESS 1.108 +FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. 1.109 + 1.110 +As additional permission under GNU GPL version 3 section 7, you 1.111 +may distribute non-source (e.g., minimized or compacted) forms of 1.112 +that code without the copy of the GNU GPL normally required by 1.113 +section 4, provided you include this license notice and a URL 1.114 +through which recipients can access the Corresponding Source. 1.115 + 1.116 + 1.117 +@licend The above is the entire license notice 1.118 +for the JavaScript code in this tag. 1.119 +*/ 1.120 +<!--/*--><![CDATA[/*><!--*/ 1.121 + function CodeHighlightOn(elem, id) 1.122 + { 1.123 + var target = document.getElementById(id); 1.124 + if(null != target) { 1.125 + elem.cacheClassElem = elem.className; 1.126 + elem.cacheClassTarget = target.className; 1.127 + target.className = "code-highlighted"; 1.128 + elem.className = "code-highlighted"; 1.129 + } 1.130 + } 1.131 + function CodeHighlightOff(elem, id) 1.132 + { 1.133 + var target = document.getElementById(id); 1.134 + if(elem.cacheClassElem) 1.135 + elem.className = elem.cacheClassElem; 1.136 + if(elem.cacheClassTarget) 1.137 + target.className = elem.cacheClassTarget; 1.138 + } 1.139 +/*]]>*///--> 1.140 +</script> 1.141 +</head> 1.142 +<body> 1.143 +<div id="content"> 1.144 +<h1 class="title"></h1> 1.145 + 1.146 +<div class="header"> 1.147 + <div class="float-right"> 1.148 + <!-- 1.149 + <form> 1.150 + <input type="text"/><input type="submit" value="search the blog »"/> 1.151 + </form> 1.152 + --> 1.153 + </div> 1.154 + 1.155 + <h1>aurellem <em>☉</em></h1> 1.156 + <ul class="nav"> 1.157 + <li><a href="/">read the blog »</a></li> 1.158 + <!-- li><a href="#">learn about us »</a></li--> 1.159 + </ul> 1.160 +</div> 1.161 + 1.162 +<div class="author">Written by <author>{{{author}}}</author></div> 1.163 +</div> 1.164 +<div id="postamble" class="status"> 1.165 +<p class="author">Author: Robert McIntyre</p> 1.166 +<p class="date">Created: 2015-03-02 Mon 09:44</p> 1.167 +<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4.1 (<a href="http://orgmode.org">Org</a> mode 8.3beta)</p> 1.168 +<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> 1.169 +</div> 1.170 +</body> 1.171 +</html> 1.172 \ No newline at end of file