Rails-based website for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

113 lines
1.6 KiB

  1. html {
  2. overflow-y: scroll;
  3. background-color: #101010;
  4. }
  5. body {
  6. margin: 1.462em;
  7. font: 13px/1.308 arial,helvetica,clean,sans-serif;
  8. color: #f0f0f0;
  9. }
  10. h1,h2,h3 {
  11. margin: 0 0 13px 0;
  12. }
  13. blockquote {
  14. float: right;
  15. width: 14em;
  16. margin: 0 0 0 0.462em;
  17. padding: 0.462em;
  18. }
  19. blockquote p {
  20. font-size: 131%;
  21. font-family: Georgia, serif;
  22. font-style: italic;
  23. color: #777;
  24. margin: 0;
  25. }
  26. #header {
  27. background-color: none;
  28. overflow: hidden;
  29. border-top: solid 0.154em #00c000;
  30. padding: 0.462em 0;
  31. }
  32. #header img {
  33. display: block;
  34. }
  35. #header ul li {
  36. list-style: none;
  37. }
  38. #gallery {
  39. width: 42.308em;
  40. height: 15.385em;
  41. float: right;
  42. margin-top: 0.077em;
  43. }
  44. #menu {
  45. margin: 0 auto;
  46. overflow: hidden;
  47. background-color: #00c000; }
  48. #menu ul {
  49. margin: 0;
  50. }
  51. #nav {
  52. overflow: hidden; }
  53. #nav li {
  54. list-style: none;
  55. float: left;
  56. margin-right: 0.462em;
  57. position: relative; }
  58. #nav li a {
  59. text-decoration: none;
  60. text-transform: uppercase;
  61. color: #444;
  62. float: left;
  63. padding: 0 0.231em;
  64. margin: 0.077em 0.864em;
  65. }
  66. #nav li a:hover {
  67. color: #111;
  68. background-color: #009e00;
  69. }
  70. #content .left {
  71. float: left;
  72. padding-right: 0.462em;
  73. }
  74. #content .right {
  75. float: right;
  76. padding-left: 0.462em;
  77. }
  78. #footer {
  79. clear: both;
  80. }
  81. #footer p {
  82. text-align: center;
  83. padding: 1.462em 0;
  84. color: #777;
  85. border-top: solid 0.231em #00c000;
  86. font-family: Georgia, serif;
  87. font-size: 77%;
  88. font-style: italic;
  89. }
  90. #selector {
  91. display: none;
  92. }
  93. .caps {
  94. font-size: 123%;
  95. font-variant: small-caps;
  96. font-weight: bold;
  97. text-transform: lowercase;
  98. }
  99. .left { float: left; }
  100. .right { float: right; }