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.

178 lines
3.6KB

  1. $color1: #BB8757 ;
  2. $color2: #F8F1DD ;
  3. body {
  4. font-family: 'Arial' ;
  5. }
  6. #header-bap {
  7. background-color: $color2 ;
  8. padding-top: 7px ;
  9. padding-bottom: 7px ;
  10. .container {
  11. padding-left: 0px ;
  12. padding-right: 0px ;
  13. }
  14. #logo {
  15. color: black ;
  16. text-decoration: none ;
  17. position: relative ;
  18. top: 3px ;
  19. img {
  20. width: 25px ;
  21. }
  22. .text {
  23. font-size: 17px ;
  24. font-family: 'comfortaalight' ;
  25. position: relative ;
  26. bottom: 6px ;
  27. left: 3px ;
  28. }
  29. }
  30. ul#nav-bap {
  31. float: right ;
  32. li {
  33. float: right ;
  34. a {
  35. color: black ;
  36. font-size: 15px ;
  37. color: $color1 ;
  38. &:hover, &:focus {
  39. color: #333 ;
  40. color: $color1 ;
  41. background: none ;
  42. }
  43. }
  44. ul {
  45. background-color: $color2 ;
  46. border-top: solid 2px $color1 ;
  47. li {
  48. a {
  49. text-transform: uppercase ;
  50. font-size: 13px ;
  51. }
  52. }
  53. }
  54. }
  55. }
  56. }
  57. #header {
  58. background-color: $color1 ;
  59. text-align: center ;
  60. padding-top: 40px ;
  61. padding-bottom: 70px ;
  62. border-bottom: solid 1px #e0e0e0 ;
  63. .container {
  64. position: relative ;
  65. padding: 0px ;
  66. }
  67. h1, h2 {
  68. color: white ;
  69. }
  70. h1 {
  71. text-transform: uppercase ;
  72. font-family: 'myriadpro-regular' ;
  73. font-size: 35px ;
  74. padding-bottom: 10px ;
  75. font-weight: bold ;
  76. }
  77. h2 {
  78. font-family: 'myriadpro-it' ;
  79. font-size: 18px ;
  80. }
  81. #credit {
  82. position: absolute ;
  83. top: 0px ;
  84. right: 0px ;
  85. color: white ;
  86. font-family: 'myriadpro-semibold' ;
  87. border-bottom: solid 1px white ;
  88. padding: 7px 0px ;
  89. span {
  90. font-family: 'myriadpro-light' ;
  91. }
  92. }
  93. }
  94. #main {
  95. background-color: $color2 ;
  96. #main-nav {
  97. width: 100% ;
  98. position: relative ;
  99. top: -40px ;
  100. background-color: white ;
  101. border-bottom: solid 1px #e0e0e0 ;
  102. ul {
  103. li {
  104. a {
  105. color: $color1 ;
  106. text-transform: uppercase ;
  107. font-family: 'myriadpro-regular' ;
  108. border-right: solid 1px #e0e0e0 ;
  109. }
  110. }
  111. }
  112. #user {
  113. color: $color1 ;
  114. float: right ;
  115. padding: 10px ;
  116. }
  117. }
  118. .container {
  119. padding: 0px ;
  120. background-color: white ;
  121. min-height: 500px ;
  122. border-left: solid 1px #e0e0e0 ;
  123. border-right: solid 1px #e0e0e0 ;
  124. }
  125. #content {
  126. padding: 0px 20px 20px 20px ;
  127. }
  128. }
  129. #footer {
  130. background-color: $color1 ;
  131. height: 100px ;
  132. .container {
  133. padding: 0px ;
  134. .overflow {
  135. height: 30px ;
  136. background-color: white ;
  137. border-left: solid 1px #e0e0e0 ;
  138. border-right: solid 1px #e0e0e0 ;
  139. border-bottom: solid 1px #e0e0e0 ;
  140. }
  141. .content {
  142. padding-top: 20px ;
  143. color: white ;
  144. a {
  145. color: white ;
  146. text-decoration: underline ;
  147. margin-right: 10px ;
  148. }
  149. }
  150. }
  151. }