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.

228 lines
4.6KB

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