org.css 13 KB

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