beige.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. /* Color Scheme: links: #851; visited links: #542; background #aa8;
  2. Plus black, white, and #333 for headers
  3. This file is in the public domain.
  4. */
  5. body {
  6. font-family: "Times New Roman",Georgia,Times;
  7. color: #000;
  8. background-color: #aa8;
  9. margin:1em 2em;
  10. }
  11. @media print {
  12. body {
  13. background-color: white;
  14. font-size:12pt;
  15. }
  16. }
  17. /* iPhone */
  18. @media only screen and (max-device-width: 480px) {
  19. body { font-size: 200%; }
  20. }
  21. /* iPad */
  22. @media only screen and (min-device-width: 481px) and (max-device-width: 900px) {
  23. body { font-size: 150%; }
  24. textarea,input { font-size: 100%; }
  25. img { max-width: 550px !important; }
  26. }
  27. div.browse {
  28. min-height: 3em;
  29. }
  30. div.footer {
  31. clear:both;
  32. font-size: 90%;
  33. }
  34. form.tiny, form.tiny p {
  35. display:inline;
  36. white-space:nowrap;
  37. }
  38. form.tiny input {
  39. padding:0;
  40. width:10ex;
  41. font-size:10px;
  42. }
  43. div.commentshown {
  44. padding-bottom: 1ex;
  45. padding-left: 2em;
  46. border-left: 2px solid black;
  47. font-size: smaller;
  48. }
  49. div.commenthidden { display:none; }
  50. div.commentshown { display:block; }
  51. /* comment pages with username, homepage, and email subscription */
  52. .comment span { display: block; }
  53. .comment span label {
  54. display: inline-block; width: 10em;
  55. }
  56. input#mail, input#homepage, input#username {
  57. display: inline-block; width: 20em;
  58. }
  59. h1 {
  60. font-weight: bold;
  61. color: white;
  62. background-color: #333;
  63. width: 100%;
  64. font-size: 130%;
  65. padding: 0.2em;
  66. }
  67. h1 a:link, h1 a:visited {
  68. color: inherit;
  69. background-color: inherit;
  70. text-decoration: inherit;
  71. }
  72. div.journal h1 {
  73. font-size:large;
  74. background-color: #555;
  75. }
  76. h2 {
  77. font-weight: bold;
  78. color: white;
  79. background-color: #000;
  80. /* width: 98%; */
  81. font-size: 110%;
  82. padding: 0.2em;
  83. clear: both;
  84. }
  85. a:link {
  86. font-weight: bold;
  87. color: #851;
  88. background-color: inherit;
  89. }
  90. a:visited {
  91. font-weight: bold;
  92. color: #542;
  93. background-color: inherit;
  94. }
  95. a:active {
  96. font-weight: bold;
  97. color:#a41;
  98. background-color: inherit;
  99. }
  100. .button {
  101. display: inline-block;
  102. font-size: 150%;
  103. cursor: pointer;
  104. padding: 0.3em 0.5em;
  105. text-shadow: 0px -1px 0px #ccc;
  106. background-color: #cfa;
  107. border: 1px solid #9d8;
  108. border-radius: 5px;
  109. box-shadow: 0px 1px 3px white inset,
  110. 0px 1px 3px black;
  111. }
  112. .button a {
  113. text-decoration: none;
  114. font-weight: normal;
  115. }
  116. /* table of contents */
  117. .toc {
  118. font-size: smaller;
  119. border-left: 1em solid #886;
  120. }
  121. .toc ol {
  122. list-style-type: none;
  123. padding-left: 1em;
  124. }
  125. .toc a {
  126. font-weight: normal;
  127. }
  128. /* images with links, captions, etc */
  129. div.image { display: inline; margin: 1em; font-size: 90%; text-align: center; }
  130. .left { float: left; margin-right: 1em; }
  131. .right { float: right; margin-left: 1em; }
  132. div.right .right { float: none; }
  133. div.left .left { float: none; }
  134. .caption { padding: 0 1em; }
  135. .license { font-size: small; }
  136. .aside {
  137. font-size: small;
  138. width: 30%;
  139. float: right;
  140. margin-left: 1em;
  141. margin-bottom: 1em;
  142. padding-left: 1em;
  143. }
  144. .aside img.smiley { height: 1em; }
  145. .narrow {
  146. width: 70%;
  147. }
  148. a img { border: 1px solid #333; }
  149. .fit img { width: 80%; text-align: center; margin: 2em 8%; }
  150. .half img { width: 50%; height: 50%; text-align: center; margin: 2em 8%; }
  151. .noborder img { border: none; }
  152. .twenty img { max-width: 20em; }
  153. em.underline { font-weight: bold; }
  154. .bar a { padding-right: 1em; }
  155. textarea { width:100%; }
  156. div.edit { padding-right: 1em; }
  157. img.logo {
  158. float: right;
  159. clear: right;
  160. border-style:none;
  161. margin-left: 1em;
  162. margin-bottom: 1ex;
  163. border: 1px solid black;
  164. }
  165. div.diff { padding-left:5%; padding-right:5%; }
  166. div.old { background-color:#FFFFAF; }
  167. div.new { background-color:#CFFFCF; }
  168. /* div.message { background-color:#FEE; } */
  169. div.message {
  170. background-color: inherit;
  171. font-size: smaller;
  172. }
  173. table.history { border-style:none; }
  174. td.history { border-style:none; }
  175. span.result { font-size:larger; }
  176. span.info { font-size:smaller; font-style:italic; }
  177. div.rc hr { display: none; }
  178. @media print {
  179. a, a:link, a:visited {
  180. color:#000;
  181. text-decoration:none;
  182. font-weight: normal;
  183. }
  184. h1 a, h2 a, h3 a, h4 a { font-style: normal; }
  185. a.edit, div.footer, form, span.gotobar, a.number span { display:none; }
  186. a[class="url number"]:after, a[class="inter number"]:after {
  187. content:"[" attr(href) "]";
  188. }
  189. a[class="local number"]:after { content:"[" attr(title) "]"; }
  190. img[smiley] { line-height: inherit; }
  191. }
  192. /* Tables */
  193. table.user {
  194. margin: 1em 0;
  195. padding: 0 1em;
  196. border-top: 1px solid black;
  197. border-bottom: 1px solid black;
  198. }
  199. div.aside table.user {
  200. margin: 1em 0;
  201. padding: 0;
  202. }
  203. table.user td, table.user th {
  204. border-style: none;
  205. padding:5px 10px;
  206. vertical-align: top;
  207. }
  208. table.user th { font-weight:bold; }
  209. table.user td.r { text-align:right; }
  210. table.user td.l { text-align:left; }
  211. table.user td.c { text-align:center; }
  212. table.user td.j { text-align:justify; }
  213. table.user td.mark { background-color:yellow; }
  214. @media print {
  215. table {
  216. font-size: 9pt;
  217. margin: 0;
  218. }
  219. table.user td, table.user th {
  220. padding: 0 1ex;
  221. }
  222. }
  223. /* Help */
  224. .edit table {
  225. font-size: small;
  226. }
  227. /* Calendar */
  228. div.month { margin:0; padding:0; font-size:x-small; float:right; }
  229. div.content div.month { float:none; }
  230. div.year div.month { float:left; font-size:medium; padding:1ex; }
  231. div.month pre { margin:0; padding:0 0 0 1ex; }
  232. div.month a { text-decoration:none; font: inherit; }
  233. div.month span.title a { font: inherit; }
  234. /* no difference between a.exact and a.collection */
  235. div.month a.local { font-weight: bold; }
  236. div.month a.local:link { color: #562; }
  237. div.month a.local:visited { color: #542; }
  238. div.month a.today { background-color: #faa; }
  239. div.month span.title a.local { font-weight: normal; color: #842; }
  240. @media print {
  241. div.month { display: none; }
  242. div.year div.month { display: block; }
  243. div.year div.month a { display: inline; }
  244. }