freeshell2.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. body {
  2. font-family: helvetica, verdana, sans-serif;
  3. font-family: verdana, sans-serif;
  4. font-size: 11pt;
  5. margin-top: 5%;
  6. margin-bottom: 8%;
  7. background: white; color: black;
  8. margin-left: 3% !important; margin-right: 3% !important;
  9. }
  10. h1 {
  11. font-size: 16pt;
  12. color: #cc8c00;
  13. padding-top: 1em;
  14. border-bottom: 2px solid #aaa;
  15. }
  16. h2 {
  17. font-size: 14pt;
  18. padding-top: 1em;
  19. border-bottom: 1px solid #ccc;
  20. }
  21. h3 {
  22. font-size: 12pt;
  23. padding-top: 0.5em;
  24. border-bottom: 1px solid #eee;
  25. }
  26. .todo, .deadline { color: red; font-style: italic }
  27. .done { color: green; font-style: italic }
  28. .timestamp { color: grey }
  29. .timestamp-kwd { color: CadetBlue; }
  30. .tag { background-color:lightblue; font-weight:normal; }
  31. .target { background-color: lavender; }
  32. .menu {
  33. color: #666;
  34. }
  35. .menu a:link {
  36. color: #888;
  37. }
  38. .menu a:active {
  39. color: #888;
  40. }
  41. .menu a:visited {
  42. color: #888;
  43. }
  44. img { align: center; }
  45. pre {
  46. padding: 5pt;
  47. font-family: courier, monospace;
  48. font-size: 10pt;
  49. }
  50. table { border-collapse: collapse; }
  51. td, th {
  52. vertical-align: top;
  53. border: 1pt solid #ADB9CC;
  54. }