| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903 |
- @charset "UTF-8";
- @import url("https://fonts.googleapis.com/css?family=Comfortaa&display=swap");
- a {
- color: #4facc6;
- text-decoration: none;
- }
- a:hover {
- color: #256374;
- text-decoration: underline;
- }
- .ui-datepicker {
- z-index: 10000 !important;
- }
- .alert {
- color: #e60000;
- font-weight: bold;
- }
- body {
- max-width: 1170px;
- margin: auto;
- font-family: Liberation Sans, Arial;
- font-size: 14px;
- }
- #header {
- align-items: center;
- margin-top: 0.4em;
- margin-bottom: 1.2em;
- }
- .main {
- /* OLD - iOS 6-, Safari 3.1-6 */
- display: -webkit-box;
- /* OLD - Firefox 19- (buggy but mostly works) */
- display: -moz-box;
- /* TWEENER - IE 10 */
- display: -ms-flexbox;
- /* NEW - Chrome */
- display: -webkit-flex;
- /* NEW, Spec - Opera 12.1, Firefox 20+ */
- display: flex;
- flex-direction: row;
- }
- .leftcol {
- width: 15%;
- min-width: 185px;
- }
- .rightcol {
- width: 15%;
- min-width: 185px;
- }
- .dropdown {
- position: relative;
- display: inline-block;
- }
- ul.dropdown-menu {
- display: none;
- position: absolute;
- z-index: 1;
- margin: auto 0;
- padding: 0;
- list-style: none;
- }
- ul.dropdown-menu li {
- padding: 12px 16px;
- }
- ul.dropdown-displayed {
- display: block;
- }
- ul.dropdown-right {
- top: 0;
- left: 100%;
- }
- ul.dropdown-left {
- top: 0;
- right: 100%;
- }
- #topbar {
- /* OLD - iOS 6-, Safari 3.1-6 */
- display: -webkit-box;
- /* OLD - Firefox 19- (buggy but mostly works) */
- display: -moz-box;
- /* TWEENER - IE 10 */
- display: -ms-flexbox;
- /* NEW - Chrome */
- display: -webkit-flex;
- /* NEW, Spec - Opera 12.1, Firefox 20+ */
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- margin-top: 0.4em;
- height: 75px;
- list-style: none;
- }
- .topbar-logo img, .topbar-network-logo img {
- max-height: 95%;
- }
- .topbar-title {
- font-family: "Comfortaa", cursive;
- margin: 0 0.6em 0 0.6em;
- flex: 1;
- }
- #menu {
- /* OLD - iOS 6-, Safari 3.1-6 */
- display: -webkit-box;
- /* OLD - Firefox 19- (buggy but mostly works) */
- display: -moz-box;
- /* TWEENER - IE 10 */
- display: -ms-flexbox;
- /* NEW - Chrome */
- display: -webkit-flex;
- /* NEW, Spec - Opera 12.1, Firefox 20+ */
- display: flex;
- flex-direction: row;
- list-style: none;
- background-color: #4869d6;
- height: 50px;
- padding: 0;
- align-items: center;
- }
- #menu li {
- height: 100%;
- }
- #menu li a {
- color: #ffffff;
- font-weight: 600;
- height: 100%;
- display: flex;
- align-items: center;
- padding-left: 0.8em;
- padding-right: 0.8em;
- }
- #menu li:hover {
- height: 100%;
- background-color: #889cdd;
- }
- #menu li:hover a {
- color: #091534;
- }
- #menu .caret {
- margin-left: 5px;
- }
- #menu .dropdown-menu {
- min-width: 180px;
- background-color: #ffffff;
- box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
- }
- #menu .dropdown-menu li {
- width: 100%;
- padding: 0;
- }
- #menu .dropdown-menu a {
- color: #262626;
- padding: 0.8em;
- }
- #menu .dropside-menu {
- background-color: #f2f2f2;
- box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
- }
- .content {
- flex: 1;
- padding: 0 2em;
- min-width: 600px;
- }
- .content h1, h2, h3, h4, h5, h6 {
- font-weight: 500;
- line-height: 1.1;
- }
- .content h1, h2 {
- padding: 5px;
- color: #091534;
- font-size: 1.6em;
- font-weight: 700;
- }
- .content h3 {
- font-size: 1.2em;
- font-weight: 600;
- }
- .content h4 {
- font-size: 18px;
- }
- #footer {
- margin-top: 40px;
- position: relative;
- height: 60px;
- /*padding: 12px 0;*/
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- #footer::after {
- content: "";
- /* empty but necessary */
- position: absolute;
- background-image: linear-gradient(to bottom, #575757 0, #3d3d3d 100%);
- background-repeat: repeat-x;
- box-shadow: 0px -2px 10px 0px #656565;
- height: 84px;
- left: -20vw;
- width: 100%;
- padding-left: 19.9vw;
- padding-right: 19.9vw;
- z-index: -1;
- margin: 0;
- }
- .footer-navbar {
- flex: 1;
- display: flex;
- flex-direction: row;
- align-items: center;
- list-style: none;
- }
- .footer-navbar a {
- color: #ffffff;
- text-decoration: none;
- font-weight: 700;
- margin: 0 14px;
- font-size: 14px;
- }
- .footer-navbar a:hover {
- color: #a6a6a6;
- }
- footer .logo-ot {
- margin-right: 20px;
- }
- .user-toolbar {
- color: #666666;
- font-size: 16px;
- position: relative;
- display: inline-block;
- }
- .user-toolbar-username {
- display: flex;
- flex-direction: row;
- align-items: center;
- height: 45px;
- max-height: 100%;
- }
- .user-toolbar .fa {
- margin: auto 5px;
- }
- .user-toolbar a {
- text-decoration: none;
- color: #666666;
- }
- .user-toolbar ul {
- list-style: none;
- }
- .user-toolbar .dropdown-menu {
- min-width: 240px;
- background-color: #ffffff;
- box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
- right: 0;
- }
- .user-toolbar .dropdown-menu li {
- height: 3.5em;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0;
- }
- .user-toolbar .dropdown-menu li:hover {
- background-color: #cccccc;
- }
- .user-toolbar .dropdown-menu a {
- width: 100%;
- padding: 12px 16px;
- }
- .user-toolbar .dropside-menu {
- background-color: #4869d6;
- box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
- }
- #login-popup {
- position: relative;
- display: inline-block;
- cursor: pointer;
- }
- /* The actual popup */
- #login-popup .popup-form {
- visibility: hidden;
- width: 240px;
- background-color: #4869d6;
- border-radius: 4px;
- padding: 1em 1.6em;
- position: absolute;
- right: 0;
- top: 1em;
- z-index: 1;
- }
- /* Toggle this class when clicking on the popup container (hide and show the popup) */
- #login-popup .show {
- visibility: visible;
- }
- #login-popup .popup-form {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- #login-popup .popup-form > input {
- margin: 0.6em;
- }
- /* Error messages */
- .login-errormsg {
- text-align: center;
- }
- .breadcrumb {
- list-style: none;
- display: flex;
- flex-direction: row;
- font-weight: bold;
- color: #b8b8b9;
- }
- .breadcrumb li {
- margin: 0 3px;
- }
- .breadcrumb li::before {
- /*content: "> ";*/
- font-family: "Font Awesome 5 Free";
- content: "";
- }
- .breadcrumb li:first-child::before {
- content: "";
- }
- .breadcrumb > li:last-child {
- color: #737373;
- }
- .slick-track {
- max-height: 380px;
- overflow: hidden;
- }
- .slick-slide img {
- max-width: initial;
- }
- .carousel .carousel-img:not(.slick-slide) {
- width: 100%;
- display: none;
- }
- .carousel .carousel-img:first-child:not(.slick-slide) {
- display: inline;
- }
- .ot-events {
- font-size: 0.8em;
- margin: 1em 0;
- }
- .ot-events header {
- background: #889cdd;
- padding: 5px;
- margin: 1em 0;
- }
- .ot-events header h3 {
- color: #091534;
- font-size: 1.2em;
- font-weight: 600;
- padding: 0;
- margin: 0;
- }
- .ot-events .event-card {
- display: flex;
- flex-direction: row;
- margin-bottom: 0.5em;
- }
- .ot-events .event-card > .event-poster {
- flex: 1;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .ot-events .event-card > .event-poster img {
- margin: auto;
- width: 75%;
- height: auto;
- }
- .ot-events .event-card > .event-summary {
- flex: 2;
- display: flex;
- flex-direction: column;
- padding: 0.3em;
- }
- .ot-events .event-card > .event-summary .event-name {
- font-weight: bold;
- color: #393939;
- }
- .ot-events .event-card > .event-summary .event-date {
- color: #666;
- }
- .ot-events .no-events p {
- padding: 1em;
- }
- .ot-events footer {
- border-top: solid 1px #4d4d4d;
- margin: 0.5em 0;
- padding: 0.5em;
- font-size: 1.2em;
- }
- .ot-all-events {
- display: flex;
- flex-direction: row;
- }
- .ot-all-events .events-controls {
- order: 1;
- flex: 1;
- }
- .ot-all-events .events-results {
- order: 0;
- flex: 1;
- }
- .ot-all-events .events-controls, .events-results {
- display: flex;
- flex-direction: column;
- margin: 0 1.5em;
- }
- .ot-all-events .event-search {
- display: flex;
- flex-direction: column;
- margin-bottom: 2em;
- }
- .ot-all-events h3 {
- color: #091534;
- font-size: 1.2em;
- font-weight: bold;
- }
- .ot-all-events .event-search form {
- display: flex;
- flex-direction: column;
- }
- .ot-all-events .event-search form input, button {
- margin-bottom: 1em;
- line-height: 1.4em;
- font-size: 1.1em;
- border: 1px solid #ccc;
- border-radius: 4px;
- padding: 6px 12px;
- }
- .ot-all-events .event-search form button {
- border: solid 2px #4facc6;
- color: #4facc6;
- }
- .ot-all-events .event-search form button:hover {
- background-color: #d8edf3;
- cursor: pointer;
- }
- .ot-all-events #event-map {
- height: 400px;
- width: 100%;
- align-self: flex-end;
- }
- .ot-all-events .event {
- display: flex;
- flex-direction: column;
- border-bottom: solid 2px #889cdd;
- border-radius: 4px;
- height: 200px;
- padding: 1em;
- justify-content: space-around;
- }
- .ot-all-events .event-preview {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .ot-all-events .event-preview .event-poster {
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .ot-all-events .event-preview .event-poster img {
- width: auto;
- max-width: 100%;
- min-width: 40%;
- height: auto;
- margin-right: 4em;
- }
- .ot-all-events .event-preview .event-summary {
- flex: 2;
- display: flex;
- flex-direction: column;
- }
- .ot-all-events .event-preview .event-summary > span {
- margin-bottom: 0.5em;
- }
- .ot-all-events .event-preview .event-name {
- font-size: 1.4em;
- color: #333333;
- font-weight: bold;
- }
- .ot-all-events .event-preview .event-loc-date {
- font-size: 1.1em;
- color: #4d4d4d;
- font-weight: bold;
- }
- .ot-all-events .event-preview .event-description {
- color: #4d4d4d;
- }
- .ot-all-events .event-see {
- align-self: stretch;
- padding: 0.4em 0.8em;
- font-size: 1.1em;
- margin-top: 0.4em;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .ot-all-events .event-see:hover {
- text-decoration: none;
- font-weight: bold;
- }
- .ot-show-event {
- display: flex;
- flex-direction: column;
- }
- .ot-show-event header {
- display: flex;
- flex-direction: row;
- padding: 0.5em;
- margin-bottom: 2em;
- align-items: center;
- }
- .ot-show-event .event-name {
- font-size: 1.8em;
- color: #091534;
- font-weight: bold;
- flex: 1;
- }
- .ot-show-event .go-back {
- color: #4facc6;
- font-weight: bold;
- padding: 0.5em 0.7em;
- border: solid 2px #4facc6;
- border-radius: 6px;
- margin: auto;
- }
- .ot-show-event .go-back:hover {
- background-color: #d8edf3;
- text-decoration: none;
- }
- .ot-show-event .event-content {
- display: flex;
- flex-direction: row;
- margin-bottom: 2em;
- }
- .ot-show-event .event-content .event-poster {
- flex: 1;
- }
- .ot-show-event .event-poster img {
- width: auto;
- max-width: 100%;
- min-width: 40%;
- height: auto;
- }
- .ot-show-event .event-summary {
- flex: 1;
- display: flex;
- flex-direction: column;
- }
- .ot-show-event .event-description {
- margin-bottom: 1em;
- padding: 1em 0.5em;
- }
- .ot-show-event .event-infos {
- border: none;
- width: 94%;
- margin: 0 3%;
- padding-top: 1em;
- }
- .ot-show-event .event-infos tr {
- background-color: #ffdd99;
- }
- .ot-show-event .event-infos tr:nth-child(odd) {
- background-color: #ffd480;
- }
- .ot-show-event .event-content .event-infos td {
- padding: 0.8em 1.6em;
- }
- .ot-show-event .event-content .event-infos tr td:first-child {
- font-weight: bold;
- color: #2E2D2D;
- }
- .ot-show-event #event-map {
- height: 400px;
- width: 100%;
- align-self: center;
- }
- .ot-donors {
- font-size: 0.8em;
- }
- .ot-donors header {
- background: #889cdd;
- padding: 0.5em;
- margin: 1em 0;
- }
- .ot-donors header h3 {
- color: #091534;
- font-size: 1.2em;
- font-weight: 600;
- padding: 0;
- margin: 0;
- }
- .ot-donors .donor-list {
- display: flex;
- flex-direction: column;
- }
- .ot-donors .donor-card {
- height: 80px;
- width: 100%;
- display: flex;
- flex-direction: row;
- align-content: center;
- justify-content: center;
- margin-bottom: 1em;
- }
- .ot-donors .donor-card img {
- width: auto;
- max-height: 100%;
- max-width: 95%;
- margin: auto;
- /* Style the alt text */
- font-size: 1.1em;
- }
- .frame-type-menu_sitemap {
- font-size: 16px;
- font-weight: bold;
- }
- .frame-type-menu_sitemap a {
- color: #4facc6;
- }
- .frame-type-menu_sitemap > ul {
- padding-left: 1.5em;
- list-style: none;
- }
- .frame-type-menu_sitemap li ul {
- list-style: disc;
- }
- .frame-type-menu_sitemap li ul li ul {
- list-style: square;
- }
- .frame-type-menu_sitemap li {
- padding-top: 0.5em;
- padding-bottom: 0.5em;
- color: #979797;
- }
- form .row {
- display: flex;
- flex-direction: row;
- }
- form .row > div {
- padding-left: 2em;
- flex: 1;
- }
- form .row > div:first-child {
- padding-left: 0;
- }
- .form-group {
- margin-bottom: 18px;
- }
- .control-label {
- color: #091534;
- display: inline-block;
- max-width: 100%;
- margin-bottom: 10px;
- font-weight: 700;
- }
- div.input {
- display: flex;
- flex-direction: column;
- }
- .form-control {
- height: 28px;
- box-sizing: content-box;
- padding: 6px 12px;
- font-size: 14px;
- line-height: 1.2em;
- color: #555;
- background-color: #fff;
- border: 1px solid #ccc;
- border-radius: 4px;
- }
- textarea.form-control {
- padding: 12px 12px;
- height: 180px;
- }
- .form-control:focus {
- border: 2px solid #889cdd;
- }
- .form-control:invalid {
- box-shadow: none;
- }
- div.input .error {
- color: #e60000;
- }
- div.input span.error {
- margin-top: 5px;
- }
- span.submit {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- }
- form button[type=submit] {
- width: 120px;
- }
- form button[type=submit]:hover {
- background-color: #e6e6e6;
- cursor: pointer;
- }
- ::-webkit-input-placeholder {
- color: #8c8c8c !important;
- opacity: 1;
- }
- :-moz-placeholder {
- color: #8c8c8c !important;
- opacity: 1;
- }
- ::-moz-placeholder {
- color: #8c8c8c !important;
- opacity: 1;
- }
- :-ms-input-placeholder {
- color: #8c8c8c !important;
- opacity: 1;
- }
- .contact-form {
- width: 80%;
- margin: auto;
- min-width: 600px;
- }
- .contact-form-info {
- font-size: 12px;
- padding: 0 5px 10px 5px;
- font-style: italic;
- color: #4d4d4d;
- }
- .faq-item h3 {
- color: #091534;
- }
- .faq-item .content {
- color: #262626;
- padding: 0 2em;
- margin: 0 0.5em 3em 0.5em;
- border-left: solid 2px #889cdd;
- }
- .fce-2col {
- display: flex;
- flex-direction: row;
- }
- .fce-2col .col {
- flex: 1;
- margin-right: 2em;
- }
- .fce-2col .col:last-child {
- margin-right: 0;
- }
- /*# sourceMappingURL=theme-blue.css.map */
|