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.

372 lines
7.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. .modal-backdrop.in {
  14. z-index: 10 ;
  15. }
  16. #main {
  17. .btn-primary {
  18. background-color: $color1 ;
  19. border: solid 1px $color1 ;
  20. color: white ;
  21. &:hover, &:active, &:focus {
  22. background-color: darken($color1, 5) ;
  23. border: solid 1px $color1 ;
  24. color: white ;
  25. }
  26. }
  27. }
  28. .btn {
  29. background-image: none ;
  30. }
  31. #main .alert {
  32. background-image: none;
  33. background-color: white ;
  34. border-bottom-width: 3px ;
  35. }
  36. .alert {
  37. &.alert-warning {
  38. a {
  39. color: #8a6d3b ;
  40. }
  41. }
  42. }
  43. ul.pagination {
  44. li {
  45. &.active {
  46. a {
  47. background-color: $color1 ;
  48. border: solid 1px $color1 ;
  49. &:hover {
  50. background-color: $color2 ;
  51. border: solid 1px $color2 ;
  52. color: $color1 ;
  53. }
  54. }
  55. }
  56. a {
  57. color: $color1 ;
  58. &:hover, &:focus, &:active {
  59. background-color: $color2 ;
  60. border: solid 1px $color2 ;
  61. color: $color1 ;
  62. }
  63. }
  64. }
  65. }
  66. #header-bap {
  67. background-color: $color2 ;
  68. padding-top: 7px ;
  69. padding-bottom: 7px ;
  70. .container {
  71. padding-left: 0px ;
  72. padding-right: 0px ;
  73. }
  74. #logo {
  75. color: black ;
  76. text-decoration: none ;
  77. position: relative ;
  78. top: 3px ;
  79. img {
  80. width: 25px ;
  81. }
  82. .text {
  83. font-size: 17px ;
  84. font-family: 'comfortaalight' ;
  85. position: relative ;
  86. bottom: 6px ;
  87. left: 3px ;
  88. }
  89. }
  90. ul#nav-bap {
  91. float: right ;
  92. li {
  93. float: right ;
  94. a {
  95. color: black ;
  96. font-size: 15px ;
  97. color: $color1 ;
  98. &:hover, &:focus {
  99. color: #333 ;
  100. color: $color1 ;
  101. background: none ;
  102. }
  103. }
  104. ul {
  105. background-color: $color2 ;
  106. border-top: solid 2px $color1 ;
  107. li {
  108. a {
  109. text-transform: uppercase ;
  110. font-size: 13px ;
  111. }
  112. }
  113. }
  114. }
  115. }
  116. }
  117. #header {
  118. background-color: $color1 ;
  119. text-align: center ;
  120. padding-top: 25px ;
  121. padding-bottom: 50px ;
  122. border-bottom: solid 1px #e0e0e0 ;
  123. .container {
  124. position: relative ;
  125. padding: 0px ;
  126. }
  127. h1, h2 {
  128. color: white ;
  129. }
  130. h1 {
  131. text-transform: uppercase ;
  132. font-family: 'myriadpro-regular' ;
  133. font-size: 35px ;
  134. line-height: 35px ;
  135. font-weight: bold ;
  136. padding-bottom: 5px ;
  137. text-align: left ;
  138. span {
  139. font-family: 'myriadpro-light' ;
  140. font-size: 27px ;
  141. font-weight: normal ;
  142. }
  143. }
  144. #infos {
  145. text-align: left ;
  146. padding-bottom: 10px ;
  147. padding-top: 8px;
  148. margin-bottom: 0px ;
  149. color: $color2 ;
  150. font-size: 14px ;
  151. .favorite {
  152. border-left: solid 1px $color2 ;
  153. padding-left: 10px ;
  154. }
  155. a {
  156. color: white ;
  157. text-decoration: underline ;
  158. }
  159. strong {
  160. font-weight: bold ;
  161. }
  162. }
  163. #credit {
  164. position: relative ;
  165. top: 10px ;
  166. float: right ;
  167. color: white ;
  168. font-family: 'myriadpro-semibold' ;
  169. font-size: 16px ;
  170. .info {
  171. padding-bottom: 5px ;
  172. border-bottom: solid 1px $color1 ;
  173. text-align: right ;
  174. a {
  175. color: white ;
  176. }
  177. }
  178. span.text {
  179. font-family: 'myriadpro-regular' ;
  180. }
  181. span.glyphicon {
  182. font-size: 16px ;
  183. }
  184. #the-credit {
  185. margin-top: 7px ;
  186. padding: 6px 15px ;
  187. padding-bottom: 4px ;
  188. background-color: $color2 ;
  189. color: $color1 ;
  190. @include border-radius(7px) ;
  191. }
  192. }
  193. }
  194. #main {
  195. background-color: $color2 ;
  196. #main-nav {
  197. width: 100% ;
  198. position: relative ;
  199. top: -40px ;
  200. background-color: white ;
  201. border-bottom: solid 1px #e0e0e0 ;
  202. ul {
  203. li {
  204. a {
  205. color: $color1 ;
  206. text-transform: uppercase ;
  207. font-family: 'myriadpro-regular' ;
  208. border-right: solid 1px #e0e0e0 ;
  209. }
  210. a:hover,
  211. &.active a {
  212. background: none ;
  213. border-bottom: solid 1px $color1 ;
  214. @include border-radius(0px) ;
  215. }
  216. &#btn-administration {
  217. background-color: $color2 ;
  218. float: right ;
  219. }
  220. }
  221. }
  222. #user {
  223. color: $color1 ;
  224. float: right ;
  225. padding: 10px ;
  226. }
  227. }
  228. #page-title {
  229. padding-left: 15px ;
  230. padding-right: 15px ;
  231. padding-bottom: 15px ;
  232. border-bottom: solid 1px #e0e0e0 ;
  233. margin-bottom: 10px ;
  234. font-family: 'myriadpro-light' ;
  235. font-size: 30px ;
  236. position: relative ;
  237. top: -10px ;
  238. text-align: center ;
  239. }
  240. .container {
  241. padding: 0px ;
  242. background-color: white ;
  243. min-height: 500px ;
  244. border-left: solid 1px #e0e0e0 ;
  245. border-right: solid 1px #e0e0e0 ;
  246. }
  247. #content {
  248. padding-bottom: 20px ;
  249. padding: 0px 20px 20px 20px ;
  250. h1, h2, h3, h4, h5, h6 {
  251. font-family: 'myriadpro-regular' ;
  252. margin-top: 30px ;
  253. margin-bottom: 20px ;
  254. &.first {
  255. margin-top: 0px ;
  256. }
  257. }
  258. h1 {
  259. font-size: 30px ;
  260. }
  261. h2 {
  262. font-size: 25px ;
  263. }
  264. h3 {
  265. font-family: 'myriadpro-light' ;
  266. text-transform: uppercase ;
  267. font-size: 23px ;
  268. padding: 10px 0px 10px 10px ;
  269. color: white ;
  270. text-align: center ;
  271. span {
  272. background-color: $color1 ;
  273. padding: 10px 20px ;
  274. padding-top: 14px ;
  275. background-color: $color2 ;
  276. color: $color1 ;
  277. border: dotted 1px $color1 ;
  278. }
  279. }
  280. h4 {
  281. font-size: 20px ;
  282. }
  283. h5 {
  284. font-size: 18px ;
  285. }
  286. h6 {
  287. font-size: 16px ;
  288. }
  289. }
  290. }
  291. #footer {
  292. background-color: $color1 ;
  293. height: 100px ;
  294. .container {
  295. padding: 0px ;
  296. .overflow {
  297. height: 30px ;
  298. background-color: white ;
  299. border-left: solid 1px #e0e0e0 ;
  300. border-right: solid 1px #e0e0e0 ;
  301. border-bottom: solid 1px #e0e0e0 ;
  302. }
  303. .content {
  304. padding-top: 20px ;
  305. color: white ;
  306. a {
  307. color: white ;
  308. text-decoration: underline ;
  309. margin-right: 10px ;
  310. }
  311. }
  312. }
  313. }