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.

116 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: inherit;
  28. padding: 0.462em 0;
  29. position: relative;
  30. }
  31. #header img {
  32. display: block;
  33. }
  34. #header img#badge {
  35. margin-top: -1.0em;
  36. margin-left: -1.5em;
  37. }
  38. #header ul li {
  39. list-style: none;
  40. }
  41. #gallery {
  42. width: 42.308em;
  43. height: 15.385em;
  44. float: right;
  45. margin-top: 0.077em;
  46. }
  47. #menu {
  48. margin: 0 auto;
  49. overflow: hidden;
  50. background-color: #00c000; }
  51. #menu ul {
  52. margin: 0;
  53. }
  54. #nav {
  55. overflow: hidden; }
  56. #nav li {
  57. list-style: none;
  58. float: left;
  59. margin-right: 0.462em;
  60. position: relative; }
  61. #nav li a {
  62. text-decoration: none;
  63. text-transform: uppercase;
  64. color: #444;
  65. float: left;
  66. padding: 0 0.231em;
  67. margin: 0.077em 0.864em;
  68. }
  69. #nav li a:hover {
  70. color: #111;
  71. background-color: #009e00;
  72. }
  73. #content .left {
  74. float: left;
  75. padding-right: 0.462em;
  76. }
  77. #content .right {
  78. float: right;
  79. padding-left: 0.462em;
  80. }
  81. #footer {
  82. clear: both;
  83. }
  84. #footer p {
  85. text-align: center;
  86. padding: 1.462em 0;
  87. color: #777;
  88. border-top: solid 0.231em #00c000;
  89. font-family: Georgia, serif;
  90. font-size: 77%;
  91. font-style: italic;
  92. }
  93. #selector {
  94. display: none;
  95. }
  96. .caps {
  97. font-size: 123%;
  98. font-variant: small-caps;
  99. font-weight: bold;
  100. text-transform: lowercase;
  101. }
  102. .left { float: left; }
  103. .right { float: right; }