presentation.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body { background-color:#FFF; color:#000; }
  2. textarea { width:100%; }
  3. a:link { color:#00F; }
  4. a:visited { color:#A0A; }
  5. a:active { color:#F00; }
  6. a.definition:before { content:"[::"; }
  7. a.definition:after { content:"]"; }
  8. a.alias { text-decoration:none; border-bottom: thin dashed; }
  9. a.near:link { color:#093; }
  10. a.near:visited { color:#550; }
  11. img.logo { float: right; clear: right; border-style:none; }
  12. div.diff { padding-left:5%; padding-right:5%; }
  13. div.old { background-color:#FFFFAF; }
  14. div.new { background-color:#CFFFCF; }
  15. div.message { background-color:#FEE; }
  16. div.journal h1 { font-size:large; }
  17. table.history { border-style:none; }
  18. td.history { border-style:none; }
  19. span.result { font-size:larger; }
  20. span.info { font-size:smaller; font-style:italic; }
  21. div.rss { background-color:#EEF; }
  22. div.sister { float:left; margin-right:1ex; background-color:#FFF; }
  23. div.sister p { margin-top:0; }
  24. div.sister img { border:none; }
  25. div.near { background-color:#EFE; }
  26. div.near p { margin-top:0; }
  27. h2, h3 { margin-top:10ex; }
  28. .left { float: left; }
  29. .right { float: right; }
  30. @media print {
  31. body { font:12pt sans-serif; }
  32. a, a:link, a:visited { color:#000; text-decoration:none; font-style:oblique; }
  33. h1 a, h2 a, h3 a, h4 a { font-style:normal; }
  34. a.edit, div.footer, form, span.gotobar, a.number span { display:none; }
  35. a[class="url number"]:after, a[class="inter number"]:after { content:"[" attr(href) "]"; }
  36. a[class="local number"]:after { content:"[" attr(title) "]"; }
  37. img[smiley] { line-height: inherit; }
  38. }
  39. table.user { border-style:solid; border-width:thin; }
  40. table.user td, table.user th { border-style:solid; border-width:thin; padding:5px; }
  41. table.user th { font-weight:bold; }
  42. table.user td.r { text-align:right; }
  43. table.user td.l { text-align:left; }
  44. table.user td.c { text-align:center; }
  45. table.user td.j { text-align:justify; }
  46. table.user td.mark { background-color:yellow; }