Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/dist/css/main.css

Issue 29624561: Issue 6104 - Minified code in help center repository (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Move all requires to top of gulpfile.js Created Dec. 4, 2017, 2:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: static/dist/css/main.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/static/dist/css/main.css
@@ -0,0 +1,1301 @@
+/*!
+ * This file is part of website-defaults
+ * Copyright (C) 2016-present eyeo GmbH
+ *
+ * website-defaults is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * website-defaults is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with website-defaults. If not, see <http://www.gnu.org/licenses/>.
+ */
+/*******************************************************************************
+ * CSS Reset
+ ******************************************************************************/
+/* Reset margins, paddings, and font globally */
+html, body,
+h1, h2, h3, h4, h5, h6,
+a, p, span,
+em, small, strong, sub, sup,
+strike, s, mark, del, ins,
+abbr, dfn,
+blockquote, q, cite,
+code, pre,
+kbd, samp, var, output, ruby,
+ol, ul, li, dl, dt, dd,
+div, section, article,
+main, aside, nav,
+header, hgroup, footer,
+img, figure, figcaption,
+address, time,
+audio, video,
+canvas, object, iframe, embed,
+details, summary,
+fieldset, form, label, legend,
+table, caption,
+tbody, tfoot, thead,
+tr, th, td {
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ font-size: 100%;
+ font: inherit;
+ vertical-align: baseline; }
+
+/* Add the correct display in IE 9-. */
+article,
+aside,
+footer,
+header,
+nav,
+section,
+main {
+ display: block; }
+
+/* Set default box-sizing (opinionated) */
+*,
+*:before,
+*:after {
+ box-sizing: inherit; }
+
+html {
+ box-sizing: border-box; }
+
+/* Remove the margin in all browsers (opinionated). */
+body {
+ margin: 0px; }
+
+/* Remove list styles (opinionated) */
+ol,
+ul {
+ list-style: none; }
+
+/* Remove quotes ("") in most browsers (opinionated) */
+blockquote,
+q {
+ quotes: none; }
+
+/* Remove quotes ("") in Safari (opinionated) */
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+ content: "";
+ content: none; }
+
+/* Share borders between adjacent cells (opinionated) */
+table {
+ border-collapse: collapse;
+ border-spacing: 0; }
+
+/* Normalize inline content (opinionated) */
+b,
+strong {
+ font-weight: bolder; }
+
+small {
+ font-size: smaller; }
+
+abbr {
+ text-decoration: underline;
+ cursor: help; }
+
+sup {
+ position: relative;
+ font-size: 75%;
+ vertical-align: super; }
+
+a,
+a:visited {
+ color: inherit;
+ /* Remove the gray background on active links in IE 10. */
+ background-color: transparent;
+ text-decoration: none;
+ /* Set default pointer regardless of href (opinionated) */
+ cursor: pointer; }
+
+a:hover,
+a:active,
+a:focus {
+ text-decoration: underline; }
+
+img {
+ /* Make fixed width images responsive */
+ max-width: 100%;
+ /* Remove the border on images inside links in IE 10-. */
+ border-style: none; }
+
+/* Set correct display for hidden attribute in IE 10- */
+[hidden] {
+ display: none; }
+
+/*******************************************************************************
+ * Utilities
+ ******************************************************************************/
+/* Responsive widths
+ ******************************************************************************/
+/**
+ * Stretch content (e.g. images) full-width
+ */
+.full-width {
+ display: block;
+ width: 100%; }
+
+/**
+ * Center content within a (responsive) fixed width
+ */
+.container {
+ width: 960px;
+ max-width: 100%;
+ margin-right: auto;
+ margin-left: auto;
+ padding-right: 1em;
+ padding-left: 1em; }
+
+/* Device widths
+ ******************************************************************************/
+.phone-width {
+ width: auto; }
+
+.phablet-width {
+ width: 540px; }
+
+.tablet-width {
+ width: 720px; }
+
+.desktop-width {
+ width: 960px; }
+
+.large-desktop-width {
+ width: 1140px; }
+
+/* Text alignment
+ ******************************************************************************/
+.text-center, .product-heading {
+ text-align: center; }
+
+.text-left {
+ text-align: left; }
+
+.text-right {
+ text-align: right; }
+
+.text-start {
+ text-align: left; }
+
+[dir="rtl"] .text-start {
+ text-align: right; }
+
+.text-end {
+ text-align: right; }
+
+[dir="rtl"] .text-end {
+ text-align: left; }
+
+/* Floats
+ ******************************************************************************/
+.float-start {
+ float: left; }
+
+[dir="rtl"] .float-start {
+ float: right; }
+
+.float-end {
+ float: right; }
+
+[dir="rtl"] .float-end {
+ float: left; }
+
+/* Clearfix
+ ******************************************************************************/
+.clearfix:after, .content:after, .article-browser-selector:after,
+.clearfix:before,
+.content:before,
+.article-browser-selector:before {
+ display: table;
+ content: " "; }
+
+.clearfix:after, .content:after, .article-browser-selector:after {
+ clear: both; }
+
+/* Screen reader only
+ ******************************************************************************/
+.sr-only {
+ position: absolute;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ width: 1px;
+ height: 1px;
+ margin: -1px;
+ padding: 0;
+ border: 0; }
+
+/* Unstyled elements
+ ******************************************************************************/
+.unstyled,
+.unstyled *,
+.content .unstyled {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background: none; }
+
+ul.unstyled {
+ list-style: none; }
+
+/* Backgrounds
+ ******************************************************************************/
+.bg-primary {
+ color: #fff;
+ background-color: #000; }
+
+.bg-secondary {
+ color: #eee;
+ background-color: #424242; }
+
+.bg-accent {
+ color: #e3f2fd;
+ background-color: #0d47a1; }
+
+.bg-error {
+ color: #ffebee;
+ background-color: #b71c1c; }
+
+/* Lead
+ ******************************************************************************/
+.lead {
+ font-size: 1.25em; }
+
+/*******************************************************************************
+ * Base styles
+ ******************************************************************************/
+html {
+ color: #161616;
+ background-color: #fff;
+ font-family: "Source Sans Pro", sans-serif;
+ line-height: 1.5; }
+
+/*******************************************************************************
+ * Content styles
+ *******************************************************************************
+ * 1. Document
+ * 2. Headings
+ * 3. Body content
+ ******************************************************************************/
+.content {
+ /* Clearfixed
+ ****************************************************************************/
+ /* Document
+ ****************************************************************************/
+ /* Headings
+ ****************************************************************************/
+ /* Body content
+ ****************************************************************************/ }
+ .content p,
+ .content ol,
+ .content ul,
+ .content dl,
+ .content pre,
+ .content blockquote {
+ /* Set consistent margins (opinionated) */
+ margin: 1em 0em; }
+ .content h1,
+ .content h2,
+ .content h3,
+ .content h4,
+ .content h5,
+ .content h6 {
+ /* Margin on top **only** (opinionated) */
+ margin: 2em 0em 0.5em 0em;
+ /* All headings should be bold (opinionated) */
+ font-weight: 600; }
+ .content h1 {
+ font-size: 2em; }
+ .content h2 {
+ font-size: 1.5em; }
+ .content h3 {
+ font-size: 1.25em; }
+ .content h4 {
+ font-size: 1em; }
+ .content h5 {
+ font-size: 0.8em; }
+ .content h6 {
+ font-size: 0.7em; }
+ .content a,
+ .content a:visited {
+ color: #1565c0; }
+ .content hr {
+ border: 1px solid #eee; }
+ .content blockquote {
+ padding-left: 1em;
+ border-left: 5px solid #9e9e9e; }
+ .content [dir="rtl"] blockquote {
+ padding-right: 1em;
+ padding-left: 0em;
+ border-right: 5px solid #eee;
+ border-left: 0px; }
+ .content ol,
+ .content ul {
+ padding-left: 1.5em; }
+ .content [dir="rtl"] ol,
+ .content [dir="rtl"] ul {
+ padding-right: 2em;
+ padding-left: 0em; }
+ .content ol {
+ list-style: decimal; }
+ .content ul {
+ list-style: disc; }
+ .content li {
+ margin: 0.25em 0em; }
+ .content ol ol,
+ .content ul ul,
+ .content ol ul,
+ .content ul ol {
+ /* prevent double spacing lists */
+ margin: 0em; }
+ .content ol ol {
+ list-style-type: lower-alpha; }
+ .content dt {
+ /* undo browser default (opinionated)*/
+ font-weight: 600; }
+ .content dd {
+ margin: 0.25em 0em 1em 0em; }
+
+/*******************************************************************************
+ * Grid component
+ ******************************************************************************/
+/**
+ * - .row contains one or more .column(s)
+ * - .row clears .column(s)
+ * - .row negates the left & right padding of it's left-most & right-most
+ * .column(s) while preserving consistent padding between .column(s)
+ */
+.row {
+ margin: 0px -1em; }
+
+.row:after {
+ display: block;
+ clear: both;
+ content: ""; }
+
+/**
+ * - .column is 100% width by default
+ * - Modifier classes are applied to .column to change it's width
+ * - Modifier classes behave differently on different device widths
+ */
+.column {
+ position: relative;
+ width: 100%;
+ min-height: 1px;
+ padding: 0px 1em; }
+
+/* - .column(s) within .row .reverse appear in reverse order
+ * - .column(s) within [dir=rtl] appear in reverse order respectively
+ */
+.column,
+[dir="rtl"] .reverse .column {
+ float: left; }
+
+.reverse .column,
+[dir="rtl"] .column {
+ float: right; }
+
+@media (min-width: 768px) {
+ .one-half,
+ .one-fourth {
+ width: 50%; } }
+
+@media (min-width: 992px) {
+ .one-third {
+ width: 33.333333%; }
+ .two-thirds {
+ width: 66.666667%; } }
+
+@media (min-width: 992px) {
+ .one-fourth {
+ width: 25%; }
+ .three-fourths {
+ width: 75%; } }
+
+/*******************************************************************************
+ * Basic forms fields
+ *******************************************************************************
+
+/* 1. Reset
+ ******************************************************************************/
+/* Change the font styles in all browsers (opinionated). */
+input,
+optgroup,
+select,
+textarea {
+ font: inherit; }
+
+/* Show the overflow in IE and Edge */
+input {
+ overflow: visible; }
+
+/* Remove the inheritance of text transform in Edge, Firefox, and IE. */
+select {
+ text-transform: none; }
+
+/* Set block display (opinionated) */
+fieldset {
+ display: block; }
+
+/* Correct the text wrapping in Edge and IE. */
+legend {
+ display: table;
+ max-width: 100%;
+ white-space: normal; }
+
+/* Remove the default vertical scrollbar in IE. */
+textarea {
+ overflow: auto; }
+
+/* Remove the padding in IE 10-. */
+[type="checkbox"],
+[type="radio"] {
+ padding: 0px; }
+
+/*******************************************************************************
+ * Adanced forms fields
+ *******************************************************************************
+
+/* 1. Reset
+ ******************************************************************************/
+/* Correct the cursor style of increment and decrement buttons in Chrome. */
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+ height: auto; }
+
+/* Use `-webkit-appearance: none` to reset inputs in iOS Safari */
+[type="date"],
+[type="time"],
+[type="datetime"],
+[type="datetime-local"],
+[type="month"],
+[type="week"],
+[type="search"],
+[type="search"]::-webkit-search-cancel-button,
+[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none; }
+
+[type="search"] {
+ outline-offset: -2px; }
+
+/*******************************************************************************
+ * Buttons
+ *******************************************************************************
+
+/* 1. Reset
+ ******************************************************************************/
+button {
+ margin: 0px;
+ font: inherit;
+ /* Show the overflow in IE and Edge */
+ overflow: visible;
+ /* Remove rounded corners in Chrome 62+ */
+ border-radius: 0;
+ /* Remove the inheritance of text transform in Edge, Firefox, and IE. */
+ text-transform: none; }
+
+/**
+ * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
+ * controls in Android 4.
+ * 2. Correct the inability to style clickable types in iOS and Safari.
+ */
+button,
+html [type="button"],
+[type="reset"],
+[type="submit"] {
+ -webkit-appearance: button; }
+
+/* Remove the inner border and padding in Firefox. */
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ padding: 0px;
+ border-style: none; }
+
+/* Restore the focus styles unset by the previous rule. */
+button:-moz-focusring,
+[type="button"]:-moz-focusring,
+[type="reset"]:-moz-focusring,
+[type="submit"]:-moz-focusring {
+ outline: 1px dotted ButtonText; }
+
+/*!
+ * This file is part of help.eyeo.com.
+ * Copyright (C) 2017-present eyeo GmbH
+ *
+ * help.eyeo.com is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * help.eyeo.com is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
+ */
+@font-face {
+ font-family: "Source Sans Pro";
+ font-weight: 400;
+ font-style: normal;
+ src: url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.eot");
+ src: url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.eot?#iefix") format("embedded-opentype"), local("Source Sans Pro"), local("Source-Sans-Pro-400"), url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.woff2") format("woff2"), url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.woff") format("woff"), url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.ttf") format("truetype"), url("../fonts/Source-Sans-Pro-400/Source-Sans-Pro-400.svg#SourceSansPro") format("svg"); }
+
+@font-face {
+ font-family: "Source Sans Pro";
+ font-weight: 600;
+ font-style: normal;
+ src: url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot");
+ src: url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot?#iefix") format("embedded-opentype"), local("Source Sans Pro Semibold"), local("Source-Sans-Pro-600"), url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff2") format("woff2"), url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff") format("woff"), url("../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.ttf") format("truetype"); }
+
+/*******************************************************************************
+ * Utilities
+ ******************************************************************************/
+/* Responsive
+ ******************************************************************************/
+@media (min-width: 576px) {
+ .mobile-only {
+ display: none; } }
+
+@media (min-width: 768px) {
+ .phablet-and-mobile-only {
+ display: none; } }
+
+@media (max-width: 767px) {
+ .tablet-and-desktop-only {
+ display: none; } }
+
+@media (max-width: 991px) {
+ .desktop-only {
+ display: none; } }
+
+/* Font colours
+ ******************************************************************************/
+.muted {
+ color: #AEAEAE; }
+
+a.muted,
+.muted a {
+ color: #AEAEAE !important;
+ text-decoration: underline; }
+
+/* Underlined
+ ******************************************************************************/
+.underlined {
+ border-bottom: 1px dotted #C4C4C4; }
+
+/*******************************************************************************
+ * Typography
+ ******************************************************************************/
+.h1, .product-heading {
+ font-size: 1.6em;
+ line-height: 1.2; }
+ @media (min-width: 576px) {
+ .h1, .product-heading {
+ font-size: 2em; } }
+ @media (min-width: 768px) {
+ .h1, .product-heading {
+ font-size: 2.8em; } }
+
+.h2, .article-heading {
+ font-size: 1.6em; }
+ @media (min-width: 576px) {
+ .h2, .article-heading {
+ font-size: 2em; } }
+
+.h4, .card-heading {
+ font-size: 1em;
+ font-weight: 600;
+ text-transform: uppercase; }
+
+a {
+ color: #0D79C7; }
+
+.product-heading .has-pre-icon {
+ display: inline-block; }
+
+/*******************************************************************************
+ * Navbar
+ ******************************************************************************/
+.navbar {
+ padding-top: 15px;
+ padding-bottom: 15px;
+ color: #fff;
+ background-color: #161616; }
+
+.navbar a {
+ color: #fff; }
+
+/* Navbar Collapse
+ ******************************************************************************/
+.navbar-collapse {
+ display: none;
+ clear: both; }
+ .navbar-collapse.open {
+ display: block; }
+ @media (min-width: 768px) {
+ .navbar-collapse {
+ display: block;
+ clear: none;
+ width: auto; } }
+
+.no-js .navbar-collapse {
+ display: block; }
+
+/*******************************************************************************
+ * Site Header
+ ******************************************************************************/
+#site-header {
+ min-height: 70px;
+ font-size: 0.9em;
+ line-height: 40px; }
+
+#site-title {
+ float: left;
+ margin-right: 60px; }
+
+html[dir="rtl"] #site-title {
+ float: right;
+ margin-right: 0;
+ margin-left: 60px; }
+
+#site-title img {
+ height: 30px;
+ vertical-align: middle; }
+
+.toggle-navbar-collapse {
+ width: 40px;
+ float: right;
+ line-height: 40px;
+ text-align: right;
+ cursor: pointer; }
+ .toggle-navbar-collapse img {
+ width: 15px;
+ vertical-align: middle; }
+
+html[dir="rtl"] .toggle-navbar-collapse {
+ float: left; }
+
+.no-js .toggle-navbar-collapse {
+ display: none; }
+
+/* Minimal header for non-product pages
+ ******************************************************************************/
+@media (min-width: 768px) {
+ .site-header-minimal .navbar-collapse {
+ text-align: right; }
+ [dir="rtl"] .site-header-minimal .navbar-collapse {
+ text-align: left; } }
+
+/*******************************************************************************
+ * Site Footer
+ ******************************************************************************/
+#site-footer {
+ font-size: 0.9em; }
+
+@media (min-width: 576px) {
+ #site-footer .column {
+ width: 50%; } }
+
+#site-footer-locales {
+ margin-bottom: 10px; }
+ @media (min-width: 576px) {
+ #site-footer-locales {
+ margin-bottom: 0; } }
+
+@media (min-width: 576px) {
+ #site-footer-nav {
+ text-align: right; } }
+
+@media (min-width: 576px) {
+ [dir="rtl"] #site-footer-nav {
+ text-align: left; } }
+
+@media (min-width: 768px) {
+ #site-footer-nav nav {
+ display: inline; } }
+
+#site-footer-nav nav li {
+ margin-right: 10px;
+ padding-right: 10px;
+ border-right: 1px solid #C4C4C4; }
+ #site-footer-nav nav li:last-child {
+ margin-right: 0px;
+ padding-right: 0px;
+ border-right: 0px; }
+ @media (min-width: 768px) {
+ #site-footer-nav nav li:last-child {
+ margin-right: 10px;
+ padding-right: 10px;
+ border-right: 1px solid #C4C4C4; } }
+
+#site-footer-nav a {
+ white-space: nowrap; }
+
+/*******************************************************************************
+ * Body
+ ******************************************************************************/
+.outer {
+ background-image: url(/dist/img/png/help-bg.png);
+ background-repeat: no-repeat; }
+
+#main {
+ padding-top: 30px;
+ padding-bottom: 60px; }
+ @media (min-width: 576px) {
+ #main {
+ padding-top: 60px; } }
+
+.tablet-width {
+ width: 720px; }
+
+.section, .product-heading {
+ margin-bottom: 30px; }
+ @media (min-width: 576px) {
+ .section, .product-heading {
+ margin-bottom: 60px; } }
+
+.section-accent {
+ padding-top: 60px;
+ padding-bottom: 60px;
+ background-image: url("/dist/img/png/accent-bg.png");
+ background-size: 100%;
+ background-repeat: no-repeat;
+ background-position: center 0; }
+
+/*******************************************************************************
+ * Search Form
+ ******************************************************************************/
+/* Product Website Link
+ ******************************************************************************/
+#product-website-link {
+ float: right; }
+
+html[dir="rtl"] #product-website-link {
+ float: left; }
+
+#product-website-link img {
+ height: 1em;
+ margin-left: 0.5em; }
+
+html[dir="rtl"] #product-website-link img {
+ margin-right: 0.5em;
+ margin-left: 0; }
+
+.navbar-collapse.open #product-website-link,
+.no-js #product-website-link {
+ float: none; }
+ @media (min-width: 576px) {
+ .navbar-collapse.open #product-website-link,
+ .no-js #product-website-link {
+ float: right;
+ margin-top: 20px; } }
+ @media (min-width: 768px) {
+ .navbar-collapse.open #product-website-link,
+ .no-js #product-website-link {
+ margin-top: 0; } }
+
+/* Search Form
+ ******************************************************************************/
+#search-form {
+ display: inline-block;
+ position: relative;
+ overflow: hidden;
+ width: 100%;
+ height: 35px;
+ border-radius: 4px;
+ color: #C4C4C4;
+ background: #fff;
+ line-height: 1;
+ vertical-align: middle; }
+ @media (min-width: 576px) {
+ #search-form {
+ max-width: 320px; } }
+
+.navbar-collapse.open #search-form,
+.no-js #search-form {
+ margin-top: 20px; }
+ @media (min-width: 768px) {
+ .navbar-collapse.open #search-form,
+ .no-js #search-form {
+ margin-top: 0; } }
+
+#search-form input {
+ width: 100%;
+ height: 35px;
+ padding-right: 40px;
+ padding-left: 10px;
+ border: 0;
+ font-family: "Source Sans Pro", sans-serif;
+ font-size: 0.9em; }
+
+html[dir="rtl"] #search-form input {
+ padding-right: 10px;
+ padding-left: 40px; }
+
+#search-form button {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 35px;
+ height: 100%;
+ border: 0;
+ background-color: transparent;
+ font-size: 1em; }
+
+html[dir="rtl"] #search-form button {
+ right: auto;
+ left: 0; }
+
+#search-form button img {
+ height: 1em; }
+
+/*******************************************************************************
+ * Cards
+ ******************************************************************************/
+.card {
+ padding: 15px;
+ border: 1px solid #C4C4C4;
+ border-top-width: 7px;
+ border-radius: 5px;
+ box-shadow: 0 0 8px 0 rgba(27, 48, 63, 0.2);
+ background-color: #fff; }
+
+.abp-card {
+ border-top-color: #C70D2B; }
+
+.card-heading {
+ margin-bottom: 15px; }
+
+/*******************************************************************************
+ * Select
+ ******************************************************************************/
+/* Custom Select
+ ******************************************************************************/
+.custom-select {
+ position: relative; }
+
+.custom-select-selected {
+ display: none;
+ padding: 0.2em 0.7em;
+ border: 2px solid #AEAEAE;
+ border-radius: 4px;
+ color: #fff;
+ background: transparent;
+ font-family: inherit;
+ font-size: inherit;
+ cursor: pointer; }
+
+.js .custom-select-selected {
+ display: inline-block; }
+
+.custom-select-options {
+ position: absolute;
+ bottom: 100%;
+ left: 0px;
+ margin-bottom: 0.5em;
+ border: 1px solid #AEAEAE;
+ border-radius: 4px;
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
+ color: #161616;
+ background: #fff;
+ list-style: none;
+ z-index: 2; }
+ .custom-select-options a {
+ color: #161616; }
+
+.custom-select-options[aria-hidden="true"] {
+ display: none; }
+
+[dir="rtl"] .custom-select-options {
+ right: 0px;
+ left: auto;
+ padding: 0.7em; }
+
+.no-js .custom-select-options {
+ position: relative;
+ display: inline-block;
+ top: 0px;
+ padding: 0px;
+ border: 0px;
+ color: inherit;
+ opacity: 1;
+ background: none; }
+ .no-js .custom-select-options li {
+ display: inline; }
+ .no-js .custom-select-options li:after {
+ content: ","; }
+ .no-js .custom-select-options li:last-child:after {
+ content: none; }
+ .no-js .custom-select-options a {
+ color: inherit; }
+
+.custom-select-option {
+ padding: 0.7em; }
+
+/* Custom Dropdown (extends the custom select element)
+ ******************************************************************************/
+.custom-select-dropdown .custom-select-selected,
+.custom-select-dropdown .custom-select-options {
+ width: 100%; }
+
+.custom-select-dropdown .custom-select-selected {
+ position: relative;
+ height: 2.5em;
+ padding-right: 3.5em;
+ padding-left: 0.7em;
+ color: #161616;
+ text-align: left; }
+
+[dir="rtl"] .custom-select-dropdown .custom-select-selected {
+ padding-right: 0.7em;
+ padding-left: 3.5em;
+ text-align: right; }
+
+.custom-select-dropdown .custom-select-selected:after {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 3em;
+ height: 100%;
+ border-left: 2px solid #AEAEAE;
+ background-image: url(/dist/img/png/arrow-icon-down-secondary.png);
+ background-image: linear-gradient(transparent, transparent), url(/dist/img/svg/arrow-icon-down-secondary.svg);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 0.7em;
+ content: ""; }
+
+[dir="rtl"] .custom-select-dropdown .custom-select-selected:after {
+ right: auto;
+ left: 0;
+ border-right: 2px solid #AEAEAE;
+ border-left: 0; }
+
+.custom-select-dropdown .custom-select-options {
+ top: 100%;
+ bottom: auto; }
+
+/*******************************************************************************
+ * Browser Select
+ ******************************************************************************/
+#browser-select-label {
+ margin-right: 1em;
+ text-transform: uppercase; }
+
+[dir="rtl"] #browser-select-label {
+ margin-right: auto;
+ margin-left: 1em; }
+
+#browser-select {
+ display: inline-block;
+ width: 100%;
+ max-width: 300px; }
+
+#browser-select li {
+ cursor: pointer; }
+
+#browser-select .pre-icon {
+ opacity: 0.5;
+ /* IE 6-9 */
+ filter: gray;
+ filter: grayscale(100%); }
+
+#browser-select .custom-select-selected .pre-icon,
+#browser-select .custom-select-option:hover .pre-icon,
+#browser-select .custom-select-option:focus .pre-icon {
+ opacity: 1;
+ filter: none; }
+
+/*******************************************************************************
+ * Lists
+ ******************************************************************************/
+/* Underlined List
+ ******************************************************************************/
+.underlined-list {
+ list-style: none; }
+
+.underlined-list li a {
+ display: block;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ border-bottom: 1px dotted #C4C4C4;
+ color: #1565c0; }
+
+.underlined-list li:last-child a {
+ border-bottom: none; }
+
+/* For underlined lists that split into two columns, remove the
+ * border-bottom from the 2nd-to-last item on larger screens
+ * (when expanded to two columns)
+ */
+@media (min-width: 768px) {
+ .underlined-list .one-half:nth-last-child(2) a {
+ border-bottom: none; } }
+
+/* For underlined lists that split into two columns, add a border-top
+ * to the first 2 children on larger screens, and only the first
+ * child on smaller screens (when collapsed to one column)
+ */
+.underlined-list .one-half:nth-child(1) a {
+ border-top: 1px dotted #C4C4C4; }
+
+@media (min-width: 768px) {
+ .underlined-list .one-half:nth-child(2) a {
+ border-top: 1px dotted #C4C4C4; } }
+
+/* Horizontal List
+ ******************************************************************************/
+.horizontal-list {
+ display: inline;
+ list-style: none; }
+
+.horizontal-list li {
+ display: inline;
+ list-style: none; }
+
+[dir="rtl"] .horizontal-list {
+ padding: 0; }
+
+/*******************************************************************************
+ * Contact Section
+ ******************************************************************************/
+#contact .h4, #contact .card-heading {
+ margin-bottom: 15px; }
+
+#contact .horizontal-list {
+ margin-right: -10px;
+ margin-left: -10px; }
+
+#contact .horizontal-list li {
+ display: inline-block;
+ margin-right: 10px;
+ margin-left: 10px;
+ font-weight: 600;
+ text-transform: uppercase; }
+
+#contact .underlined {
+ margin-bottom: 15px;
+ padding-bottom: 15px; }
+ @media (min-width: 576px) {
+ #contact .underlined {
+ margin-bottom: 30px;
+ padding-bottom: 30px; } }
+
+#contact header.underlined {
+ margin-bottom: 15px; }
+
+/*******************************************************************************
+ * Accordion
+ ******************************************************************************/
+.accordion {
+ overflow: hidden;
+ border: 1px solid #C4C4C4;
+ border-radius: 5px; }
+
+.accordion-toggle-button {
+ display: block;
+ width: 100%;
+ padding: 10px;
+ border: 0;
+ border-bottom: 1px solid #C4C4C4;
+ outline: none;
+ background-color: #ECECEC;
+ font: inherit;
+ font-weight: 600;
+ text-align: left;
+ cursor: pointer; }
+
+[dir="rtl"] .accordion-toggle-button {
+ text-align: right; }
+
+.accordion-toggle-button:hover,
+.accordion-toggle-button:focus {
+ background-color: #C4C4C4; }
+
+.accordion-heading:last-of-type .accordion-toggle-button[aria-expanded="false"] {
+ border-bottom: 0; }
+
+.accordion-toggle-button img {
+ height: 0.6em;
+ margin-right: 0.6em; }
+
+[dir="rtl"] .accordion-toggle-button img {
+ margin-right: 0;
+ margin-left: 0.6em;
+ transform: rotate(180deg); }
+
+.accordion-toggle-button[aria-expanded="false"] img {
+ transform: rotate(90deg); }
+
+.accordion-body {
+ padding: 10px;
+ border-bottom: 1px solid #C4C4C4;
+ background-color: #fff; }
+
+.accordion-body:last-of-type {
+ border-bottom: 0; }
+
+/*******************************************************************************
+ * Article
+ ******************************************************************************/
+.article.card {
+ padding: 15px; }
+ @media (min-width: 576px) {
+ .article.card {
+ padding: 30px; } }
+
+.article-heading,
+.article-browser-selector {
+ padding-bottom: 15px;
+ margin-bottom: 15px;
+ border-bottom: 1px dotted #C4C4C4; }
+
+@media (max-width: 575px) {
+ .article-heading .has-pre-icon {
+ padding: 0; } }
+
+.article-heading .pre-icon {
+ display: none; }
+ @media (min-width: 576px) {
+ .article-heading .pre-icon {
+ display: block;
+ top: 0.25em;
+ margin-top: 0; } }
+
+.article-browser-selector {
+ display: none; }
+
+.js .article-browser-selector {
+ display: block; }
+
+.article-body :last-child {
+ margin-bottom: 0; }
+
+/* Hide/Show content for browser
+ ******************************************************************************/
+.js [class^="platform-"] {
+ display: none; }
+
+.js .ua-chrome .platform-chrome {
+ display: block; }
+
+.js .ua-opera .platform-opera {
+ display: block; }
+
+.js .ua-samsungBrowser .platform-samsungBrowser {
+ display: block; }
+
+.js .ua-yandexbrowser .platform-yandexbrowser {
+ display: block; }
+
+.js .ua-maxthon .platform-maxthon {
+ display: block; }
+
+.js .ua-msie .platform-msie {
+ display: block; }
+
+.js .ua-msedge .platform-msedge {
+ display: block; }
+
+.js .ua-firefox .platform-firefox {
+ display: block; }
+
+.js .ua-ios .platform-ios {
+ display: block; }
+
+.js .ua-safari .platform-safari {
+ display: block; }
+
+/*******************************************************************************
+ * Breadcrumb
+ ******************************************************************************/
+.breadcrumb {
+ padding-top: 0.75em;
+ padding-bottom: 0.75em;
+ border-bottom: 1px solid #ECECEC;
+ background-color: #fff; }
+
+.breadcrumb li {
+ float: left;
+ position: relative;
+ padding: 0.25em 2em 0.25em 0;
+ font-size: 0.9em;
+ font-weight: 600;
+ text-transform: uppercase; }
+
+[dir="rtl"] .breadcrumb li {
+ float: right;
+ padding: 0.25em 0 0.25em 2em; }
+
+.breadcrumb li:after {
+ position: absolute;
+ top: 0.45em;
+ /* Half height of li:after (1em / 2) minus 0.05em */
+ right: 0.5em;
+ /* Quarter space between li (2em / 4) */
+ width: 1em;
+ height: 1em;
+ background-image: url(/dist/img/png/arrow-icon-right-gray.png);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 0.6em 0.9em;
+ content: ""; }
+
+[dir="rtl"] .breadcrumb li:after {
+ right: auto;
+ left: 7.5px;
+ background-image: url(/dist/img/png/arrow-icon-left-gray.png); }
+
+.breadcrumb li:last-child:after {
+ content: none; }
+
+.breadcrumb li a {
+ color: #757575; }
+
+.breadcrumb .pre-icon {
+ margin-top: -0.5em;
+ background-size: 1.1em; }
+
+/*******************************************************************************
+ * Pre Icon
+ ******************************************************************************/
+.has-pre-icon {
+ position: relative;
+ padding-left: 1.3em; }
+
+[dir="rtl"] .has-pre-icon {
+ padding-right: 1.3em;
+ padding-left: auto; }
+
+.pre-icon {
+ display: inline-block;
+ position: absolute;
+ top: 50%;
+ left: 0;
+ width: 1em;
+ height: 1em;
+ margin-top: -0.55em;
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 0.9em; }
+
+[dir="rtl"] .pre-icon {
+ right: 0;
+ left: auto; }
+
+/*# sourceMappingURL=main.css.map */
« gulpfile.js ('K') | « static/.DS_Store ('k') | static/dist/css/main.css.map » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld