style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947
  1. @charset "UTF-8";
  2. a {
  3. text-decoration: none;
  4. }
  5. .ui-datepicker {
  6. z-index: 10000 !important;
  7. }
  8. .alert {
  9. color: #e60000;
  10. font-weight: bold;
  11. }
  12. body {
  13. max-width: 1170px;
  14. margin: auto;
  15. font-family: Liberation Sans, Arial;
  16. font-size: 14px;
  17. }
  18. #header {
  19. align-items: center;
  20. margin-top: 0.4em;
  21. margin-bottom: 1.2em;
  22. }
  23. .main {
  24. /* OLD - iOS 6-, Safari 3.1-6 */
  25. display: -webkit-box;
  26. /* OLD - Firefox 19- (buggy but mostly works) */
  27. display: -moz-box;
  28. /* TWEENER - IE 10 */
  29. display: -ms-flexbox;
  30. /* NEW - Chrome */
  31. display: -webkit-flex;
  32. /* NEW, Spec - Opera 12.1, Firefox 20+ */
  33. display: flex;
  34. flex-direction: row;
  35. }
  36. .leftcol {
  37. width: 15%;
  38. min-width: 185px;
  39. }
  40. .rightcol {
  41. width: 15%;
  42. min-width: 185px;
  43. }
  44. .dropdown {
  45. position: relative;
  46. display: inline-block;
  47. }
  48. ul.dropdown-menu {
  49. display: none;
  50. position: absolute;
  51. z-index: 1;
  52. margin: auto 0;
  53. padding: 0;
  54. list-style: none;
  55. }
  56. ul.dropdown-menu li {
  57. padding: 12px 16px;
  58. }
  59. ul.dropdown-right {
  60. top: 0;
  61. left: 100%;
  62. }
  63. ul.dropdown-left {
  64. top: 0;
  65. right: 100%;
  66. }
  67. #topbar {
  68. /* OLD - iOS 6-, Safari 3.1-6 */
  69. display: -webkit-box;
  70. /* OLD - Firefox 19- (buggy but mostly works) */
  71. display: -moz-box;
  72. /* TWEENER - IE 10 */
  73. display: -ms-flexbox;
  74. /* NEW - Chrome */
  75. display: -webkit-flex;
  76. /* NEW, Spec - Opera 12.1, Firefox 20+ */
  77. display: flex;
  78. flex-direction: row;
  79. justify-content: center;
  80. align-items: center;
  81. margin-top: 0.8em;
  82. margin-bottom: 1em;
  83. height: 75px;
  84. list-style: none;
  85. }
  86. .topbar-logo img, .topbar-network-logo img {
  87. max-height: 95%;
  88. }
  89. .topbar-title {
  90. margin: 0 0.8em 0 0.8em;
  91. flex: 1;
  92. color: #333;
  93. font-size: 1.6em;
  94. font-weight: 500;
  95. }
  96. #menu {
  97. /* OLD - iOS 6-, Safari 3.1-6 */
  98. display: -webkit-box;
  99. /* OLD - Firefox 19- (buggy but mostly works) */
  100. display: -moz-box;
  101. /* TWEENER - IE 10 */
  102. display: -ms-flexbox;
  103. /* NEW - Chrome */
  104. display: -webkit-flex;
  105. /* NEW, Spec - Opera 12.1, Firefox 20+ */
  106. display: flex;
  107. flex-direction: row;
  108. flex-wrap: wrap;
  109. list-style: none;
  110. background-color: #4facc6;
  111. padding: 0;
  112. align-items: center;
  113. margin: 0 0 1em;
  114. }
  115. #menu::after {
  116. content: "";
  117. /* empty but necessary */
  118. position: absolute;
  119. background-color: #4facc6;
  120. left: -20vw;
  121. height: 50px;
  122. width: 100%;
  123. padding-left: 19.9vw;
  124. padding-right: 19.9vw;
  125. z-index: -1;
  126. }
  127. #menu li {
  128. height: 100%;
  129. }
  130. #menu li.active {
  131. background-color: #e6e6e6;
  132. }
  133. #menu li a {
  134. display: flex;
  135. flex-direction: row;
  136. align-items: center;
  137. padding: 12px;
  138. height: 26px;
  139. color: #ffffff;
  140. font-size: 14px;
  141. text-align: center;
  142. text-decoration: none;
  143. }
  144. #menu li.active a {
  145. color: #555;
  146. }
  147. #menu li.dropdown-displayed a {
  148. color: #555;
  149. }
  150. #menu li a:hover {
  151. text-decoration: none;
  152. color: #555;
  153. }
  154. #menu .caret {
  155. margin-left: 5px;
  156. }
  157. #menu .dropdown.dropdown-displayed {
  158. background-color: #e6e6e6;
  159. color: #555;
  160. }
  161. #menu .dropdown-menu {
  162. min-width: 180px;
  163. white-space: nowrap;
  164. background-color: #ffffff;
  165. box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  166. }
  167. #menu .dropdown-menu li {
  168. width: 100%;
  169. padding: 0;
  170. }
  171. #menu .dropdown-menu li:hover {
  172. background-color: #e6e6e6;
  173. }
  174. #menu .dropdown-menu li:hover a {
  175. color: #555;
  176. }
  177. #menu .dropdown-menu li.active {
  178. background-color: #4facc6;
  179. }
  180. #menu .dropdown-menu li.active > a {
  181. color: #ffffff;
  182. }
  183. #menu .dropdown-menu a {
  184. height: 14px;
  185. padding: 8px 12px;
  186. width: auto;
  187. color: #555;
  188. font-size: 14px;
  189. }
  190. .content {
  191. flex: 1;
  192. padding: 0 2em;
  193. min-width: 600px;
  194. }
  195. .content h1, h2, h3, h4, h5, h6 {
  196. font-weight: 500;
  197. line-height: 1.1;
  198. }
  199. .content h1, h2 {
  200. padding: 5px;
  201. }
  202. .content h1 {
  203. color: #4facc6;
  204. font-size: 1.6em;
  205. font-weight: 500;
  206. }
  207. .content h2 {
  208. color: #4facc6;
  209. font-size: 1.6em;
  210. font-weight: 500;
  211. }
  212. .content h3 {
  213. color: #4facc6;
  214. font-size: 1.2em;
  215. font-weight: 500;
  216. }
  217. .content h4 {
  218. color: #4facc6;
  219. font-size: 1.2em;
  220. font-weight: 500;
  221. }
  222. .content h5 {
  223. color: #4facc6;
  224. font-size: 1em;
  225. font-weight: 500;
  226. }
  227. .content a {
  228. color: #4facc6;
  229. }
  230. #footer {
  231. margin-top: 40px;
  232. position: relative;
  233. height: 60px;
  234. display: flex;
  235. flex-direction: row;
  236. align-items: center;
  237. }
  238. #footer::after {
  239. content: "";
  240. /* empty but necessary */
  241. position: absolute;
  242. background-image: linear-gradient(to bottom, #575757 0, #3d3d3d 100%);
  243. background-repeat: repeat-x;
  244. box-shadow: 0px -2px 10px 0px #656565;
  245. height: 84px;
  246. left: -20vw;
  247. width: 100%;
  248. padding-left: 19.9vw;
  249. padding-right: 19.9vw;
  250. z-index: -1;
  251. margin: 0;
  252. }
  253. .footer-navbar {
  254. flex: 1;
  255. display: flex;
  256. flex-direction: row;
  257. align-items: center;
  258. list-style: none;
  259. }
  260. .footer-navbar a {
  261. color: #ffffff;
  262. text-decoration: none;
  263. font-weight: 700;
  264. margin: 0 14px;
  265. font-size: 14px;
  266. }
  267. .footer-navbar a:hover {
  268. color: #a6a6a6;
  269. }
  270. footer .logo-ot {
  271. margin-right: 20px;
  272. }
  273. .user-toolbar {
  274. color: #666666;
  275. font-size: 16px;
  276. position: relative;
  277. display: inline-block;
  278. }
  279. .user-toolbar-username {
  280. display: flex;
  281. flex-direction: row;
  282. align-items: center;
  283. height: 45px;
  284. max-height: 100%;
  285. }
  286. .user-toolbar .fa {
  287. margin: auto 5px;
  288. }
  289. .user-toolbar a {
  290. text-decoration: none;
  291. color: #666666;
  292. }
  293. .user-toolbar ul {
  294. list-style: none;
  295. }
  296. .user-toolbar .dropdown-menu {
  297. min-width: 240px;
  298. background-color: #ffffff;
  299. box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  300. right: 0;
  301. }
  302. .user-toolbar .dropdown-menu li {
  303. height: 3.5em;
  304. display: flex;
  305. flex-direction: row;
  306. align-items: center;
  307. padding: 0;
  308. }
  309. .user-toolbar .dropdown-menu li:hover {
  310. background-color: #cccccc;
  311. }
  312. .user-toolbar .dropdown-menu a {
  313. width: 100%;
  314. padding: 12px 16px;
  315. }
  316. .user-toolbar .dropside-menu {
  317. background-color: #4facc6;
  318. box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  319. }
  320. #login-popup {
  321. position: relative;
  322. display: inline-block;
  323. cursor: pointer;
  324. }
  325. /* The actual popup */
  326. #login-popup .popup-form {
  327. visibility: hidden;
  328. width: 240px;
  329. background-color: #4facc6;
  330. border-radius: 4px;
  331. padding: 1em 1.6em;
  332. position: absolute;
  333. right: 0;
  334. top: 1em;
  335. z-index: 1;
  336. }
  337. /* Toggle this class when clicking on the popup container (hide and show the popup) */
  338. #login-popup .show {
  339. visibility: visible;
  340. }
  341. #login-popup .popup-form {
  342. display: flex;
  343. flex-direction: column;
  344. justify-content: center;
  345. align-items: center;
  346. }
  347. #login-popup .popup-form > input {
  348. margin: 0.6em;
  349. }
  350. /* Error messages */
  351. .login-errormsg {
  352. text-align: center;
  353. }
  354. .breadcrumb {
  355. list-style: none;
  356. display: flex;
  357. flex-direction: row;
  358. font-weight: bold;
  359. }
  360. .breadcrumb a {
  361. color: #54acc6;
  362. }
  363. .breadcrumb li {
  364. margin: 0 3px;
  365. }
  366. .breadcrumb li a {
  367. margin: 0 3px;
  368. }
  369. .breadcrumb li::before {
  370. /*content: "> ";*/
  371. font-family: "Font Awesome 5 Free";
  372. content: "";
  373. color: #b8b8b9;
  374. }
  375. .breadcrumb li:first-child::before {
  376. content: "";
  377. }
  378. .breadcrumb > li:last-child {
  379. color: #737373;
  380. }
  381. .slick-track {
  382. max-height: 380px;
  383. overflow: hidden;
  384. }
  385. .slick-slide img {
  386. max-width: initial;
  387. }
  388. .carousel .carousel-img:not(.slick-slide) {
  389. width: 100%;
  390. display: none;
  391. }
  392. .carousel .carousel-img:first-child:not(.slick-slide) {
  393. display: inline;
  394. }
  395. .ot-box {
  396. font-size: 0.8em;
  397. }
  398. .ot-box header {
  399. background: #323232;
  400. padding: 0.5em;
  401. margin: 1em 0;
  402. }
  403. .ot-box header h3 {
  404. color: #4facc6;
  405. font-size: 1.2em;
  406. font-weight: bold;
  407. padding: 0;
  408. margin: 0;
  409. }
  410. .ot-box a {
  411. color: #4facc6;
  412. }
  413. .ot-box footer:not(:empty) {
  414. border-top: solid 1px #4d4d4d;
  415. margin: 0.5em 0;
  416. padding: 0.5em;
  417. font-size: 1.2em;
  418. }
  419. .ot-events {
  420. margin: 1em 0;
  421. }
  422. .ot-events .event-card {
  423. display: flex;
  424. flex-direction: row;
  425. margin-bottom: 0.5em;
  426. }
  427. .ot-events .event-card > .event-poster {
  428. flex: 1;
  429. display: flex;
  430. flex-direction: row;
  431. justify-content: center;
  432. align-items: center;
  433. }
  434. .ot-events .event-card > .event-poster img {
  435. margin: auto;
  436. width: 75%;
  437. height: auto;
  438. }
  439. .ot-events .event-card > .event-summary {
  440. flex: 2;
  441. display: flex;
  442. flex-direction: column;
  443. padding: 0.3em;
  444. }
  445. .ot-events .event-card > .event-summary .event-name {
  446. font-weight: bold;
  447. color: #393939;
  448. }
  449. .ot-events .event-card > .event-summary .event-date {
  450. color: #666;
  451. }
  452. .ot-events .no-events p {
  453. padding: 1em;
  454. }
  455. .ot-all-events {
  456. display: flex;
  457. flex-direction: row;
  458. }
  459. .ot-all-events .events-controls {
  460. order: 1;
  461. flex: 1;
  462. }
  463. .ot-all-events .events-results {
  464. order: 0;
  465. flex: 1;
  466. }
  467. .ot-all-events .events-controls, .events-results {
  468. display: flex;
  469. flex-direction: column;
  470. margin: 0 1.5em;
  471. }
  472. .ot-all-events .event-search {
  473. display: flex;
  474. flex-direction: column;
  475. margin-bottom: 2em;
  476. }
  477. .ot-all-events h3 {
  478. font-size: 1.2em;
  479. font-weight: bold;
  480. }
  481. .ot-all-events .event-search form {
  482. display: flex;
  483. flex-direction: column;
  484. }
  485. .ot-all-events .event-search form input, button {
  486. margin-bottom: 1em;
  487. line-height: 1.4em;
  488. font-size: 1.1em;
  489. border: 1px solid #ccc;
  490. border-radius: 4px;
  491. padding: 6px 12px;
  492. }
  493. .ot-all-events .event-search form button {
  494. border: solid 2px #4facc6;
  495. color: #4facc6;
  496. }
  497. .ot-all-events .event-search form button:hover {
  498. background-color: #d8edf3;
  499. cursor: pointer;
  500. }
  501. .ot-all-events #event-map {
  502. height: 400px;
  503. width: 100%;
  504. align-self: flex-end;
  505. }
  506. .ot-all-events .event {
  507. display: flex;
  508. flex-direction: column;
  509. border-bottom: solid 2px #323232;
  510. border-radius: 4px;
  511. height: 200px;
  512. padding: 1em;
  513. justify-content: space-around;
  514. }
  515. .ot-all-events .event-preview {
  516. display: flex;
  517. flex-direction: row;
  518. align-items: center;
  519. }
  520. .ot-all-events .event-preview .event-poster {
  521. flex: 1;
  522. display: flex;
  523. flex-direction: column;
  524. align-items: center;
  525. }
  526. .ot-all-events .event-preview .event-poster img {
  527. width: auto;
  528. max-width: 100%;
  529. min-width: 40%;
  530. height: auto;
  531. margin-right: 4em;
  532. }
  533. .ot-all-events .event-preview .event-summary {
  534. flex: 2;
  535. display: flex;
  536. flex-direction: column;
  537. }
  538. .ot-all-events .event-preview .event-summary > span {
  539. margin-bottom: 0.5em;
  540. }
  541. .ot-all-events .event-preview .event-name {
  542. font-size: 1.4em;
  543. color: #333333;
  544. font-weight: bold;
  545. }
  546. .ot-all-events .event-preview .event-loc-date {
  547. font-size: 1.1em;
  548. color: #4d4d4d;
  549. font-weight: bold;
  550. }
  551. .ot-all-events .event-preview .event-description {
  552. color: #4d4d4d;
  553. }
  554. .ot-all-events .event-see {
  555. align-self: stretch;
  556. padding: 0.4em 0.8em;
  557. font-size: 1.1em;
  558. margin-top: 0.4em;
  559. display: flex;
  560. flex-direction: row;
  561. justify-content: center;
  562. align-items: center;
  563. }
  564. .ot-all-events .event-see:hover {
  565. text-decoration: none;
  566. font-weight: bold;
  567. }
  568. .ot-show-event {
  569. display: flex;
  570. flex-direction: column;
  571. }
  572. .ot-show-event header {
  573. display: flex;
  574. flex-direction: row;
  575. padding: 0.5em;
  576. margin-bottom: 2em;
  577. align-items: center;
  578. }
  579. .ot-show-event .event-name {
  580. font-size: 1.8em;
  581. font-weight: bold;
  582. flex: 1;
  583. }
  584. .ot-show-event .go-back {
  585. color: #4facc6;
  586. font-weight: bold;
  587. padding: 0.5em 0.7em;
  588. border: solid 2px #4facc6;
  589. border-radius: 6px;
  590. margin: auto;
  591. }
  592. .ot-show-event .go-back:hover {
  593. background-color: #d8edf3;
  594. text-decoration: none;
  595. }
  596. .ot-show-event .event-content {
  597. display: flex;
  598. flex-direction: row;
  599. margin-bottom: 2em;
  600. }
  601. .ot-show-event .event-content .event-poster {
  602. flex: 1;
  603. }
  604. .ot-show-event .event-poster img {
  605. width: auto;
  606. max-width: 100%;
  607. min-width: 40%;
  608. height: auto;
  609. }
  610. .ot-show-event .event-summary {
  611. flex: 1;
  612. display: flex;
  613. flex-direction: column;
  614. }
  615. .ot-show-event .event-description {
  616. margin-bottom: 1em;
  617. padding: 1em 0.5em;
  618. }
  619. .ot-show-event .event-infos {
  620. border: none;
  621. width: 94%;
  622. margin: 0 3%;
  623. padding-top: 1em;
  624. }
  625. .ot-show-event .event-infos tr {
  626. background-color: #ffdd99;
  627. }
  628. .ot-show-event .event-infos tr:nth-child(odd) {
  629. background-color: #ffd480;
  630. }
  631. .ot-show-event .event-content .event-infos td {
  632. padding: 0.8em 1.6em;
  633. }
  634. .ot-show-event .event-content .event-infos tr td:first-child {
  635. font-weight: bold;
  636. color: #2E2D2D;
  637. }
  638. .ot-show-event #event-map {
  639. height: 400px;
  640. width: 100%;
  641. align-self: center;
  642. }
  643. .ot-donors .donor-list {
  644. display: flex;
  645. flex-direction: column;
  646. }
  647. .ot-donors .donor-card {
  648. height: 80px;
  649. width: 100%;
  650. display: flex;
  651. flex-direction: row;
  652. align-content: center;
  653. justify-content: center;
  654. margin-bottom: 1em;
  655. }
  656. .ot-donors .donor-card img {
  657. width: auto;
  658. max-height: 100%;
  659. max-width: 95%;
  660. margin: auto;
  661. /* Style the alt text */
  662. font-size: 1.1em;
  663. }
  664. .frame-type-menu_sitemap {
  665. font-size: 16px;
  666. font-weight: bold;
  667. }
  668. .frame-type-menu_sitemap > ul {
  669. padding-left: 1.5em;
  670. list-style: none;
  671. }
  672. .frame-type-menu_sitemap li ul {
  673. list-style: disc;
  674. }
  675. .frame-type-menu_sitemap li ul li ul {
  676. list-style: square;
  677. }
  678. .frame-type-menu_sitemap li {
  679. padding-top: 0.5em;
  680. padding-bottom: 0.5em;
  681. color: #979797;
  682. }
  683. form .row {
  684. display: flex;
  685. flex-direction: row;
  686. }
  687. form .row > div {
  688. padding-left: 2em;
  689. flex: 1;
  690. }
  691. form .row > div:first-child {
  692. padding-left: 0;
  693. }
  694. .form-group {
  695. margin-bottom: 18px;
  696. }
  697. .control-label {
  698. color: 4facc6;
  699. display: inline-block;
  700. max-width: 100%;
  701. margin-bottom: 10px;
  702. font-weight: 700;
  703. }
  704. div.input {
  705. display: flex;
  706. flex-direction: column;
  707. }
  708. .form-control {
  709. height: 28px;
  710. box-sizing: content-box;
  711. padding: 6px 12px;
  712. font-size: 14px;
  713. line-height: 1.2em;
  714. color: #555;
  715. background-color: #fff;
  716. border: 1px solid #ccc;
  717. border-radius: 4px;
  718. }
  719. textarea.form-control {
  720. padding: 12px 12px;
  721. height: 180px;
  722. }
  723. .form-control:focus {
  724. border: 2px solid #7db6e2;
  725. }
  726. .form-control:invalid {
  727. box-shadow: none;
  728. }
  729. div.input .error {
  730. color: #e60000;
  731. }
  732. div.input span.error {
  733. margin-top: 5px;
  734. }
  735. span.submit {
  736. display: flex;
  737. flex-direction: row;
  738. justify-content: flex-end;
  739. }
  740. form button[type=submit] {
  741. width: 120px;
  742. }
  743. form button[type=submit]:hover {
  744. background-color: #e6e6e6;
  745. cursor: pointer;
  746. }
  747. ::-webkit-input-placeholder {
  748. color: #8c8c8c !important;
  749. opacity: 1;
  750. }
  751. :-moz-placeholder {
  752. color: #8c8c8c !important;
  753. opacity: 1;
  754. }
  755. ::-moz-placeholder {
  756. color: #8c8c8c !important;
  757. opacity: 1;
  758. }
  759. :-ms-input-placeholder {
  760. color: #8c8c8c !important;
  761. opacity: 1;
  762. }
  763. .contact-form {
  764. width: 80%;
  765. margin: auto;
  766. min-width: 600px;
  767. }
  768. .contact-form-info {
  769. font-size: 12px;
  770. padding: 0 5px 10px 5px;
  771. font-style: italic;
  772. color: #4d4d4d;
  773. }
  774. .faq-item .content {
  775. color: #262626;
  776. padding: 0 2em;
  777. margin: 0 0.5em 3em 0.5em;
  778. border-left: solid 2px #7db6e2;
  779. }
  780. .fce-2col {
  781. display: flex;
  782. flex-direction: row;
  783. }
  784. .fce-2col .col {
  785. flex: 1;
  786. margin-right: 2em;
  787. }
  788. .fce-2col .col:last-child {
  789. margin-right: 0;
  790. }
  791. /*# sourceMappingURL=style.css.map */