123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805 |
- @media all
- {
- body {
- font-size: 11pt;
- text-align: left;
- line-height:1.2em;
- }
- h1 {font-size: 14pt;}
- #table-of-contents {
- font-size: 85%;
- line-height: 1.4em;
- }
- #table-of-contents ul {
- list-style: none;
- margin: 7px 0px 7px 15px ;
- padding: 0px;
- }
- .title {
- padding-bottom: 7px;
- margin-bottom: 20px;
- border-bottom: 1px solid #222;
- }
- h2 {
- font-size: 12pt;
- padding-bottom: 4px;
- margin-top: 5px;
- margin-bottom: 5px;
- border-bottom: 1px solid #DDD;
- }
- h3 {font-size: 11pt; color: #a34d32;}
- h4 {font-size: 9pt;}
- a {text-decoration: none; color: #537d7b}
- /* a:visited {text-decoration: none; color: #224444} */ /* Taken out because color too similar to text. */
- a:visited {text-decoration: none; color: #98855b} /* this is now the color of the Unicorns horn */
- a:hover {text-decoration: underline; color: #a34d32}
- .todo {color: #990000;}
- .done {color: #006666;}
- .timestamp-kwd {color: #444;}
- .tag {color: #DDD; font-size: 70%; font-weight: 500;}
- table {border: none;}
- td {border: none; padding: .1em .7em .1em .3em;}
- th {border: none;}
- code {font-size: 10pt;}
- pre {
- border: 1px solid #555;
- background: #EEEEEE;
- font-size: 9pt;
- padding: 1em;
- }
- img {
- border: none;
- }
- .share img {
- opacity: .4;
- -moz-opacity: .4;
- filter: alpha(opacity=40);
- }
- .share img:hover {
- opacity: 1;
- -moz-opacity: 1;
- filter: alpha(opacity=100);
- }
- .org-info-search-highlight
- {
- background-color:#adefef; /* same color as emacs default */
- color:#000000;
- font-weight:bold;
- }
- .org-bbdb-company {
- /* bbdb-company */
- font-style: italic;
- }
- .org-bbdb-field-name {
- }
- .org-bbdb-field-value {
- }
- .org-bbdb-name {
- /* bbdb-name */
- text-decoration: underline;
- }
- .org-bold {
- /* bold */
- font-weight: bold;
- }
- .org-bold-italic {
- /* bold-italic */
- font-weight: bold;
- font-style: italic;
- }
- .org-border {
- /* border */
- background-color: #000000;
- }
- .org-buffer-menu-buffer {
- /* buffer-menu-buffer */
- font-weight: bold;
- }
- .org-builtin {
- /* font-lock-builtin-face */
- color: #da70d6;
- }
- .org-button {
- /* button */
- text-decoration: underline;
- }
- .org-c-nonbreakable-space {
- /* c-nonbreakable-space-face */
- background-color: #ff0000;
- font-weight: bold;
- }
- .org-calendar-today {
- /* calendar-today */
- text-decoration: underline;
- }
- .org-comment {
- /* font-lock-comment-face */
- color: #b22222;
- }
- .org-comment-delimiter {
- /* font-lock-comment-delimiter-face */
- color: #b22222;
- }
- .org-constant {
- /* font-lock-constant-face */
- color: #5f9ea0;
- }
- .org-cursor {
- /* cursor */
- background-color: #000000;
- }
- .org-default {
- /* default */
- color: #000000;
- background-color: #ffffff;
- }
- .org-diary {
- /* diary */
- color: #ff0000;
- }
- .org-doc {
- /* font-lock-doc-face */
- color: #bc8f8f;
- }
- .org-escape-glyph {
- /* escape-glyph */
- color: #a52a2a;
- }
- .org-file-name-shadow {
- /* file-name-shadow */
- color: #7f7f7f;
- }
- .org-fixed-pitch {
- }
- .org-fringe {
- /* fringe */
- background-color: #f2f2f2;
- }
- .org-function-name {
- /* font-lock-function-name-face */
- color: #0000ff;
- }
- .org-header-line {
- /* header-line */
- color: #333333;
- background-color: #e5e5e5;
- }
- .org-help-argument-name {
- /* help-argument-name */
- font-style: italic;
- }
- .org-highlight {
- /* highlight */
- background-color: #b4eeb4;
- }
- .org-holiday {
- /* holiday */
- background-color: #ffc0cb;
- }
- .org-info-header-node {
- /* info-header-node */
- color: #a52a2a;
- font-weight: bold;
- font-style: italic;
- }
- .org-info-header-xref {
- /* info-header-xref */
- color: #0000ff;
- text-decoration: underline;
- }
- .org-info-menu-header {
- /* info-menu-header */
- font-weight: bold;
- }
- .org-info-menu-star {
- /* info-menu-star */
- color: #ff0000;
- }
- .org-info-node {
- /* info-node */
- color: #a52a2a;
- font-weight: bold;
- font-style: italic;
- }
- .org-info-title-1 {
- /* info-title-1 */
- font-size: 172%;
- font-weight: bold;
- }
- .org-info-title-2 {
- /* info-title-2 */
- font-size: 144%;
- font-weight: bold;
- }
- .org-info-title-3 {
- /* info-title-3 */
- font-size: 120%;
- font-weight: bold;
- }
- .org-info-title-4 {
- /* info-title-4 */
- font-weight: bold;
- }
- .org-info-xref {
- /* info-xref */
- color: #0000ff;
- text-decoration: underline;
- }
- .org-isearch {
- /* isearch */
- color: #b0e2ff;
- background-color: #cd00cd;
- }
- .org-italic {
- /* italic */
- font-style: italic;
- }
- .org-keyword {
- /* font-lock-keyword-face */
- color: #a020f0;
- }
- .org-lazy-highlight {
- /* lazy-highlight */
- background-color: #afeeee;
- }
- .org-link {
- /* link */
- color: #0000ff;
- text-decoration: underline;
- }
- .org-link-visited {
- /* link-visited */
- color: #8b008b;
- text-decoration: underline;
- }
- .org-match {
- /* match */
- background-color: #ffff00;
- }
- .org-menu {
- }
- .org-message-cited-text {
- /* message-cited-text */
- color: #ff0000;
- }
- .org-message-header-cc {
- /* message-header-cc */
- color: #191970;
- }
- .org-message-header-name {
- /* message-header-name */
- color: #6495ed;
- }
- .org-message-header-newsgroups {
- /* message-header-newsgroups */
- color: #00008b;
- font-weight: bold;
- font-style: italic;
- }
- .org-message-header-other {
- /* message-header-other */
- color: #4682b4;
- }
- .org-message-header-subject {
- /* message-header-subject */
- color: #000080;
- font-weight: bold;
- }
- .org-message-header-to {
- /* message-header-to */
- color: #191970;
- font-weight: bold;
- }
- .org-message-header-xheader {
- /* message-header-xheader */
- color: #0000ff;
- }
- .org-message-mml {
- /* message-mml */
- color: #228b22;
- }
- .org-message-separator {
- /* message-separator */
- color: #a52a2a;
- }
- .org-minibuffer-prompt {
- /* minibuffer-prompt */
- color: #0000cd;
- }
- .org-mm-uu-extract {
- /* mm-uu-extract */
- color: #006400;
- background-color: #ffffe0;
- }
- .org-mode-line {
- /* mode-line */
- color: #000000;
- background-color: #bfbfbf;
- }
- .org-mode-line-buffer-id {
- /* mode-line-buffer-id */
- font-weight: bold;
- }
- .org-mode-line-highlight {
- }
- .org-mode-line-inactive {
- /* mode-line-inactive */
- color: #333333;
- background-color: #e5e5e5;
- }
- .org-mouse {
- /* mouse */
- background-color: #000000;
- }
- .org-negation-char {
- }
- .org-next-error {
- /* next-error */
- background-color: #eedc82;
- }
- .org-nobreak-space {
- /* nobreak-space */
- color: #a52a2a;
- text-decoration: underline;
- }
- .org-org-agenda-date {
- /* org-agenda-date */
- color: #0000ff;
- }
- .org-org-agenda-date-weekend {
- /* org-agenda-date-weekend */
- color: #0000ff;
- font-weight: bold;
- }
- .org-org-agenda-restriction-lock {
- /* org-agenda-restriction-lock */
- background-color: #ffff00;
- }
- .org-org-agenda-structure {
- /* org-agenda-structure */
- color: #0000ff;
- }
- .org-org-archived {
- /* org-archived */
- color: #7f7f7f;
- }
- .org-org-code {
- /* org-code */
- color: #7f7f7f;
- }
- .org-org-column {
- /* org-column */
- background-color: #e5e5e5;
- }
- .org-org-column-title {
- /* org-column-title */
- background-color: #e5e5e5;
- font-weight: bold;
- text-decoration: underline;
- }
- .org-org-date {
- /* org-date */
- color: #a020f0;
- text-decoration: underline;
- }
- .org-org-done {
- /* org-done */
- color: #228b22;
- font-weight: bold;
- }
- .org-org-drawer {
- /* org-drawer */
- color: #0000ff;
- }
- .org-org-ellipsis {
- /* org-ellipsis */
- color: #b8860b;
- text-decoration: underline;
- }
- .org-org-formula {
- /* org-formula */
- color: #b22222;
- }
- .org-org-headline-done {
- /* org-headline-done */
- color: #bc8f8f;
- }
- .org-org-hide {
- /* org-hide */
- color: #e5e5e5;
- }
- .org-org-latex-and-export-specials {
- /* org-latex-and-export-specials */
- color: #8b4513;
- }
- .org-org-level-1 {
- /* org-level-1 */
- color: #0000ff;
- }
- .org-org-level-2 {
- /* org-level-2 */
- color: #b8860b;
- }
- .org-org-level-3 {
- /* org-level-3 */
- color: #a020f0;
- }
- .org-org-level-4 {
- /* org-level-4 */
- color: #b22222;
- }
- .org-org-level-5 {
- /* org-level-5 */
- color: #228b22;
- }
- .org-org-level-6 {
- /* org-level-6 */
- color: #5f9ea0;
- }
- .org-org-level-7 {
- /* org-level-7 */
- color: #da70d6;
- }
- .org-org-level-8 {
- /* org-level-8 */
- color: #bc8f8f;
- }
- .org-org-link {
- /* org-link */
- color: #a020f0;
- text-decoration: underline;
- }
- .org-org-property-value {
- }
- .org-org-scheduled-previously {
- /* org-scheduled-previously */
- color: #b22222;
- }
- .org-org-scheduled-today {
- /* org-scheduled-today */
- color: #006400;
- }
- .org-org-sexp-date {
- /* org-sexp-date */
- color: #a020f0;
- }
- .org-org-special-keyword {
- /* org-special-keyword */
- color: #bc8f8f;
- }
- .org-org-table {
- /* org-table */
- color: #0000ff;
- }
- .org-org-tag {
- /* org-tag */
- font-weight: bold;
- }
- .org-org-target {
- /* org-target */
- text-decoration: underline;
- }
- .org-org-time-grid {
- /* org-time-grid */
- color: #b8860b;
- }
- .org-org-todo {
- /* org-todo */
- color: #ff0000;
- }
- .org-org-upcoming-deadline {
- /* org-upcoming-deadline */
- color: #b22222;
- }
- .org-org-verbatim {
- /* org-verbatim */
- color: #7f7f7f;
- text-decoration: underline;
- }
- .org-org-warning {
- /* org-warning */
- color: #ff0000;
- font-weight: bold;
- }
- .org-outline-1 {
- /* outline-1 */
- color: #0000ff;
- }
- .org-outline-2 {
- /* outline-2 */
- color: #b8860b;
- }
- .org-outline-3 {
- /* outline-3 */
- color: #a020f0;
- }
- .org-outline-4 {
- /* outline-4 */
- color: #b22222;
- }
- .org-outline-5 {
- /* outline-5 */
- color: #228b22;
- }
- .org-outline-6 {
- /* outline-6 */
- color: #5f9ea0;
- }
- .org-outline-7 {
- /* outline-7 */
- color: #da70d6;
- }
- .org-outline-8 {
- /* outline-8 */
- color: #bc8f8f;
- }
- .org-preprocessor {
- /* font-lock-preprocessor-face */
- color: #da70d6;
- }
- .org-query-replace {
- /* query-replace */
- color: #b0e2ff;
- background-color: #cd00cd;
- }
- .org-regexp-grouping-backslash {
- /* font-lock-regexp-grouping-backslash */
- font-weight: bold;
- }
- .org-regexp-grouping-construct {
- /* font-lock-regexp-grouping-construct */
- font-weight: bold;
- }
- .org-region {
- /* region */
- background-color: #eedc82;
- }
- .org-rmail-highlight {
- }
- .org-scroll-bar {
- /* scroll-bar */
- background-color: #bfbfbf;
- }
- .org-secondary-selection {
- /* secondary-selection */
- background-color: #ffff00;
- }
- .org-shadow {
- /* shadow */
- color: #7f7f7f;
- }
- .org-show-paren-match {
- /* show-paren-match */
- background-color: #40e0d0;
- }
- .org-show-paren-mismatch {
- /* show-paren-mismatch */
- color: #ffffff;
- background-color: #a020f0;
- }
- .org-string {
- /* font-lock-string-face */
- color: #bc8f8f;
- }
- .org-texinfo-heading {
- /* texinfo-heading */
- color: #0000ff;
- }
- .org-tool-bar {
- /* tool-bar */
- color: #000000;
- background-color: #bfbfbf;
- }
- .org-tooltip {
- /* tooltip */
- color: #000000;
- background-color: #ffffe0;
- }
- .org-trailing-whitespace {
- /* trailing-whitespace */
- background-color: #ff0000;
- }
- .org-type {
- /* font-lock-type-face */
- color: #228b22;
- }
- .org-underline {
- /* underline */
- text-decoration: underline;
- }
- .org-variable-name {
- /* font-lock-variable-name-face */
- color: #b8860b;
- }
- .org-variable-pitch {
- }
- .org-vertical-border {
- }
- .org-warning {
- /* font-lock-warning-face */
- color: #ff0000;
- font-weight: bold;
- }
- } /* END OF @media all */
- @media screen
- {
- body {
- margin: 10px 6% 10px 250px;
- font-family: Verdana, Helvetica, sans-serif;
- }
- .logo-link {
- position: fixed;
- top: 10px;
- left: 30px;
- }
- #table-of-contents {
- position: fixed;
- display: block;
- left: 10px;
- top: 180px;
- width: 200px;
- min-height:60px;
- max-height:55%;
- overflow:auto;
- }
- #table-of-contents h2 {
- display:none;
- }
- /* These style are only for IE: */
- * html {
- overflow-y: hidden;
- padding-bottom:0px;
- margin:0px;
- }
- * html body {
- height: 100%;
- overflow-y: auto;
- font-size: 100%;
- margin: 0px 0px 0px 250px;
- padding: 0px 10% 0px 0px;
- }
- * html #table-of-contents {
- position: absolute;
- width:200px;
- /*
- The evil IE-JavaScript hack :-) depends on Picture and y-distance.
- Added to support small screens (Netbooks...).
- */
- height: expression((document.body.clientHeight - 210) + "px");
- }
- * html h1 {
- margin-top:10px;
- }
- * html .logo-link {
- position: absolute;
- top: 10px;
- left: 30px;
- }
- } /* END OF @media screen */
- /* Printing */
- @page
- {
- margin-top:3cm;
- margin-bottom:2.5cm;
- }
- @page :left
- {
- margin-left:1.5cm;
- margin-right:2cm;
- }
- @page :right
- {
- margin-left:2cm;
- margin-right:1.5cm;
- }
- @media print
- {
- body {
- margin:0px;
- font-family: Verdana, Helvetica, sans-serif;
- }
- div {
- orphans:2;
- }
- p {
- orphans:2;
- }
- li {
- orphans:2;
- }
- .logo-link {
- top: 10px;
- left: 30px;
- }
- #table-of-contents h2 {
- margin-top:1.5cm;
- page-break-before:auto;
- border-style:none;
- }
- #text-table-of-contents {
- width:50%;
- margin-top:1cm;
- margin-left:0cm;
- margin-right:auto;
- text-align:left;
- }
- #table-of-contents ul {
- text-align:left;
- }
- h2 {
- page-break-before:always;
- }
- pre {
- page-break-inside:avoid;
- }
- /* Hide all org-info.js stuff for printing: */
- div#org-info-js_console-container {
- display:none;
- }
- div.org-info-js_local-toc {
- display:none;
- }
- table.org-info-js_info-navigation {
- display:none;
- }
- div.org-info-js_header-navigation {
- display:none;
- visibility:hidden; /* needed to overwrite the hardcoded style setting... */
- }
- } /* END OF @media print */
|