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.

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