/site/style.css

http://github.com/feyeleanor/RubyGoLightly · CSS · 70 lines · 61 code · 9 blank · 0 comment · 0 complexity · 6ada9d141f86b6200b32582655f0c35b MD5 · raw file

  1. body {
  2. background-color: #000;
  3. background-image: url(back.jpg);
  4. color: #eee;
  5. font: Tahoma;
  6. font-size: 14px;
  7. padding: 0;
  8. text-align: center;
  9. }
  10. #container {
  11. background-color: #111;
  12. text-align: left;
  13. margin: 60px auto;
  14. width: 270px;
  15. border: 1px solid #222;
  16. padding: 20px 40px;
  17. }
  18. h1 {
  19. font: Helvetica, Arial, sans-serif;
  20. font-size: 100px;
  21. margin: 0;
  22. }
  23. span.rb {
  24. color: #f00;
  25. }
  26. h2 {
  27. position: relative;
  28. top: -14px;
  29. width: 100px;
  30. margin: 0 8px;
  31. font-size: 12px;
  32. color: #555;
  33. text-align: right;
  34. float: right;
  35. }
  36. h3 {
  37. margin-top: 40px;
  38. color: #900;
  39. }
  40. a {
  41. color: #e00;
  42. }
  43. a:hover {
  44. color: #f00;
  45. }
  46. pre {
  47. font: 10px Monaco;
  48. }
  49. p.first {
  50. margin-top: 50px;
  51. }
  52. ul {
  53. list-style: none inside url(bullet.gif);
  54. padding: 0;
  55. }
  56. #footer {
  57. margin-top: 50px;
  58. font-size: 10px;
  59. color: #333;
  60. text-align: center;
  61. }