org.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. body {
  2. margin: 10px 6% 10px 250px;
  3. font-family: Verdana;
  4. font-size: 11pt;
  5. text-align: left;
  6. background-image: url(img/nrocinu.jpg);
  7. background-attachment: fixed;
  8. background-repeat: no-repeat;
  9. background-position: left top;
  10. }
  11. h1 {font-size: 14pt;}
  12. #table-of-contents {
  13. font-size: 85%;
  14. position: fixed;
  15. display: bloc;
  16. left: 10px;
  17. top: 180px;
  18. width: 200px;
  19. line-height: 14pt;
  20. }
  21. #table-of-contents h2 {
  22. display:none;
  23. }
  24. #table-of-contents ul {
  25. list-style: none;
  26. margin: 7px 0px 7px 15px ;
  27. padding: 0px;
  28. }
  29. .title {
  30. padding-bottom: 7px;
  31. margin-bottom: 20px;
  32. border-bottom: 1px solid #222;
  33. }
  34. h2 {
  35. font-size: 12pt;
  36. padding-bottom: 4px;
  37. margin-top: 5px;
  38. margin-bottom: 5px;
  39. border-bottom: 1px solid #DDD;
  40. }
  41. h3 {font-size: 11pt; color: #a34d32;}
  42. h4 {font-size: 9pt;}
  43. a {text-decoration: none; color: #537d7b}
  44. a:visited {text-decoration: none; color: #224444}
  45. a:hover {text-decoration: underline; color: #a34d32}
  46. .todo {color: #990000;}
  47. .done {color: #006666;}
  48. .timestamp-kwd {color: #444;}
  49. .tag {color: #DDD; font-size: 70%; font-weight: 500;}
  50. table {border: none;}
  51. td {border: none; padding: .1em .7em .1em .3em;}
  52. th {border: none;}
  53. code {font-size: 10pt;}
  54. pre {
  55. border: 1px solid #555;
  56. background: #EEEEEE;
  57. font-size: 9pt;
  58. padding: 1em;
  59. }
  60. img {
  61. border: none;
  62. }
  63. .share img {
  64. opacity: .4;
  65. -moz-opacity: .4;
  66. filter: alpha(opacity=40);
  67. }
  68. .share img:hover {
  69. opacity: 1;
  70. -moz-opacity: 1;
  71. filter: alpha(opacity=100);
  72. }