summaryrefslogtreecommitdiff
path: root/doc/css_market/cstamas.css
blob: 0855f3b86e4881bd9caf5e9534a5ecfce23592ec (plain)
  1. /* This template is based on:
  2. * "Embedded Moose local.css for use with ikiwiki
  3. * Written by Josh Triplett <josh@freedesktop.org>
  4. * Some ideas from the Debian lighttpd index.html page."
  5. *
  6. * The improoved version is made by
  7. * Csillag Tamas <cstamas@digitus.itk.ppke.hu>
  8. * 2008-01-??
  9. * */
  10. body {
  11. background: #474747;
  12. }
  13. #content {
  14. background: #333333;
  15. margin: 10px 0px;
  16. border: 1px dotted #c0c0c0;
  17. padding: 10px;
  18. font-family: sans-serif;
  19. color: #acacac
  20. }
  21. h1 {
  22. font-size: 150%;
  23. color: #e6deee;
  24. }
  25. h2 {
  26. font-size: 130%;
  27. color: #e6deee;
  28. }
  29. a {
  30. color: #efefef;
  31. border-bottom: 1px dashed;
  32. text-decoration: none;
  33. }
  34. a:hover { background: #300000; }
  35. pre {
  36. color: #d0d0d0;
  37. border: 1px dotted #c0c0c0;
  38. background: black;
  39. padding: 2px;
  40. font-size: 110%;
  41. }
  42. .feedbutton { background: #ff0000; }
  43. .header {
  44. background: #800000;
  45. border: 2px solid #500000;
  46. padding: 10px;
  47. color: #efefef;
  48. font-family: sans-serif;
  49. }
  50. .header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;}
  51. .pagedate, .tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;}
  52. .tags { color: yellow }
  53. .selflink { background: yellow; color: black }
  54. .actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}
  55. .actions a { margin-right: 1ex; color: #dfdfdf; font-family: sans-serif;}
  56. #footer { border: none; font-family: sans-serif;}