Add bigblow stylesheet

pull/19/head
Adam Porter 7 years ago
parent 1d18b255a5
commit 8a4ba51dbc

@ -0,0 +1,714 @@
* {
border-color: #657b83 !important;
}
a {
color: #268bd2 !important;
}
a:visited {
color: #6c71c4 !important;
}
body {
background-color: #002b36 !important;
color: #839496 !important;
}
html {
background-color: #002b36 !important;
}
input,
textarea {
background-color: #073642 !important;
color: #839496 !important;
}
blockquote,
pre {
background-color: #073642 !important;
color: #839496 !important;
}
html,
body {
border: 0;
margin: 0;
padding: 0;
}
@media print {
.dontprint {
display: none;
}
}
#preamble {
background: none repeat scroll 0 0 #46484b;
color: #002b36 !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: bold;
height: 224px;
padding: 2px 2px 0 6px;
}
#banner {
text-align: center;
}
#tabs {
background-color: #268bd2 !important;
float: left;
margin: 0px 0px 20px 0px;
padding: 0;
width: 100%;
}
#tabs ul {
margin: 0;
padding: 0;
}
#tabs li {
float: left;
list-style-type: none;
margin: 0px 2px 0px 0px;
padding: 0px 0px 0px 0px;
white-space: nowrap;
}
#tabs li a {
color: #eee !important;
display: block;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 4px 10px 4px 10px;
text-decoration: none;
}
#tabs li a:hover {
background: #759fcf;
color: #002b36 !important;
}
#tabs .ui-tabs-active a {
background: #002b36;
color: #555 !important;
}
#content {
clear: both;
background-color: #002b36 !important;
font-size: 100%;
margin: 0 auto;
max-width: 810px;
overflow-x: hidden;
overflow-y: auto;
padding: 0px 10px 2px 10px;
}
#postamble {
color: #999 !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
height: 40px;
margin: 0 auto;
max-width: 810px;
padding-right: 30px;
padding-top: 22px;
padding: 2px 2px 0 6px;
text-align: right;
}
body {
color: #333 !important;
font: 13px/1.385 arial, helvetica, clean, sans-serif;
margin: 0 0.1em;
padding: 0;
}
b {
color: #000 !important;
}
blockquote {
background-color: #073642 !important;
border: 1px solid #dedede;
color: #444 !important;
line-height: 1.14em;
overflow: auto;
/* overflow-x auto */
padding: 0px 10px 0px 10px;
}
i {
color: #1a1a1a !important;
}
h1,
ul#tabs,
h2,
h3,
h4,
h5 {
font-family: "Trebuchet MS", Verdana, sans-serif;
}
h1 {
background-color: #0a3f69 !important;
color: #f8f8f8 !important;
font-size: 24px;
margin: 0;
padding: 9px 0px 0px 10px;
}
h2 {
border-bottom: 4px solid #67b3e3;
color: #13679d !important;
font-size: 20px;
}
h3,
h4,
h5,
h6 {
color: #1572ae !important;
}
h3 {
border-bottom: 1px solid #b5daf1;
font-size: 16px;
margin-left: 25px;
}
h4 {
border-bottom: 1px dotted #c9e3f5;
font-size: 14px;
margin-left: 60px;
}
.outline-4 ol li {
font-weight: bold;
}
.outline-text-5,
.outline-text-6,
.outline-text-7 {
font-weight: normal;
}
h5 {
font-size: 1em;
margin-left: 87px;
}
h6 {
font-size: 1em;
margin-left: 100px;
}
.DONEheader {
color: #adadad !important;
text-decoration: line-through;
}
h3.DONEheader {
border-bottom: 1px solid #ddd;
}
h4.DONEheader {
border-bottom: 1px dotted #ddd;
}
.outline-text-2,
.outline-text-3,
.outline-text-4,
.outline-text-5,
.outline-3 > ul,
.outline-4 > ol,
#text-footnotes {
margin-left: 100px;
}
li > .outline-text-5 {
margin-left: 20px;
}
ul,
ol {
padding-left: 1.5em;
}
dt {
color: #1572ae !important;
font-weight: bold;
}
dd {
margin-bottom: 6px;
}
pre {
/* Use #EAEAEA for background-color of border with src code block's name */
background-color: #073642 !important;
border: 1px solid #dedede;
color: #444 !important;
font-family: monospace;
line-height: 1.14em;
overflow: auto;
/* overflow-x auto */
padding: 10px 10px 10px 10px !important;
}
code {
background-color: #073642 !important;
border: 1px solid #dedede;
color: #444 !important;
font-family: monospace;
/* font-size 0.93em */
margin: 0px 1px;
padding: 0px 2px;
}
li > p,
li > ul,
li > .inlinetask,
li > dl {
margin-left: 0px;
}
dd > p,
dd > ul,
dd > .inlinetask,
dd > dl {
margin-left: 0px;
}
li.checked {
list-style-image: url("../images/checked.png");
}
li.halfchecked {
list-style-image: url("../images/halfchecked.png");
}
li.unchecked {
list-style-image: url("../images/unchecked.png");
}
a,
a link {
color: #268bd2 !important;
text-decoration: none;
}
a:visited,
a link:visited {
color: #6c71c4 !important;
}
a:hover,
a link:hover {
text-decoration: underline;
}
a focus,
a link focus {
outline: none;
}
#search {
border-radius: 3px;
background: none repeat scroll 0 0 #002b36;
display: block;
float: right;
height: 18px;
margin: 5px 10px 0 0;
overflow: hidden;
padding: 0 3px;
width: 188px;
}
#search input {
border: 0 none;
color: #666 !important;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
margin: 0;
padding: 2px 4px;
width: 160px;
}
#search button {
background: url("../images/search-glass.png") no-repeat scroll 0 50% transparent;
border: 0 none;
cursor: pointer;
display: block;
float: right;
height: 18px;
margin: 0;
text-indent: -999em;
width: 14px;
}
table {
border-collapse: collapse;
margin-right: auto;
margin-left: auto;
}
table td {
padding: 3px 5px;
}
table,
th,
td {
border: 1px solid #657b83;
border-left: 2px solid #002b36;
border-right: 2px solid #002b36;
}
th {
border-width: 1px 2px;
border-color: #002b36 !important;
background-color: #268bd2 !important;
color: #002b36 !important;
}
caption {
color: #8d8d84 !important;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.figure {
color: #8d8d84 !important;
text-align: center;
}
.fixme {
background: #ff8 url("../images/fixme.png") no-repeat top left;
color: #c00 !important;
display: inline-block;
height: 16px;
text-indent: -9999px;
width: 82px;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.justify {
text-align: justify;
}
.inlinetask {
background-color: #f7f7f7 !important;
border-collapse: separate;
border-color: #eee #eee #eee #1e90ff !important;
border-style: solid;
border-width: 1px 1px 1px 6px;
padding: 8px 8px 0px 8px;
margin: 10px 0px;
}
.inlinetask td {
padding: 2px 5px 0px 2px;
border: 0px;
}
.info {
border: 1px solid;
background: url("../images/info.png") no-repeat 10px 10px #bde5f8;
color: #00529b !important;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.tip {
border: 1px solid;
background: url("../images/tip.png") no-repeat 10px 10px #dff2bf;
color: #4f8a10 !important;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.note {
border: 1px solid;
background: url("../images/note.png") no-repeat 10px 10px #fffccb;
color: #9f6000 !important;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.warning {
border: 1px solid;
background: url("../images/warning.png") no-repeat 10px 10px #ffbaba;
color: #d8000c !important;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.todo,
.done {
margin: 10px 0;
padding: 0px 2px;
}
.NEW {
background-color: #fdfcd8 !important;
border: 1px solid #eee9c3;
color: #302b13 !important;
font-weight: normal;
}
.TODO {
background-color: #fed5d7 !important;
border: 1px solid #dc322f;
color: #dc322f !important;
}
.STRT,
.STARTED,
.UNDERWAY {
background-color: #fef2d4 !important;
border: 1px solid #b58900;
color: #b58900 !important;
}
.WAIT,
.WAITING,
.DLGT,
.DELEGATED {
background-color: #dfffdf !important;
border: 1px solid #55ba80;
color: #55ba80 !important;
}
.SDAY,
.SOMEDAY,
.DFRD,
.DEFERRED {
background-color: #d3eeff !important;
border: 1px solid #42b5ff;
color: #42b5ff !important;
}
.DONE,
.CANX,
.CANCELED {
background-color: #f2f2ee !important;
border: 1px solid #969696;
color: #969696 !important;
}
.tag span {
background-color: #073642 !important;
border: 1px solid #073642;
color: #939393 !important;
cursor: pointer;
display: block;
float: right;
font-size: 80%;
font-weight: normal;
margin: 0 3px;
padding: 1px 2px;
border-radius: 10px;
}
.tag span #right-panel-contents {
font-size: 100%;
}
.tag span:hover {
background-color: #586e75 !important;
color: #002b36 !important;
}
.tag span .FLAGGED {
background-color: #edc6c8 !important;
border: 1px solid #edc6c8;
color: #c15f4e !important;
}
.tag span .selected {
background-color: #ffebc1 !important;
border: 1px solid #fdbf3b;
color: #a6750c !important;
}
#listOfTags .tag span {
display: inline;
float: none;
}
span.todo {
cursor: pointer;
/* display block */
/* float left */
margin: -1px 3px 0px 0px;
}
span.todo:hover {
background: #586e75;
color: #888 !important;
}
span.todo .selected {
background-color: #ffebc1 !important;
border-color: #fdbf3b !important;
color: #a6750c !important;
}
.matchtag {
background-color: #fbffc0 !important;
}
.matchNEW {
background-color: #fdfcd8 !important;
}
.matchTODO {
background-color: #ffe6e4 !important;
}
.matchSTRT {
background-color: #fef2d4 !important;
}
.matchWAIT,
.matchDLGT {
background-color: #dfffdf !important;
}
.matchSDAY,
.matchDFRD {
background-color: #e0efff !important;
}
#listOfTodo,
#listOfDone,
#listOfTags {
/* bottom 10px /\* together with this to put the div at the bottom*\/ */
/* left 10px */
/* list-style-type none */
margin-left: 0px;
/* position fixed /\* this is the magic *\/ */
}
.timestamp-kwd {
background-color: #fff1f1 !important;
color: #800 !important;
margin: 0px 4px 0px 0px;
padding: 2px 0px 2px 2px;
}
.timestamp {
color: #777 !important;
font-size: 80%;
}
#table-of-contents {
background-color: #073642 !important;
border: 1px solid #e4e4e4;
display: table;
line-height: 1.2em;
padding: 4px;
margin: 4px;
max-width: 400px;
float: right;
width: auto;
}
#table-of-contents h2 {
display: none;
}
#table-of-contents ul {
margin: 0;
padding: 0;
}
#table-of-contents li {
list-style-type: none;
margin: 0;
}
#table-of-contents li li {
margin-left: 1.5em;
}
#table-of-contents li li li {
font-size: 0.8em;
}
#table-of-contents a {
color: #606060 !important;
font-size: 0.9em;
font-weight: normal;
text-decoration: none;
}
#table-of-contents a:hover {
color: #c61a1a !important;
text-decoration: underline;
}
#minitoc {
background-color: #073642 !important;
border: 1px solid #e4e4e4;
color: #484848 !important;
line-height: 1.2em;
margin: 12px;
padding: 4px;
position: fixed;
width: auto;
}
#minitoc a {
display: block;
font-size: 10px;
font-weight: normal;
}
#minitoc a {
display: none;
}
#minitoc:hover a {
display: block;
}
#minitoc h2 {
margin: 3px 0px;
border: none;
font-size: 11px;
}
p.verse {
color: #808080 !important;
font-style: italic;
}
.example {
background-color: #ddfade !important;
border: 1px solid #9ec49f;
color: #333 !important;
}
.alert {
font-weight: bold;
color: #f00 !important;
}
#toTop {
background: #f7f7f7;
border: 1px solid #ccc;
top: 10px;
color: #333 !important;
cursor: pointer;
display: none;
font-family: verdana;
font-size: 11px;
padding: 5px;
position: fixed;
right: 10px;
text-align: center;
width: 100px;
z-index: 999;
}
#toTop:hover {
text-decoration: underline;
}
#left-panel-wrapper {
position: fixed;
z-index: 200;
/* display none /\* hide the panel if Javascript is not running *\/ */
}
#left-panel-contents {
background-color: #efefef !important;
border-right: 1px dotted #adadad;
display: none;
height: 100%;
left: 0px;
position: fixed;
text-align: left;
top: 0;
width: 199px;
z-index: 200;
padding-top: 7px;
padding-left: 7px;
}
#left-panel-button {
transform: rotate(90deg);
background-color: #efefef !important;
border: 1px dotted #adadad;
border-bottom-width: 0px;
left: -23px;
position: fixed;
top: 50%;
z-index: 200;
padding: 2px 5px 5px 5px;
}
#right-panel-wrapper {
position: fixed;
z-index: 200;
/* display none /\* hide the panel if Javascript is not running *\/ */
}
#right-panel-contents {
background-color: #efefef !important;
border-left: 1px dotted #adadad;
display: none;
height: 100%;
right: 0px;
position: fixed;
text-align: left;
top: 0;
width: 199px;
z-index: 200;
padding-top: 7px;
padding-left: 7px;
}
.org-src-container {
position: relative;
}
.snippet-copy-to-clipboard {
display: none;
position: absolute;
right: 10px;
top: 5px;
font-size: 0.9em;
text-decoration: underline;
}
.copy-to-clipboard-button :hover {
cursor: pointer;
}
.org-ol li {
margin: 0.5em;
}
/* This is for the sake of Emacs. */
/* Local Variables */
/* eval (when (locate-library "rainbow-mode") (require 'rainbow-mode) (rainbow-mode)) */
/* End */

