Advertisement
txe

Untitled

txe
Mar 31st, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 14.07 KB | None | 0 0
  1. /* based on http://orgmode.org/org.css, changes are marked with !sv */
  2. /* $Id: org.css 263 2010-01-18 13:01:58Z stefan $ */
  3.  
  4. @media all
  5. {
  6.   body {
  7.     margin: 10px 6% 10px 250px;
  8.     font-family: Lucida Grande, Verdana, Helvetica, sans-serif; /* !sv */
  9.     font-size: 11pt;
  10.     text-align: left;
  11.     line-height:1.3em; /* !sv 1.2em -> 1.3em*/
  12.     max-width: 60%;
  13.   }
  14.  
  15.   .figure { margin-top:-1em; margin-bottom:-1em; }  /* !sv */
  16.   li { margin-top:+0.5em; margin-bottom:+0.5em; }   /* !sv */
  17.   dd { margin-bottom:+0.5em; }   /* !sv */  
  18.   p {  margin-top:+0.7em; margin-bottom:+0.7em; }   /* !sv */
  19.  
  20.   div.figure { padding: 0.5em; margin-top:+1.2em;}
  21.   div.figure p { text-align: center; margin-top:-0.9em; margin-bottom:+0.9em; }
  22.   .figure {font-size: 9pt;}    
  23.  
  24.   h1 {font-size: 14pt;}
  25.  
  26.     .author {
  27.         font-size: 75%;
  28.         line-height: 0.7em;
  29.     }  
  30.     .date {
  31.         font-size: 75%;
  32.         line-height: 0.7em;
  33.     }  
  34.     .creator {
  35.         font-size: 75%;
  36.         line-height: 0.7em;
  37.     }  
  38.  
  39. #table-of-contents {
  40.     font-size: 85%;
  41.     position: fixed;
  42.     display: block;
  43.     left: 4px; /* !sv */
  44.     top: 40px; /* !sv */
  45.     width: 210px; /* !sv */
  46.     min-height:60px;
  47.     max-height:85%; /* !sv */
  48.     line-height: 1.4em;
  49.     overflow:auto;
  50. }
  51.  
  52.   #table-of-contents h2 {
  53.     display:none;
  54.   }
  55.  
  56.   #table-of-contents ul {
  57.     list-style: none;
  58.     margin: 7px 0px 7px 15px ;
  59.     padding: 0px;
  60.   }
  61.  
  62.   .title {
  63.     padding-bottom: 7px;
  64.     margin-bottom: 20px;
  65.     border-bottom: 1px solid #222;
  66.   }
  67.  
  68.   h2 {
  69.     font-size: 13pt;  color: #a34d32;
  70.     padding-bottom: 4px;
  71.     margin-top: 15px;
  72.     margin-bottom: 15px;
  73.     border-bottom: 1px solid #DDD;
  74.   }
  75.  
  76.   h3 {font-size: 11pt; color: #a34d32;}
  77.   h4 {font-size: 9pt;}
  78.  
  79.  
  80.   /*a {text-decoration: none; color: #537d7b}*/
  81.     a {text-decoration: underline;}
  82.  
  83.   /* a:visited {text-decoration: none; color: #98855b} */
  84.     a:visited{text-decoration: underline; color: #98855b}
  85.   a:hover {text-decoration: underline; color: #a34d32}
  86.  
  87.   .todo {color: #990000;}
  88.   .done {color: #006666;}
  89.   .timestamp-kwd {color: #444;}
  90.   .tag {color: #DDD; font-size: 70%; font-weight: 500;}
  91.  
  92.   table {border: none;}
  93.   td {border: none; padding: .1em .7em .1em .3em;}
  94.   th {border: none;}
  95.  
  96.   code {font-size: 11pt;line-height:11pt} /* !sv 10pt -> 11pt, added line-height */
  97.  
  98.   pre {
  99.     border: 1px solid #555;
  100.     background: #EEEEEE;
  101.     font-size: 10pt; /* !sv 9pt -> 10pt */
  102.     padding: 1em;
  103.   }
  104.  
  105.   img {
  106.     border: none;
  107.   }
  108.  
  109.   .org-info-search-highlight
  110.   {
  111.     background-color:#adefef; /* same color as emacs default */
  112.     color:#000000;
  113.     font-weight:bold;
  114.   }
  115.  
  116.   .org-bbdb-company {
  117.     /* bbdb-company */
  118.     font-style: italic;
  119.   }
  120.   .org-bbdb-field-name {
  121.   }
  122.   .org-bbdb-field-value {
  123.   }
  124.   .org-bbdb-name {
  125.     /* bbdb-name */
  126.     text-decoration: underline;
  127.   }
  128.   .org-bold {
  129.     /* bold */
  130.     font-weight: bold;
  131.   }
  132.   .org-bold-italic {
  133.     /* bold-italic */
  134.     font-weight: bold;
  135.     font-style: italic;
  136.   }
  137.   .org-border {
  138.     /* border */
  139.     background-color: #000000;
  140.   }
  141.   .org-buffer-menu-buffer {
  142.     /* buffer-menu-buffer */
  143.     font-weight: bold;
  144.   }
  145.   .org-builtin {
  146.     /* font-lock-builtin-face */
  147.     color: #da70d6;
  148.   }
  149.   .org-button {
  150.     /* button */
  151.     text-decoration: underline;
  152.   }
  153.   .org-c-nonbreakable-space {
  154.     /* c-nonbreakable-space-face */
  155.     background-color: #ff0000;
  156.     font-weight: bold;
  157.   }
  158.   .org-calendar-today {
  159.     /* calendar-today */
  160.     text-decoration: underline;
  161.   }
  162.   .org-comment {
  163.     /* font-lock-comment-face */
  164.     color: #b22222;
  165.   }
  166.   .org-comment-delimiter {
  167.     /* font-lock-comment-delimiter-face */
  168.     color: #b22222;
  169.   }
  170.   .org-constant {
  171.     /* font-lock-constant-face */
  172.     color: #5f9ea0;
  173.   }
  174.   .org-cursor {
  175.     /* cursor */
  176.     background-color: #000000;
  177.   }
  178.   .org-default {
  179.     /* default */
  180.     color: #000000;
  181.     background-color: #ffffff;
  182.   }
  183.   .org-diary {
  184.     /* diary */
  185.     color: #ff0000;
  186.   }
  187.   .org-doc {
  188.     /* font-lock-doc-face */
  189.     color: #bc8f8f;
  190.   }
  191.   .org-escape-glyph {
  192.     /* escape-glyph */
  193.     color: #a52a2a;
  194.   }
  195.   .org-file-name-shadow {
  196.     /* file-name-shadow */
  197.     color: #7f7f7f;
  198.   }
  199.   .org-fixed-pitch {
  200.   }
  201.   .org-fringe {
  202.     /* fringe */
  203.     background-color: #f2f2f2;
  204.   }
  205.   .org-function-name {
  206.     /* font-lock-function-name-face */
  207.     color: #0000ff;
  208.   }
  209.   .org-header-line {
  210.     /* header-line */
  211.     color: #333333;
  212.     background-color: #e5e5e5;
  213.   }
  214.   .org-help-argument-name {
  215.     /* help-argument-name */
  216.     font-style: italic;
  217.   }
  218.   .org-highlight {
  219.     /* highlight */
  220.     background-color: #b4eeb4;
  221.   }
  222.   .org-holiday {
  223.     /* holiday */
  224.     background-color: #ffc0cb;
  225.   }
  226.   .org-info-header-node {
  227.     /* info-header-node */
  228.     color: #a52a2a;
  229.     font-weight: bold;
  230.     font-style: italic;
  231.   }
  232.   .org-info-header-xref {
  233.     /* info-header-xref */
  234.     color: #0000ff;
  235.     text-decoration: underline;
  236.   }
  237.   .org-info-menu-header {
  238.     /* info-menu-header */
  239.     font-weight: bold;
  240.   }
  241.   .org-info-menu-star {
  242.     /* info-menu-star */
  243.     color: #ff0000;
  244.   }
  245.   .org-info-node {
  246.     /* info-node */
  247.     color: #a52a2a;
  248.     font-weight: bold;
  249.     font-style: italic;
  250.   }
  251.   .org-info-title-1 {
  252.     /* info-title-1 */
  253.     font-size: 172%;
  254.     font-weight: bold;
  255.   }
  256.   .org-info-title-2 {
  257.     /* info-title-2 */
  258.     font-size: 144%;
  259.     font-weight: bold;
  260.   }
  261.   .org-info-title-3 {
  262.     /* info-title-3 */
  263.     font-size: 120%;
  264.     font-weight: bold;
  265.   }
  266.   .org-info-title-4 {
  267.     /* info-title-4 */
  268.     font-weight: bold;
  269.   }
  270.   .org-info-xref {
  271.     /* info-xref */
  272.     color: #0000ff;
  273.     text-decoration: underline;
  274.   }
  275.   .org-isearch {
  276.     /* isearch */
  277.     color: #b0e2ff;
  278.     background-color: #cd00cd;
  279.   }
  280.   .org-italic {
  281.     /* italic */
  282.     font-style: italic;
  283.   }
  284.   .org-keyword {
  285.     /* font-lock-keyword-face */
  286.     color: #a020f0;
  287.   }
  288.   .org-lazy-highlight {
  289.     /* lazy-highlight */
  290.     background-color: #afeeee;
  291.   }
  292.   .org-link {
  293.     /* link */
  294.     color: #0000ff;
  295.     text-decoration: underline;
  296.   }
  297.   .org-link-visited {
  298.     /* link-visited */
  299.     color: #8b008b;
  300.     text-decoration: underline;
  301.   }
  302.   .org-match {
  303.     /* match */
  304.     background-color: #ffff00;
  305.   }
  306.   .org-menu {
  307.   }
  308.   .org-message-cited-text {
  309.     /* message-cited-text */
  310.     color: #ff0000;
  311.   }
  312.   .org-message-header-cc {
  313.     /* message-header-cc */
  314.     color: #191970;
  315.   }
  316.   .org-message-header-name {
  317.     /* message-header-name */
  318.     color: #6495ed;
  319.   }
  320.   .org-message-header-newsgroups {
  321.     /* message-header-newsgroups */
  322.     color: #00008b;
  323.     font-weight: bold;
  324.     font-style: italic;
  325.   }
  326.   .org-message-header-other {
  327.     /* message-header-other */
  328.     color: #4682b4;
  329.   }
  330.   .org-message-header-subject {
  331.     /* message-header-subject */
  332.     color: #000080;
  333.     font-weight: bold;
  334.   }
  335.   .org-message-header-to {
  336.     /* message-header-to */
  337.     color: #191970;
  338.     font-weight: bold;
  339.   }
  340.   .org-message-header-xheader {
  341.     /* message-header-xheader */
  342.     color: #0000ff;
  343.   }
  344.   .org-message-mml {
  345.     /* message-mml */
  346.     color: #228b22;
  347.   }
  348.   .org-message-separator {
  349.     /* message-separator */
  350.     color: #a52a2a;
  351.   }
  352.   .org-minibuffer-prompt {
  353.     /* minibuffer-prompt */
  354.     color: #0000cd;
  355.   }
  356.   .org-mm-uu-extract {
  357.     /* mm-uu-extract */
  358.     color: #006400;
  359.     background-color: #ffffe0;
  360.   }
  361.   .org-mode-line {
  362.     /* mode-line */
  363.     color: #000000;
  364.     background-color: #bfbfbf;
  365.   }
  366.   .org-mode-line-buffer-id {
  367.     /* mode-line-buffer-id */
  368.     font-weight: bold;
  369.   }
  370.   .org-mode-line-highlight {
  371.   }
  372.   .org-mode-line-inactive {
  373.     /* mode-line-inactive */
  374.     color: #333333;
  375.     background-color: #e5e5e5;
  376.   }
  377.   .org-mouse {
  378.     /* mouse */
  379.     background-color: #000000;
  380.   }
  381.   .org-negation-char {
  382.   }
  383.   .org-next-error {
  384.     /* next-error */
  385.     background-color: #eedc82;
  386.   }
  387.   .org-nobreak-space {
  388.     /* nobreak-space */
  389.     color: #a52a2a;
  390.     text-decoration: underline;
  391.   }
  392.   .org-org-agenda-date {
  393.     /* org-agenda-date */
  394.     color: #0000ff;
  395.   }
  396.   .org-org-agenda-date-weekend {
  397.     /* org-agenda-date-weekend */
  398.     color: #0000ff;
  399.     font-weight: bold;
  400.   }
  401.   .org-org-agenda-restriction-lock {
  402.     /* org-agenda-restriction-lock */
  403.     background-color: #ffff00;
  404.   }
  405.   .org-org-agenda-structure {
  406.     /* org-agenda-structure */
  407.     color: #0000ff;
  408.   }
  409.   .org-org-archived {
  410.     /* org-archived */
  411.     color: #7f7f7f;
  412.   }
  413.   .org-org-code {
  414.     /* org-code */
  415.     color: #7f7f7f;
  416.   }
  417.   .org-org-column {
  418.     /* org-column */
  419.     background-color: #e5e5e5;
  420.   }
  421.   .org-org-column-title {
  422.     /* org-column-title */
  423.     background-color: #e5e5e5;
  424.     font-weight: bold;
  425.     text-decoration: underline;
  426.   }
  427.   .org-org-date {
  428.     /* org-date */
  429.     color: #a020f0;
  430.     text-decoration: underline;
  431.   }
  432.   .org-org-done {
  433.     /* org-done */
  434.     color: #228b22;
  435.     font-weight: bold;
  436.   }
  437.   .org-org-drawer {
  438.     /* org-drawer */
  439.     color: #0000ff;
  440.   }
  441.   .org-org-ellipsis {
  442.     /* org-ellipsis */
  443.     color: #b8860b;
  444.     text-decoration: underline;
  445.   }
  446.   .org-org-formula {
  447.     /* org-formula */
  448.     color: #b22222;
  449.   }
  450.   .org-org-headline-done {
  451.     /* org-headline-done */
  452.     color: #bc8f8f;
  453.   }
  454.   .org-org-hide {
  455.     /* org-hide */
  456.     color: #e5e5e5;
  457.   }
  458.   .org-org-latex-and-export-specials {
  459.     /* org-latex-and-export-specials */
  460.     color: #8b4513;
  461.   }
  462.   .org-org-level-1 {
  463.     /* org-level-1 */
  464.     color: #0000ff;
  465.   }
  466.   .org-org-level-2 {
  467.     /* org-level-2 */
  468.     color: #b8860b;
  469.   }
  470.   .org-org-level-3 {
  471.     /* org-level-3 */
  472.     color: #a020f0;
  473.   }
  474.   .org-org-level-4 {
  475.     /* org-level-4 */
  476.     color: #b22222;
  477.   }
  478.   .org-org-level-5 {
  479.     /* org-level-5 */
  480.     color: #228b22;
  481.   }
  482.   .org-org-level-6 {
  483.     /* org-level-6 */
  484.     color: #5f9ea0;
  485.   }
  486.   .org-org-level-7 {
  487.     /* org-level-7 */
  488.     color: #da70d6;
  489.   }
  490.   .org-org-level-8 {
  491.     /* org-level-8 */
  492.     color: #bc8f8f;
  493.   }
  494.   .org-org-link {
  495.     /* org-link */
  496.     color: #a020f0;
  497.     text-decoration: underline;
  498.   }
  499.   .org-org-property-value {
  500.   }
  501.   .org-org-scheduled-previously {
  502.     /* org-scheduled-previously */
  503.     color: #b22222;
  504.   }
  505.   .org-org-scheduled-today {
  506.     /* org-scheduled-today */
  507.     color: #006400;
  508.   }
  509.   .org-org-sexp-date {
  510.     /* org-sexp-date */
  511.     color: #a020f0;
  512.   }
  513.   .org-org-special-keyword {
  514.     /* org-special-keyword */
  515.     color: #bc8f8f;
  516.   }
  517.   .org-org-table {
  518.     /* org-table */
  519.     color: #0000ff;
  520.   }
  521.   .org-org-tag {
  522.     /* org-tag */
  523.     font-weight: bold;
  524.   }
  525.   .org-org-target {
  526.     /* org-target */
  527.     text-decoration: underline;
  528.   }
  529.   .org-org-time-grid {
  530.     /* org-time-grid */
  531.     color: #b8860b;
  532.   }
  533.   .org-org-todo {
  534.     /* org-todo */
  535.     color: #ff0000;
  536.   }
  537.   .org-org-upcoming-deadline {
  538.     /* org-upcoming-deadline */
  539.     color: #b22222;
  540.   }
  541.   .org-org-verbatim {
  542.     /* org-verbatim */
  543.     color: #7f7f7f;
  544.     text-decoration: underline;
  545.   }
  546.   .org-org-warning {
  547.     /* org-warning */
  548.     color: #ff0000;
  549.     font-weight: bold;
  550.   }
  551.   .org-outline-1 {
  552.     /* outline-1 */
  553.     color: #0000ff;
  554.   }
  555.   .org-outline-2 {
  556.     /* outline-2 */
  557.     color: #b8860b;
  558.     max-width:50%;
  559.    
  560.   }
  561.   .org-outline-3 {
  562.     /* outline-3 */
  563.     color: #a020f0;
  564.   }
  565.   .org-outline-4 {
  566.     /* outline-4 */
  567.     color: #b22222;
  568.   }
  569.   .org-outline-5 {
  570.     /* outline-5 */
  571.     color: #228b22;
  572.   }
  573.   .org-outline-6 {
  574.     /* outline-6 */
  575.     color: #5f9ea0;
  576.   }
  577.   .org-outline-7 {
  578.     /* outline-7 */
  579.     color: #da70d6;
  580.   }
  581.   .org-outline-8 {
  582.     /* outline-8 */
  583.     color: #bc8f8f;
  584.   }
  585.   .org-preprocessor {
  586.     /* font-lock-preprocessor-face */
  587.     color: #da70d6;
  588.   }
  589.   .org-query-replace {
  590.     /* query-replace */
  591.     color: #b0e2ff;
  592.     background-color: #cd00cd;
  593.   }
  594.   .org-regexp-grouping-backslash {
  595.     /* font-lock-regexp-grouping-backslash */
  596.     font-weight: bold;
  597.   }
  598.   .org-regexp-grouping-construct {
  599.     /* font-lock-regexp-grouping-construct */
  600.     font-weight: bold;
  601.   }
  602.   .org-region {
  603.     /* region */
  604.     background-color: #eedc82;
  605.   }
  606.   .org-rmail-highlight {
  607.   }
  608.   .org-scroll-bar {
  609.     /* scroll-bar */
  610.     background-color: #bfbfbf;
  611.   }
  612.   .org-secondary-selection {
  613.     /* secondary-selection */
  614.     background-color: #ffff00;
  615.   }
  616.   .org-shadow {
  617.     /* shadow */
  618.     color: #7f7f7f;
  619.   }
  620.   .org-show-paren-match {
  621.     /* show-paren-match */
  622.     background-color: #40e0d0;
  623.   }
  624.   .org-show-paren-mismatch {
  625.     /* show-paren-mismatch */
  626.     color: #ffffff;
  627.     background-color: #a020f0;
  628.   }
  629.   .org-string {
  630.     /* font-lock-string-face */
  631.     color: #bc8f8f;
  632.   }
  633.   .org-texinfo-heading {
  634.     /* texinfo-heading */
  635.     color: #0000ff;
  636.   }
  637.   .org-tool-bar {
  638.     /* tool-bar */
  639.     color: #000000;
  640.     background-color: #bfbfbf;
  641.   }
  642.   .org-tooltip {
  643.     /* tooltip */
  644.     color: #000000;
  645.     background-color: #ffffe0;
  646.   }
  647.   .org-trailing-whitespace {
  648.     /* trailing-whitespace */
  649.     background-color: #ff0000;
  650.   }
  651.   .org-type {
  652.     /* font-lock-type-face */
  653.     color: #228b22;
  654.   }
  655.   .org-underline {
  656.     /* underline */
  657.     text-decoration: underline;
  658.   }
  659.   .org-variable-name {
  660.     /* font-lock-variable-name-face */
  661.     color: #b8860b;
  662.   }
  663.   .org-variable-pitch {
  664.   }
  665.   .org-vertical-border {
  666.   }
  667.   .org-warning {
  668.     /* font-lock-warning-face */
  669.     color: #ff0000;
  670.     font-weight: bold;
  671.   }
  672.  
  673. }  /* END OF @media screen */
  674.  
  675.  
  676. /* These style are only for IE: */
  677.  
  678. * html {
  679.   overflow-y: hidden;
  680.   padding-bottom:0px;
  681.   margin:0px;
  682. }
  683. * html body
  684. {
  685.   height: 100%;
  686.   overflow-y: auto;
  687.   font-size: 100%;
  688.   margin: 0px 0px 0px 250px;
  689.   padding: 0px 10% 0px 0px;
  690. }
  691. * html #table-of-contents
  692. {
  693.   position: absolute;
  694.   width:200px;
  695.   /*
  696.     The evil IE-JavaScript hack :-) depends on Picture and y-distance.
  697.     Added to support small screens (Netbooks...).
  698.     */
  699.   height: expression((document.body.clientHeight - 210) + "px");
  700. }
  701.  
  702. * html h1
  703. {
  704.   margin-top:10px;
  705. }
  706. kaputt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement