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.

233 lines
4.8KB

  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. &#btn-administration {
  124. background-color: $color2 ;
  125. float: right ;
  126. }
  127. }
  128. }
  129. #user {
  130. color: $color1 ;
  131. float: right ;
  132. padding: 10px ;
  133. }
  134. }
  135. .container {
  136. padding: 0px ;
  137. background-color: white ;
  138. min-height: 500px ;
  139. border-left: solid 1px #e0e0e0 ;
  140. border-right: solid 1px #e0e0e0 ;
  141. }
  142. #content {
  143. padding: 0px 20px 20px 20px ;
  144. h1, h2, h3, h4, h5, h6 {
  145. font-family: 'myriadpro-regular' ;
  146. margin-top: 30px ;
  147. margin-bottom: 20px ;
  148. &.first {
  149. margin-top: 0px ;
  150. }
  151. }
  152. h1 {
  153. font-size: 30px ;
  154. }
  155. h2 {
  156. font-size: 25px ;
  157. }
  158. h3 {
  159. font-size: 22px ;
  160. }
  161. h4 {
  162. font-size: 20px ;
  163. }
  164. h5 {
  165. font-size: 18px ;
  166. }
  167. h6 {
  168. font-size: 16px ;
  169. }
  170. }
  171. }
  172. #footer {
  173. background-color: $color1 ;
  174. height: 100px ;
  175. .container {
  176. padding: 0px ;
  177. .overflow {
  178. height: 30px ;
  179. background-color: white ;
  180. border-left: solid 1px #e0e0e0 ;
  181. border-right: solid 1px #e0e0e0 ;
  182. border-bottom: solid 1px #e0e0e0 ;
  183. }
  184. .content {
  185. padding-top: 20px ;
  186. color: white ;
  187. a {
  188. color: white ;
  189. text-decoration: underline ;
  190. margin-right: 10px ;
  191. }
  192. }
  193. }
  194. }