@ -0,0 +1,714 @@
* {
border-color: #839496 !important;
}
a {
color: #268bd2 !important;
}
a:visited {
color: #6c71c4 !important;
}
body {
background-color: #fdf6e3 !important;
color: #657b83 !important;
}
html {
background-color: #fdf6e3 !important;
}
input,
textarea {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
blockquote,
pre {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
html,
body {
border: 0;
margin: 0;
padding: 0;
}
@media print {
.dontprint {
display: none;
}
}
#preamble {
background: none repeat scroll 0 0 #46484b;
color: #fdf6e3 !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: bold;
height: 224px;
padding: 2px 2px 0 6px;
}
#banner {
text-align: center;
}
#tabs {
background-color: #268bd2 !important;
float: left;
margin: 0px 0px 20px 0px;
padding: 0;
width: 100%;
}
#tabs ul {
margin: 0;
padding: 0;
}
#tabs li {
float: left;
list-style-type: none;
margin: 0px 2px 0px 0px;
padding: 0px 0px 0px 0px;
white-space: nowrap;
}
#tabs li a {
color: #eee !important;
display: block;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 4px 10px 4px 10px;
text-decoration: none;
}
#tabs li a:hover {
background: #759fcf;
color: #fdf6e3 !important;
}
#tabs .ui-tabs-active a {
background: #fdf6e3;
color: #555 !important;
}
#content {
clear: both;
background-color: #fdf6e3 !important;
font-size: 100%;
margin: 0 auto;
max-width: 810px;
overflow-x: hidden;
overflow-y: auto;
padding: 0px 10px 2px 10px;
}
#postamble {
color: #999 !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
height: 40px;
margin: 0 auto;
max-width: 810px;
padding-right: 30px;
padding-top: 22px;
padding: 2px 2px 0 6px;
text-align: right;
}
body {
color: #333 !important;
font: 13px/1.385 arial, helvetica, clean, sans-serif;
margin: 0 0.1em;
padding: 0;
}
b {
color: #000 !important;
}
blockquote {
background-color: #eee8d5 !important;
border: 1px solid #dedede;
color: #444 !important;
line-height: 1.14em;
overflow: auto;
/* overflow-x auto */
padding: 0px 10px 0px 10px;
}
i {
color: #1a1a1a !important;
}
h1,
ul#tabs,
h2,
h3,
h4,
h5 {
font-family: "Trebuchet MS", Verdana, sans-serif;
}
h1 {
background-color: #0a3f69 !important;
color: #f8f8f8 !important;
font-size: 24px;
margin: 0;
padding: 9px 0px 0px 10px;
}
h2 {
border-bottom: 4px solid #67b3e3;
color: #13679d !important;
font-size: 20px;
}
h3,
h4,
h5,
h6 {
color: #1572ae !important;
}
h3 {
border-bottom: 1px solid #b5daf1;
font-size: 16px;
margin-left: 25px;
}
h4 {
border-bottom: 1px dotted #c9e3f5;
font-size: 14px;
margin-left: 60px;
}
.outline-4 ol li {
font-weight: bold;
}
.outline-text-5,
.outline-text-6,
.outline-text-7 {
font-weight: normal;
}
h5 {
font-size: 1em;
margin-left: 87px;
}
h6 {
font-size: 1em;
margin-left: 100px;
}
.DONEheader {
color: #adadad !important;
text-decoration: line-through;
}
h3.DONEheader {
border-bottom: 1px solid #ddd;
}
h4.DONEheader {
border-bottom: 1px dotted #ddd;
}
.outline-text-2,
.outline-text-3,
.outline-text-4,
.outline-text-5,
.outline-3 > ul,
.outline-4 > ol,
#text-footnotes {
margin-left: 100px;
}
li > .outline-text-5 {
margin-left: 20px;
}
ul,
ol {
padding-left: 1.5em;
}
dt {
color: #1572ae !important;
font-weight: bold;
}
dd {
margin-bottom: 6px;
}
pre {
/* Use #EAEAEA for background-color of border with src code block's name */
background-color: #eee8d5 !important;
border: 1px solid #dedede;
color: #444 !important;
font-family: monospace;
line-height: 1.14em;
overflow: auto;
/* overflow-x auto */
padding: 10px 10px 10px 10px !important;
}
code {
background-color: #eee8d5 !important;
border: 1px solid #dedede;
color: #444 !important;
font-family: monospace;
/* font-size 0.93em */
margin: 0px 1px;
padding: 0px 2px;
}
li > p,
li > ul,
li > .inlinetask,
li > dl {
margin-left: 0px;
}
dd > p,
dd > ul,
dd > .inlinetask,
dd > dl {
margin-left: 0px;
}
li.checked {
list-style-image: url("../images/checked.png");
}
li.halfchecked {
list-style-image: url("../images/halfchecked.png");
}
li.unchecked {
list-style-image: url("../images/unchecked.png");
}
a,
a link {
color: #268bd2 !important;
text-decoration: none;
}
a:visited,
a link:visited {
color: #6c71c4 !important;
}
a:hover,
a link:hover {
text-decoration: underline;
}
a focus,
a link focus {
outline: none;
}
#search {
border-radius: 3px;
background: none repeat scroll 0 0 #fdf6e3;
display: block;
float: right;
height: 18px;
margin: 5px 10px 0 0;
overflow: hidden;
padding: 0 3px;
width: 188px;
}
#search input {
border: 0 none;
color: #666 !important;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
margin: 0;
padding: 2px 4px;
width: 160px;
}
#search button {
background: url("../images/search-glass.png") no-repeat scroll 0 50% transparent;
border: 0 none;
cursor: pointer;
display: block;
float: right;
height: 18px;
margin: 0;
text-indent: -999em;
width: 14px;
}
table {
border-collapse: collapse;
margin-right: auto;
margin-left: auto;
}
table td {
padding: 3px 5px;
}
table,
th,
td {
border: 1px solid #839496;
border-left: 2px solid #fdf6e3;
border-right: 2px solid #fdf6e3;
}
th {
border-width: 1px 2px;
border-color: #fdf6e3 !important;
background-color: #268bd2 !important;
color: #fdf6e3 !important;
}
caption {
color: #8d8d84 !important;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.figure {
color: #8d8d84 !important;
text-align: center;
}
.fixme {
background: #ff8 url("../images/fixme.png") no-repeat top left;
color: #c00 !important;
display: inline-block;
height: 16px;
text-indent: -9999px;
width: 82px;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.justify {
text-align: justify;
}
.inlinetask {
background-color: #f7f7f7 !important;
border-collapse: separate;
border-color: #eee #eee #eee #1e90ff !important;
border-style: solid;
border-width: 1px 1px 1px 6px;
padding: 8px 8px 0px 8px;
margin: 10px 0px;
}
.inlinetask td {
padding: 2px 5px 0px 2px;
border: 0px;
}
.info {
border: 1px solid;
background: url("../images/info.png") no-repeat 10px 10px #bde5f8;
color: #00529b !important;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.tip {
border: 1px solid;
background: url("../images/tip.png") no-repeat 10px 10px #dff2bf;
color: #4f8a10 !important;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.note {
border: 1px solid;
background: url("../images/note.png") no-repeat 10px 10px #fffccb;
color: #9f6000 !important;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.warning {
border: 1px solid;
background: url("../images/warning.png") no-repeat 10px 10px #ffbaba;
color: #d8000c !important;
padding: 4px 10px 4px 52px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
margin: 10px 0px;
}
.todo,
.done {
margin: 10px 0;
padding: 0px 2px;
}
.NEW {
background-color: #fdfcd8 !important;
border: 1px solid #eee9c3;
color: #302b13 !important;
font-weight: normal;
}
.TODO {
background-color: #fed5d7 !important;
border: 1px solid #dc322f;
color: #dc322f !important;
}
.STRT,
.STARTED,
.UNDERWAY {
background-color: #fef2d4 !important;
border: 1px solid #b58900;
color: #b58900 !important;
}
.WAIT,
.WAITING,
.DLGT,
.DELEGATED {
background-color: #dfffdf !important;
border: 1px solid #55ba80;
color: #55ba80 !important;
}
.SDAY,
.SOMEDAY,
.DFRD,
.DEFERRED {
background-color: #d3eeff !important;
border: 1px solid #42b5ff;
color: #42b5ff !important;
}
.DONE,
.CANX,
.CANCELED {
background-color: #f2f2ee !important;
border: 1px solid #969696;
color: #969696 !important;
}
.tag span {
background-color: #eee8d5 !important;
border: 1px solid #eee8d5;
color: #939393 !important;
cursor: pointer;
display: block;
float: right;
font-size: 80%;
font-weight: normal;
margin: 0 3px;
padding: 1px 2px;
border-radius: 10px;
}
.tag span #right-panel-contents {
font-size: 100%;
}
.tag span:hover {
background-color: #93a1a1 !important;
color: #fdf6e3 !important;
}
.tag span .FLAGGED {
background-color: #edc6c8 !important;
border: 1px solid #edc6c8;
color: #c15f4e !important;
}
.tag span .selected {
background-color: #ffebc1 !important;
border: 1px solid #fdbf3b;
color: #a6750c !important;
}
#listOfTags .tag span {
display: inline;
float: none;
}
span.todo {
cursor: pointer;
/* display block */
/* float left */
margin: -1px 3px 0px 0px;
}
span.todo:hover {
background: #93a1a1;
color: #888 !important;
}
span.todo .selected {
background-color: #ffebc1 !important;
border-color: #fdbf3b !important;
color: #a6750c !important;
}
.matchtag {
background-color: #fbffc0 !important;
}
.matchNEW {
background-color: #fdfcd8 !important;
}
.matchTODO {
background-color: #ffe6e4 !important;
}
.matchSTRT {
background-color: #fef2d4 !important;
}
.matchWAIT,
.matchDLGT {
background-color: #dfffdf !important;
}
.matchSDAY,
.matchDFRD {
background-color: #e0efff !important;
}
#listOfTodo,
#listOfDone,
#listOfTags {
/* bottom 10px /\* together with this to put the div at the bottom*\/ */
/* left 10px */
/* list-style-type none */
margin-left: 0px;
/* position fixed /\* this is the magic *\/ */
}
.timestamp-kwd {
background-color: #fff1f1 !important;
color: #800 !important;
margin: 0px 4px 0px 0px;
padding: 2px 0px 2px 2px;
}
.timestamp {
color: #777 !important;
font-size: 80%;
}
#table-of-contents {
background-color: #eee8d5 !important;
border: 1px solid #e4e4e4;
display: table;
line-height: 1.2em;
padding: 4px;
margin: 4px;
max-width: 400px;
float: right;
width: auto;
}
#table-of-contents h2 {
display: none;
}
#table-of-contents ul {
margin: 0;
padding: 0;
}
#table-of-contents li {
list-style-type: none;
margin: 0;
}
#table-of-contents li li {
margin-left: 1.5em;
}
#table-of-contents li li li {
font-size: 0.8em;
}
#table-of-contents a {
color: #606060 !important;
font-size: 0.9em;
font-weight: normal;
text-decoration: none;
}
#table-of-contents a:hover {
color: #c61a1a !important;
text-decoration: underline;
}
#minitoc {
background-color: #eee8d5 !important;
border: 1px solid #e4e4e4;
color: #484848 !important;
line-height: 1.2em;
margin: 12px;
padding: 4px;
position: fixed;
width: auto;
}
#minitoc a {
display: block;
font-size: 10px;
font-weight: normal;
}
#minitoc a {
display: none;
}
#minitoc:hover a {
display: block;
}
#minitoc h2 {
margin: 3px 0px;
border: none;
font-size: 11px;
}
p.verse {
color: #808080 !important;
font-style: italic;
}
.example {
background-color: #ddfade !important;
border: 1px solid #9ec49f;
color: #333 !important;
}
.alert {
font-weight: bold;
color: #f00 !important;
}
#toTop {
background: #f7f7f7;
border: 1px solid #ccc;
top: 10px;
color: #333 !important;
cursor: pointer;
display: none;
font-family: verdana;
font-size: 11px;
padding: 5px;
position: fixed;
right: 10px;
text-align: center;
width: 100px;
z-index: 999;
}
#toTop:hover {
text-decoration: underline;
}
#left-panel-wrapper {
position: fixed;
z-index: 200;
/* display none /\* hide the panel if Javascript is not running *\/ */
}
#left-panel-contents {
background-color: #efefef !important;
border-right: 1px dotted #adadad;
display: none;
height: 100%;
left: 0px;
position: fixed;
text-align: left;
top: 0;
width: 199px;
z-index: 200;
padding-top: 7px;
padding-left: 7px;
}
#left-panel-button {
transform: rotate(90deg);
background-color: #efefef !important;
border: 1px dotted #adadad;
border-bottom-width: 0px;
left: -23px;
position: fixed;
top: 50%;
z-index: 200;
padding: 2px 5px 5px 5px;
}
#right-panel-wrapper {
position: fixed;
z-index: 200;
/* display none /\* hide the panel if Javascript is not running *\/ */
}
#right-panel-contents {
background-color: #efefef !important;
border-left: 1px dotted #adadad;
display: none;
height: 100%;
right: 0px;
position: fixed;
text-align: left;
top: 0;
width: 199px;
z-index: 200;
padding-top: 7px;
padding-left: 7px;
}
.org-src-container {
position: relative;
}
.snippet-copy-to-clipboard {
display: none;
position: absolute;
right: 10px;
top: 5px;
font-size: 0.9em;
text-decoration: underline;
}
.copy-to-clipboard-button :hover {
cursor: pointer;
}
.org-ol li {
margin: 0.5em;
}
/* This is for the sake of Emacs. */
/* Local Variables */
/* eval (when (locate-library "rainbow-mode") (require 'rainbow-mode) (rainbow-mode)) */
/* End */

