Mock-up of web-design choices for local company
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.

90 lines
1.3 KiB

15 years ago
15 years ago
15 years ago
15 years ago
  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. font-variant: small-caps;
  13. }
  14. blockquote {
  15. margin: 0 4em 1em 4em;
  16. padding: 0.462em;
  17. }
  18. blockquote p {
  19. font-size: 131%;
  20. font-family: Georgia, serif;
  21. font-style: italic;
  22. color: #777;
  23. margin: 0;
  24. }
  25. #header {
  26. background-color: none;
  27. overflow: hidden
  28. }
  29. #header img {
  30. display: block;
  31. }
  32. #header ul li {
  33. list-style: none;
  34. }
  35. #menu {
  36. margin: 0 auto;
  37. overflow: hidden;
  38. background-color: #00c000; }
  39. #menu ul {
  40. margin: 0;
  41. }
  42. #nav {
  43. overflow: hidden; }
  44. #nav li {
  45. list-style: none;
  46. float: left;
  47. margin-right: 0.462em;
  48. position: relative; }
  49. #nav li a {
  50. text-decoration: none;
  51. text-transform: uppercase;
  52. color: #444;
  53. float: left;
  54. padding: 0.462em 1em; }
  55. #nav li a:hover {
  56. color: #111;
  57. background-color: #00af00;
  58. }
  59. #sidebar > img {
  60. float: left;
  61. padding-right: 0.462em;
  62. }
  63. #footer {
  64. clear: both;
  65. }
  66. #footer p {
  67. text-align: center;
  68. padding: 1.462em 0;
  69. color: #777;
  70. border-top: solid 0.231em #00c000;
  71. font-family: Georgia, serif;
  72. font-size: 77%;
  73. font-style: italic;
  74. }
  75. #selector {
  76. display: none;
  77. }
  78. .left { float: left; }
  79. .right { float: right; }