astrid.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /* Adapted for Oddmuse by Alex Schroeder <alex@emacswiki.org> */
  2. /* Based on the dusty brown theme for wordpress by Noufal Ibrahim <nkv at hcoop dot net> */
  3. body {
  4. border: solid 2px #565;
  5. border-top: solid 3px #565;
  6. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  7. margin: 2ex;
  8. padding: 0;
  9. background-color: #edead7;
  10. color: black;
  11. }
  12. div.content {
  13. padding: 3ex 7%;
  14. }
  15. div.journal hr { display:none; }
  16. a { color: #675; }
  17. a:visited { color: #342; }
  18. a:hover {
  19. color: #9a8;
  20. text-decoration: underline;
  21. }
  22. a img {
  23. border: none;
  24. }
  25. span.gotobar {
  26. color: #444;
  27. width: 70%;
  28. margin: 10px 0 10px 0;
  29. padding: 0px;
  30. text-align: center;
  31. }
  32. span.gotobar a:link {
  33. color: black;
  34. }
  35. div.header {
  36. background: #f7eccf;
  37. border-bottom: 1px solid #d1ccc2;
  38. letter-spacing: 0.2em;
  39. margin: 0;
  40. padding: 1ex;
  41. text-align: left;
  42. font-size: small;
  43. }
  44. .left { float:left; }
  45. .right { float:right; }
  46. div.left .left, div.right .right {
  47. float:none;
  48. }
  49. .center { text-align:center; }
  50. div.header a {
  51. color: black;
  52. text-decoration: none;
  53. }
  54. div.footer, span.specialdays {
  55. font-size: x-small;
  56. padding: 1ex;
  57. }
  58. div.sister img {
  59. border:1px solid; margin-top:1ex; margin-left:1ex;
  60. }
  61. div.one, div.two {
  62. padding: 1ex;
  63. }
  64. div.one {
  65. background-color:#dddac7;
  66. }
  67. form { padding: 1ex; }
  68. div.footer form { padding: 0; }
  69. div.rc { padding: 1ex; }
  70. div.rc hr { display: none; }
  71. textarea {
  72. width: 100%;
  73. height: 80%;
  74. border: 1px solid #333;
  75. background-color: #edead7;
  76. }
  77. textarea[name="aftertext"] {
  78. height: 10em;
  79. }
  80. textarea[name="summary"] {
  81. height:3em;
  82. }
  83. pre {
  84. border: 1px solid black;
  85. background-color: #eee;
  86. margin-left: 2%;
  87. padding: 1em;
  88. }
  89. pre span {
  90. display:none;
  91. }
  92. h2 {
  93. border-bottom: 1px dotted #ccc;
  94. letter-spacing: 0.2em;
  95. margin: 15px 0 2px 0;
  96. padding-bottom: 2px;
  97. }
  98. h3 {
  99. border-bottom: dotted 1px #eee;
  100. font-family: "Times New Roman", Times, serif;
  101. margin-top: 0;
  102. }
  103. div.month { float:right; margin:0; padding:0 1ex; }
  104. div.footer { clear:both; }
  105. div.year div.month { float:left; }
  106. div.cal { padding: 1ex; }
  107. div.cal pre { margin:0; padding:1ex; border:1px solid #444; background-color:#ffe; }
  108. div.cal a { text-decoration:none; }
  109. div.cal a.edit { color:#666; }
  110. div.cal a.local { font-weight:bold; }
  111. div.cal a.today { background: #e8d9b4; }
  112. div.cal a:hover { background: #e8d9b4; color: #333; }
  113. img.logo { float: right; clear: right; border:1px solid; margin-left:1em; }
  114. div.diff { padding-left:5%; padding-right:5%; }
  115. div.old { background-color:#FFFFAF; }
  116. div.new { background-color:#CFFFCF; }
  117. div.message { background-color:#FEE; }
  118. div.journal h1 { font-size:large; }
  119. table.history { border-style:none; }
  120. td.history { border-style:none; }
  121. table.user { border-style:none; border-width:thin; }
  122. table.user tr td { border-style:none; border-width:thin; padding:5px; }
  123. span.result { font-size:larger; }
  124. span.info { font-size:smaller; font-style:italic; }
  125. @media print {
  126. span.gotobar, div.footer { display: none; }
  127. a, a:link, a:visited { color:#000; text-decoration:none; font-style:oblique; }
  128. h1 a, h2 a, h3 a, h4 a { font-style:normal; }
  129. a.edit, div.footer, div.refer, form, span.gotobar, a.number span { display:none; }
  130. a[class="url number"]:after, a[class="inter number"]:after { content:"[" attr(href) "]"; }
  131. a[class="local number"]:after { content:"[" attr(title) "]"; }
  132. img[smiley] { line-height: inherit; }
  133. }