org.css 13 KB

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