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.

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