diff --git a/web/themes/dcb2017/.gitignore b/web/themes/dcb2017/.gitignore new file mode 100644 index 000000000..be985d8ef --- /dev/null +++ b/web/themes/dcb2017/.gitignore @@ -0,0 +1 @@ +/css/ diff --git a/web/themes/dcb2017/css/style.css b/web/themes/dcb2017/css/style.css deleted file mode 100644 index e7d9a0c58..000000000 --- a/web/themes/dcb2017/css/style.css +++ /dev/null @@ -1,450 +0,0 @@ -html { - font-family: 'Poppins', sans-serif; - font-size: 16px; } - -a, -a:visited { - color: #666; } - a:hover, a:focus, - a:visited:hover, - a:visited:focus { - color: black; } - -h1 { - font-size: 2.4em; } - -h2 { - font-size: 2em; } - -h3 { - font-size: 1.6em; } - -h1, h2, h3, h4 { - font-weight: 600; - margin-bottom: 0.4em; } - -h1, h2 { - text-transform: uppercase; } - -.region-header { - margin: 0 auto; - max-width: 72rem; - overflow: hidden; } - -.region-featured { - position: relative; } - .region-featured:after { - background-image: url("../images/dcb-bg.jpg"); - background-position: center center; - background-size: cover; - content: ''; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: -1; } - -.featured-footer { - background: black; - color: white; - font-size: 1.2rem; - font-weight: bold; - padding: 1rem; - text-align: center; - text-transform: uppercase; } - .featured-footer a { - color: #ec16a8; - text-decoration: none; } - .featured-footer a:focus, .featured-footer a:hover { - color: #666; } - -.region-content { - margin: 0 auto; - max-width: 72rem; - padding: 1rem; } - .region-content .block-views { - margin-bottom: 5em; } - -.region-content-top { - overflow: hidden; } - -.region-content-bottom { - margin: 2em 0 4em; - text-align: center; } - .region-content-bottom h2 { - font-size: 2em; - font-weight: 700; } - @media screen and (min-width: 37.5rem) { - .region-content-bottom h2 { - font-size: 3em; } } - @media screen and (min-width: 56.25rem) { - .region-content-bottom h2 { - font-size: 4em; } } - .region-content-bottom h2 span { - color: #0fa877; } - .region-content-bottom .block { - margin: 2em 1em; } - .region-content-bottom .all-sponsors-link a { - background: #b33ee9; - border: 0; - color: white; - font-size: 1rem; - font-weight: 600; - padding: 0.5rem 1rem; - text-decoration: none; - text-transform: uppercase; - background-color: #0fa877; } - .region-content-bottom .all-sponsors-link a:hover, .region-content-bottom .all-sponsors-link a:focus { - background: #0fa877; } - .region-content-bottom .all-sponsors-link a:hover, .region-content-bottom .all-sponsors-link a:focus { - background: #ec16a8; } - .region-content-bottom img { - height: auto; - max-width: 100%; } - -.region-footer { - margin: 0 auto; - max-width: 72rem; - padding: 1rem; } - -.layout-container > footer { - background-image: url("../images/dcb-bg.jpg"); - background-position: center center; - background-size: cover; } - -ul.menu { - margin: 0; - padding: 0; - text-align: center; } - @media screen and (min-width: 37.5rem) { - ul.menu { - text-align: left; } } - ul.menu li.menu-item { - display: inline-block; - padding: 0.5rem 1rem; - text-transform: uppercase; } - @media screen and (min-width: 37.5rem) { - ul.menu li.menu-item { - padding: 1rem 0.8rem; } } - ul.menu li.menu-item a { - color: black; - text-decoration: none; } - ul.menu li.menu-item a:hover, ul.menu li.menu-item a:focus, ul.menu li.menu-item a.is-active { - color: #0fa877; } - -nav.menu--main { - font-weight: bold; } - @media screen and (min-width: 37.5rem) { - nav.menu--main { - margin: 0.8rem; - float: right; } } - -.block-system-branding-block { - margin: 0.5rem auto; - width: 8rem; } - @media screen and (min-width: 37.5rem) { - .block-system-branding-block { - float: left; - margin: 0.5rem 2rem; - width: auto; } } - -.site-logo img { - display: block; - max-width: 100%; - width: 11rem; } - -#block-homepagehero { - font-size: 1.8rem; - line-height: 1.2; - margin: auto; - max-width: 30rem; - padding: 3rem 1rem; - text-align: center; } - @media screen and (min-width: 56.25rem) { - #block-homepagehero { - padding: 6rem 1rem; } } - @media screen and (min-width: 75rem) { - #block-homepagehero { - padding: 10rem 1rem; } } - #block-homepagehero img { - max-width: 100%; } - #block-homepagehero p { - margin: 1rem 0; } - #block-homepagehero a.tickets, - #block-homepagehero a.submit { - background: #b33ee9; - border: 0; - color: white; - font-size: 1rem; - font-weight: 600; - padding: 0.5rem 1rem; - text-decoration: none; - text-transform: uppercase; - display: inline-block; - font-size: 1.2rem; - margin: 0 0.5rem 0.5rem; - padding: 0.8rem 1.6rem; } - #block-homepagehero a.tickets:hover, #block-homepagehero a.tickets:focus, - #block-homepagehero a.submit:hover, - #block-homepagehero a.submit:focus { - background: #0fa877; } - #block-homepagehero a.tickets { - background-color: #ec16a8; } - -#block-dcbschedule { - overflow: hidden; - position: relative; } - #block-dcbschedule .field { - box-sizing: border-box; - padding: 2rem 2rem 2rem; - position: relative; - text-align: center; - text-transform: uppercase; } - @media screen and (min-width: 56.25rem) { - #block-dcbschedule .field { - float: left; - padding: 3rem 3rem 3rem; - position: static; - width: 33.333%; } } - @media screen and (min-width: 75rem) { - #block-dcbschedule .field { - padding: 5rem 4rem 4rem; } } - #block-dcbschedule .field:before { - bottom: 0; - content: ''; - left: 0; - position: absolute; - top: 0; - width: 100%; - z-index: -1; - background-position: center; - background-size: cover; } - @media screen and (min-width: 56.25rem) { - #block-dcbschedule .field:before { - width: 33.333%; } } - #block-dcbschedule .field.field--name-field-cxo-text:before { - background-image: url("../images/cxo.jpg"); } - @media screen and (min-width: 56.25rem) { - #block-dcbschedule .field.field--name-field-cxo-text:before { - left: 0; } } - #block-dcbschedule .field.field--name-field-dev-text:before { - background-image: url("../images/dev.jpg"); } - @media screen and (min-width: 56.25rem) { - #block-dcbschedule .field.field--name-field-dev-text:before { - left: 33.333%; } } - #block-dcbschedule .field.field--name-field-sprint-text:before { - background-image: url("../images/sprint.jpg"); } - @media screen and (min-width: 56.25rem) { - #block-dcbschedule .field.field--name-field-sprint-text:before { - left: 66.666%; } } - #block-dcbschedule p, #block-dcbschedule h2 { - margin: 0; } - #block-dcbschedule h2 { - font-size: 5rem; - font-weight: 700; - line-height: 1; } - @media screen and (min-width: 56.25rem) { - #block-dcbschedule h2 { - font-size: 3rem; } } - @media screen and (min-width: 75rem) { - #block-dcbschedule h2 { - font-size: 5rem; } } - #block-dcbschedule .schedule-day { - font-size: 2.5rem; - font-weight: bold; } - @media screen and (min-width: 56.25rem) { - #block-dcbschedule .schedule-day { - font-size: 2rem; } } - @media screen and (min-width: 75rem) { - #block-dcbschedule .schedule-day { - font-size: 2.5rem; } } - #block-dcbschedule .schedule-location { - font-size: 1.6rem; - font-weight: 600; - padding-top: 2rem; } - @media screen and (min-width: 56.25rem) { - #block-dcbschedule .schedule-location { - font-size: 1.2rem; } } - @media screen and (min-width: 75rem) { - #block-dcbschedule .schedule-location { - font-size: 1.6rem; } } - #block-dcbschedule .schedule-date { - font-size: 1.6rem; - font-weight: 600; } - @media screen and (min-width: 56.25rem) { - #block-dcbschedule .schedule-date { - font-size: 1.2rem; } } - @media screen and (min-width: 75rem) { - #block-dcbschedule .schedule-date { - font-size: 1.6rem; } } - -.form-item > label { - display: block; - font-weight: 600; } - .form-item > label.option { - display: inline; - font-weight: normal; } - -.form-submit { - background: #b33ee9; - border: 0; - color: white; - font-size: 1rem; - font-weight: 600; - padding: 0.5rem 1rem; - text-decoration: none; - text-transform: uppercase; } - .form-submit:hover, .form-submit:focus { - background: #0fa877; } - -.form-text, -.form-email { - max-width: 95%; } - -.views-view-table td { - display: block; - vertical-align: top; } - .views-view-table td.views-field-field-logo { - padding: 1em 0; - text-align: center; } - @media screen and (min-width: 56.25rem) { - .views-view-table td.views-field-field-logo { - padding: 2em 2em 2em 0; } } - @media screen and (min-width: 56.25rem) { - .views-view-table td { - display: table-cell; } } - -.views-view-table .views-field-body a { - background: #b33ee9; - border: 0; - color: white; - font-size: 1rem; - font-weight: 600; - padding: 0.5rem 1rem; - text-decoration: none; - text-transform: uppercase; } - .views-view-table .views-field-body a:hover, .views-view-table .views-field-body a:focus { - background: #0fa877; } - -.view-silver-sponsors, -.view-supporting-partners { - overflow: hidden; - text-align: center; } - .view-silver-sponsors .sponsor, - .view-supporting-partners .sponsor { - box-sizing: border-box; - float: left; - padding: 1em; - width: 100%; } - @media screen and (min-width: 37.5rem) { - .view-silver-sponsors .sponsor, - .view-supporting-partners .sponsor { - width: 50%; } } - @media screen and (min-width: 56.25rem) { - .view-silver-sponsors .sponsor, - .view-supporting-partners .sponsor { - width: 33.333%; } } - @media screen and (min-width: 75rem) { - .view-silver-sponsors .sponsor, - .view-supporting-partners .sponsor { - width: 20%; } } - .view-silver-sponsors img, - .view-supporting-partners img { - height: auto; - max-width: 100%; } - -.view-display-id-sponsor_logo_gold .view-content { - text-align: center; } - -.view-display-id-sponsor_logo_gold .views-row { - display: inline-block; - padding: 0.5em 1.5em; - vertical-align: middle; } - -.view-schedule .view-grouping-header { - background: #0fa877; - color: white; - font-size: 1.5em; - text-align: center; } - -.view-schedule h2 { - font-size: 1.8em; - text-transform: none; } - -.view-schedule h4 { - font-size: 1.3em; } - -.view-schedule p { - margin: 0.5em 0; } - -.view-schedule .node--type-session { - margin-bottom: 3em; } - -@media screen and (min-width: 56.25rem) { - .view-schedule .group-wrapper { - box-sizing: border-box; - float: left; - padding-right: 2em; } - .view-schedule .group-wrapper h2 { - font-size: 1.2em; - line-height: 1.4; } } - -.view-schedule .group-wrapper h3 { - color: #666; } - -.view-schedule .view-grouping-content { - overflow: hidden; } - @media screen and (min-width: 56.25rem) { - .view-schedule .view-grouping-content.col-2 .group-wrapper { - width: 50%; } } - @media screen and (min-width: 56.25rem) { - .view-schedule .view-grouping-content.col-3 .group-wrapper { - width: 33.33%; } } - -.node--type-session .field--name-field-category, -.node--type-session .field--name-field-level, -.node--type-session .field--name-field-length { - padding-right: 5em; } - @media screen and (min-width: 37.5rem) { - .node--type-session .field--name-field-category, - .node--type-session .field--name-field-level, - .node--type-session .field--name-field-length { - float: left; - font-weight: 600; } - .node--type-session .field--name-field-category .field__label, - .node--type-session .field--name-field-level .field__label, - .node--type-session .field--name-field-length .field__label { - display: none; } } - -.node--type-session .field--name-body { - clear: both; - padding: 0.5em 0; } - -.node--type-speaker .node__content { - position: relative; } - -@media screen and (min-width: 37.5rem) { - .node--type-speaker .profile-picture { - position: absolute; - top: 0; - left: 0; } - .node--type-speaker .profile-info { - min-height: 7em; - padding-left: 9em; } } - -.node--type-speaker.node--view-mode-speaker-profile { - margin-bottom: 2em; } - -.node--type-speaker .speaker-link { - text-decoration: none; } - -.speaker-twitter { - background: url("../images/twitter-1.png") no-repeat left center transparent; - padding: 0 10px 0 20px; } - -.speaker-drupal { - background: url("../images/drop-1.png") no-repeat left center transparent; - padding: 0 10px 0 20px; } - -/*# sourceMappingURL=style.css.map */ diff --git a/web/themes/dcb2017/css/style.css.map b/web/themes/dcb2017/css/style.css.map deleted file mode 100644 index fc99a563c..000000000 --- a/web/themes/dcb2017/css/style.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["_global.scss","base/_variables.scss","layout/_header.scss","layout/_featured.scss","layout/_content.scss","layout/_content-top.scss","layout/_content-bottom.scss","base/_mixins.scss","layout/_footer.scss","components/_menus.scss","components/_blocks.scss","components/_forms.scss","components/_views.scss","components/_schedule.scss","content/_session.scss","content/_speaker.scss"],"names":[],"mappings":"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","file":"style.css","sourcesContent":["html {\n font-family: 'Poppins', sans-serif;\n font-size: 16px;\n}\n\na,\na:visited {\n color: $dcb-grey;\n\n &:hover,\n &:focus {\n color: black;\n }\n}\n\nh1 {\n font-size: 2.4em;\n}\n\nh2 {\n font-size: 2em;\n}\n\nh3 {\n font-size: 1.6em;\n}\n\nh1, h2, h3, h4 {\n font-weight: 600;\n margin-bottom: 0.4em\n}\n\nh1, h2 {\n text-transform: uppercase;\n}\n","// Custom variables, colours etc.\n\n$dcb-green: #0fa877;\n$dcb-blue: #b33ee9;\n$dcb-purple: #ec16a8;\n\n$dcb-grey: #666;\n",".region-header {\n margin: 0 auto;\n max-width: 72rem;\n overflow: hidden;\n}\n",".region-featured {\n position: relative;\n\n &:after {\n background-image: url('../images/dcb-bg.jpg');\n background-position: center center;\n background-size: cover;\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: -1;\n }\n}\n\n.featured-footer {\n background: black;\n color: white;\n font-size: 1.2rem;\n font-weight: bold;\n padding: 1rem;\n text-align: center;\n text-transform: uppercase;\n\n a {\n color: $dcb-purple;\n text-decoration: none;\n\n &:focus,\n &:hover {\n color: $dcb-grey;\n }\n }\n}\n",".region-content {\n margin: 0 auto;\n max-width: 72rem;\n padding: 1rem;\n\n .block-views {\n margin-bottom: 5em;\n }\n}\n",".region-content-top {\n overflow: hidden;\n}\n",".region-content-bottom {\n margin: 2em 0 4em;\n text-align: center;\n\n h2 {\n font-size: 2em;\n font-weight: 700;\n\n @include media-tablet {\n font-size: 3em;\n }\n @include media-large {\n font-size: 4em;\n }\n\n span {\n color: $dcb-green;\n }\n }\n\n .block {\n margin: 2em 1em;\n }\n\n .all-sponsors-link a {\n @include button;\n background-color: $dcb-green;\n\n &:hover,\n &:focus {\n background: $dcb-purple;\n }\n }\n\n img {\n height: auto;\n max-width: 100%;\n }\n}\n","// Tablet size breakpoint 600px.\n@mixin media-tablet {\n @media screen and (min-width: 37.5rem) {\n @content;\n }\n}\n\n// Desktop size breakpoint 900px.\n@mixin media-large {\n @media screen and (min-width: 56.25rem) {\n @content;\n }\n}\n\n// Wide Desktop size breakpoint 1200px.\n@mixin media-wide {\n @media screen and (min-width: 75rem) {\n @content;\n }\n}\n\n@mixin button {\n background: $dcb-blue;\n border: 0;\n color: white;\n font-size: 1rem;\n font-weight: 600;\n padding: 0.5rem 1rem;\n text-decoration: none;\n text-transform: uppercase;\n\n &:hover,\n &:focus {\n background: $dcb-green;\n }\n}\n",".region-footer {\n margin: 0 auto;\n max-width: 72rem;\n padding: 1rem;\n}\n\n.layout-container > footer {\n background-image: url('../images/dcb-bg.jpg');\n background-position: center center;\n background-size: cover;\n}\n","ul.menu {\n margin: 0;\n padding: 0;\n text-align: center;\n\n @include media-tablet {\n text-align: left;\n }\n\n li.menu-item {\n display: inline-block;\n padding: 0.5rem 1rem;\n text-transform: uppercase;\n\n @include media-tablet {\n padding: 1rem 0.8rem;\n }\n\n a {\n color: black;\n text-decoration: none;\n\n &:hover,\n &:focus,\n &.is-active {\n color: $dcb-green;\n }\n }\n }\n}\n\nnav.menu--main {\n font-weight: bold;\n\n @include media-tablet {\n margin: 0.8rem;\n float: right;\n }\n}\n",".block-system-branding-block {\n margin: 0.5rem auto;\n width: 8rem;\n\n @include media-tablet {\n float: left;\n margin: 0.5rem 2rem;\n width: auto;\n }\n}\n\n.site-logo img {\n display: block;\n max-width: 100%;\n width: 11rem;\n}\n\n#block-homepagehero {\n font-size: 1.8rem;\n line-height: 1.2;\n margin: auto;\n max-width: 30rem;\n padding: 3rem 1rem;\n text-align: center;\n\n @include media-large {\n padding: 6rem 1rem;\n }\n\n @include media-wide {\n padding: 10rem 1rem;\n }\n\n img {\n max-width: 100%;\n }\n\n p {\n margin: 1rem 0;\n }\n\n a.tickets,\n a.submit {\n @include button;\n display: inline-block;\n font-size: 1.2rem;\n margin: 0 0.5rem 0.5rem;\n padding: 0.8rem 1.6rem;\n }\n\n a.tickets {\n background-color: $dcb-purple;\n }\n}\n\n#block-dcbschedule {\n overflow: hidden;\n position: relative;\n\n .field {\n box-sizing: border-box;\n padding: 2rem 2rem 2rem;\n position: relative;\n text-align: center;\n text-transform: uppercase;\n\n @include media-large {\n float: left;\n padding: 3rem 3rem 3rem;\n position: static;\n width: 33.333%;\n }\n\n @include media-wide {\n padding: 5rem 4rem 4rem;\n }\n\n &:before {\n bottom: 0;\n content: '';\n left: 0;\n position: absolute;\n top: 0;\n width: 100%;\n z-index: -1;\n background-position: center;\n background-size: cover;\n\n @include media-large {\n width: 33.333%;\n }\n }\n\n &.field--name-field-cxo-text:before {\n background-image: url('../images/cxo.jpg');\n\n @include media-large {\n left: 0;\n }\n }\n &.field--name-field-dev-text:before {\n background-image: url('../images/dev.jpg');\n\n @include media-large {\n left: 33.333%;\n }\n }\n &.field--name-field-sprint-text:before {\n background-image: url('../images/sprint.jpg');\n\n @include media-large {\n left: 66.666%;\n }\n }\n }\n\n p, h2 {\n margin: 0;\n }\n\n h2 {\n font-size: 5rem;\n font-weight: 700;\n line-height: 1;\n\n @include media-large {\n font-size: 3rem;\n }\n\n @include media-wide {\n font-size: 5rem;\n }\n }\n\n .schedule-day {\n font-size: 2.5rem;\n font-weight: bold;\n\n @include media-large {\n font-size: 2rem;\n }\n\n @include media-wide {\n font-size: 2.5rem;\n }\n }\n\n .schedule-location {\n font-size: 1.6rem;\n font-weight: 600;\n padding-top: 2rem;\n\n @include media-large {\n font-size: 1.2rem;\n }\n\n @include media-wide {\n font-size: 1.6rem;\n }\n }\n\n .schedule-date {\n font-size: 1.6rem;\n font-weight: 600;\n\n @include media-large {\n font-size: 1.2rem;\n }\n\n @include media-wide {\n font-size: 1.6rem;\n }\n }\n}\n",".form-item > label {\n display: block;\n font-weight: 600;\n\n &.option {\n display: inline;\n font-weight: normal;\n }\n}\n\n.form-submit {\n @include button;\n}\n\n.form-text,\n.form-email {\n max-width: 95%;\n}\n",".views-view-table {\n td {\n display: block;\n vertical-align: top;\n\n &.views-field-field-logo {\n padding: 1em 0;\n text-align: center;\n\n @include media-large {\n padding: 2em 2em 2em 0;\n }\n }\n\n @include media-large {\n display: table-cell;\n }\n }\n\n .views-field-body a {\n @include button;\n }\n}\n\n.view-silver-sponsors,\n.view-supporting-partners {\n overflow: hidden;\n text-align: center;\n\n .sponsor {\n box-sizing: border-box;\n float: left;\n padding: 1em;\n width: 100%;\n\n @include media-tablet {\n width: 50%;\n }\n\n @include media-large {\n width: 33.333%;\n }\n\n @include media-wide {\n width: 20%;\n }\n }\n\n img {\n height: auto;\n max-width: 100%;\n }\n}\n\n.view-display-id-sponsor_logo_gold {\n .view-content {\n text-align: center;\n }\n\n .views-row {\n display: inline-block;\n padding: 0.5em 1.5em;\n vertical-align: middle;\n }\n}\n",".view-schedule {\n .view-grouping-header {\n background: $dcb-green;\n color: white;\n font-size: 1.5em;\n text-align: center;\n }\n\n h2 {\n font-size: 1.8em;\n text-transform: none;\n }\n\n h4 {\n font-size: 1.3em\n }\n\n p {\n margin: 0.5em 0;\n }\n\n .node--type-session {\n margin-bottom: 3em;\n }\n\n .group-wrapper {\n @include media-large {\n box-sizing: border-box;\n float: left;\n padding-right: 2em;\n\n h2 {\n font-size: 1.2em;\n line-height: 1.4;\n }\n }\n\n h3 {\n color: $dcb-grey;\n }\n }\n\n .view-grouping-content {\n overflow: hidden;\n\n &.col-2 .group-wrapper {\n @include media-large {\n width: 50%;\n }\n }\n\n &.col-3 .group-wrapper {\n @include media-large {\n width: 33.33%;\n }\n }\n }\n}\n",".node--type-session {\n .field--name-field-category,\n .field--name-field-level,\n .field--name-field-length {\n padding-right: 5em;\n\n @include media-tablet {\n float: left;\n font-weight: 600;\n\n .field__label {\n display: none;\n }\n }\n }\n\n .field--name-body {\n clear: both;\n padding: 0.5em 0;\n }\n}\n",".node--type-speaker {\n .node__content {\n position: relative;\n }\n\n @include media-tablet {\n .profile-picture {\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .profile-info {\n min-height: 7em;\n padding-left: 9em;\n }\n }\n\n &.node--view-mode-speaker-profile {\n margin-bottom: 2em;\n }\n\n .speaker-link {\n text-decoration: none;\n }\n}\n\n.speaker-twitter {\n background: url('../images/twitter-1.png') no-repeat left center transparent;\n padding: 0 10px 0 20px;\n}\n\n.speaker-drupal {\n background: url('../images/drop-1.png') no-repeat left center transparent;\n padding: 0 10px 0 20px;\n}\n"]} \ No newline at end of file