org.css 12 KB

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