org.css 13 KB

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