@ -0,0 +1,754 @@
// This is for the "bigblow" CSS theme from https //github.com/fniessen/org-html-themes
html, body
border 0
margin 0
padding 0
@media print
.dontprint
display none
#preamble
background none repeat scroll 0 0 #46484B
color color-background
font-family Arial,Helvetica,sans-serif
font-size 70%
font-weight bold
height 224px /* so that content begins after... */
padding 2px 2px 0 6px
#banner
text-align center
#tabs
background-color blue
float left
margin 0px 0px 20px 0px
padding 0
width 100%
ul
margin 0
padding 0
li
float left
list-style-type none
margin 0px 2px 0px 0px
padding 0px 0px 0px 0px
white-space nowrap
a
color #EEEEEE
display block
font-size 13px
font-weight bold
margin 0
padding 4px 10px 4px 10px
text-decoration none
&:hover
background #759FCF
color color-background
.ui-tabs-active a
background color-background
color #555555
#content
clear both
background-color color-background
font-size 100%
margin 0 auto
max-width 810px
overflow-x hidden
overflow-y auto
padding 0px 10px 2px 10px
#postamble
color #999999
font-family Arial,Helvetica,sans-serif
font-size 70%
height 40px
margin 0 auto
max-width 810px
padding-right 30px
padding-top 22px
padding 2px 2px 0 6px
text-align right
body
color #333333
font 13px/1.385 arial,helvetica,clean,sans-serif
margin 0 .1em
padding 0
b
color #000000
blockquote
background-color color-background-highlight
border 1px solid #DEDEDE
color #444444
line-height 1.14em
overflow auto
/* overflow-x auto */
padding 0px 10px 0px 10px
i
color #1A1A1A
h1, ul#tabs, h2, h3, h4, h5
font-family "Trebuchet MS",Verdana,sans-serif
h1
background-color #0A3F69
color #F8F8F8
font-size 24px
margin 0
padding 9px 0px 0px 10px
h2
border-bottom 4px solid #67B3E3
color #13679D
font-size 20px
h3, h4, h5, h6
color #1572AE
h3
border-bottom 1px solid #B5DAF1
font-size 16px
margin-left 25px
h4
border-bottom 1px dotted #C9E3F5
font-size 14px
margin-left 60px
.outline-4 ol li
font-weight bold
.outline-text-5, .outline-text-6, .outline-text-7
font-weight normal
h5
font-size 1em
margin-left 87px
h6
font-size 1em
margin-left 100px
.DONEheader
color #ADADAD
text-decoration line-through
h3.DONEheader
border-bottom 1px solid #DDDDDD
h4.DONEheader
border-bottom 1px dotted #DDDDDD
.outline-text-2, .outline-text-3, .outline-text-4, .outline-text-5,
.outline-3 > ul, /* for HTML export of Beamer slides */
.outline-4 > ol, #text-footnotes
margin-left 100px
li > .outline-text-5
margin-left 20px
ul, ol
padding-left 1.5em
dt
color #1572AE
font-weight bold
dd
margin-bottom 6px
pre
/* Use #EAEAEA for background-color of border with src code block's name */
background-color color-background-highlight
border 1px solid #DEDEDE
color #444444
font-family monospace
line-height 1.14em
overflow auto
/* overflow-x auto */
padding 10px 10px 10px 10px !important
code
background-color color-background-highlight
border 1px solid #DEDEDE
color #444444
font-family monospace
/* font-size 0.93em */
margin 0px 1px
padding 0px 2px
li > p, li > ul, li > .inlinetask, li > dl
margin-left 0px
dd > p, dd > ul, dd > .inlinetask, dd > dl
margin-left 0px
li.checked
list-style-image url('../images/checked.png')
li.halfchecked
list-style-image url('../images/halfchecked.png')
li.unchecked
list-style-image url('../images/unchecked.png')
a, a link
color blue
text-decoration none
&:visited
color violet
&:hover
text-decoration underline
focus
outline none
#search
border-radius 3px
background none repeat scroll 0 0 color-background
display block
float right
height 18px
margin 5px 10px 0 0
overflow hidden
padding 0 3px
width 188px
#search input
border 0 none
color #666666
float left
font-family Arial,Helvetica,sans-serif
font-size 11px
font-weight normal
margin 0
padding 2px 4px
width 160px
#search button
background url("../images/search-glass.png") no-repeat scroll 0 50% transparent
border 0 none
cursor pointer
display block
float right
height 18px
margin 0
text-indent -999em
width 14px
table
border-collapse collapse
margin-right auto
margin-left auto
table td
padding 3px 5px
table, th, td
border 1px solid color-border
border-left 2px solid color-background
border-right 2px solid color-background
th
border-width 1px 2px
border-color color-background
background-color blue
color color-background
caption
color #8D8D84
img
display block
margin-left auto
margin-right auto
text-align center
.figure
color #8D8D84
text-align center
.fixme
background #FFFF88 url('../images/fixme.png') no-repeat top left
color #CC0000
display inline-block
height 16px
text-indent -9999px
width 82px
.left
text-align left
.right
text-align right
.center
text-align center
.justify
text-align justify
.inlinetask
background-color #F7F7F7
border-collapse separate
border-color #EEEEEE #EEEEEE #EEEEEE #1E90FF
border-style solid
border-width 1px 1px 1px 6px
padding 8px 8px 0px 8px
margin 10px 0px
td
padding 2px 5px 0px 2px
border 0px
.info
border 1px solid
background url('../images/info.png') no-repeat 10px 10px #BDE5F8
color #00529B
padding 4px 10px 4px 52px
border-top-left-radius 5px
border-top-right-radius 5px
border-bottom-right-radius 5px
border-bottom-left-radius 5px
margin 10px 0px
.tip
border 1px solid
background url('../images/tip.png') no-repeat 10px 10px #DFF2BF
color #4F8A10
padding 4px 10px 4px 52px
border-top-left-radius 5px
border-top-right-radius 5px
border-bottom-right-radius 5px
border-bottom-left-radius 5px
margin 10px 0px
.note
border 1px solid
background url('../images/note.png') no-repeat 10px 10px #FFFCCB
color #9F6000
padding 4px 10px 4px 52px
border-top-left-radius 5px
border-top-right-radius 5px
border-bottom-right-radius 5px
border-bottom-left-radius 5px
margin 10px 0px
.warning
border 1px solid
background url('../images/warning.png') no-repeat 10px 10px #FFBABA
color #D8000C
padding 4px 10px 4px 52px
border-top-left-radius 5px
border-top-right-radius 5px
border-bottom-right-radius 5px
border-bottom-left-radius 5px
margin 10px 0px
.todo, .done
margin 10px 0
padding 0px 2px
.NEW
background-color #FDFCD8
border 1px solid #EEE9C3
color #302B13
font-weight normal
.TODO
background-color #FED5D7
border 1px solid red
color red
.STRT, .STARTED, .UNDERWAY
background-color #FEF2D4
border 1px solid yellow
color yellow
.WAIT, .WAITING, .DLGT, .DELEGATED
background-color #DFFFDF
border 1px solid #55BA80
color #55BA80
.SDAY, .SOMEDAY, .DFRD, .DEFERRED
background-color #D3EEFF
border 1px solid #42B5FF
color #42B5FF
.DONE, .CANX, .CANCELED
background-color #F2F2EE
border 1px solid #969696
color #969696
.tag span
background-color color-background-highlight
border 1px solid color-background-highlight
color #939393
cursor pointer
display block
float right
font-size 80%
font-weight normal
margin 0 3px
padding 1px 2px
border-radius 10px
#right-panel-contents // .tag span
font-size 100%
&:hover
background-color color-background-highlight-extra
color color-background
.FLAGGED
background-color #EDC6C8
border 1px solid #EDC6C8
color #C15F4E
.selected
background-color #FFEBC1
border 1px solid #FDBF3B
color #A6750C
#listOfTags .tag span
display inline
float none
span.todo
cursor pointer
/* display block */
/* float left */
margin -1px 3px 0px 0px
&:hover
background color-background-highlight-extra
color #888888
span.todo .selected
background-color #FFEBC1
border-color #FDBF3B
color #A6750C
.matchtag
background-color #FBFFC0
.matchNEW
background-color #FDFCD8
.matchTODO
background-color #FFE6E4
.matchSTRT
background-color #FEF2D4
.matchWAIT, .matchDLGT
background-color #DFFFDF
.matchSDAY, .matchDFRD
background-color #E0EFFF
#listOfTodo, #listOfDone, #listOfTags
/* bottom 10px /\* together with this to put the div at the bottom*\/ */
/* left 10px */
/* list-style-type none */
margin-left 0px
/* position fixed /\* this is the magic *\/ */
.timestamp-kwd
background-color #FFF1F1
color #880000
margin 0px 4px 0px 0px
padding 2px 0px 2px 2px
.timestamp
color #777777
font-size 80%
#table-of-contents
background-color color-background-highlight
border 1px solid #E4E4E4
display table
line-height 1.2em
padding 4px
margin 4px
max-width 400px
float right
width auto
h2
display none
ul
margin 0
padding 0
li
list-style-type none
margin 0
li
margin-left 1.5em
li
font-size 0.8em
a
color #606060
font-size 0.9em
font-weight normal
text-decoration none
&:hover
color #C61A1A
text-decoration underline
#minitoc
background-color color-background-highlight
border 1px solid #E4E4E4
color #484848
line-height 1.2em
margin 12px
padding 4px
position fixed
width auto
a
display block
font-size 10px
font-weight normal
a
display none
&:hover a
display block
h2
margin 3px 0px
border none
font-size 11px
p.verse
color #808080
font-style italic
.example
background-color #DDFADE
border 1px solid #9EC49F
color #333333
.alert
font-weight bold
color #FF0000
#toTop
background #F7F7F7
border 1px solid #CCCCCC
top 10px /* together with this to put the div at the top */
color #333333
cursor pointer
display none
font-family verdana
font-size 11px
padding 5px
position fixed /* this is the magic */
right 10px
text-align center
width 100px
z-index 999
&:hover
text-decoration underline
#left-panel-wrapper
position fixed
z-index 200
/* display none /\* hide the panel if Javascript is not running *\/ */
#left-panel-contents
background-color #EFEFEF
border-right 1px dotted #ADADAD
display none
height 100%
left 0px
position fixed
text-align left
top 0
width 199px
z-index 200
padding-top 7px
padding-left 7px
#left-panel-button
transform rotate(90deg)
background-color #EFEFEF
border 1px dotted #ADADAD
border-bottom-width 0px
left -23px
position fixed
top 50%
z-index 200
padding 2px 5px 5px 5px
#right-panel-wrapper
position fixed
z-index 200
/* display none /\* hide the panel if Javascript is not running *\/ */
#right-panel-contents
background-color #EFEFEF
border-left 1px dotted #ADADAD
display none
height 100%
right 0px
position fixed
text-align left
top 0
width 199px
z-index 200
padding-top 7px
padding-left 7px
.org-src-container
position relative
.snippet-copy-to-clipboard
display none
position absolute
right 10px
top 5px
font-size 0.9em
text-decoration underline
.copy-to-clipboard-button &:hover
cursor pointer
.org-ol li
margin 0.5em
/* This is for the sake of Emacs. */
/* Local Variables */
/* eval (when (locate-library "rainbow-mode") (require 'rainbow-mode) (rainbow-mode)) */
/* End */
Loading…
Cancel
Save