diff --git a/admin.php b/admin.php index 366182e1..9d21211f 100644 --- a/admin.php +++ b/admin.php @@ -79,8 +79,6 @@ class AdminPlugin extends Plugin 'onAdminDashboard' => ['onAdminDashboard', 0], ]; } - - return []; } @@ -514,6 +512,35 @@ class AdminPlugin extends Plugin exit; } + /** + * Get list of form field types specified in this plugin. Only special types needs to be listed. + * + * @return array + */ + public function getFormFieldTypes() + { + return [ + 'column' => [ + 'form_field' => false + ], + 'columns' => [ + 'form_field' => false + ], + 'fieldset' => [ + 'form_field' => false + ], + 'section' => [ + 'form_field' => false + ], + 'tab' => [ + 'form_field' => false + ], + 'tabs' => [ + 'form_field' => false + ] + ]; + } + /** * Initialize the admin. * diff --git a/admin.yaml b/admin.yaml index 637c3bfd..631f2d8d 100644 --- a/admin.yaml +++ b/admin.yaml @@ -1,6 +1,7 @@ enabled: true route: '/admin' theme: grav +logo_text: '' dashboard: days_of_stats: 7 session: diff --git a/blueprints.yaml b/blueprints.yaml index 8f060104..6ed93251 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -43,6 +43,13 @@ form: placeholder: "Default route for administrator (relative to base)" help: If you want to change the URL for the administrator, you can provide a path here + logo_text: + type: text + label: Logo text + size: medium + placeholder: "Grav" + help: Text to display in place of the default Grav logo + theme: type: hidden label: Theme diff --git a/classes/controller.php b/classes/controller.php index 556a4681..ff962c16 100644 --- a/classes/controller.php +++ b/classes/controller.php @@ -1189,6 +1189,9 @@ class AdminController $route = !isset($data['route']) ? dirname($this->admin->route) : $data['route']; $obj = $this->admin->page(true); + // Ensure route is prefixed with a forward slash. + $route = '/' . ltrim($route, '/'); + if (isset($data['frontmatter']) && !$this->checkValidFrontmatter($data['frontmatter'])) { $this->admin->setMessage($this->admin->translate('PLUGIN_ADMIN.INVALID_FRONTMATTER_COULD_NOT_SAVE'), 'error'); return false; diff --git a/languages/en.yaml b/languages/en.yaml index 4977e923..aa142fa1 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -421,7 +421,7 @@ PLUGIN_ADMIN: REDIRECT_TRAILING_SLASH_HELP: "Perform a 301 redirect rather than transparently handling trailing slash URIs." DEFAULT_DATE_FORMAT: "Page date format" DEFAULT_DATE_FORMAT_HELP: "Page date format used by Grav. By default, Grav attempts to guess your date format, however you can specifiy a format using PHP's date syntax (e.g.: Y-m-d H:i)" - DEFAULT_DATE_FORMAT_PLACEHOLDER: "Guess automatically if blank" + DEFAULT_DATE_FORMAT_PLACEHOLDER: "Guess automatically" IGNORE_FILES: "Ignore files" IGNORE_FILES_HELP: "Specific files to ignore when processing pages" IGNORE_FOLDERS: "Ignore folders" diff --git a/themes/grav/css-compiled/fonts.css b/themes/grav/css-compiled/fonts.css new file mode 100644 index 00000000..5ba8712a --- /dev/null +++ b/themes/grav/css-compiled/fonts.css @@ -0,0 +1,50 @@ +@font-face { + font-family: "Montserrat"; + font-weight: 400; + font-style: normal; + src: url("../fonts/Montserrat-regular/Montserrat-regular.eot"); + src: url("../fonts/Montserrat-regular/Montserrat-regular.eot?#iefix") format("embedded-opentype"), local("Montserrat-regular"), url("../fonts/Montserrat-regular/Montserrat-regular.woff2") format("woff2"), url("../fonts/Montserrat-regular/Montserrat-regular.woff") format("woff"), url("../fonts/Montserrat-regular/Montserrat-regular.ttf") format("truetype"), url("../fonts/Montserrat-regular/Montserrat-regular.svg#Montserrat") format("svg"); } +@font-face { + font-family: "Lato"; + font-weight: 300; + font-style: normal; + src: url("../fonts/Lato-300/Lato-300.eot"); + src: url("../fonts/Lato-300/Lato-300.eot?#iefix") format("embedded-opentype"), local("Lato-300"), url("../fonts/Lato-300/Lato-300.woff2") format("woff2"), url("../fonts/Lato-300/Lato-300.woff") format("woff"), url("../fonts/Lato-300/Lato-300.ttf") format("truetype"), url("../fonts/Lato-300/Lato-300.svg#Lato") format("svg"); } +@font-face { + font-family: "Lato"; + font-weight: 400; + font-style: normal; + src: url("../fonts/Lato-regular/Lato-regular.eot"); + src: url("../fonts/Lato-regular/Lato-regular.eot?#iefix") format("embedded-opentype"), local("Lato-regular"), url("../fonts/Lato-regular/Lato-regular.woff2") format("woff2"), url("../fonts/Lato-regular/Lato-regular.woff") format("woff"), url("../fonts/Lato-regular/Lato-regular.ttf") format("truetype"), url("../fonts/Lato-regular/Lato-regular.svg#Lato") format("svg"); } +@font-face { + font-family: "Lato"; + font-weight: 700; + font-style: normal; + src: url("../fonts/Lato-700/Lato-700.eot"); + src: url("../fonts/Lato-700/Lato-700.eot?#iefix") format("embedded-opentype"), local("Lato-700"), url("../fonts/Lato-700/Lato-700.woff2") format("woff2"), url("../fonts/Lato-700/Lato-700.woff") format("woff"), url("../fonts/Lato-700/Lato-700.ttf") format("truetype"), url("../fonts/Lato-700/Lato-700.svg#Lato") format("svg"); } +@font-face { + font-family: "Inconsolata"; + font-weight: 400; + font-style: normal; + src: url("../fonts/Inconsolata-regular/Inconsolata-regular.eot"); + src: url("../fonts/Inconsolata-regular/Inconsolata-regular.eot?#iefix") format("embedded-opentype"), local("Inconsolata-regular"), url("../fonts/Inconsolata-regular/Inconsolata-regular.woff2") format("woff2"), url("../fonts/Inconsolata-regular/Inconsolata-regular.woff") format("woff"), url("../fonts/Inconsolata-regular/Inconsolata-regular.ttf") format("truetype"), url("../fonts/Inconsolata-regular/Inconsolata-regular.svg#Inconsolata") format("svg"); } +@font-face { + font-family: "Inconsolata"; + font-weight: 700; + font-style: normal; + src: url("../fonts/Inconsolata-700/Inconsolata-700.eot"); + src: url("../fonts/Inconsolata-700/Inconsolata-700.eot?#iefix") format("embedded-opentype"), local("Inconsolata-700"), url("../fonts/Inconsolata-700/Inconsolata-700.woff2") format("woff2"), url("../fonts/Inconsolata-700/Inconsolata-700.woff") format("woff"), url("../fonts/Inconsolata-700/Inconsolata-700.ttf") format("truetype"), url("../fonts/Inconsolata-700/Inconsolata-700.svg#Inconsolata") format("svg"); } +body, h5, h6, +.badge, .note, .grav-mdeditor-preview, +input, select, textarea, button, .selectize-input { + font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; } + +h1, h2, h3, h4, +#admin-menu li, .form-tabs > label, .label { + font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; } + +code, kbd, pre, samp, +body .CodeMirror pre { + font-family: "Inconsolata", "Monaco", "Consolas", "Lucida Console", monospace; } + +/*# sourceMappingURL=fonts.css.map */ diff --git a/themes/grav/css-compiled/fonts.css.map b/themes/grav/css-compiled/fonts.css.map new file mode 100644 index 00000000..36659ac6 --- /dev/null +++ b/themes/grav/css-compiled/fonts.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "AAOoB,UAWC;EAVG,WAAW,EAAE,YAAc;EAC3B,WAAW,ECJI,GAAG;EDKlB,UAAU,EAAE,MAAM;EAClB,GAAG,EAAE,yDAA6C;EAClD,GAAG,EAAE,mbAKmE;AAV5E,UAWC;EAVG,WAAW,EAAE,MAAc;EAC3B,WAAW,ECHZ,GAAG;EDIF,UAAU,EAAE,MAAM;EAClB,GAAG,EAAE,qCAA6C;EAClD,GAAG,EAAE,+TAKmE;AAV5E,UAWC;EAVG,WAAW,EAAE,MAAc;EAC3B,WAAW,ECHU,GAAG;EDIxB,UAAU,EAAE,MAAM;EAClB,GAAG,EAAE,6CAA6C;EAClD,GAAG,EAAE,2WAKmE;AAV5E,UAWC;EAVG,WAAW,EAAE,MAAc;EAC3B,WAAW,ECH4B,GAAG;EDI1C,UAAU,EAAE,MAAM;EAClB,GAAG,EAAE,qCAA6C;EAClD,GAAG,EAAE,+TAKmE;AAV5E,UAWC;EAVG,WAAW,EAAE,aAAc;EAC3B,WAAW,ECFM,GAAG;EDGpB,UAAU,EAAE,MAAM;EAClB,GAAG,EAAE,2DAA6C;EAClD,GAAG,EAAE,+bAKmE;AAV5E,UAWC;EAVG,WAAW,EAAE,aAAc;EAC3B,WAAW,ECF+B,GAAG;EDG7C,UAAU,EAAE,MAAM;EAClB,GAAG,EAAE,mDAA6C;EAClD,GAAG,EAAE,mZAKmE;AAS5F;;iDAEkD;EAC9C,WAAW,EAAE,4DAAgE;;AAKjF;0CAC2C;EACvC,WAAW,EAAE,kEAAgE;;AAKjF;oBACqB;EACjB,WAAW,EAAE,gEAA6D", +"sources": ["../scss/configuration/fonts/_support.scss","../scss/fonts.scss"], +"names": [], +"file": "fonts.css" +} \ No newline at end of file diff --git a/themes/grav/css-compiled/preset.css b/themes/grav/css-compiled/preset.css new file mode 100644 index 00000000..0560d0f5 --- /dev/null +++ b/themes/grav/css-compiled/preset.css @@ -0,0 +1,2 @@ +body{background:#314d5b;color:#81a5b5}a{color:#aad9ed}a:hover{color:#95d0e9}blockquote{border-left:10px solid #e1e1e1}blockquote p{color:#999}blockquote cite{color:#666}code{background:#f9f2f4;color:#9c1d3d}pre{background:#f6f6f6;border:1px solid #ddd}pre code{color:#237794}hr{border-bottom:4px solid #e1e1e1}.label{background:#aad9ed;color:#fff}td{border-bottom:1px solid #e1e1e1}tr td.gpm-details{background-color:#f7f7f7}tr:hover{background:#f3f3f3}.tab-bar{background:#223a47;color:#d1dee7}.tab-bar li.active span,.tab-bar li.active a{background:#eee;color:#737c81}.tab-bar span,.tab-bar a{color:#d1dee7}.tab-bar span:hover,.tab-bar a:hover{color:#f3f6f8;background:#335669}.button{color:rgba(255,255,255,0.85);border-radius:4px;background:#41bea8}.button:hover{background:#5ec8b5;color:#fff}.button.dropdown-toggle{border-left:1px solid #3bab97}.button.dropdown-toggle{border-left:1px solid #3bab97}.button.secondary{color:rgba(255,255,255,0.85);border-radius:4px;background:#349886}.button.secondary:hover{background:#52a798;color:#fff}.button.secondary.dropdown-toggle{border-left:1px solid #2e8575}.button.secondary.dropdown-toggle{border-left:1px solid #2e8575}.button-group .dropdown-menu{background-color:#41bea8;box-shadow:0 6px 12px rgba(0,0,0,0.175)}.button-group .dropdown-menu .divider{background-color:#41bea8}.button-group .dropdown-menu li>a{color:#fff}.button-group .dropdown-menu li>a:focus,.button-group .dropdown-menu li>a:hover{color:#fff;background-color:#41bea8}.button-group .dropdown-menu.language-switcher a.active{background-color:#67cbb9}#admin-login{background:#253a47}#admin-login.wide form input::-webkit-input-placeholder{color:#83949d}#admin-login.wide form input::-moz-placeholder{color:#83949d}#admin-login.wide form input:-moz-placeholder{color:#83949d}#admin-login.wide form input:-ms-input-placeholder{color:#83949d}#admin-login .wrapper-spacer h3{color:rgba(255,255,255,0.4);border-bottom:3px solid rgba(209,222,231,0.1)}#admin-login .instructions{color:rgba(175,199,213,0.8)}#admin-login h1{background:#1e333e url(../images/logo.png) 50% 50% no-repeat}#admin-login form input{background:#2a4251;color:#d1dee7;border:1px solid #1e2e39}#admin-login form input::-webkit-input-placeholder{color:#7c8991}#admin-login form input::-moz-placeholder{color:#7c8991}#admin-login form input:-moz-placeholder{color:#7c8991}#admin-login form input:-ms-input-placeholder{color:#7c8991}#admin-sidebar{background:#253a47}#admin-sidebar a{color:rgba(209,222,231,0.9)}#admin-sidebar a:hover{color:#d1dee7}#admin-logo{background:#1e333e}#admin-logo #grav-logo path{fill:rgba(255,255,255,0.9) !important}#admin-logo #grav-logo:hover path{fill:#fff !important}#admin-logo a{color:#ccc}#admin-logo a:hover{color:#fff}#admin-user-details,.admin-user-details{border-bottom:1px solid #2e4858}#admin-user-details:hover img,.admin-user-details:hover img{box-shadow:0px 0px 0 50px #2a4251}#admin-user-details .admin-user-names h4,#admin-user-details .admin-user-names h5,.admin-user-details .admin-user-names h4,.admin-user-details .admin-user-names h5{color:#d1dee7}#admin-menu li .badges .count{color:#d1dee7;background-color:#365569}#admin-menu li .badges .updates{color:#fff;background-color:#00a6cf}#admin-menu li a:hover{background:#1e333e;color:#fff}#admin-menu li a:hover .fa{color:#fff}#admin-menu li.selected a{background:#2d4d5b;color:#fff;border-left:9px solid #37a28f}#admin-menu li.selected a .fa{color:#fff}#admin-main .grav-update{background:#8f5aad;color:#fff}#admin-main .grav-update .button{color:rgba(255,255,255,0.85);border-radius:4px;background:#72488a}#admin-main .grav-update .button:hover{background:#87639c;color:#fff}#admin-main .grav-update .button.dropdown-toggle{border-left:1px solid #643f79}#admin-main .titlebar{background:#349886;color:#fff}#admin-main .admin-block{background:#eee;color:#737c81}#admin-main .admin-block a{color:#0082ba}#admin-main .admin-block a:hover{color:#0070a1}#admin-main .admin-block h1{color:#314d5b;border-bottom:3px solid #e1e1e1}#admin-main .admin-block .button{color:rgba(255,255,255,0.85);border-radius:4px;background:#41bea8}#admin-main .admin-block .button:hover{background:#5ec8b5;color:#fff}#admin-main .admin-block .button.dropdown-toggle{border-left:1px solid #3bab97}#admin-main .danger.button-bar,#admin-main .success.button-bar{background:#e9e9e9}#admin-main .danger.button-bar .button{color:rgba(255,255,255,0.85);border-radius:4px;background:#da4b46}#admin-main .danger.button-bar .button:hover{background:#b9403c;color:#fff}#admin-main .danger.button-bar .button.dropdown-toggle{border-left:1px solid #de605b}#admin-dashboard .secondary-accent{background-color:#0085a6;background-image:-webkit-linear-gradient(#0085a6,#4dc1dd);background-image:linear-gradient(#0085a6,#4dc1dd)}#admin-dashboard .secondary-accent p{color:rgba(255,255,255,0.95)}#admin-dashboard .secondary-accent .stat i{color:rgba(255,255,255,0.75)}#admin-dashboard .secondary-accent .numeric em{color:rgba(255,255,255,0.85)}#admin-dashboard .primary-accent{background-color:#349886;background-image:-webkit-linear-gradient(#349886,#7ad2c2);background-image:linear-gradient(#349886,#7ad2c2)}#admin-dashboard .primary-accent p{color:rgba(255,255,255,0.95)}#admin-dashboard .primary-accent .stat i{color:rgba(255,255,255,0.75)}#admin-dashboard .primary-accent .numeric em{color:rgba(255,255,255,0.85)}form h1,form h3{color:#314d5b;border-bottom:3px solid #e1e1e1}form .note{color:#da4b46}form .required{color:#da4b46}form .form-select-wrapper:after,form .selectize-control.single .selectize-input:after{color:#9ba2a6}form .selectize-input{color:#737c81;border-color:#d5d5d5}form .selectize-control.multi .selectize-input>div{color:#eee;background:#737c81}form .selectize-control.multi .selectize-input>div.active{background:#00a6cf;color:#fff}form select{border:1px solid #d5d5d5;background:#fff}form input[type=text],form input[type=password],form input[type=email],form input[type=date]{border:1px solid #d5d5d5;background:#fff}form input[readonly=readonly]{background:#f2f2f2}form textarea{border:1px solid #d5d5d5;background:#fff}form .form-frontmatter-wrapper{border:1px solid #d5d5d5}form .button-bar{background:#e6e6e6}form .checkboxes label:before{background:#fff;border:1px solid #d5d5d5}.form-frontmatter-wrapper .dragbar{background:#d5d5d5}.form-order-wrapper ul#ordering li{border:1px solid #d5d5d5;background:#f8f8f8;color:#8d959a}.form-order-wrapper ul#ordering li.drag-handle{background:#fff;color:#5b6266}.form-list-wrapper ul[data-collection-holder] li{border:1px solid #d5d5d5;background:#f8f8f8;color:#8d959a}.form-list-wrapper ul[data-collection-holder] li .item-actions{color:#5b6266}.form-fieldset{background-color:#f7f7f7;border:2px solid #e1e1e1}.form-fieldset--label{background-color:#f3f3f3}.form-fieldset--label:hover,.form-fieldset input:checked+.form-fieldset--label{background-color:#eee}.form-tabs{background:#223a47}.form-tabs>input[type=radio]:checked+label{background:#eee;color:#737c81}.form-tabs>label{color:#d1dee7}.form-tabs>label:hover{color:#f3f6f8;background:#335669}.form-tabs.subtle{background:#e2e2e2}.form-tabs.subtle>label{color:#687074}.form-tabs.subtle>label:hover{color:#5c6367;background:#d6d6d6}.tab-body-wrapper{background:#eee}.switch-grav{background-color:#fff;border:1px solid #d5d5d5}.switch-grav label{color:#737c81}.switch-grav a{background:#777}.switch-grav.switch-toggle input.highlight:checked ~ a{background:#41bea8}.switch-grav.switch-light input:checked ~ a{background-color:#777}.switch-grav input:checked+label{color:#fff}.toast{background-color:#030303}.toast-success{background-color:#8f5aad}.toast-success .button{background:#9b6bb5;color:rgba(255,255,255,0.85);border-radius:4px;background:#a67cbe}.toast-success .button:hover{background:#8d69a2;color:#fff}.toast-success .button.dropdown-toggle{border-left:1px solid #b28dc6}.toast-error{background-color:#da4b46}.toast-error .button{background-color:#c62d28;color:rgba(255,255,255,0.85);border-radius:4px;background:#9b231f}.toast-error .button:hover{background:#aa4441;color:#fff}.toast-error .button.dropdown-toggle{border-left:1px solid #861e1b}.toast-info{background-color:#00a6cf}.toast-info .button{background-color:#007d9c;color:rgba(255,255,255,0.85);border-radius:4px;background:#005469}.toast-info .button:hover{background:#266e80;color:#fff}.toast-info .button.dropdown-toggle{border-left:1px solid #004050}.info{background:#8f5aad;color:#fff}.info a{color:#e6e6e6}.info a:hover{color:#fff}.info-reverse{color:#8f5aad}.notice{background:#00a6cf;color:#fff}.notice a{color:#e6e6e6}.notice a:hover{color:#fff}.error{background:#da4b46;color:#fff}.error a{color:#e6e6e6}.error a:hover{color:#fff}.primary-accent{background:#349886;color:#fff}.primary-accent .button-bar{background:#349886}.primary-accent .button{color:rgba(255,255,255,0.85);border-radius:4px;background:#41bea8}.primary-accent .button:hover{background:#5ec8b5;color:#fff}.primary-accent .button.dropdown-toggle{border-left:1px solid #3bab97}.secondary-accent{background:#008db0;color:#fff}.secondary-accent .button-bar{background:#008db0}.secondary-accent .button{color:rgba(255,255,255,0.85);border-radius:4px;background:#00a6cf}.secondary-accent .button:hover{background:#26b3d6;color:#fff}.secondary-accent .button.dropdown-toggle{border-left:1px solid #0092b6}.card-item{border:1px solid #e1e1e1;background:#fff}.card-item .gpm-actions{background:#e9e9e9}.card-item.active-theme{border:1px solid #00a6cf}.card-item.active-theme .gpm-actions{background:#00a6cf;color:#fff}.user-details h5{color:#8d959a}.grav-editor-toolbar{border:1px solid #d5d5d5;border-top-right-radius:4px;border-top-left-radius:4px;background:#fbfbfb}.grav-editor-toolbar ul a{color:#737c81}.grav-editor-toolbar ul a:hover,.grav-editor-toolbar ul a:focus{background:#f3f3f3;color:#5b6266;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}.grav-editor-toolbar ul .editor-active a{cursor:auto;background:white;border-top:1px solid #d5d5d5;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5}.grav-editor-toolbar ul .editor-active a:hover{background:#fff;border-top:0;border-bottom:1px solid #fff}.grav-editor-toolbar ul .editor-active:last-child a,.grav-editor-toolbar ul .editor-active:last-child a:hover{border-right:1px solid transparent}.grav-editor-content,.grav-editor-preview{border:1px solid #d5d5d5;border-top:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.grav-editor-content .CodeMirror{border-bottom-left-radius:4px}.grav-editor-preview{border-bottom-right-radius:4px}#admin-main .grav-editor-preview h1,#admin-main .grav-editor-preview h2,#admin-main .grav-editor-preview h3,#admin-main .grav-editor-preview h4,#admin-main .grav-editor-preview h5,#admin-main .grav-editor-preview h6{color:#5b6266}.primary-accent .ct-chart .ct-series.ct-series-a .ct-bar{stroke:rgba(255,255,255,0.85) !important}.primary-accent .ct-chart .ct-series.ct-series-a .ct-slice-donut{stroke:#fff !important}.primary-accent .ct-chart .ct-series.ct-series-b .ct-slice-donut{stroke:rgba(255,255,255,0.2) !important}.secondary-accent .ct-chart .ct-series.ct-series-a .ct-bar{stroke:rgba(255,255,255,0.85) !important}.secondary-accent .ct-chart .ct-series.ct-series-a .ct-slice-donut{stroke:#fff !important}.secondary-accent .ct-chart .ct-series.ct-series-b .ct-slice-donut{stroke:rgba(255,255,255,0.2) !important}.dropzone{background:#fff;border:1px #d5d5d5 solid}.dropzone.dz-drag-hover{border-color:rgba(0,0,0,0.15);background:rgba(0,0,0,0.04)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{color:#fff}.dropzone .dz-preview .dz-success-mark{background-color:#67cbb9}.dropzone .dz-preview .dz-error-mark{background-color:#da4b46}.dropzone .dz-preview .dz-progress{background:#d7d7d7}.dropzone .dz-preview .dz-progress .dz-upload{background-color:#67cbb9}.dropzone .dz-preview .dz-error-message{background:#f6f6f6;color:#da4b46}.dropzone .dz-preview:hover .dz-remove,.dropzone .dz-preview:hover .dz-insert{border:1px solid #e1e1e1}.dropzone .dz-preview:hover .dz-remove:hover,.dropzone .dz-preview:hover .dz-insert:hover{background:#eee}.dropzone .dz-preview .dz-details{background:#f6f6f6;border:1px solid #e1e1e1}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message span{color:#c3c7ca}.gpm>table>tbody>tr{border-bottom:1px solid #e1e1e1}.gpm .gpm-name{color:#b6bbbe}.gpm .gpm-version{color:#8d959a}.gpm .gpm-update .gpm-name{color:#41bea8}.gpm .gpm-item-info{border-bottom:3px solid #e1e1e1}.gpm .gpm-item-info .gpm-item-icon{color:#e9e9e9}.gpm .gpm-actions .disabled{color:#8d959a}.pages-list{border-top:1px solid #e1e1e1}.pages-list .row{border-bottom:1px solid #e1e1e1}.pages-list .row:hover{background:#f3f3f3}.pages-list .row p.page-route{color:#888;text-shadow:1px 1px 0 #fff}.pages-list .row p.page-route .spacer{color:#d5d5d5}.pages-list .row .badge.lang{background-color:#aaa;color:white}.pages-list .row .badge.lang.info{background-color:#8f5aad}.pages-list .page-home{color:#bbb}.pages-list .page-info{color:#bbb}#admin-topbar #admin-lang-toggle{z-index:10}#admin-topbar #admin-lang-toggle button{color:rgba(255,255,255,0.85);border-radius:4px;background:#8f5aad}#admin-topbar #admin-lang-toggle button:hover{background:#7a4d93;color:#fff}#admin-topbar #admin-lang-toggle button.dropdown-toggle{border-left:1px solid #9b6bb5}#admin-topbar #admin-lang-toggle .dropdown-menu{background:#8f5aad}#admin-topbar #admin-lang-toggle .dropdown-menu button{background:transparent;color:#fff}#admin-topbar .switch-grav{background-color:#335669}#admin-topbar .switch-toggle input:checked+label{color:#fff}#admin-topbar .switch-toggle input+label{color:#d1dee7}#admin-topbar .switch-toggle input.highlight:checked ~ a{background:#00a6cf}body .selectize-dropdown .optgroup-header{color:#000;border-bottom:1px solid #eee;background-color:#fafafa}#phpinfo th{background:#d9d9d9}#phpinfo td{word-wrap:break-word}#phpinfo td:first-child{color:#41bea8}.remodal{background:#eee;color:#737c81}.remodal-close{color:#737c81}.remodal-close:hover,.remodal-close:focus{color:#43484b} +/*# sourceMappingURL=preset.css.map */ diff --git a/themes/grav/css-compiled/preset.css.map b/themes/grav/css-compiled/preset.css.map new file mode 100644 index 00000000..2faa719c --- /dev/null +++ b/themes/grav/css-compiled/preset.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "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", +"sources": ["../scss/preset.scss","../scss/configuration/template/_colors.scss","../scss/template/modules/_buttons.scss","../scss/configuration/template/_variables.scss","../scss/vendor/bourbon/css3/_placeholder.scss","../scss/vendor/bourbon/css3/_linear-gradient.scss"], +"names": [], +"file": "preset.css" +} \ No newline at end of file diff --git a/themes/grav/css-compiled/simple-fonts.css b/themes/grav/css-compiled/simple-fonts.css new file mode 100644 index 00000000..4deb4a18 --- /dev/null +++ b/themes/grav/css-compiled/simple-fonts.css @@ -0,0 +1,12 @@ +body, h5, h6, +.badge, .note, .grav-mdeditor-preview, +input, select, textarea, button, .selectize-input, +h1, h2, h3, h4, +#admin-menu li, .form-tabs > label, .label { + font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; } + +code, kbd, pre, samp, +body .CodeMirror pre { + font-family: "Monaco", "Consolas", "Lucida Console", monospace; } + +/*# sourceMappingURL=simple-fonts.css.map */ diff --git a/themes/grav/css-compiled/simple-fonts.css.map b/themes/grav/css-compiled/simple-fonts.css.map new file mode 100644 index 00000000..9dd1d52c --- /dev/null +++ b/themes/grav/css-compiled/simple-fonts.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "AAAA;;;;0CAI2C;EACvC,WAAW,EAAE,sEAAsE;;AAEvF;oBACqB;EACjB,WAAW,EAAE,iDAAiD", +"sources": ["../scss/simple-fonts.scss"], +"names": [], +"file": "simple-fonts.css" +} \ No newline at end of file diff --git a/themes/grav/css-compiled/template.css b/themes/grav/css-compiled/template.css index e4fa1bbc..c842f824 100644 --- a/themes/grav/css-compiled/template.css +++ b/themes/grav/css-compiled/template.css @@ -1,6 +1,6 @@ -@import url(//fonts.googleapis.com/css?family=Montserrat:400|Lato:300,400,700|Ubuntu+Mono:400,700);#admin-login,#admin-logo h3,#admin-main .titlebar h1,#admin-main .titlebar .button-bar,#admin-main .flush-bottom.button-bar .button,#admin-main .danger.button-bar .button,#admin-main .success.button-bar .button,#admin-dashboard #updates .numeric,#admin-dashboard #popularity .stat,#admin-topbar #admin-mode-toggle,#admin-topbar #admin-lang-toggle{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.button{display:inline-block;padding:0.3rem 1.5rem;font-weight:300;-webkit-font-smoothing:auto;cursor:pointer;vertical-align:middle;font-family:"Lato","Helvetica","Tahoma","Geneva","Arial",sans-serif}.button:active{margin:1px 0 -1px 0}.button i{margin-right:5px}.button-small.button{padding:2px 10px;font-size:1rem}.button-x-small.button{padding:2px 8px 2px 5px;font-size:0.9rem}html,body{height:100%}body{background:#314D5B;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#0082BA}a:hover{color:#003b54}b,strong{font-weight:600}.bigger{font-size:1.2rem}.button-bar{text-align:right;float:right;z-index:2}.secondary-accent{background:#349886;color:#fff}.secondary-accent .button-bar{background:#349886}.secondary-accent .button{background:#41bea8}.tertiary-accent{background:#2693B7;color:#fff}.tertiary-accent .button-bar{background:#2693B7}.tertiary-accent .button{background:#2aa4cc;background:#3aafd6;color:rgba(255,255,255,0.85);border-radius:4px}.tertiary-accent .button:hover{background:#4fb8da;color:#fff}.tertiary-accent .button.dropdown-toggle{background:#4fb8da;border-left:1px solid #2aa4cc}.alert{font-size:1.1rem;padding:1rem 3rem}.info{background:#9055AF;color:#fff}.info a{color:#e6e6e6}.info a:hover{color:#fff}.info-reverse{color:#9055AF}.notice{background:#2693B7;color:#fff}.notice a{color:#e6e6e6}.notice a:hover{color:#fff}.error{background:#DA4B46;color:#fff}.error a{color:#e6e6e6}.error a:hover{color:#fff}.badge{display:inline-block;font-size:0.9rem;font-family:"Lato","Helvetica","Tahoma","Geneva","Arial",sans-serif;font-weight:700;border-radius:10px;padding:0px 6px;min-width:20px;line-height:20px;text-align:center}.empty-state{margin:0 auto;text-align:center;padding-top:100px}@font-face{font-family:"rockettheme-apps";font-weight:normal;font-style:normal;src:url("../fonts/rockettheme-apps/rockettheme-apps.eot");src:url("../fonts/rockettheme-apps/rockettheme-apps.eot?#iefix") format("embedded-opentype"),url("../fonts/rockettheme-apps/rockettheme-apps.woff") format("woff"),url("../fonts/rockettheme-apps/rockettheme-apps.ttf") format("truetype"),url("../fonts/rockettheme-apps/rockettheme-apps.svg#rockettheme-apps") format("svg")}i.fa-grav,i.fa-grav-spaceman,i.fa-grav-text,i.fa-grav-full,i.fa-grav-logo,i.fa-grav-symbol,i.fa-grav-logo-both,i.fa-grav-both,i.fa-gantry,i.fa-gantry-logo,i.fa-gantry-symbol,i.fa-gantry-logo-both,i.fa-gantry-both{font-family:'rockettheme-apps';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-grav-logo:before,.fa-grav-text:before{content:"\61"}.fa-grav-symbol:before,.fa-grav:before,.fa-grav-spaceman:before{content:"\62"}.fa-grav-logo-both:before,.fa-grav-both:before,.fa-grav-full:before{content:"\66"}.fa-gantry-logo:before{content:"\64"}.fa-gantry:before,.fa-gantry-symbol:before{content:"\63"}.fa-gantry-logo-both:before,.fa-gantry-both:before{content:"\65"}.default-animation,.tab-bar span,.tab-bar a,.form-tabs>label{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease}.default-border-radius{border-radius:4px}.default-glow-shadow{box-shadow:0 0 20px rgba(0,0,0,0.2)}.default-box-shadow{box-shadow:0 10px 20px rgba(0,0,0,0.2)}.padding-horiz{padding-left:7rem;padding-right:7rem}@media only all and (max-width: 59.938em){.padding-horiz{padding-left:4rem;padding-right:4rem}}@media only all and (max-width: 47.938em){.padding-horiz{padding-left:1rem;padding-right:1rem}}.padding-vert{padding-top:3rem;padding-bottom:3rem}body{font-family:"Lato","Helvetica","Tahoma","Geneva","Arial",sans-serif;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:"Montserrat","Helvetica","Tahoma","Geneva","Arial",sans-serif;font-weight:400;text-rendering:optimizeLegibility;letter-spacing:-0px}body.simple-fonts{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important}body.simple-fonts h1,body.simple-fonts h2,body.simple-fonts h3,body.simple-fonts h4,body.simple-fonts h5,body.simple-fonts h6,body.simple-fonts #admin-menu li,body.simple-fonts .button,body.simple-fonts .tab-bar,body.simple-fonts .badge,body.simple-fonts #admin-main .grav-mdeditor-preview,body.simple-fonts .form .note,body.simple-fonts .form-tabs,body.simple-fonts input,body.simple-fonts select,body.simple-fonts textarea,body.simple-fonts button,body.simple-fonts .selectize-input,body.simple-fonts .form-order-wrapper ul#ordering li{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important}h1{font-size:3.2rem}@media only all and (max-width: 47.938em){h1{font-size:2.5rem;line-height:1.2;margin-bottom:2.5rem}}@media only all and (min-width: 48em) and (max-width: 59.938em){h2{font-size:2.1rem}}@media only all and (max-width: 47.938em){h2{font-size:2rem}}@media only all and (min-width: 48em) and (max-width: 59.938em){h3{font-size:1.7rem}}@media only all and (max-width: 47.938em){h3{font-size:1.6rem}}@media only all and (min-width: 48em) and (max-width: 59.938em){h4{font-size:1.35rem}}@media only all and (max-width: 47.938em){h4{font-size:1.25rem}}h1{letter-spacing:-3px}h2{letter-spacing:-2px}h3{letter-spacing:-1px}blockquote{border-left:10px solid #F0F2F4}blockquote p{font-size:1.1rem;color:#999}blockquote cite{display:block;text-align:right;color:#666;font-size:1.2rem}blockquote>blockquote>blockquote{margin:0}blockquote>blockquote>blockquote p{padding:15px;display:block;font-size:1rem;margin-top:0rem;margin-bottom:0rem}blockquote>blockquote>blockquote>p{margin-left:-71px;border-left:10px solid #F0AD4E;background:#FCF8F2;color:#df8a13}blockquote>blockquote>blockquote>blockquote>p{margin-left:-94px;border-left:10px solid #D9534F;background:#FDF7F7;color:#b52b27}blockquote>blockquote>blockquote>blockquote>blockquote>p{margin-left:-118px;border-left:10px solid #5BC0DE;background:#F4F8FA;color:#28a1c5}blockquote>blockquote>blockquote>blockquote>blockquote>blockquote>p{margin-left:-142px;border-left:10px solid #5CB85C;background:#F1F9F1;color:#3d8b3d}code,kbd,pre,samp{font-family:"Ubuntu Mono",monospace}code{background:#f9f2f4;color:#9c1d3d}pre{padding:2rem;background:#f6f6f6;border:1px solid #ddd;border-radius:3px}pre code{color:#237794;background:inherit}hr{border-bottom:4px solid #F0F2F4}.label{vertical-align:middle;background:#0082BA;border-radius:100%;color:#fff;height:1rem;min-width:1rem;line-height:1rem;display:inline-block;text-align:center;font-size:0.7rem;font-family:"Montserrat","Helvetica","Tahoma","Geneva","Arial",sans-serif;margin-right:0.75rem}.switch-toggle a,.switch-light span span{display:none}@media only screen{.switch-light{display:inline-block;position:relative;overflow:visible;padding:0;margin-left:100px}.switch-light *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.switch-light a{display:block;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out}.switch-light label,.switch-light>span{vertical-align:middle}.switch-light input:focus ~ a,.switch-light input:focus+label{outline:1px dotted #888}.switch-light label{position:relative;z-index:3;display:block;width:100%}.switch-light input{position:absolute;opacity:0;z-index:5}.switch-light input:checked ~ a{right:0%}.switch-light>span{position:absolute;left:-100px;width:100%;margin:0;padding-right:100px;text-align:left}.switch-light>span span{position:absolute;top:0;left:0;z-index:5;display:block;width:50%;margin-left:100px;text-align:center}.switch-light>span span:last-child{left:50%}.switch-light a{position:absolute;right:50%;top:0;z-index:4;display:block;width:50%;height:100%;padding:0}.switch-toggle{display:inline-block;position:relative;padding:0 !important}.switch-toggle *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.switch-toggle a{display:block;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out}.switch-toggle label,.switch-toggle>span{vertical-align:middle}.switch-toggle input:focus ~ a,.switch-toggle input:focus+label{outline:1px dotted #888}.switch-toggle input{position:absolute;opacity:0}.switch-toggle input+label{position:relative;z-index:2;float:left;height:100%;margin:0;text-align:center}.switch-toggle a{position:absolute;top:0;left:0;padding:0;z-index:1;width:50%;height:100%}.switch-toggle input:last-of-type:checked ~ a{left:50%}.switch-toggle.switch-3 label,.switch-toggle.switch-3 a{width:33.33333%}.switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a{left:33.33333%}.switch-toggle.switch-3 input:checked:last-of-type ~ a{left:66.66667%}.switch-toggle.switch-4 label,.switch-toggle.switch-4 a{width:25%}.switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a{left:25%}.switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a{left:50%}.switch-toggle.switch-4 input:checked:last-of-type ~ a{left:75%}.switch-toggle.switch-5 label,.switch-toggle.switch-5 a{width:20%}.switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a{left:20%}.switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a{left:40%}.switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a{left:60%}.switch-toggle.switch-5 input:checked:last-of-type ~ a{left:80%}.switch-grav{background-color:#fff;border:1px solid #d5d5d5;border-radius:4px}.switch-grav label{color:#737C81;-webkit-transition:color 0.2s ease-out;-moz-transition:color 0.2s ease-out;transition:color 0.2s ease-out;padding:5px 20px}.switch-grav>span span{opacity:0;-webkit-transition:all 0.1s;-moz-transition:all 0.1s;transition:all 0.1s}.switch-grav>span span:first-of-type{opacity:1}.switch-grav a{background:#777;border-radius:3px}.switch-grav.switch-toggle input.highlight:checked ~ a{background:#41bea8}.switch-grav.switch-light input:checked ~ a{background-color:#777}.switch-grav.switch-light input:checked ~ span span:first-of-type{opacity:0}.switch-grav.switch-light input:checked ~ span span:last-of-type{opacity:1}.switch-grav input:checked+label{color:#fff}}@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 1280px){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix infinite 1s}}@-webkit-keyframes webkitSiblingBugfix{from{-webkit-transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0)}}.datetime-picker-wrapper{position:relative}.datetime-picker-wrapper input{padding-right:2.5rem}.datetime-picker-wrapper .field-icons{position:absolute;top:0;right:10px;bottom:0;line-height:2.5rem}.collapse{display:none}.collapse.in{display:block}tr .collapse.in{display:table-row}tbody .collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease,visibility 0.35s ease;-moz-transition:height 0.35s ease,visibility 0.35s ease;transition:height 0.35s ease,visibility 0.35s ease}.sr-only,.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.prev::after,.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.bootstrap-datetimepicker-widget.dropdown-menu{position:absolute;z-index:1000;display:none;float:left;min-width:160px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175)}.bootstrap-datetimepicker-widget .list-unstyled{padding-left:0;list-style:none}.bootstrap-datetimepicker-widget .collapse{display:none;visibility:hidden}.bootstrap-datetimepicker-widget .collapse.in{display:block;visibility:visible}.bootstrap-datetimepicker-widget .datepicker-years .picker-switch{cursor:default !important;background:inherit !important}.bootstrap-datetimepicker-widget .table-condensed>thead>tr>th{padding:5px}.bootstrap-datetimepicker-widget table{display:table}.bootstrap-datetimepicker-widget table thead{display:table-header-group}.bootstrap-datetimepicker-widget table tbody{display:table-row-group}.bootstrap-datetimepicker-widget table tr{display:table-row}.bootstrap-datetimepicker-widget table tr:hover{background:inherit}.bootstrap-datetimepicker-widget table tr th,.bootstrap-datetimepicker-widget table tr td{border:0;display:table-cell}.bootstrap-datetimepicker-widget table tr th:first-child,.bootstrap-datetimepicker-widget table tr td:first-child{padding-left:inherit}.bootstrap-datetimepicker-widget table tr th:last-child,.bootstrap-datetimepicker-widget table tr td:last-child{padding-right:inherit}/*! +#admin-login,#admin-logo h3,#admin-main .titlebar h1,#admin-main .titlebar .button-bar,#admin-main .flush-bottom.button-bar .button,#admin-main .danger.button-bar .button,#admin-main .success.button-bar .button,#admin-dashboard #updates .numeric,#admin-dashboard #popularity .stat,#admin-topbar #admin-mode-toggle,#admin-topbar #admin-lang-toggle{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.button{display:inline-block;padding:0.3rem 1.5rem;font-weight:300;-webkit-font-smoothing:auto;cursor:pointer;vertical-align:middle}.button:active{margin:1px 0 -1px 0}.button i{margin-right:5px}.button-small.button{padding:2px 10px;font-size:1rem}.button-x-small.button{padding:2px 8px 2px 5px;font-size:0.9rem}html,body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}b,strong{font-weight:600}.bigger{font-size:1.2rem}.button-bar{text-align:right;float:right;z-index:2}.alert{font-size:1.1rem;padding:1rem 3rem}.badge{display:inline-block;font-size:0.9rem;font-weight:700;border-radius:10px;padding:0px 6px;min-width:20px;line-height:20px;text-align:center}.empty-state{margin:0 auto;text-align:center;padding-top:100px}.default-animation,.tab-bar span,.tab-bar a,.form-tabs>label{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease}.default-border-radius{border-radius:4px}.default-glow-shadow{box-shadow:0 0 20px rgba(0,0,0,0.2)}.default-box-shadow{box-shadow:0 10px 20px rgba(0,0,0,0.2)}.padding-horiz{padding-left:7rem;padding-right:7rem}@media only all and (max-width: 59.938em){.padding-horiz{padding-left:4rem;padding-right:4rem}}@media only all and (max-width: 47.938em){.padding-horiz{padding-left:1rem;padding-right:1rem}}.padding-vert{padding-top:3rem;padding-bottom:3rem}body{font-weight:400}h1,h2,h3,h4,h5,h6{font-weight:400;text-rendering:optimizeLegibility;letter-spacing:-0px}h1{font-size:3.2rem}@media only all and (max-width: 47.938em){h1{font-size:2.5rem;line-height:1.2;margin-bottom:2.5rem}}@media only all and (min-width: 48em) and (max-width: 59.938em){h2{font-size:2.1rem}}@media only all and (max-width: 47.938em){h2{font-size:2rem}}@media only all and (min-width: 48em) and (max-width: 59.938em){h3{font-size:1.7rem}}@media only all and (max-width: 47.938em){h3{font-size:1.6rem}}@media only all and (min-width: 48em) and (max-width: 59.938em){h4{font-size:1.35rem}}@media only all and (max-width: 47.938em){h4{font-size:1.25rem}}h1{letter-spacing:-3px}h2{letter-spacing:-2px}h3{letter-spacing:-1px}blockquote p{font-size:1.1rem}blockquote cite{display:block;text-align:right;font-size:1.2rem}pre{padding:2rem;border-radius:3px}pre code{background:inherit}.label{vertical-align:middle;border-radius:100%;height:1rem;min-width:1rem;line-height:1rem;display:inline-block;text-align:center;font-size:0.7rem;margin-right:0.75rem}@font-face{font-family:"rockettheme-apps";font-weight:normal;font-style:normal;src:url("../fonts/rockettheme-apps/rockettheme-apps.eot");src:url("../fonts/rockettheme-apps/rockettheme-apps.eot?#iefix") format("embedded-opentype"),url("../fonts/rockettheme-apps/rockettheme-apps.woff") format("woff"),url("../fonts/rockettheme-apps/rockettheme-apps.ttf") format("truetype"),url("../fonts/rockettheme-apps/rockettheme-apps.svg#rockettheme-apps") format("svg")}i.fa-grav,i.fa-grav-spaceman,i.fa-grav-text,i.fa-grav-full,i.fa-grav-logo,i.fa-grav-symbol,i.fa-grav-logo-both,i.fa-grav-both,i.fa-gantry,i.fa-gantry-logo,i.fa-gantry-symbol,i.fa-gantry-logo-both,i.fa-gantry-both{font-family:'rockettheme-apps';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-grav-logo:before,.fa-grav-text:before{content:"\61"}.fa-grav-symbol:before,.fa-grav:before,.fa-grav-spaceman:before{content:"\62"}.fa-grav-logo-both:before,.fa-grav-both:before,.fa-grav-full:before{content:"\66"}.fa-gantry-logo:before{content:"\64"}.fa-gantry:before,.fa-gantry-symbol:before{content:"\63"}.fa-gantry-logo-both:before,.fa-gantry-both:before{content:"\65"}.switch-toggle a,.switch-light span span{display:none}@media only screen{.switch-light{display:inline-block;position:relative;overflow:visible;padding:0;margin-left:100px}.switch-light *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.switch-light a{display:block;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out}.switch-light label,.switch-light>span{vertical-align:middle}.switch-light input:focus ~ a,.switch-light input:focus+label{outline:1px dotted #888}.switch-light label{position:relative;z-index:3;display:block;width:100%}.switch-light input{position:absolute;opacity:0;z-index:5}.switch-light input:checked ~ a{right:0%}.switch-light>span{position:absolute;left:-100px;width:100%;margin:0;padding-right:100px;text-align:left}.switch-light>span span{position:absolute;top:0;left:0;z-index:5;display:block;width:50%;margin-left:100px;text-align:center}.switch-light>span span:last-child{left:50%}.switch-light a{position:absolute;right:50%;top:0;z-index:4;display:block;width:50%;height:100%;padding:0}.switch-toggle{display:inline-block;position:relative;padding:0 !important}.switch-toggle *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.switch-toggle a{display:block;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out}.switch-toggle label,.switch-toggle>span{vertical-align:middle}.switch-toggle input:focus ~ a,.switch-toggle input:focus+label{outline:1px dotted #888}.switch-toggle input{position:absolute;opacity:0}.switch-toggle input+label{position:relative;z-index:2;float:left;height:100%;margin:0;text-align:center}.switch-toggle a{position:absolute;top:0;left:0;padding:0;z-index:1;width:50%;height:100%}.switch-toggle input:last-of-type:checked ~ a{left:50%}.switch-toggle.switch-3 label,.switch-toggle.switch-3 a{width:33.33333%}.switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a{left:33.33333%}.switch-toggle.switch-3 input:checked:last-of-type ~ a{left:66.66667%}.switch-toggle.switch-4 label,.switch-toggle.switch-4 a{width:25%}.switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a{left:25%}.switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a{left:50%}.switch-toggle.switch-4 input:checked:last-of-type ~ a{left:75%}.switch-toggle.switch-5 label,.switch-toggle.switch-5 a{width:20%}.switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a{left:20%}.switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a{left:40%}.switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a{left:60%}.switch-toggle.switch-5 input:checked:last-of-type ~ a{left:80%}.switch-grav{border-radius:4px}.switch-grav label{-webkit-transition:color 0.2s ease-out;-moz-transition:color 0.2s ease-out;transition:color 0.2s ease-out;padding:5px 20px}.switch-grav>span span{opacity:0;-webkit-transition:all 0.1s;-moz-transition:all 0.1s;transition:all 0.1s}.switch-grav>span span:first-of-type{opacity:1}.switch-grav a{border-radius:3px}.switch-grav.switch-light input:checked ~ span span:first-of-type{opacity:0}.switch-grav.switch-light input:checked ~ span span:last-of-type{opacity:1}}@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 1280px){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix infinite 1s}}@-webkit-keyframes webkitSiblingBugfix{from{-webkit-transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0)}}.datetime-picker-wrapper{position:relative}.datetime-picker-wrapper input{padding-right:2.5rem}.datetime-picker-wrapper .field-icons{position:absolute;top:0;right:10px;bottom:0;line-height:2.5rem}.collapse{display:none}.collapse.in{display:block}tr .collapse.in{display:table-row}tbody .collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease,visibility 0.35s ease;-moz-transition:height 0.35s ease,visibility 0.35s ease;transition:height 0.35s ease,visibility 0.35s ease}.sr-only,.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.prev::after,.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.bootstrap-datetimepicker-widget.dropdown-menu{position:absolute;z-index:1000;display:none;float:left;min-width:160px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175)}.bootstrap-datetimepicker-widget .list-unstyled{padding-left:0;list-style:none}.bootstrap-datetimepicker-widget .collapse{display:none;visibility:hidden}.bootstrap-datetimepicker-widget .collapse.in{display:block;visibility:visible}.bootstrap-datetimepicker-widget .datepicker-years .picker-switch{cursor:default !important;background:inherit !important}.bootstrap-datetimepicker-widget .table-condensed>thead>tr>th{padding:5px}.bootstrap-datetimepicker-widget table{display:table}.bootstrap-datetimepicker-widget table thead{display:table-header-group}.bootstrap-datetimepicker-widget table tbody{display:table-row-group}.bootstrap-datetimepicker-widget table tr{display:table-row}.bootstrap-datetimepicker-widget table tr:hover{background:inherit}.bootstrap-datetimepicker-widget table tr th,.bootstrap-datetimepicker-widget table tr td{border:0;display:table-cell}.bootstrap-datetimepicker-widget table tr th:first-child,.bootstrap-datetimepicker-widget table tr td:first-child{padding-left:inherit}.bootstrap-datetimepicker-widget table tr th:last-child,.bootstrap-datetimepicker-widget table tr td:last-child{padding-right:inherit}/*! * Datetimepicker for Bootstrap 3 * ! version : 4.7.14 * https://github.com/Eonasdan/bootstrap-datetimepicker/ - */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{margin:2px 0;padding:4px;width:19em}@media (min-width: 768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width: 992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width: 1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:3px}.bootstrap-datetimepicker-widget table th{height:29px;line-height:29px;width:29px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#ccc;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#ddd}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#ccc}.bootstrap-datetimepicker-widget table td.day{height:29px;line-height:29px;width:29px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#ddd;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#ccc}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:0 0 7px 7px solid transparent;border-bottom-color:#253A47;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#253A47;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#ccc;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:3px}.bootstrap-datetimepicker-widget table td span:hover{background:#ddd}.bootstrap-datetimepicker-widget table td span.active{background-color:#253A47;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#ccc}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#ccc;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.input-group.date .input-group-addon{cursor:pointer}form h1,form h3{color:#314D5B;padding:0 3rem 0.5rem;margin:0 0 1rem;border-bottom:3px solid #e1e1e1;font-size:1.5rem;text-align:left;letter-spacing:-1px}form p{padding:0 3rem}form pre{padding:1.5rem 3rem}form .note{font-family:"Lato","Helvetica","Tahoma","Geneva","Arial",sans-serif;color:#DA4B46}form .form-field{margin-bottom:1rem;padding-left:3rem}form .form-data{padding-right:3rem}form .required{color:#DA4B46;font-family:helvetica, arial;vertical-align:middle;line-height:1;font-size:30px;margin-left:5px}form label{padding:5px 0;font-weight:400;margin:0}form label [data-hint]{display:inline}form label.toggleable{display:inline}form input,form select,form textarea,form button,form .selectize-input{font-family:"Lato","Helvetica","Tahoma","Geneva","Arial",sans-serif;font-size:1rem;line-height:1.7;border-radius:4px;-webkit-font-smoothing:antialiased}form .selectize-dropdown{z-index:100000}form .form-column>.form-field.grid{display:block}form .form-column>.form-field.grid>.block{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0;-moz-flex:0;-ms-flex:0;flex:0}form .grid.vertical{-webkit-flex-flow:column;-moz-flex-flow:column;flex-flow:column}form .form-select-wrapper,form .selectize-control.single .selectize-input{position:relative}form .form-select-wrapper:after,form .selectize-control.single .selectize-input:after{margin-top:0;border:0;position:absolute;content:'\f078';font-family:'FontAwesome';right:12px;top:50%;line-height:0;color:#9ba2a6;pointer-events:none}form .selectize-control{height:39px}form .selectize-input{box-shadow:none;color:#737C81;padding:5px 30px 5px 10px;margin:0}form .selectize-input>input{font-size:1rem;line-height:1.7}form .selectize-control.multi .selectize-input{padding:0.425rem 0.425rem}form .selectize-control.multi .selectize-input.has-items{padding-top:6px;padding-bottom:4px}form .selectize-control.multi .selectize-input>div{color:#737C81;border-radius:2px;line-height:1.5}form .selectize-control.multi .selectize-input>div.active{background:#d5d5d5}form .selectize-control.single .selectize-input:after{right:27px}form .selectize-control.single .selectize-input.dropdown-active:after{content:'\f077'}form .x-small{max-width:5rem !important}form .small{max-width:10rem !important}form .medium{max-width:20rem}form .medium textarea{height:7rem}form .large{max-width:30rem !important}form .large textarea{height:10rem}form select{width:100%;border:1px solid #d5d5d5;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px 30px 5px 10px;cursor:pointer;margin:0}form input[type=text],form input[type=password],form input[type=email],form input[type=date]{width:100%;border:1px solid #d5d5d5;background:#fff}form input[readonly=readonly]{background:#f2f2f2;font-weight:bold}form textarea{width:100%;border:1px solid #d5d5d5;background:#fff}form .form-frontmatter-wrapper{border:1px solid #d5d5d5;border-radius:4px}form .switch-toggle label{cursor:pointer}form .switch-toggle a,form .switch-toggle label{outline:none !important}form .dynfields input[type=text],form [data-grav-field="array"] input[type=text]{width:40%;float:left;margin:0 5px 5px 0}form .dynfields .form-row,form [data-grav-field="array"] .form-row{display:inline-block}form .dynfields .form-row span,form [data-grav-field="array"] .form-row span{padding:0.5rem;display:inline-block;line-height:1.7;cursor:pointer}form .dynfields .form-row.array-field-value_only,form [data-grav-field="array"] .form-row.array-field-value_only{width:100%}form .button-bar{margin-top:1rem;background:#e6e6e6;padding:1.2rem 3rem;width:100%;border-bottom-left-radius:5px;border-bottom-right-radius:5px}form .checkboxes{display:inline-block;padding:5px 0}form .checkboxes label{display:inline;cursor:pointer;position:relative;padding:0 0 0 2rem;margin-right:15px}form .checkboxes label:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;top:50%;left:0;margin-top:-0.75rem;margin-right:10px;position:absolute;background:#fff;border:1px solid #d5d5d5;border-radius:4px}form .checkboxes input[type=checkbox]{display:none}form .checkboxes input[type=checkbox]:checked+label:before{content:"\f00c";font-family:"FontAwesome";font-size:1.2rem;line-height:1;text-align:center}form .checkboxes.toggleable label{margin-right:0}.form-display-wrapper p{padding-left:0;padding-right:0}.form-display-wrapper p:first-child{margin-top:0}.form-frontmatter-wrapper{margin-bottom:3rem}.form-frontmatter-wrapper .dragbar{height:4px;background:#d5d5d5;cursor:row-resize}#frontmatter+.CodeMirror{border-radius:4px;padding:10px;height:130px}.form-order-wrapper ul#ordering{list-style:none;margin:0;padding:0}.form-order-wrapper ul#ordering li{padding:0.2rem 1rem;border-radius:4px;border:1px solid #d5d5d5;background:#f8f8f8;color:#8d959a;margin:3px 0;position:relative;font-family:"Lato","Helvetica","Tahoma","Geneva","Arial",sans-serif}.form-order-wrapper ul#ordering li.drag-handle{cursor:move;background:#fff;color:#5b6266}.form-order-wrapper ul#ordering li.drag-handle::after{content:'\f0c9';font-family:FontAwesome;position:absolute;right:10px}.form-list-wrapper ul[data-collection-holder]{list-style:none;margin:0;padding:0}.form-list-wrapper ul[data-collection-holder]>li{cursor:move;padding:1rem;border-radius:4px;border:1px solid #d5d5d5;background:#f8f8f8;color:#8d959a;margin:3px 0;position:relative;font-family:"Lato","Helvetica","Tahoma","Geneva","Arial",sans-serif}.form-list-wrapper ul[data-collection-holder]>li .item-actions{position:absolute;right:10px;top:4px;color:#5b6266}.form-list-wrapper ul[data-collection-holder]>li .item-actions .fa-trash-o{cursor:pointer}.form-list-wrapper .collection-actions{text-align:right}.form-label.block{z-index:10000}.form-label.block:hover{z-index:10005}#admin-main .admin-block h2{font-size:1.25rem;margin:0 0 .5rem;letter-spacing:normal}.form-fieldset{background-color:#f7f7f7;border:2px solid #e1e1e1;margin:1rem 2rem}.form-fieldset--label{background-color:#f3f3f3}.form-fieldset--label:hover,.form-fieldset input:checked+.form-fieldset--label{background-color:#eee}.form-fieldset--label label{display:table;font-size:1.25rem;padding:.5rem 1rem;width:100%}.form-fieldset--label h2{margin:0 !important}.form-fieldset--label .actions{font-size:initial;display:table-cell;text-align:right;vertical-align:middle}.form-fieldset--label+.form-data{margin-top:1rem;padding:0}.form-fieldset--cursor{cursor:pointer}.form-fieldset--info{font-size:small}.form-fieldset>input:checked ~ .form-data,.form-fieldset--collapsible .open,.form-fieldset input:checked ~ .form-label .form-fieldset--collapsible .close{display:block}.form-fieldset>.form-data,.form-fieldset--collapsible .close,.form-fieldset input:checked ~ .form-label .form-fieldset--collapsible .open{display:none}table,tbody,thead{display:inline-block;width:100%}.gpm-details{width:100%;-webkit-box-flex:auto;-moz-box-flex:auto;box-flex:auto;-webkit-flex:auto;-moz-flex:auto;-ms-flex:auto;flex:auto}td{border:0;border-bottom:1px solid #e1e1e1}tr{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}tr th{display:block;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1;font-weight:bold}tr th:first-child{padding-left:3rem}tr th:last-child{padding-right:3rem}tr td{display:block;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}tr td.double{-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;-webkit-flex:2;-moz-flex:2;-ms-flex:2;flex:2}tr td:first-child{padding-left:3rem}@media only all and (max-width: 47.938em){tr td:first-child{padding-left:.5rem}tr td:first-child .plugin-update-button{float:left}}tr td:last-child,tr td.gpm-actions{padding-right:3rem}tr td.gpm-actions{line-height:1;text-align:right;position:relative}tr td.gpm-actions .gpm-details-expand{position:absolute;top:12px;right:12px}tr td.gpm-details{margin:0;padding:0;background-color:#f7f7f7}@media only all and (max-width: 47.938em){tr td.gpm-details{word-wrap:break-word}}tr td.gpm-details>.table-wrapper{display:none}tr td.gpm-details>.table-wrapper td{border-bottom:0}tr td.gpm-details tbody{width:100%}tr:last-child td{border-bottom:0}tr:hover{background:#f3f3f3}.k-calendar-container table,.k-calendar-container tbody,.k-calendar-container thead{width:100%}.k-calendar-container thead th:first-child{padding-left:0}.k-calendar-container thead th:last-child{padding-right:0.5rem}.button{background:#41bea8;color:rgba(255,255,255,0.85);border-radius:4px}.button:hover{background:#54c5b0;color:#fff}.button.dropdown-toggle{background:#54c5b0;border-left:1px solid #3bab97}.button.dropdown-toggle{border-left:1px solid #3bab97}.button.secondary{background:#2a7a6b;color:rgba(255,255,255,0.85);border-radius:4px}.button.secondary:hover{background:#318d7c;color:#fff}.button.secondary.dropdown-toggle{background:#318d7c;border-left:1px solid #23675a}.button.secondary.dropdown-toggle{border-left:1px solid #318d7c}.button-group{position:relative;display:inline-block;vertical-align:middle}.button-group>.button:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.button-group>.button:first-child{margin-left:0 !important}.button-group>.button{position:relative;float:left}.button-group>.button+.dropdown-toggle{text-align:center;padding-right:8px;padding-left:8px}.button-group>.button+.dropdown-toggle i{margin:0}.button-group>.button:last-child:not(:first-child),.button-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.button-group .button+.button,.button-group .button+.button-group,.button-group .button-group+.button,.button-group .button-group+.button-group{margin-left:-1px}.button-group .dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#41bea8;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #3bab97;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}.button-group .dropdown-menu.language-switcher{min-width:auto}.button-group .dropdown-menu.lang-switcher{min-width:150px;left:inherit}.button-group .dropdown-menu.lang-switcher button{width:100%}.button-group .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#349886}.button-group .dropdown-menu li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#fff;white-space:nowrap}.button-group .dropdown-menu li>a:focus,.button-group .dropdown-menu li>a:hover{color:#fff;text-decoration:none;background-color:#349886}.button-group .dropdown-menu.language-switcher a.active{background-color:#349886}.open>.dropdown-menu{display:block}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}#error{text-align:center;display:flex;align-items:center;justify-content:center;height:100%;padding-bottom:6rem}#error h1{font-size:5rem}#error p{margin:1rem 0}#admin-login{background:#253A47;max-width:24rem;margin:0 auto}#admin-login.wide{max-width:50rem}#admin-login.wide h1{height:100px}#admin-login.wide form>.padding{padding:3rem 2rem 8rem 2rem}#admin-login.wide form>.padding>div{width:50%;display:inline-block;margin-right:-2px}@media only all and (max-width: 47.938em){#admin-login.wide form>.padding>div{width:100%;margin-right:0}}#admin-login.wide form>.padding .form-field{padding:0 1rem}#admin-login.wide form label{padding:0}#admin-login.wide form input{margin-bottom:1rem;text-align:left}#admin-login.wide form input::-webkit-input-placeholder{color:#83949d;font-size:1rem;line-height:2rem}#admin-login.wide form input::-moz-placeholder{color:#83949d;font-size:1rem;line-height:2rem}#admin-login.wide form input:-moz-placeholder{color:#83949d;font-size:1rem;line-height:2rem}#admin-login.wide form input:-ms-input-placeholder{color:#83949d;font-size:1rem;line-height:2rem}#admin-login.wide .grid{display:block}#admin-login.wide .form-label,#admin-login.wide .form-data{display:block;width:100%;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}#admin-login .form-field{padding-left:0;margin-bottom:0}#admin-login .form-label{display:none}#admin-login .form-data{padding-right:0}#admin-login .wrapper-spacer{width:100% !important;display:block !important;padding:0 1rem}#admin-login .wrapper-spacer h3{padding-left:1rem;color:rgba(255,255,255,0.4);border-bottom:3px solid rgba(255,255,255,0.1)}#admin-login .instructions{display:block;padding:2rem 3rem 0;margin:0;font-size:1.3rem;color:rgba(255,255,255,0.8)}#admin-login .instructions p{margin:0}#admin-login h1{background:#21333e url(../images/logo.png) 50% 50% no-repeat;font-size:0;color:transparent;height:216px;margin:0}#admin-login form{position:relative}#admin-login form .padding{padding:3rem 3rem 6rem 3rem}#admin-login form input{margin-bottom:2rem;background:#314D5B;color:#fff;font-size:1.4rem;line-height:1.5;text-align:center;font-weight:300;-webkit-font-smoothing:auto;border:1px solid #1e2e39}#admin-login form input::-webkit-input-placeholder{color:#83949d}#admin-login form input::-moz-placeholder{color:#83949d}#admin-login form input:-moz-placeholder{color:#83949d}#admin-login form input:-ms-input-placeholder{color:#83949d}#admin-login form .form-actions{display:block !important;width:100% !important;text-align:center;position:absolute;bottom:0;left:0;right:0;padding:1.5rem 3rem}#admin-login form .form-actions button:first-child{margin-right:1rem}#admin-login .alert{text-align:center;padding:1rem 3rem}#admin-sidebar{position:absolute;left:0;top:0;bottom:0;width:20%;background:#253A47}@media only all and (max-width: 47.938em){#admin-sidebar{display:none;width:75%;z-index:999999}}#admin-sidebar a{color:#ccc}#admin-sidebar a:hover{color:#fff}#admin-logo{background:#21333e;height:4.2rem}#admin-logo h3{text-transform:uppercase;margin:0;text-align:center;font-size:1.2rem}#admin-logo h3 i{font-size:1rem;vertical-align:middle;margin-top:-1px}#admin-user-details,.admin-user-details{padding:2rem;border-bottom:1px solid #21333e;overflow:hidden}#admin-user-details img,.admin-user-details img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease;border-radius:100%;float:left}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-user-details img,.admin-user-details img{float:none}}#admin-user-details:hover img,.admin-user-details:hover img{box-shadow:0px 0px 0 50px #2a4251}#admin-user-details .admin-user-names,.admin-user-details .admin-user-names{margin-left:45px}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-user-details .admin-user-names,.admin-user-details .admin-user-names{margin-left:0}}#admin-user-details .admin-user-names h4,#admin-user-details .admin-user-names h5,.admin-user-details .admin-user-names h4,.admin-user-details .admin-user-names h5{color:#e6e6e6;margin:0;font-size:1rem;line-height:1.3}#admin-user-details .admin-user-names h5,.admin-user-details .admin-user-names h5{font-family:"Lato","Helvetica","Tahoma","Geneva","Arial",sans-serif;color:#afc7d5;font-size:0.9rem}#admin-menu{display:block;margin:0;padding:0;list-style:none}#admin-menu li{font-family:"Montserrat","Helvetica","Tahoma","Geneva","Arial",sans-serif}#admin-menu li .badges{float:right;margin-right:1rem}#admin-menu li .badges .badge{display:inline-block;margin-right:-5px;color:#e6e6e6}#admin-menu li .badges .count{background-color:#365569}#admin-menu li .badges .updates{background-color:#2693B7;display:none}#admin-menu li .badges.with-updates .count{border-bottom-left-radius:0;border-top-left-radius:0}#admin-menu li .badges.with-updates .updates{border-bottom-right-radius:0;border-top-right-radius:0;display:inline-block}#admin-menu li a{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;display:block;padding-left:25px;padding-top:0.7rem;padding-bottom:0.7rem;color:#d1dee7}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-menu li a{padding-left:20px}}#admin-menu li a i{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;color:#afc7d5;margin-right:8px}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-menu li a i{display:none}}#admin-menu li a:hover{background:#21333e;color:#fff}#admin-menu li a:hover i{font-size:1.2rem}#admin-menu li.selected a{background:#314D5B;color:#fff;padding-left:16px;border-left:9px solid #349886}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-menu li.selected a{padding-left:11px}}#admin-menu li.selected a i{color:#e1eaf0}#admin-main{margin-left:20%}@media only all and (max-width: 47.938em){#admin-main{width:100%;margin-left:0}}#admin-main .hint:after,#admin-main [data-hint]:after{font-size:0.9rem;width:300px;line-height:inherit;white-space:normal}#admin-main h1{margin:0;font-size:1.5rem;text-align:left;letter-spacing:-1px}#admin-main .padding{padding:3rem}#admin-main .titlebar{position:relative;height:4.2rem;padding:0 3rem}@media only all and (max-width: 47.938em){#admin-main .titlebar{height:7.2rem;margin-top:-5.5rem;position:relative}}@media only all and (max-width: 47.938em){#admin-main .titlebar h1{transform:inherit;top:5px;font-size:1.2rem;display:block;text-align:center;padding:20px 0px;margin-top:-90px;z-index:2}#admin-main .titlebar h1>i:first-child:before{content:"\f0c9"}}@media only all and (max-width: 374px){#admin-main .titlebar h1{margin-top:-138px}}@media only all and (max-width: 47.938em){#admin-main .titlebar h1>.fa:first-child{cursor:pointer;float:left}}#admin-main .titlebar .button-bar{padding:0}@media only all and (max-width: 47.938em){#admin-main .titlebar .button-bar{text-align:center;display:block;float:none;margin:5rem -2rem 0px;padding-top:70px}}#admin-main .titlebar .preview{color:#fff;font-size:90%}#admin-main .titlebar .button{padding:0.3rem 0.6rem}@media only all and (max-width: 47.938em){#admin-main .titlebar .button{padding:0.2rem 0.5rem;font-size:0.9rem}}#admin-main .titlebar .button i{font-size:13px}#admin-main .admin-block .grav-update,#admin-main .admin-block .alert{margin-top:-2rem;margin-bottom:2rem}#admin-main .grav-update{padding:0 3rem;margin-top:-3rem;background:#9055AF;color:#fff}#admin-main .grav-update:after{content:"";display:table;clear:both}#admin-main .grav-update.plugins{padding-right:1rem}#admin-main .grav-update .button{float:right;margin-top:0.6rem;margin-left:1rem;line-height:1.5;background:#73448c;color:rgba(255,255,255,0.85);border-radius:4px}#admin-main .grav-update .button:hover{background:#814c9d;color:#fff}#admin-main .grav-update .button.dropdown-toggle{background:#814c9d;border-left:1px solid #653c7b}#admin-main .grav-update p{line-height:3rem;margin:0}#admin-main .grav-update i{padding-right:0.5rem}#admin-main .grav-update .less{color:rgba(255,255,255,0.75)}#admin-main .grav-update.grav{margin-top:0;-webkit-transition:margin-top 0.15s ease-out;-moz-transition:margin-top 0.15s ease-out;transition:margin-top 0.15s ease-out}@media only all and (max-width: 47.938em){#admin-main .grav-update.grav{position:absolute;z-index:9;bottom:0;width:100%}#admin-main .grav-update.grav p *{display:none}#admin-main .grav-update.grav p{font-size:0}#admin-main .grav-update.grav p button{width:95%;display:inherit;position:absolute;top:0;left:0;margin-left:2.5%;margin-right:2.5%;padding-left:0}}#admin-main .grav-update.grav+.content-padding{top:7.2rem;-webkit-transition:top 0.15s ease-out;-moz-transition:top 0.15s ease-out;transition:top 0.15s ease-out}@media only all and (max-width: 47.938em){#admin-main .grav-update.grav+.content-padding{top:7.2rem;padding-bottom:8rem;padding-top:0rem}}#admin-main .content-padding{position:absolute;top:4.2rem;bottom:0;left:20%;right:0;overflow-y:auto;padding:2.5rem}@media only all and (max-width: 47.938em){#admin-main .content-padding{top:7.2rem;left:0}}#admin-main .admin-block{background:#eee;color:#737C81;padding:2rem 0}#admin-main .admin-block h1{color:#314D5B;padding:0 3rem 0.5rem;margin:0 0 1rem;border-bottom:3px solid #e1e1e1}@media only all and (max-width: 47.938em){#admin-main .admin-block h1{padding:0 0 0.5rem;margin:0 0 1rem !important;text-indent:3rem}}#admin-main .admin-block h1.no_underline{border-bottom:0}#admin-main .admin-block .button-bar{margin-right:3rem}@media only all and (max-width: 47.938em){#admin-main .admin-block .button-bar{width:100%;margin:-.5rem 0 1rem 0;text-align:center}#admin-main .admin-block .button-bar .button{width:100%}}#admin-main .flush-bottom.button-bar{margin:1rem -2rem -1rem;height:70px;padding:0 1rem;float:none}@media only all and (max-width: 47.938em){#admin-main .flush-bottom.button-bar{height:auto;padding:2rem 1rem 0rem 1rem}}@media only all and (max-width: 47.938em){#admin-main .flush-bottom.button-bar .button{margin-left:0 !important;margin-bottom:.5rem;width:100%}}#admin-main .danger,#admin-main .success{position:relative}#admin-main .danger.button-bar,#admin-main .success.button-bar{margin:2rem 0 -2rem;height:70px;padding:1rem;float:none;background:#e9e9e9}#admin-main .danger.button-bar .button{background:#DA4B46;color:rgba(255,255,255,0.85);border-radius:4px}#admin-main .danger.button-bar .button:hover{background:#de605b;color:#fff}#admin-main .danger.button-bar .button.dropdown-toggle{background:#de605b;border-left:1px solid #d63631}#admin-dashboard:after{content:"";display:table;clear:both}#admin-dashboard .dashboard-item{float:left;width:50%;margin-bottom:2.5rem}@media only all and (max-width: 47.938em){#admin-dashboard .dashboard-item{width:100%}}#admin-dashboard .dashboard-item>div{padding:1rem 2rem}#admin-dashboard .dashboard-left{padding-right:1.25rem}@media only all and (max-width: 47.938em){#admin-dashboard .dashboard-left{padding-right:0rem}}#admin-dashboard .dashboard-right{padding-left:1.25rem}@media only all and (max-width: 47.938em){#admin-dashboard .dashboard-right{padding-left:0rem}}#admin-dashboard #updates p{text-align:center;color:rgba(255,255,255,0.96);margin:0}#admin-dashboard #updates .updates-chart{width:50%;float:left}#admin-dashboard #updates .chart-wrapper{position:relative}#admin-dashboard #updates .backups-chart{position:relative;width:50%;float:left}#admin-dashboard #updates .numeric{display:block;position:absolute;width:100%;text-align:center;font-size:1.7rem;line-height:1}#admin-dashboard #updates .numeric em{display:block;font-style:normal;font-size:1rem;color:rgba(255,255,255,0.85)}#admin-dashboard #updates .admin-update-charts{min-height:191px}#admin-dashboard #updates .admin-update-charts:after{content:"";display:table;clear:both}#admin-dashboard #updates .button{margin-left:0.5rem}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-dashboard #updates .button{width:49%;padding:.3rem 0rem;margin-left:0}}#admin-dashboard #popularity p{text-align:center;color:rgba(255,255,255,0.95);margin:0}#admin-dashboard #popularity .button-bar{height:100px;padding:0 1rem}#admin-dashboard #popularity .stat{display:block;float:left;width:33%;text-align:center}#admin-dashboard #popularity .stat b{display:block;font-size:2.5rem;line-height:1;font-weight:300}#admin-dashboard #popularity .stat i{display:block;font-style:normal;color:rgba(255,255,255,0.75)}#admin-dashboard .tertiary-accent{background-color:#2693B7;background-image:-webkit-linear-gradient(#2693B7,#64c0df);background-image:linear-gradient(#2693B7,#64c0df)}#admin-dashboard .secondary-accent{background-color:#349886;background-image:-webkit-linear-gradient(#349886,#67cbb9);background-image:linear-gradient(#349886,#67cbb9)}.no-flick,.card-item{-webkit-transform:translate3d(0, 0, 0)}.card-row{-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.card-item{overflow:hidden;padding:1rem;margin:0;position:relative;width:31%;border:1px solid #e1e1e1;background:#fff;margin-bottom:2rem}@media only all and (min-width: 48em) and (max-width: 59.938em){.card-item{width:48%}}@media only all and (max-width: 47.938em){.card-item{width:100%}}.card-item h4{font-size:1.2rem;line-height:1.2}.user-details{text-align:center}.user-details img{border-radius:100%}.user-details h2{margin:0;font-size:1.8rem}.user-details h5{color:#8d959a;font-size:1.1rem;margin:0}#footer{text-align:center;padding:3rem 0 1rem}.ct-chart .ct-series .ct-bar{stroke-width:20px}.ct-chart .ct-series.ct-series-a .ct-bar{stroke:rgba(255,255,255,0.85) !important}.ct-chart .ct-series.ct-series-a .ct-slice-donut{stroke:#fff !important}.ct-chart .ct-series.ct-series-b .ct-slice-donut{stroke:rgba(255,255,255,0.2) !important}#popularity .ct-chart{margin:0 -10px -10px}#popularity .ct-chart .ct-chart-bar{padding:10px}#latest .page-title,#latest .page-route{overflow:auto}#latest .last-modified{padding-left:10px}#overlay{position:fixed;width:25%;height:100%;z-index:999999;left:75%;top:0;display:none}.gpm-item-info+#blueprints .block-tabs{padding-top:16px}.pages-list{list-style:none;margin:0;padding:0;border-top:1px solid #e1e1e1}.pages-list ul{list-style:none;margin:0;padding:0}.pages-list li{margin:0;padding:0}.pages-list .row{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;border-bottom:1px solid #e1e1e1;line-height:2.5rem;padding-right:3rem}.pages-list .row:hover{background:#f3f3f3}.pages-list .row p.page-route{display:block;margin:-10px 0 5px 25px;line-height:1;font-size:0.9rem;color:#888;text-shadow:1px 1px 0 #fff}.pages-list .row p.page-route .spacer{color:#d5d5d5;display:inline-block;margin:0 0.3rem}.pages-list .row .hint--bottom:before,.pages-list .row .hint--bottom:after{left:4px}.pages-list .row .hint:after,.pages-list .row [data-hint]:after{border-radius:2px}.pages-list .row .badge.lang{background-color:#aaa;color:white;margin-left:8px}.pages-list .row .badge.lang.info{background-color:#9055AF}.pages-list .page-tools{display:inline-block;float:right;font-size:1.4rem}.pages-list .page-tools i{margin-left:10px}.pages-list .page-home{font-size:1.4rem;margin-left:10px;color:#bbb;vertical-align:middle}.pages-list .page-info{font-size:1.1rem;margin-left:10px;color:#bbb;vertical-align:middle}.pages-list .page-icon{color:#0082BA;font-weight:700}.pages-list .page-icon.children-open:before{content:'\f056'}.pages-list .page-icon.children-closed:before{content:'\f055'}.pages-list .page-icon.not-routable{color:#CE431D}.pages-list .page-icon.not-visible{color:#999}.pages-list .page-icon.modular{color:#9055AF}#page-filtering{margin:-2rem 3rem 1rem}#page-filtering:after{content:"";display:table;clear:both}#page-filtering .page-filters{width:60%;float:left}@media only all and (max-width: 47.938em){#page-filtering .page-filters{width:100%}}#page-filtering .page-search{position:relative;width:40%;float:left;padding-left:2rem;text-indent:2.5rem}#page-filtering .page-search:after{position:absolute;right:15px;top:10px;content:'\f002';font-family:'FontAwesome'}@media only all and (max-width: 47.938em){#page-filtering .page-search{width:100%;padding-top:1rem;padding-left:0rem}#page-filtering .page-search:after{top:1.5rem}}#page-filtering .page-shortcuts{clear:both;padding-top:5px}#page-filtering .page-shortcuts:after{content:"";display:table;clear:both}#page-filtering .page-shortcuts .button{background:#aaa;color:rgba(255,255,255,0.85);border-radius:4px}#page-filtering .page-shortcuts .button:hover{background:#b7b7b7;color:#fff}#page-filtering .page-shortcuts .button.dropdown-toggle{background:#b7b7b7;border-left:1px solid #9d9d9d}#page-filtering .selectize-control.multi .selectize-input{padding:0.425rem 0.425rem}#page-filtering .selectize-control.multi .selectize-input.has-items{padding-top:6px;padding-bottom:4px}#page-filtering .selectize-control.multi .selectize-input input{font-size:1rem;line-height:1.7}#page-filtering .selectize-control.multi .selectize-input>div,#page-filtering .selectize-control.multi .selectize-input>div.active{color:#777;padding:2px 10px}#page-filtering .selectize-control.multi .selectize-input>div[data-value='Routable'],#page-filtering .selectize-control.multi .selectize-input>div.active[data-value='Routable']{background:#CE431D;color:#fff}#page-filtering .selectize-control.multi .selectize-input>div[data-value='NonRoutable'],#page-filtering .selectize-control.multi .selectize-input>div.active[data-value='NonRoutable']{color:#CE431D}#page-filtering .selectize-control.multi .selectize-input>div[data-value='Visible'],#page-filtering .selectize-control.multi .selectize-input>div.active[data-value='Visible']{background:#71B15E;color:#fff}#page-filtering .selectize-control.multi .selectize-input>div[data-value='NonVisible'],#page-filtering .selectize-control.multi .selectize-input>div.active[data-value='NonVisible']{color:#71B15E}#page-filtering .selectize-control.multi .selectize-input>div[data-value='Modular'],#page-filtering .selectize-control.multi .selectize-input>div.active[data-value='Modular']{background:#9055AF;color:#fff}#page-filtering .selectize-control.multi .selectize-input>div[data-value='NonModular'],#page-filtering .selectize-control.multi .selectize-input>div.active[data-value='NonModular']{color:#9055AF}#page-filtering .selectize-control.multi .selectize-input>div[data-value='Published'],#page-filtering .selectize-control.multi .selectize-input>div.active[data-value='Published']{background:#0093B8;color:#fff}#page-filtering .selectize-control.multi .selectize-input>div[data-value='NonPublished'],#page-filtering .selectize-control.multi .selectize-input>div.active[data-value='NonPublished']{color:#0093B8}.admin-form-wrapper{position:relative}#admin-topbar{position:absolute;right:0.5rem;height:3.5rem}@media only all and (max-width: 47.938em){#admin-topbar{width:100%;right:0;top:.25rem;padding:0 .5rem}}#admin-topbar #admin-mode-toggle,#admin-topbar #admin-lang-toggle{height:37px;display:inline-block;vertical-align:inherit}#admin-topbar #admin-lang-toggle{z-index:10}#admin-topbar #admin-lang-toggle button{background:#73448c;color:rgba(255,255,255,0.85);border-radius:4px}#admin-topbar #admin-lang-toggle button:hover{background:#814c9d;color:#fff}#admin-topbar #admin-lang-toggle button.dropdown-toggle{background:#814c9d;border-left:1px solid #653c7b}#admin-topbar #admin-lang-toggle .dropdown-menu{background:#9055AF}#admin-topbar #admin-lang-toggle .dropdown-menu button{background:transparent;color:#fff;width:100%}#admin-topbar .switch-grav{border:0;background-color:#365569}@media only all and (max-width: 47.938em){#admin-topbar .switch-toggle{width:100%}}#admin-topbar .switch-toggle input:checked+label{color:#fff}#admin-topbar .switch-toggle input+label{color:#d1dee7}#admin-topbar .switch-toggle input.highlight:checked ~ a{background:#3aafd6}body .selectize-dropdown .optgroup-header{color:#000;border-bottom:1px solid #eee;background-color:#fafafa}.depth-0 .row{padding-left:3rem}.depth-1 .row{padding-left:6rem}.depth-2 .row{padding-left:9rem}.depth-3 .row{padding-left:12rem}.depth-4 .row{padding-left:15rem}.depth-5 .row{padding-left:18rem}.depth-6 .row{padding-left:21rem}.depth-7 .row{padding-left:24rem}.depth-8 .row{padding-left:27rem}.depth-9 .row{padding-left:30rem}.hidden{display:none !important}.switch-toggle input[type="radio"]{display:none !important}html.remodal-is-locked{overflow:hidden;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:99999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:100000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-0.05em;content:''}.remodal-overlay,.remodal-wrapper{backface-visibility:hidden}.remodal{position:relative;outline:none;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,0.9)}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{animation-duration:0.3s;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;transform:translate3d(0, 0, 0);color:#2b2e38;background:#fff}.remodal.remodal-is-opening,.remodal.remodal-is-closing{animation-duration:0.3s;animation-fill-mode:forwards}.remodal.remodal-is-opening{animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;transition:color 0.2s;text-decoration:none;color:#95979c;border:0;outline:0;background:transparent}.remodal-close:hover,.remodal-close:focus{color:#2b2e38}.remodal-close:before{font-family:Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}@keyframes remodal-opening-keyframes{from{transform:scale(1.05);opacity:0}to{transform:none;opacity:1}}@keyframes remodal-closing-keyframes{from{transform:scale(1);opacity:1}to{transform:scale(0.95);opacity:0}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width: 641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}.remodal{padding:35px 0 0;text-align:left;box-shadow:0 10px 20px rgba(0,0,0,0.3);border-radius:3px}.tab-bar{background:#253A47;margin:0;padding:0;list-style:none;font-family:"Montserrat","Helvetica","Tahoma","Geneva","Arial",sans-serif}.tab-bar:after{content:"";display:table;clear:both}.tab-bar li{display:block;float:left;height:3.5em}.tab-bar li.active span,.tab-bar li.active a{background:#eee;color:#737C81}@media only all and (max-width: 47.938em){.tab-bar li{width:100%}.tab-bar li span,.tab-bar li a{width:100%;text-align:center}}.tab-bar span,.tab-bar a{display:inline-block;padding:0 4rem;line-height:3.5em;color:#d1dee7}.tab-bar span:hover,.tab-bar a:hover{color:#fff;background:#141f25}@-webkit-keyframes show{from{opacity:0}to{opacity:1}}@-moz-keyframes show{from{opacity:0}to{opacity:1}}@keyframes show{from{opacity:0}to{opacity:1}}.form-tabs{background:#253A47;font-family:"Montserrat","Helvetica","Tahoma","Geneva","Arial",sans-serif;margin-top:-4rem}@media only all and (max-width: 47.938em){.form-tabs{padding-top:4rem}}.form-tabs>input[type=radio]{display:none}.form-tabs>input[type=radio]:checked+label{background:#eee;color:#737C81}.form-tabs>label{display:inline-block;cursor:pointer;color:#d1dee7;height:3.5em;text-align:center;line-height:3.5em;padding:0 2rem}@media only all and (max-width: 47.938em){.form-tabs>label{width:100%}}.form-tabs>label:last-of-type{border-bottom:none}.form-tabs>label:hover{color:#fff;background:#2a4251}.tab-body{position:absolute;top:-9999px;opacity:0;width:100%}.tab-body-wrapper{padding-top:3.5em;background:#eee}#tab1:checked ~ .tab-body-wrapper #tab-body-1,#tab2:checked ~ .tab-body-wrapper #tab-body-2,#tab3:checked ~ .tab-body-wrapper #tab-body-3,#tab4:checked ~ .tab-body-wrapper #tab-body-4,#tab5:checked ~ .tab-body-wrapper #tab-body-5,#tab6:checked ~ .tab-body-wrapper #tab-body-6,#tab7:checked ~ .tab-body-wrapper #tab-body-7,#tab8:checked ~ .tab-body-wrapper #tab-body-8,#tab9:checked ~ .tab-body-wrapper #tab-body-9,#tab10:checked ~ .tab-body-wrapper #tab-body-10{position:relative;top:0px;opacity:1}.grav-editor [data-grav-editor]{height:300px}.grav-editor .CodeMirror-scroll{margin-right:-36px;padding-bottom:36px}.grav-editor-fullscreen{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99999;padding:0 !important;margin:0 !important}.grav-editor-fullscreen .grav-editor-content,.grav-editor-fullscreen .CodeMirror-wrap,.grav-editor-fullscreen .grav-editor-preview{height:100% !important}.grav-editor-fullscreen .grav-editor-toolbar,.grav-editor-fullscreen .grav-editor-toolbar ul li:first-child a,.grav-editor-fullscreen .grav-editor-toolbar-flip ul li:last-child a{border-radius:0}.grav-editor-toolbar{-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row}.grav-editor-toolbar .grav-editor-actions{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}.grav-editor-toolbar .grav-editor-modes{flex-shrink:0}.grav-editor-toolbar .grav-editor-modes ul{float:right}.grav-editor-toolbar{border:1px solid #d5d5d5;border-top-right-radius:4px;border-top-left-radius:4px;background:#fbfbfb}.grav-editor-toolbar:after{content:"";display:table;clear:both}.grav-editor-toolbar ul{list-style:none;margin:0;padding:0}.grav-editor-toolbar ul li{display:inline-block}.grav-editor-toolbar ul li:first-child a{border-top-left-radius:4px}.grav-editor-toolbar ul a{display:inline-block;cursor:pointer;color:#737C81;background-color:transparent;border-radius:0;padding:0.4rem 0.8rem;margin-top:-1px;border:1px solid transparent}.grav-editor-toolbar ul a,.grav-editor-toolbar ul a:hover,.grav-editor-toolbar ul a:active,.grav-editor-toolbar ul a:focus{outline:0}.grav-editor-toolbar ul a:hover,.grav-editor-toolbar ul a:focus{background:#f3f3f3;color:#5b6266;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}.grav-editor-toolbar ul .editor-active a{background:white;cursor:auto;border-top:1px solid #d5d5d5;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5}.grav-editor-toolbar ul .editor-active a:hover{background:#fff;border-top:0;border-bottom:1px solid #fff}.grav-editor-toolbar ul .editor-active:last-child a,.grav-editor-toolbar ul .editor-active:last-child a:hover{border-right:1px solid transparent}.grav-editor-toolbar .grav-editor-modes li:first-child a{border-top-left-radius:0}.grav-editor-toolbar .grav-editor-modes li:last-child a{border-top-right-radius:4px}.grav-editor-toolbar-flip{float:right}.grav-editor-toolbar-flip ul li:last-child a{border-top-right-radius:4px}.grav-editor-content,.grav-editor-preview{cursor:text;border:1px solid #d5d5d5;border-top:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.grav-editor-content:after,.grav-editor-preview:after{content:"";display:table;clear:both}.grav-editor-content .CodeMirror{padding:10px 20px 20px 20px;border-bottom-left-radius:4px}.grav-editor-preview{padding:20px;overflow-y:scroll;position:relative;background:#fff;border-bottom-right-radius:4px}.grav-editor-toolbar [data-hint]:after{white-space:nowrap !important;max-width:300px;width:auto !important}.grav-editor-toolbar p{margin-top:10px;margin-bottom:10px;padding-left:20px}#admin-main .grav-editor-preview{font-family:"Lato","Helvetica","Tahoma","Geneva","Arial",sans-serif}#admin-main .grav-editor-preview h1,#admin-main .grav-editor-preview h2,#admin-main .grav-editor-preview h3,#admin-main .grav-editor-preview h4,#admin-main .grav-editor-preview h5,#admin-main .grav-editor-preview h6{color:#5b6266}#admin-main .grav-editor-preview h1{font-size:2rem;border:0}#admin-main .grav-editor-preview h2{font-size:1.6rem}#admin-main .grav-editor-preview h3{font-size:1.4rem}#admin-main .grav-editor-preview h4{font-size:1.2rem}#admin-main .grav-editor-preview h5{font-size:1.1rem}#admin-main .grav-editor-preview p,#admin-main .grav-editor-preview h1{padding:0}[data-mode=tab][data-active-tab=code] .grav-editor-preview,[data-mode=tab][data-active-tab=preview] .grav-editor-code{display:none}.cm-s-paper.CodeMirror{color:#676f74;font-size:14px;line-height:1.4}.cm-s-paper.CodeMirror pre{font-family:"DejaVu Sans Mono", Menlo, Monaco, Consolas, Courier, monospace}.cm-s-paper .cm-link{color:#005e87}.cm-s-paper .cm-comment{color:#80898e}.cm-s-paper .cm-header{color:#4f5559}.cm-s-paper .cm-strong{color:#5b6266}.cm-s-paper .cm-em{color:#4f5559}.cm-s-paper .cm-string{color:#0082BA}.cm-s-paper .cm-tag{color:#349886}.cm-s-paper .cm-bracket{color:#41bea8}.cm-s-paper .cm-variable{color:#4f5559}.cm-s-paper .cm-variable-2{color:#80898e}.cm-s-paper .cm-variable-3{color:#8d959a}.cm-s-paper .cm-hr{color:#d1d4d6;font-weight:bold}.cm-s-paper .cm-keyword{color:#0082BA}.cm-s-paper .cm-atom{color:#9055AF}.cm-s-paper .cm-meta{color:#676f74}.cm-s-paper .cm-number{color:#7f8c8d}.cm-s-paper .cm-def{color:#00f}.cm-s-paper .cm-variable{color:black}.cm-s-paper .cm-variable-2{color:#555}.cm-s-paper .cm-variable-3{color:#085}.cm-s-paper .cm-property{color:black}.cm-s-paper .cm-operator{color:black}.cm-s-paper .cm-string-2{color:#f50}.cm-s-paper .cm-meta{color:#555}.cm-s-paper .cm-error{color:#f00}.cm-s-paper .cm-qualifier{color:#555}.cm-s-paper .cm-builtin{color:#555}.cm-s-paper .cm-attribute{color:#7f8c8d}.cm-s-paper .cm-quote{color:#888}.cm-s-paper .cm-header-1{font-size:140%}.cm-s-paper .cm-header-2{font-size:120%}.cm-s-paper .cm-header-3{font-size:110%}.cm-s-paper .cm-negative{color:#d44}.cm-s-paper .cm-positive{color:#292}.cm-s-paper .cm-header,.cm-s-paper .cm-strong{font-weight:bold}.cm-s-paper .cm-em{font-style:italic}.cm-s-paper .cm-link{text-decoration:underline}.cm-s-paper .cm-invalidchar{color:#f00}.form-uploads-wrapper h3{font-size:1rem;margin:2rem 0 0.5rem 0}.dropzone{position:relative;border:1px #d5d5d5 solid;border-radius:4px;min-height:4rem;background:#fff}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-drag-hover{border-color:rgba(0,0,0,0.15);background:rgba(0,0,0,0.04)}.dropzone.dz-started .dz-message{display:none}.dropzone .dz-message{opacity:1;-ms-filter:none;filter:none}.dropzone .dz-preview{position:relative;display:inline-block;margin:1rem;vertical-align:top}.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail]{display:none}.dropzone .dz-preview.dz-error .dz-error-mark{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{display:block}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{color:#fff;font-family:FontAwesome;display:none;position:absolute;width:22px;height:22px;font-size:18px;line-height:25px;border-radius:100%;text-align:center;right:2px;top:2px}.dropzone .dz-preview .dz-success-mark span,.dropzone .dz-preview .dz-error-mark span{display:none}.dropzone .dz-preview:hover .dz-success-mark,.dropzone .dz-preview:hover .dz-error-mark{display:none}.dropzone .dz-preview .dz-success-mark{background-color:#41bea8}.dropzone .dz-preview .dz-success-mark::after{content:'\f00c'}.dropzone .dz-preview .dz-error-mark{background-color:#D55A4E}.dropzone .dz-preview .dz-error-mark::after{content:'\f12a'}.dropzone .dz-preview .dz-progress{position:absolute;top:100px;left:0px;right:0px;height:4px;background:#d7d7d7;display:none}.dropzone .dz-preview .dz-progress .dz-upload{display:block;position:absolute;top:0;bottom:0;left:0;width:0%;background-color:#41bea8}.dropzone .dz-preview .dz-error-message{display:none;position:absolute;top:0;left:0;right:0;font-size:0.9rem;line-height:1.2;padding:8px 10px;background:#f6f6f6;color:#D55A4E;z-index:500}.dropzone .dz-preview.dz-processing .dz-progress{display:block}.dropzone .dz-preview:hover:not(.hide-backface) .dz-details img{display:none}.dropzone .dz-preview:hover.dz-error .dz-error-message{display:block}.dropzone .dz-preview .dz-remove,.dropzone .dz-preview .dz-insert{display:none}.dropzone .dz-preview:hover .dz-remove,.dropzone .dz-preview:hover .dz-insert{display:block;position:absolute;left:0;right:0;bottom:22px;border:1px solid #e1e1e1;width:50%;text-align:center;cursor:pointer;font-size:0.8rem}.dropzone .dz-preview:hover .dz-remove:hover,.dropzone .dz-preview:hover .dz-insert:hover{background:#eee}.dropzone .dz-preview:hover .dz-remove{left:inherit;border-left:0}.dropzone .dz-preview:hover .dz-insert{right:inherit}.dropzone .dz-preview.dz-processing .dz-details{overflow:hidden}.dropzone .dz-preview.dz-processing .dz-details img{position:absolute;left:50%;top:50%;height:auto;width:100%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.dropzone .dz-preview .dz-details{width:150px;height:100px;position:relative;background:#f6f6f6;border:1px solid #e1e1e1;font-size:0.8rem;padding:5px;margin-bottom:22px}.dropzone .dz-preview .dz-details .dz-filename{line-height:1.2;overflow:hidden;height:100%}.dropzone .dz-preview .dz-details img{position:absolute;top:0;left:0;width:150px;height:100px}.dropzone .dz-preview .dz-details .dz-size{position:absolute;bottom:-28px;left:0;right:0;text-align:center;font-size:0.8rem;height:28px;line-height:28px}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message span{cursor:pointer;color:#c3c7ca;text-align:center;font-size:1.4rem;line-height:4rem}.dropzone *{cursor:default}.toast-title{font-weight:bold}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#ffffff}.toast-message a:hover{color:#cccccc;text-decoration:none}.toast-close-button{position:relative;right:-0.3em;top:-0.3em;float:right;font-size:20px;font-weight:bold;color:#ffffff;-webkit-text-shadow:0 1px 0 #ffffff;text-shadow:0 1px 0 #ffffff;opacity:0.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-right{top:5rem;right:1.5rem}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;color:#ffffff;opacity:0.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);filter:alpha(opacity=90)}#toast-container>:hover{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#9055AF}.toast-success .button{background:#9b66b7;background:#a778bf;color:rgba(255,255,255,0.85);border-radius:4px}.toast-success .button:hover{background:#b289c7;color:#fff}.toast-success .button.dropdown-toggle{background:#b289c7;border-left:1px solid #9b66b7}.toast-error{background-color:#DA4B46}.toast-error .button{background-color:#c62d28;background:#9b231f;color:rgba(255,255,255,0.85);border-radius:4px}.toast-error .button:hover{background:#b02823;color:#fff}.toast-error .button.dropdown-toggle{background:#b02823;border-left:1px solid #861e1b}.toast-info{background-color:#2693B7}.toast-info .button{background-color:#1d718d;background:#144f63;color:rgba(255,255,255,0.85);border-radius:4px}.toast-info .button:hover{background:#196078;color:#fff}.toast-info .button.dropdown-toggle{background:#196078;border-left:1px solid #103e4d}.toast-warning{background-color:#f89406}.toast-warning .button{background-color:#c67605;background:#945904;color:rgba(255,255,255,0.85);border-radius:4px}.toast-warning .button:hover{background:#ad6704;color:#fff}.toast-warning .button.dropdown-toggle{background:#ad6704;border-left:1px solid #7c4a03}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000000;opacity:0.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width: 240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width: 241px) and (max-width: 480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width: 481px) and (max-width: 768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}.gpm>table>tbody>tr{border-bottom:1px solid #e1e1e1}.gpm td{border:0}.gpm .gpm-name{white-space:nowrap;color:#b6bbbe}.gpm .gpm-version{padding-left:0.5rem;color:#8d959a;font-size:0.9rem}.gpm .gpm-update .gpm-name{color:#349886}.gpm .gpm-actions .enabled,.gpm .gpm-actions .disabled{font-size:1.6rem}.gpm .gpm-actions .disabled{color:#8d959a}.gpm .gpm-item-info{position:relative;border-bottom:3px solid #e1e1e1;padding-bottom:1rem;margin-bottom:3rem;overflow:hidden}@media only all and (max-width: 47.938em){.gpm .gpm-item-info{word-wrap:break-word}}.gpm .gpm-item-info .gpm-item-icon{color:#e6e6e6;position:absolute;right:3rem;font-size:20rem}.gpm .gpm-item-info table{position:relative}.gpm .gpm-item-info td{border:0;text-align:left !important}.gpm .gpm-item-info td:first-child{color:#9ba2a6;white-space:nowrap;width:25%}.gpm .gpm-item-info tr:hover{background:inherit}.gpm .badge.update{display:inline-block;background:#9055AF;border-radius:4px;padding:2px 10px;color:#fff;margin-left:1rem}.gpm .gpm-ribbon{background-color:#9055AF;overflow:hidden;white-space:nowrap;position:absolute;top:1rem;right:-2rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.gpm .gpm-ribbon a{color:#fff;display:block;font-weight:bold;font-size:0.9rem;padding:5px 40px;text-align:center}.gpm .themes{padding:3rem}.gpm .themes .gpm-name{margin-bottom:0.5rem}.gpm .themes .gpm-actions{background:#e9e9e9;margin:1rem -1rem -1rem -1rem;height:4rem;text-align:center;padding:1rem;font-size:1rem;font-weight:bold}.gpm .themes .active-theme .gpm-actions,.gpm .themes.inactive-theme .gpm-actions{line-height:2rem}.gpm .themes .active-theme{border:1px solid #349886}.gpm .themes .active-theme .gpm-actions{background:#349886;color:#eee}.gpm .themes .inactive-theme .gpm-actions{display:block;color:#a2a2a2;font-weight:normal}#phpinfo img{display:none}#phpinfo table{margin:1rem 0 0}#phpinfo tr:hover{background:transparent}#phpinfo th{background:#d9d9d9}#phpinfo td{word-wrap:break-word}#phpinfo td h1{margin:0rem -3rem 0rem !important}#phpinfo td:first-child{color:#349886}#phpinfo hr{border-bottom:0}#phpinfo h1{font-size:2.3rem}#phpinfo h2{font-size:1.7rem;margin:3rem 3rem 0rem !important} + */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{margin:2px 0;padding:4px;width:19em}@media (min-width: 768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width: 992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width: 1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:3px}.bootstrap-datetimepicker-widget table th{height:29px;line-height:29px;width:29px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#ccc;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#ddd}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#ccc}.bootstrap-datetimepicker-widget table td.day{height:29px;line-height:29px;width:29px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#ddd;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#ccc}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:0 0 7px 7px solid transparent;border-bottom-color:#fff;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#fff;color:blue;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#ccc;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:3px}.bootstrap-datetimepicker-widget table td span:hover{background:#ddd}.bootstrap-datetimepicker-widget table td span.active{background-color:#fff;color:blue;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#ccc}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#ccc;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.input-group.date .input-group-addon{cursor:pointer}form h1,form h3{padding:0 3rem 0.5rem;margin:0 0 1rem;font-size:1.5rem;text-align:left;letter-spacing:-1px}form p{padding:0 3rem}form pre{padding:1.5rem 3rem}form .form-field{margin-bottom:1rem;padding-left:3rem}form .form-data{padding-right:3rem}form .required{font-family:helvetica, arial;vertical-align:middle;line-height:1;font-size:30px;margin-left:5px}form label{padding:5px 0;font-weight:400;margin:0}form label [data-hint]{display:inline}form label.toggleable{display:inline}form input,form select,form textarea,form button,form .selectize-input{font-size:1rem;line-height:1.7;border-radius:4px;-webkit-font-smoothing:antialiased}form .selectize-dropdown{z-index:100000}form .form-column>.form-field.grid{display:block}form .form-column>.form-field.grid>.block{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0;-moz-flex:0;-ms-flex:0;flex:0}form .grid.vertical{-webkit-flex-flow:column;-moz-flex-flow:column;flex-flow:column}form .form-select-wrapper,form .selectize-control.single .selectize-input{position:relative}form .form-select-wrapper:after,form .selectize-control.single .selectize-input:after{margin-top:0;border:0;position:absolute;content:'\f078';font-family:'FontAwesome';right:12px;top:50%;line-height:0;pointer-events:none}form .selectize-control{height:39px}form .selectize-input{box-shadow:none;padding:5px 30px 5px 10px;margin:0}form .selectize-input>input{font-size:1rem;line-height:1.7}form .selectize-control.multi .selectize-input{padding:0.425rem 0.425rem}form .selectize-control.multi .selectize-input.has-items{padding-top:6px;padding-bottom:4px}form .selectize-control.multi .selectize-input>div{border-radius:2px;line-height:1.5}form .selectize-control.single .selectize-input:after{right:27px}form .selectize-control.single .selectize-input.dropdown-active:after{content:'\f077'}form .x-small{max-width:5rem !important}form .small{max-width:10rem !important}form .medium{max-width:20rem}form .medium textarea{height:7rem}form .large{max-width:30rem !important}form .large textarea{height:10rem}form select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px 30px 5px 10px;cursor:pointer;margin:0}form input[type=text],form input[type=password],form input[type=email],form input[type=date]{width:100%}form input[readonly=readonly]{font-weight:bold}form textarea{width:100%}form .form-frontmatter-wrapper{border-radius:4px}form .switch-toggle label{cursor:pointer}form .switch-toggle a,form .switch-toggle label{outline:none !important}form .dynfields input[type=text],form [data-grav-field="array"] input[type=text]{width:40%;float:left;margin:0 5px 5px 0}form .dynfields .form-row,form [data-grav-field="array"] .form-row{display:inline-block}form .dynfields .form-row span,form [data-grav-field="array"] .form-row span{padding:0.5rem;display:inline-block;line-height:1.7;cursor:pointer}form .dynfields .form-row.array-field-value_only,form [data-grav-field="array"] .form-row.array-field-value_only{width:100%}form .button-bar{margin-top:1rem;padding:1.2rem 3rem;width:100%;border-bottom-left-radius:5px;border-bottom-right-radius:5px}form .checkboxes{display:inline-block;padding:5px 0}form .checkboxes label{display:inline;cursor:pointer;position:relative;padding:0 0 0 2rem;margin-right:15px}form .checkboxes label:before{content:"";display:inline-block;width:1.5rem;height:1.5rem;top:50%;left:0;margin-top:-0.75rem;margin-right:10px;position:absolute;border-radius:4px}form .checkboxes input[type=checkbox]{display:none}form .checkboxes input[type=checkbox]:checked+label:before{content:"\f00c";font-family:"FontAwesome";font-size:1.2rem;line-height:1;text-align:center}form .checkboxes.toggleable label{margin-right:0}.form-display-wrapper p{padding-left:0;padding-right:0}.form-display-wrapper p:first-child{margin-top:0}.form-frontmatter-wrapper{margin-bottom:3rem}.form-frontmatter-wrapper .dragbar{height:4px;cursor:row-resize}#frontmatter+.CodeMirror{border-radius:4px;padding:10px;height:130px}.form-order-wrapper ul#ordering{list-style:none;margin:0;padding:0}.form-order-wrapper ul#ordering li{padding:0.2rem 1rem;border-radius:4px;margin:3px 0;position:relative}.form-order-wrapper ul#ordering li.drag-handle{cursor:move}.form-order-wrapper ul#ordering li.drag-handle::after{content:'\f0c9';font-family:FontAwesome;position:absolute;right:10px}.form-list-wrapper ul[data-collection-holder]{list-style:none;margin:0;padding:0}.form-list-wrapper ul[data-collection-holder]>li{cursor:move;padding:1rem;border-radius:4px;margin:3px 0;position:relative}.form-list-wrapper ul[data-collection-holder]>li .item-actions{position:absolute;right:10px;top:4px}.form-list-wrapper ul[data-collection-holder]>li .item-actions .fa-trash-o{cursor:pointer}.form-list-wrapper .collection-actions{text-align:right}.form-label.block{z-index:10000}.form-label.block:hover{z-index:10005}#admin-main .admin-block h2{font-size:1.25rem;margin:0 0 .5rem;letter-spacing:normal}.form-fieldset{margin:1rem 2rem}.form-fieldset--label label{display:table;font-size:1.25rem;padding:.5rem 1rem;width:100%}.form-fieldset--label h2{margin:0 !important}.form-fieldset--label .actions{font-size:initial;display:table-cell;text-align:right;vertical-align:middle}.form-fieldset--label+.form-data{margin-top:1rem;padding:0}.form-fieldset--cursor{cursor:pointer}.form-fieldset--info{font-size:small}.form-fieldset>input:checked ~ .form-data,.form-fieldset--collapsible .open,.form-fieldset input:checked ~ .form-label .form-fieldset--collapsible .close{display:block}.form-fieldset>.form-data,.form-fieldset--collapsible .close,.form-fieldset input:checked ~ .form-label .form-fieldset--collapsible .open{display:none}table,tbody,thead{display:inline-block;width:100%}.gpm-details{width:100%;-webkit-box-flex:auto;-moz-box-flex:auto;box-flex:auto;-webkit-flex:auto;-moz-flex:auto;-ms-flex:auto;flex:auto}td{border:0}tr{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}tr th{display:block;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1;font-weight:bold}tr th:first-child{padding-left:3rem}tr th:last-child{padding-right:3rem}tr td{display:block;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}tr td.double{-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;-webkit-flex:2;-moz-flex:2;-ms-flex:2;flex:2}tr td:first-child{padding-left:3rem}@media only all and (max-width: 47.938em){tr td:first-child{padding-left:.5rem}tr td:first-child .plugin-update-button{float:left}}tr td:last-child,tr td.gpm-actions{padding-right:3rem}tr td.gpm-actions{line-height:1;text-align:right;position:relative}tr td.gpm-actions .gpm-details-expand{position:absolute;top:12px;right:12px}tr td.gpm-details{margin:0;padding:0}@media only all and (max-width: 47.938em){tr td.gpm-details{word-wrap:break-word}}tr td.gpm-details>.table-wrapper{display:none}tr td.gpm-details>.table-wrapper td{border-bottom:0}tr td.gpm-details tbody{width:100%}tr:last-child td{border-bottom:0}.k-calendar-container table,.k-calendar-container tbody,.k-calendar-container thead{width:100%}.k-calendar-container thead th:first-child{padding-left:0}.k-calendar-container thead th:last-child{padding-right:0.5rem}.button-group{position:relative;display:inline-block;vertical-align:middle}.button-group>.button:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.button-group>.button:first-child{margin-left:0 !important}.button-group>.button{position:relative;float:left}.button-group>.button+.dropdown-toggle{text-align:center;padding-right:8px;padding-left:8px}.button-group>.button+.dropdown-toggle i{margin:0}.button-group>.button:last-child:not(:first-child),.button-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.button-group .button+.button,.button-group .button+.button-group,.button-group .button-group+.button,.button-group .button-group+.button-group{margin-left:-1px}.button-group .dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:4px}.button-group .dropdown-menu.language-switcher{min-width:auto}.button-group .dropdown-menu.lang-switcher{min-width:150px;left:inherit}.button-group .dropdown-menu.lang-switcher button{width:100%}.button-group .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden}.button-group .dropdown-menu li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;white-space:nowrap}.button-group .dropdown-menu li>a:focus,.button-group .dropdown-menu li>a:hover{text-decoration:none}.open>.dropdown-menu{display:block}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}#error{text-align:center;display:flex;align-items:center;justify-content:center;height:100%;padding-bottom:6rem}#error h1{font-size:5rem}#error p{margin:1rem 0}#admin-login{max-width:24rem;margin:0 auto}#admin-login.wide{max-width:50rem}#admin-login.wide h1{height:100px}#admin-login.wide form>.padding{padding:3rem 2rem 8rem 2rem}#admin-login.wide form>.padding>div{width:50%;display:inline-block;margin-right:-2px}@media only all and (max-width: 47.938em){#admin-login.wide form>.padding>div{width:100%;margin-right:0}}#admin-login.wide form>.padding .form-field{padding:0 1rem}#admin-login.wide form label{padding:0}#admin-login.wide form input{margin-bottom:1rem;text-align:left}#admin-login.wide form input::-webkit-input-placeholder{font-size:1rem;line-height:2rem}#admin-login.wide form input::-moz-placeholder{font-size:1rem;line-height:2rem}#admin-login.wide form input:-moz-placeholder{font-size:1rem;line-height:2rem}#admin-login.wide form input:-ms-input-placeholder{font-size:1rem;line-height:2rem}#admin-login.wide .grid{display:block}#admin-login.wide .form-label,#admin-login.wide .form-data{display:block;width:100%;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}#admin-login .form-field{padding-left:0;margin-bottom:0}#admin-login .form-label{display:none}#admin-login .form-data{padding-right:0}#admin-login .wrapper-spacer{width:100% !important;display:block !important;padding:0 1rem}#admin-login .wrapper-spacer h3{padding-left:1rem}#admin-login .instructions{display:block;padding:2rem 3rem 0;margin:0;font-size:1.3rem}#admin-login .instructions p{margin:0}#admin-login h1{font-size:0;color:transparent;height:216px;margin:0}#admin-login form{position:relative}#admin-login form .padding{padding:3rem 3rem 6rem 3rem}#admin-login form input{margin-bottom:2rem;font-size:1.4rem;line-height:1.5;text-align:center;font-weight:300;-webkit-font-smoothing:auto}#admin-login form .form-actions{display:block !important;width:100% !important;text-align:center;position:absolute;bottom:0;left:0;right:0;padding:1.5rem 3rem}#admin-login form .form-actions button:first-child{margin-right:1rem}#admin-login .alert{text-align:center;padding:1rem 3rem}#admin-sidebar{position:absolute;left:0;top:0;bottom:0;width:20%}@media only all and (max-width: 47.938em){#admin-sidebar{display:none;width:75%;z-index:999999}}#admin-logo{height:4.2rem;text-align:center}#admin-logo .admin-logo a{display:inline-block;vertical-align:middle;width:20%;text-align:right;padding-right:1rem}#admin-logo .admin-logo a:first-child{width:70%;padding-right:0}#admin-logo .admin-logo a .fa{display:block;margin-top:-5px}#admin-logo #grav-logo{max-width:100%;padding-left:1.5rem;height:4.2rem}#admin-logo h3{text-transform:uppercase;margin:0;text-align:center;font-size:1.2rem}#admin-logo h3 i{font-size:1rem;vertical-align:middle;margin-top:-1px}#admin-user-details,.admin-user-details{padding:2rem;overflow:hidden}#admin-user-details img,.admin-user-details img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease;border-radius:100%;float:left}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-user-details img,.admin-user-details img{float:none}}#admin-user-details .admin-user-names,.admin-user-details .admin-user-names{margin-left:45px}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-user-details .admin-user-names,.admin-user-details .admin-user-names{margin-left:0}}#admin-user-details .admin-user-names h4,#admin-user-details .admin-user-names h5,.admin-user-details .admin-user-names h4,.admin-user-details .admin-user-names h5{margin:0;font-size:1rem;line-height:1.3}#admin-user-details .admin-user-names h5,.admin-user-details .admin-user-names h5{font-size:0.9rem}#admin-menu{display:block;margin:0;padding:0;list-style:none}#admin-menu li .badges{float:right;margin-right:1rem}#admin-menu li .badges .badge{display:inline-block;margin-right:-5px}#admin-menu li .badges .updates{display:none}#admin-menu li .badges.with-updates .count{border-bottom-left-radius:0;border-top-left-radius:0}#admin-menu li .badges.with-updates .updates{border-bottom-right-radius:0;border-top-right-radius:0;display:inline-block}#admin-menu li a{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;display:block;padding-left:25px;padding-top:0.7rem;padding-bottom:0.7rem}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-menu li a{padding-left:20px}}#admin-menu li a .fa{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;margin-right:8px}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-menu li a .fa{display:none}}#admin-menu li a:hover .fa{font-size:1.2rem}#admin-menu li.selected a{padding-left:16px}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-menu li.selected a{padding-left:11px}}#admin-main{margin-left:20%}@media only all and (max-width: 47.938em){#admin-main{width:100%;margin-left:0}}#admin-main .hint:after,#admin-main [data-hint]:after{font-size:0.9rem;width:300px;line-height:inherit;white-space:normal}#admin-main h1{margin:0;font-size:1.5rem;text-align:left;letter-spacing:-1px}#admin-main .padding{padding:3rem}#admin-main .titlebar{position:relative;height:4.2rem;padding:0 3rem;box-shadow:0px 3px 6px 0px rgba(0,0,0,0.1);z-index:2}@media only all and (max-width: 47.938em){#admin-main .titlebar{height:7.2rem;margin-top:-5.5rem;position:relative}}#admin-main .titlebar .button-bar{background:inherit}@media only all and (max-width: 47.938em){#admin-main .titlebar h1{transform:inherit;top:5px;font-size:1.2rem;display:block;text-align:center;padding:20px 0px;margin-top:-90px;z-index:2}#admin-main .titlebar h1>i:first-child:before{content:"\f0c9"}}@media only all and (max-width: 374px){#admin-main .titlebar h1{margin-top:-138px}}@media only all and (max-width: 47.938em){#admin-main .titlebar h1>.fa:first-child{cursor:pointer;float:left}}#admin-main .titlebar .button-bar{padding:0}@media only all and (max-width: 47.938em){#admin-main .titlebar .button-bar{text-align:center;display:block;float:none;margin:5rem -2rem 0px;padding-top:70px}}#admin-main .titlebar .preview{font-size:90%}#admin-main .titlebar .button{padding:0.3rem 0.6rem}@media only all and (max-width: 47.938em){#admin-main .titlebar .button{padding:0.2rem 0.5rem;font-size:0.9rem}}#admin-main .titlebar .button i{font-size:13px}#admin-main .admin-block .grav-update,#admin-main .admin-block .alert{margin-top:-2rem;margin-bottom:2rem}#admin-main .grav-update{padding:0 3rem;margin-top:-3rem}#admin-main .grav-update:after{content:"";display:table;clear:both}#admin-main .grav-update.plugins{padding-right:1rem}#admin-main .grav-update .button{float:right;margin-top:0.6rem;margin-left:1rem;line-height:1.5}#admin-main .grav-update p{line-height:3rem;margin:0}#admin-main .grav-update span[class="hint--left"]::after{line-height:1.5}#admin-main .grav-update i{padding-right:0.5rem}#admin-main .grav-update.grav{margin-top:0;-webkit-transition:margin-top 0.15s ease-out;-moz-transition:margin-top 0.15s ease-out;transition:margin-top 0.15s ease-out}@media only all and (max-width: 47.938em){#admin-main .grav-update.grav{position:absolute;z-index:9;bottom:0;width:100%}#admin-main .grav-update.grav p *{display:none}#admin-main .grav-update.grav p{font-size:0}#admin-main .grav-update.grav p button{width:95%;display:inherit;position:absolute;top:0;left:0;margin-left:2.5%;margin-right:2.5%;padding-left:0}}#admin-main .grav-update.grav+.content-padding{top:7.2rem;-webkit-transition:top 0.15s ease-out;-moz-transition:top 0.15s ease-out;transition:top 0.15s ease-out}@media only all and (max-width: 47.938em){#admin-main .grav-update.grav+.content-padding{top:7.2rem;padding-bottom:8rem;padding-top:0rem}}#admin-main .content-padding{position:absolute;top:4.2rem;bottom:0;left:20%;right:0;overflow-y:auto;padding:2.5rem}@media only all and (max-width: 47.938em){#admin-main .content-padding{top:7.2rem;left:0}}#admin-main .admin-block{padding:2rem 0}#admin-main .admin-block h1{padding:0 3rem 0.5rem;margin:0 0 1rem}@media only all and (max-width: 47.938em){#admin-main .admin-block h1{padding:0 0 0.5rem;margin:0 0 1rem !important;text-indent:3rem}}#admin-main .admin-block h1.no_underline{border-bottom:0}#admin-main .admin-block .button-bar{margin-right:3rem}@media only all and (max-width: 47.938em){#admin-main .admin-block .button-bar{width:100%;margin:-.5rem 0 1rem 0;text-align:center}#admin-main .admin-block .button-bar .button{width:100%}}#admin-main .flush-bottom.button-bar{margin:1rem -2rem -1rem;height:70px;padding:0 1rem;float:none}@media only all and (max-width: 47.938em){#admin-main .flush-bottom.button-bar{height:auto;padding:2rem 1rem 0rem 1rem}}@media only all and (max-width: 47.938em){#admin-main .flush-bottom.button-bar .button{margin-left:0 !important;margin-bottom:.5rem;width:100%}}#admin-main .danger,#admin-main .success{position:relative}#admin-main .danger.button-bar,#admin-main .success.button-bar{margin:2rem 0 -2rem;height:70px;padding:1rem;float:none}#admin-dashboard:after{content:"";display:table;clear:both}#admin-dashboard .dashboard-item{float:left;width:50%;margin-bottom:2.5rem}@media only all and (max-width: 47.938em){#admin-dashboard .dashboard-item{width:100%}}#admin-dashboard .dashboard-item>div{padding:1rem 2rem}#admin-dashboard .dashboard-left{padding-right:1.25rem}@media only all and (max-width: 47.938em){#admin-dashboard .dashboard-left{padding-right:0rem}}#admin-dashboard .dashboard-right{padding-left:1.25rem}@media only all and (max-width: 47.938em){#admin-dashboard .dashboard-right{padding-left:0rem}}#admin-dashboard #updates p{text-align:center;margin:0}#admin-dashboard #updates .updates-chart{width:50%;float:left}#admin-dashboard #updates .chart-wrapper{position:relative}#admin-dashboard #updates .backups-chart{position:relative;width:50%;float:left}#admin-dashboard #updates .numeric{display:block;position:absolute;width:100%;text-align:center;font-size:1.7rem;line-height:1}#admin-dashboard #updates .numeric em{display:block;font-style:normal;font-size:1rem}#admin-dashboard #updates .admin-update-charts{min-height:191px}#admin-dashboard #updates .admin-update-charts:after{content:"";display:table;clear:both}#admin-dashboard #updates .button{margin-left:0.5rem}@media only all and (min-width: 48em) and (max-width: 59.938em){#admin-dashboard #updates .button{width:49%;padding:.3rem 0rem;margin-left:0}}#admin-dashboard #popularity p{text-align:center;margin:0}#admin-dashboard #popularity .button-bar{height:100px;padding:0 1rem}#admin-dashboard #popularity .stat{display:block;float:left;width:33%;text-align:center}#admin-dashboard #popularity .stat b{display:block;font-size:2.5rem;line-height:1;font-weight:300}#admin-dashboard #popularity .stat i{display:block;font-style:normal}.no-flick,.card-item{-webkit-transform:translate3d(0, 0, 0)}.card-row{-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.card-item{overflow:hidden;padding:1rem;margin:0;position:relative;width:31%;margin-bottom:2rem}@media only all and (min-width: 48em) and (max-width: 59.938em){.card-item{width:48%}}@media only all and (max-width: 47.938em){.card-item{width:100%}}.card-item h4{font-size:1.2rem;line-height:1.2}.user-details{text-align:center}.user-details img{border-radius:100%}.user-details h2{margin:0;font-size:1.8rem}.user-details h5{font-size:1.1rem;margin:0}#footer{text-align:center;padding:3rem 0 1rem}.ct-chart .ct-series .ct-bar{stroke-width:20px}#popularity .ct-chart{margin:0 -10px -10px}#popularity .ct-chart .ct-chart-bar{padding:10px}#latest .page-title,#latest .page-route{overflow:auto}#latest .last-modified{padding-left:10px}#overlay{position:fixed;width:25%;height:100%;z-index:999999;left:75%;top:0;display:none}.gpm-item-info+#blueprints .block-tabs{padding-top:16px}.pages-list{list-style:none;margin:0;padding:0}.pages-list ul{list-style:none;margin:0;padding:0}.pages-list li{margin:0;padding:0}.pages-list .row{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;transition:all 0.2s ease;line-height:2.5rem;padding-right:3rem}.pages-list .row p.page-route{display:block;margin:-10px 0 5px 25px;line-height:1;font-size:0.9rem}.pages-list .row p.page-route .spacer{display:inline-block;margin:0 0.3rem}.pages-list .row .hint--bottom:before,.pages-list .row .hint--bottom:after{left:4px}.pages-list .row .hint:after,.pages-list .row [data-hint]:after{border-radius:2px}.pages-list .row .badge.lang{margin-left:8px}.pages-list .page-tools{display:inline-block;float:right;font-size:1.4rem}.pages-list .page-tools i{margin-left:10px}.pages-list .page-home{font-size:1.4rem;margin-left:10px;vertical-align:middle}.pages-list .page-info{font-size:1.1rem;margin-left:10px;vertical-align:middle}.pages-list .page-icon{color:#0082BA;font-weight:700}.pages-list .page-icon.children-open:before{content:'\f056'}.pages-list .page-icon.children-closed:before{content:'\f055'}.pages-list .page-icon.not-routable{color:#CE431D}.pages-list .page-icon.not-visible{color:#999}.pages-list .page-icon.modular{color:#9055AF}#page-filtering{margin:-2rem 3rem 1rem}#page-filtering:after{content:"";display:table;clear:both}#page-filtering .page-filters{width:60%;float:left}@media only all and (max-width: 47.938em){#page-filtering .page-filters{width:100%}}#page-filtering .page-search{position:relative;width:40%;float:left;padding-left:2rem;text-indent:2.5rem}#page-filtering .page-search:after{position:absolute;right:15px;top:10px;content:'\f002';font-family:'FontAwesome'}@media only all and (max-width: 47.938em){#page-filtering .page-search{width:100%;padding-top:1rem;padding-left:0rem}#page-filtering .page-search:after{top:1.5rem}}#page-filtering .page-shortcuts{clear:both;padding-top:5px}#page-filtering .page-shortcuts:after{content:"";display:table;clear:both}#page-filtering .page-shortcuts .button{color:rgba(255,255,255,0.85);border-radius:4px;background:#aaa}#page-filtering .page-shortcuts .button:hover{background:#919191;color:#fff}#page-filtering .page-shortcuts .button.dropdown-toggle{border-left:1px solid #b7b7b7}#page-filtering .selectize-control.multi .selectize-input{padding:0.425rem 0.425rem}#page-filtering .selectize-control.multi .selectize-input.has-items{padding-top:6px;padding-bottom:4px}#page-filtering .selectize-control.multi .selectize-input input{font-size:1rem;line-height:1.7}#page-filtering .selectize-control.multi .selectize-input .item,#page-filtering .selectize-control.multi .selectize-input .item.active{color:#777;background:#eee;padding:2px 10px}#page-filtering .selectize-control.multi .selectize-input .item[data-value='Routable'],#page-filtering .selectize-control.multi .selectize-input .item.active[data-value='Routable']{background:#CE431D;color:#fff}#page-filtering .selectize-control.multi .selectize-input .item[data-value='NonRoutable'],#page-filtering .selectize-control.multi .selectize-input .item.active[data-value='NonRoutable']{color:#CE431D}#page-filtering .selectize-control.multi .selectize-input .item[data-value='Visible'],#page-filtering .selectize-control.multi .selectize-input .item.active[data-value='Visible']{background:#71B15E;color:#fff}#page-filtering .selectize-control.multi .selectize-input .item[data-value='NonVisible'],#page-filtering .selectize-control.multi .selectize-input .item.active[data-value='NonVisible']{color:#71B15E}#page-filtering .selectize-control.multi .selectize-input .item[data-value='Modular'],#page-filtering .selectize-control.multi .selectize-input .item.active[data-value='Modular']{background:#9055AF;color:#fff}#page-filtering .selectize-control.multi .selectize-input .item[data-value='NonModular'],#page-filtering .selectize-control.multi .selectize-input .item.active[data-value='NonModular']{color:#9055AF}#page-filtering .selectize-control.multi .selectize-input .item[data-value='Published'],#page-filtering .selectize-control.multi .selectize-input .item.active[data-value='Published']{background:#0093B8;color:#fff}#page-filtering .selectize-control.multi .selectize-input .item[data-value='NonPublished'],#page-filtering .selectize-control.multi .selectize-input .item.active[data-value='NonPublished']{color:#0093B8}.admin-form-wrapper{position:relative}#admin-topbar{position:absolute;right:0.5rem;height:3.5rem}@media only all and (max-width: 47.938em){#admin-topbar{width:100%;right:0;top:.25rem;padding:0 .5rem}}#admin-topbar #admin-mode-toggle,#admin-topbar #admin-lang-toggle{height:37px;display:inline-block;vertical-align:inherit}#admin-topbar #admin-lang-toggle{z-index:10}#admin-topbar #admin-lang-toggle .dropdown-menu button{width:100%}#admin-topbar .switch-grav{border:0}@media only all and (max-width: 47.938em){#admin-topbar .switch-toggle{width:100%}}.depth-0 .row{padding-left:3rem}.depth-1 .row{padding-left:6rem}.depth-2 .row{padding-left:9rem}.depth-3 .row{padding-left:12rem}.depth-4 .row{padding-left:15rem}.depth-5 .row{padding-left:18rem}.depth-6 .row{padding-left:21rem}.depth-7 .row{padding-left:24rem}.depth-8 .row{padding-left:27rem}.depth-9 .row{padding-left:30rem}.hidden{display:none !important}.switch-toggle input[type="radio"]{display:none !important}html.remodal-is-locked{overflow:hidden;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:99999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:100000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-0.05em;content:''}.remodal-overlay,.remodal-wrapper{backface-visibility:hidden}.remodal{position:relative;outline:none;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,0.9)}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{animation-duration:0.3s;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;transform:translate3d(0, 0, 0)}.remodal.remodal-is-opening,.remodal.remodal-is-closing{animation-duration:0.3s;animation-fill-mode:forwards}.remodal.remodal-is-opening{animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;transition:color 0.2s;text-decoration:none;border:0;outline:0;background:transparent}.remodal-close:before{font-family:Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}@keyframes remodal-opening-keyframes{from{transform:scale(1.05);opacity:0}to{transform:none;opacity:1}}@keyframes remodal-closing-keyframes{from{transform:scale(1);opacity:1}to{transform:scale(0.95);opacity:0}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width: 641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}.remodal{padding:35px 0 0;text-align:left;box-shadow:0 10px 20px rgba(0,0,0,0.3);border-radius:3px}.tab-bar{margin:0;padding:0;list-style:none}.tab-bar:after{content:"";display:table;clear:both}.tab-bar li{display:block;float:left;height:3.5em}@media only all and (max-width: 47.938em){.tab-bar li{width:100%}.tab-bar li span,.tab-bar li a{width:100%;text-align:center}}.tab-bar span,.tab-bar a{display:inline-block;padding:0 4rem;line-height:3.5em}@-webkit-keyframes show{from{opacity:0}to{opacity:1}}@-moz-keyframes show{from{opacity:0}to{opacity:1}}@keyframes show{from{opacity:0}to{opacity:1}}.form-tabs{margin-top:-4rem}@media only all and (max-width: 47.938em){.form-tabs{padding-top:4rem}}.form-tabs>input[type=radio]{display:none}.form-tabs>label{display:inline-block;cursor:pointer;height:3.5em;text-align:center;line-height:3.5em;padding:0 2rem}@media only all and (max-width: 47.938em){.form-tabs>label{width:100%}}.form-tabs>label:last-of-type{border-bottom:none}.tab-body{position:absolute;top:-9999px;opacity:0;width:100%}.tab-body-wrapper{padding-top:3.5em}#tab1:checked ~ .tab-body-wrapper #tab-body-1,#tab2:checked ~ .tab-body-wrapper #tab-body-2,#tab3:checked ~ .tab-body-wrapper #tab-body-3,#tab4:checked ~ .tab-body-wrapper #tab-body-4,#tab5:checked ~ .tab-body-wrapper #tab-body-5,#tab6:checked ~ .tab-body-wrapper #tab-body-6,#tab7:checked ~ .tab-body-wrapper #tab-body-7,#tab8:checked ~ .tab-body-wrapper #tab-body-8,#tab9:checked ~ .tab-body-wrapper #tab-body-9,#tab10:checked ~ .tab-body-wrapper #tab-body-10{position:relative;top:0px;opacity:1}.grav-editor [data-grav-editor]{height:300px}.grav-editor .CodeMirror-scroll{margin-right:-36px;padding-bottom:36px}.grav-editor-fullscreen{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99999;padding:0 !important;margin:0 !important}.grav-editor-fullscreen .grav-editor-content,.grav-editor-fullscreen .CodeMirror-wrap,.grav-editor-fullscreen .grav-editor-preview{height:100% !important}.grav-editor-fullscreen .grav-editor-toolbar,.grav-editor-fullscreen .grav-editor-toolbar ul li:first-child a,.grav-editor-fullscreen .grav-editor-toolbar-flip ul li:last-child a{border-radius:0}.grav-editor-toolbar{-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-ms-flex-align:stretch;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-ms-flex-direction:row}.grav-editor-toolbar .grav-editor-actions{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}.grav-editor-toolbar .grav-editor-modes{flex-shrink:0}.grav-editor-toolbar .grav-editor-modes ul{float:right}.grav-editor-toolbar:after{content:"";display:table;clear:both}.grav-editor-toolbar ul{list-style:none;margin:0;padding:0}.grav-editor-toolbar ul li{display:inline-block}.grav-editor-toolbar ul li:first-child a{border-top-left-radius:4px}.grav-editor-toolbar ul a{display:inline-block;cursor:pointer;background-color:transparent;border-radius:0;padding:0.4rem 0.8rem;margin-top:-1px;border:1px solid transparent}.grav-editor-toolbar ul a,.grav-editor-toolbar ul a:hover,.grav-editor-toolbar ul a:active,.grav-editor-toolbar ul a:focus{outline:0}.grav-editor-toolbar .grav-editor-modes li:first-child a{border-top-left-radius:0}.grav-editor-toolbar .grav-editor-modes li:last-child a{border-top-right-radius:4px}.grav-editor-toolbar-flip{float:right}.grav-editor-toolbar-flip ul li:last-child a{border-top-right-radius:4px}.grav-editor-content,.grav-editor-preview{cursor:text}.grav-editor-content:after,.grav-editor-preview:after{content:"";display:table;clear:both}.grav-editor-content .CodeMirror{padding:10px 20px 20px 20px}.grav-editor-preview{padding:20px;overflow-y:scroll;position:relative;background:#fff}.grav-editor-toolbar [data-hint]:after{white-space:nowrap !important;max-width:300px;width:auto !important}.grav-editor-toolbar p{margin-top:10px;margin-bottom:10px;padding-left:20px}.cm-s-paper.CodeMirror{color:#666;line-height:1.4}.cm-s-paper .cm-link{color:#0082ba}.cm-s-paper .cm-comment{color:gray}.cm-s-paper .cm-header{color:#595959}.cm-s-paper .cm-strong{color:#4d4d4d}.cm-s-paper .cm-em{color:#4d4d4d}.cm-s-paper .cm-string{color:#0082BA}.cm-s-paper .cm-tag{color:#4d4d4d}.cm-s-paper .cm-bracket{color:#666}.cm-s-paper .cm-hr{color:#ccc;font-weight:bold}.cm-s-paper .cm-keyword{color:#0082ba}.cm-s-paper .cm-atom{color:#9055af}.cm-s-paper .cm-meta{color:#666}.cm-s-paper .cm-number{color:#7f8c8d}.cm-s-paper .cm-def{color:#00f}.cm-s-paper .cm-variable{color:black}.cm-s-paper .cm-property{color:black}.cm-s-paper .cm-operator{color:black}.cm-s-paper .cm-string-2{color:#f50}.cm-s-paper .cm-meta{color:#555}.cm-s-paper .cm-error{color:#f00}.cm-s-paper .cm-qualifier{color:#555}.cm-s-paper .cm-builtin{color:#555}.cm-s-paper .cm-attribute{color:#7f8c8d}.cm-s-paper .cm-quote{color:#888}.cm-s-paper .cm-header-1{font-size:140%}.cm-s-paper .cm-header-2{font-size:120%}.cm-s-paper .cm-header-3{font-size:110%}.cm-s-paper .cm-negative{color:#d44}.cm-s-paper .cm-positive{color:#292}.cm-s-paper .cm-header,.cm-s-paper .cm-strong{font-weight:bold}.cm-s-paper .cm-em{font-style:italic}.cm-s-paper .cm-link{text-decoration:underline}.cm-s-paper .cm-invalidchar{color:#f00}.form-uploads-wrapper h3{font-size:1rem;margin:2rem 0 0.5rem 0}.dropzone{position:relative;border-radius:4px;min-height:4rem}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-drag-hover{border-color:rgba(0,0,0,0.15);background:rgba(0,0,0,0.04)}.dropzone.dz-started .dz-message{display:none}.dropzone .dz-message{opacity:1;-ms-filter:none;filter:none}.dropzone .dz-preview{position:relative;display:inline-block;margin:1rem;vertical-align:top}.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail]{display:none}.dropzone .dz-preview.dz-error .dz-error-mark{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{display:block}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{font-family:FontAwesome;display:none;position:absolute;width:22px;height:22px;font-size:18px;line-height:25px;border-radius:100%;text-align:center;right:2px;top:2px}.dropzone .dz-preview .dz-success-mark span,.dropzone .dz-preview .dz-error-mark span{display:none}.dropzone .dz-preview:hover .dz-success-mark,.dropzone .dz-preview:hover .dz-error-mark{display:none}.dropzone .dz-preview .dz-success-mark::after{content:'\f00c'}.dropzone .dz-preview .dz-error-mark::after{content:'\f12a'}.dropzone .dz-preview .dz-progress{position:absolute;top:100px;left:0px;right:0px;height:4px;display:none}.dropzone .dz-preview .dz-progress .dz-upload{display:block;position:absolute;top:0;bottom:0;left:0;width:0%}.dropzone .dz-preview .dz-error-message{display:none;position:absolute;top:0;left:0;right:0;font-size:0.9rem;line-height:1.2;padding:8px 10px;z-index:500}.dropzone .dz-preview.dz-processing .dz-progress{display:block}.dropzone .dz-preview:hover:not(.hide-backface) .dz-details img{display:none}.dropzone .dz-preview:hover.dz-error .dz-error-message{display:block}.dropzone .dz-preview .dz-remove,.dropzone .dz-preview .dz-insert{display:none}.dropzone .dz-preview:hover .dz-remove,.dropzone .dz-preview:hover .dz-insert{display:block;position:absolute;left:0;right:0;bottom:22px;width:50%;text-align:center;cursor:pointer;font-size:0.8rem}.dropzone .dz-preview:hover .dz-remove{left:inherit;border-left:0}.dropzone .dz-preview:hover .dz-insert{right:inherit}.dropzone .dz-preview.dz-processing .dz-details{overflow:hidden}.dropzone .dz-preview.dz-processing .dz-details img{position:absolute;left:50%;top:50%;height:auto;width:100%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.dropzone .dz-preview .dz-details{width:150px;height:100px;position:relative;font-size:0.8rem;padding:5px;margin-bottom:22px}.dropzone .dz-preview .dz-details .dz-filename{line-height:1.2;overflow:hidden;height:100%}.dropzone .dz-preview .dz-details img{position:absolute;top:0;left:0;width:150px;height:100px}.dropzone .dz-preview .dz-details .dz-size{position:absolute;bottom:-28px;left:0;right:0;text-align:center;font-size:0.8rem;height:28px;line-height:28px}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message span{cursor:pointer;text-align:center;font-size:1.4rem;line-height:4rem}.dropzone *{cursor:default}.toast-title{font-weight:bold}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#ffffff}.toast-message a:hover{color:#cccccc;text-decoration:none}.toast-close-button{position:relative;right:-0.3em;top:-0.3em;float:right;font-size:20px;font-weight:bold;color:#ffffff;-webkit-text-shadow:0 1px 0 #ffffff;text-shadow:0 1px 0 #ffffff;opacity:0.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:5rem;right:1.5rem}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;color:#ffffff;opacity:0.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);filter:alpha(opacity=90)}#toast-container>:hover{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}.toast-warning{background-color:#f89406}.toast-warning .button{background-color:#c67605;color:rgba(255,255,255,0.85);border-radius:4px;background:#945904}.toast-warning .button:hover{background:#a4722a;color:#fff}.toast-warning .button.dropdown-toggle{border-left:1px solid #7c4a03}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000000;opacity:0.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width: 240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width: 241px) and (max-width: 480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width: 481px) and (max-width: 768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}.gpm td{border:0}.gpm .gpm-name{white-space:nowrap}.gpm .gpm-version{padding-left:0.5rem;font-size:0.9rem}.gpm .gpm-actions .enabled,.gpm .gpm-actions .disabled{font-size:1.6rem}.gpm .gpm-item-info{position:relative;padding-bottom:1rem;margin-bottom:3rem;overflow:hidden}@media only all and (max-width: 47.938em){.gpm .gpm-item-info{word-wrap:break-word}}.gpm .gpm-item-info .gpm-item-icon{position:absolute;right:3rem;font-size:20rem}.gpm .gpm-item-info table{position:relative}.gpm .gpm-item-info td{border:0;text-align:left !important}.gpm .gpm-item-info td:first-child{white-space:nowrap;width:25%}.gpm .gpm-item-info tr:hover{background:inherit}.gpm .badge.update{display:inline-block;border-radius:4px;padding:2px 10px;margin-left:1rem}.gpm .gpm-ribbon{overflow:hidden;white-space:nowrap;position:absolute;top:1rem;right:-2rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.gpm .gpm-ribbon a{display:block;font-weight:bold;font-size:0.9rem;padding:5px 40px;text-align:center}.gpm .themes{padding:3rem}.gpm .themes .gpm-name{margin-bottom:0.5rem}.gpm .themes .gpm-actions{margin:1rem -1rem -1rem -1rem;height:4rem;text-align:center;padding:1rem;font-size:1rem;font-weight:bold}.gpm .themes .active-theme .gpm-actions,.gpm .themes.inactive-theme .gpm-actions{line-height:2rem}.gpm .themes .inactive-theme .gpm-actions{display:block;font-weight:normal}#phpinfo img{display:none}#phpinfo table{margin:1rem 0 0}#phpinfo tr:hover{background:transparent}#phpinfo td{word-wrap:break-word}#phpinfo td h1{margin:0rem -3rem 0rem !important}#phpinfo hr{border-bottom:0}#phpinfo h1{font-size:2.3rem}#phpinfo h2{font-size:1.7rem;margin:3rem 3rem 0rem !important} /*# sourceMappingURL=template.css.map */ diff --git a/themes/grav/css-compiled/template.css.map b/themes/grav/css-compiled/template.css.map index 67014bfc..012112eb 100644 --- a/themes/grav/css-compiled/template.css.map +++ b/themes/grav/css-compiled/template.css.map @@ -1,7 +1,7 @@ { "version": 3, -"mappings": "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", -"sources": ["../scss/template/_fonts.scss","../scss/nucleus/mixins/_utilities.scss","../scss/template/modules/_buttons.scss","../scss/configuration/template/_typography.scss","../scss/template/_core.scss","../scss/configuration/template/_colors.scss","../scss/configuration/template/_bullets.scss","../scss/configuration/template/_variables.scss","../scss/vendor/bourbon/css3/_font-face.scss","../scss/template/_extensions.scss","../scss/vendor/bourbon/addons/_prefixer.scss","../scss/nucleus/mixins/_breakpoints.scss","../scss/template/_typography.scss","../scss/configuration/nucleus/_typography.scss","../scss/template/modules/_toggle-switch.scss","../scss/template/_forms.scss","../scss/template/modules/_datetimepicker.scss","../scss/vendor/bourbon/css3/_flex-box.scss","../scss/template/_tables.scss","../scss/template/_buttons.scss","../scss/template/_errors.scss","../scss/template/_login.scss","../scss/vendor/bourbon/css3/_placeholder.scss","../scss/template/_admin.scss","../scss/vendor/bourbon/addons/_clearfix.scss","../scss/vendor/bourbon/css3/_linear-gradient.scss","../scss/template/_pages.scss","../scss/template/_remodal.scss","../scss/template/_tabs.scss","../scss/vendor/bourbon/css3/_keyframes.scss","../scss/template/_editor.scss","../scss/template/_dropzone.scss","../scss/template/_toastr.scss","../scss/template/_gpm.scss","../scss/template/_phpinfo.scss"], +"mappings": "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", +"sources": ["../scss/nucleus/mixins/_utilities.scss","../scss/template/modules/_buttons.scss","../scss/template/_core.scss","../scss/configuration/template/_variables.scss","../scss/template/_extensions.scss","../scss/vendor/bourbon/addons/_prefixer.scss","../scss/nucleus/mixins/_breakpoints.scss","../scss/template/_typography.scss","../scss/configuration/nucleus/_typography.scss","../scss/vendor/bourbon/css3/_font-face.scss","../scss/template/_fonts.scss","../scss/template/modules/_toggle-switch.scss","../scss/template/_forms.scss","../scss/template/modules/_datetimepicker.scss","../scss/vendor/bourbon/css3/_flex-box.scss","../scss/template/_tables.scss","../scss/template/_buttons.scss","../scss/template/_errors.scss","../scss/template/_login.scss","../scss/vendor/bourbon/css3/_placeholder.scss","../scss/template/_admin.scss","../scss/vendor/bourbon/addons/_clearfix.scss","../scss/template/_pages.scss","../scss/configuration/template/_colors.scss","../scss/template/_remodal.scss","../scss/template/_tabs.scss","../scss/vendor/bourbon/css3/_keyframes.scss","../scss/template/_editor.scss","../scss/template/_dropzone.scss","../scss/template/_toastr.scss","../scss/template/_gpm.scss","../scss/template/_phpinfo.scss"], "names": [], "file": "template.css" } \ No newline at end of file diff --git a/themes/grav/fonts/Inconsolata-700/Inconsolata-700.eot b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.eot new file mode 100644 index 00000000..405cd295 Binary files /dev/null and b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.eot differ diff --git a/themes/grav/fonts/Inconsolata-700/Inconsolata-700.svg b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.svg new file mode 100644 index 00000000..3a68cf48 --- /dev/null +++ b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.svg @@ -0,0 +1,395 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/grav/fonts/Inconsolata-700/Inconsolata-700.ttf b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.ttf new file mode 100644 index 00000000..82ab9cec Binary files /dev/null and b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.ttf differ diff --git a/themes/grav/fonts/Inconsolata-700/Inconsolata-700.woff b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.woff new file mode 100644 index 00000000..13e2e0c0 Binary files /dev/null and b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.woff differ diff --git a/themes/grav/fonts/Inconsolata-700/Inconsolata-700.woff2 b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.woff2 new file mode 100644 index 00000000..b30a2e13 Binary files /dev/null and b/themes/grav/fonts/Inconsolata-700/Inconsolata-700.woff2 differ diff --git a/themes/grav/fonts/Inconsolata-700/LICENSE.txt b/themes/grav/fonts/Inconsolata-700/LICENSE.txt new file mode 100644 index 00000000..b14edde7 --- /dev/null +++ b/themes/grav/fonts/Inconsolata-700/LICENSE.txt @@ -0,0 +1,93 @@ +Copyright (c) 2011, Raph Levien (firstname.lastname@gmail.com), Copyright (c) 2012, Cyreal (cyreal.org) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.eot b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.eot new file mode 100644 index 00000000..0a705d65 Binary files /dev/null and b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.eot differ diff --git a/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.svg b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.svg new file mode 100644 index 00000000..b7f97c87 --- /dev/null +++ b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.svg @@ -0,0 +1,359 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.ttf b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.ttf new file mode 100644 index 00000000..4b8a36d2 Binary files /dev/null and b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.ttf differ diff --git a/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.woff b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.woff new file mode 100644 index 00000000..7e394e57 Binary files /dev/null and b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.woff differ diff --git a/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.woff2 b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.woff2 new file mode 100644 index 00000000..dd0a6e65 Binary files /dev/null and b/themes/grav/fonts/Inconsolata-regular/Inconsolata-regular.woff2 differ diff --git a/themes/grav/fonts/Inconsolata-regular/LICENSE.txt b/themes/grav/fonts/Inconsolata-regular/LICENSE.txt new file mode 100644 index 00000000..b14edde7 --- /dev/null +++ b/themes/grav/fonts/Inconsolata-regular/LICENSE.txt @@ -0,0 +1,93 @@ +Copyright (c) 2011, Raph Levien (firstname.lastname@gmail.com), Copyright (c) 2012, Cyreal (cyreal.org) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/themes/grav/fonts/Lato-300/LICENSE.txt b/themes/grav/fonts/Lato-300/LICENSE.txt new file mode 100644 index 00000000..98383e3d --- /dev/null +++ b/themes/grav/fonts/Lato-300/LICENSE.txt @@ -0,0 +1,93 @@ +Copyright (c) 2010-2014 by tyPoland Lukasz Dziedzic (team@latofonts.com) with Reserved Font Name "Lato" + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/themes/grav/fonts/Lato-300/Lato-300.eot b/themes/grav/fonts/Lato-300/Lato-300.eot new file mode 100644 index 00000000..4c77b134 Binary files /dev/null and b/themes/grav/fonts/Lato-300/Lato-300.eot differ diff --git a/themes/grav/fonts/Lato-300/Lato-300.svg b/themes/grav/fonts/Lato-300/Lato-300.svg new file mode 100644 index 00000000..ebe36baa --- /dev/null +++ b/themes/grav/fonts/Lato-300/Lato-300.svg @@ -0,0 +1,4148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/grav/fonts/Lato-300/Lato-300.ttf b/themes/grav/fonts/Lato-300/Lato-300.ttf new file mode 100644 index 00000000..3be3b622 Binary files /dev/null and b/themes/grav/fonts/Lato-300/Lato-300.ttf differ diff --git a/themes/grav/fonts/Lato-300/Lato-300.woff b/themes/grav/fonts/Lato-300/Lato-300.woff new file mode 100644 index 00000000..0dfaf006 Binary files /dev/null and b/themes/grav/fonts/Lato-300/Lato-300.woff differ diff --git a/themes/grav/fonts/Lato-300/Lato-300.woff2 b/themes/grav/fonts/Lato-300/Lato-300.woff2 new file mode 100644 index 00000000..8c49ba2a Binary files /dev/null and b/themes/grav/fonts/Lato-300/Lato-300.woff2 differ diff --git a/themes/grav/fonts/Lato-700/LICENSE.txt b/themes/grav/fonts/Lato-700/LICENSE.txt new file mode 100644 index 00000000..98383e3d --- /dev/null +++ b/themes/grav/fonts/Lato-700/LICENSE.txt @@ -0,0 +1,93 @@ +Copyright (c) 2010-2014 by tyPoland Lukasz Dziedzic (team@latofonts.com) with Reserved Font Name "Lato" + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/themes/grav/fonts/Lato-700/Lato-700.eot b/themes/grav/fonts/Lato-700/Lato-700.eot new file mode 100644 index 00000000..30b5dffe Binary files /dev/null and b/themes/grav/fonts/Lato-700/Lato-700.eot differ diff --git a/themes/grav/fonts/Lato-700/Lato-700.svg b/themes/grav/fonts/Lato-700/Lato-700.svg new file mode 100644 index 00000000..bac8d6da --- /dev/null +++ b/themes/grav/fonts/Lato-700/Lato-700.svg @@ -0,0 +1,4457 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/grav/fonts/Lato-700/Lato-700.ttf b/themes/grav/fonts/Lato-700/Lato-700.ttf new file mode 100644 index 00000000..e8b9bf6a Binary files /dev/null and b/themes/grav/fonts/Lato-700/Lato-700.ttf differ diff --git a/themes/grav/fonts/Lato-700/Lato-700.woff b/themes/grav/fonts/Lato-700/Lato-700.woff new file mode 100644 index 00000000..66c8242c Binary files /dev/null and b/themes/grav/fonts/Lato-700/Lato-700.woff differ diff --git a/themes/grav/fonts/Lato-700/Lato-700.woff2 b/themes/grav/fonts/Lato-700/Lato-700.woff2 new file mode 100644 index 00000000..a9ffeae9 Binary files /dev/null and b/themes/grav/fonts/Lato-700/Lato-700.woff2 differ diff --git a/themes/grav/fonts/Lato-regular/LICENSE.txt b/themes/grav/fonts/Lato-regular/LICENSE.txt new file mode 100644 index 00000000..98383e3d --- /dev/null +++ b/themes/grav/fonts/Lato-regular/LICENSE.txt @@ -0,0 +1,93 @@ +Copyright (c) 2010-2014 by tyPoland Lukasz Dziedzic (team@latofonts.com) with Reserved Font Name "Lato" + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/themes/grav/fonts/Lato-regular/Lato-regular.eot b/themes/grav/fonts/Lato-regular/Lato-regular.eot new file mode 100644 index 00000000..28343da0 Binary files /dev/null and b/themes/grav/fonts/Lato-regular/Lato-regular.eot differ diff --git a/themes/grav/fonts/Lato-regular/Lato-regular.svg b/themes/grav/fonts/Lato-regular/Lato-regular.svg new file mode 100644 index 00000000..f7678d37 --- /dev/null +++ b/themes/grav/fonts/Lato-regular/Lato-regular.svg @@ -0,0 +1,4148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/grav/fonts/Lato-regular/Lato-regular.ttf b/themes/grav/fonts/Lato-regular/Lato-regular.ttf new file mode 100644 index 00000000..7608bc3e Binary files /dev/null and b/themes/grav/fonts/Lato-regular/Lato-regular.ttf differ diff --git a/themes/grav/fonts/Lato-regular/Lato-regular.woff b/themes/grav/fonts/Lato-regular/Lato-regular.woff new file mode 100644 index 00000000..fe27504d Binary files /dev/null and b/themes/grav/fonts/Lato-regular/Lato-regular.woff differ diff --git a/themes/grav/fonts/Lato-regular/Lato-regular.woff2 b/themes/grav/fonts/Lato-regular/Lato-regular.woff2 new file mode 100644 index 00000000..c83fe955 Binary files /dev/null and b/themes/grav/fonts/Lato-regular/Lato-regular.woff2 differ diff --git a/themes/grav/fonts/Montserrat-regular/LICENSE.txt b/themes/grav/fonts/Montserrat-regular/LICENSE.txt new file mode 100644 index 00000000..37a2c490 --- /dev/null +++ b/themes/grav/fonts/Montserrat-regular/LICENSE.txt @@ -0,0 +1,93 @@ +Copyright (c) 2011-2012, Julieta Ulanovsky (julieta.ulanovsky@gmail.com), with Reserved Font Names 'Montserrat' + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/themes/grav/fonts/Montserrat-regular/Montserrat-regular.eot b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.eot new file mode 100644 index 00000000..4be404d8 Binary files /dev/null and b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.eot differ diff --git a/themes/grav/fonts/Montserrat-regular/Montserrat-regular.svg b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.svg new file mode 100644 index 00000000..0c7c571f --- /dev/null +++ b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.svg @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/grav/fonts/Montserrat-regular/Montserrat-regular.ttf b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.ttf new file mode 100644 index 00000000..68df4ba6 Binary files /dev/null and b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.ttf differ diff --git a/themes/grav/fonts/Montserrat-regular/Montserrat-regular.woff b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.woff new file mode 100644 index 00000000..175cde9c Binary files /dev/null and b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.woff differ diff --git a/themes/grav/fonts/Montserrat-regular/Montserrat-regular.woff2 b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.woff2 new file mode 100644 index 00000000..48e23812 Binary files /dev/null and b/themes/grav/fonts/Montserrat-regular/Montserrat-regular.woff2 differ diff --git a/themes/grav/scss/configuration/fonts/_support.scss b/themes/grav/scss/configuration/fonts/_support.scss new file mode 100644 index 00000000..7f35d240 --- /dev/null +++ b/themes/grav/scss/configuration/fonts/_support.scss @@ -0,0 +1,64 @@ +@mixin admin-font-faces($fonts) { + @each $fontname, $weights in $fonts { + @if $fontname == $fonts-default or + $fontname == $fonts-header or + $fontname == $fonts-mono { + @each $fullname, $weight in $weights { + @if $fullname != null { + @font-face { + font-family: '#{$fontname}'; + font-weight: $weight; + font-style: normal; + src: url('../fonts/#{$fullname}/#{$fullname}.eot'); + src: url('../fonts/#{$fullname}/#{$fullname}.eot?#iefix') format('embedded-opentype'), + local('#{$fullname}'), + url('../fonts/#{$fullname}/#{$fullname}.woff2') format('woff2'), + url('../fonts/#{$fullname}/#{$fullname}.woff') format('woff'), + url('../fonts/#{$fullname}/#{$fullname}.ttf') format('truetype'), + url('../fonts/#{$fullname}/#{$fullname}.svg##{$fontname}') format('svg'); + } + } + } + } + } +} + +@mixin body-fonts($font) { + body, h5, h6, + .badge, .note, .grav-mdeditor-preview, + input, select, textarea, button, .selectize-input { + font-family: "#{$font}", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; + } +} + +@mixin header-fonts($font) { + h1, h2, h3, h4, + #admin-menu li, .form-tabs > label, .label { + font-family: "#{$font}", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; + } +} + +@mixin mono-fonts($font) { + code, kbd, pre, samp, + body .CodeMirror pre { + font-family: "#{$font}", "Monaco", "Consolas", "Lucida Console", monospace; + } +} + +@include admin-font-faces($font-definitions); + +@each $font in $fonts-default { + @include body-fonts($font); +} + +@each $font in $fonts-header { + @include header-fonts($font); +} + +@each $font in $fonts-mono { + @include mono-fonts($font); +} + + + + diff --git a/themes/grav/scss/configuration/template/_base.scss b/themes/grav/scss/configuration/template/_base.scss index 5b5e7eed..17a18906 100644 --- a/themes/grav/scss/configuration/template/_base.scss +++ b/themes/grav/scss/configuration/template/_base.scss @@ -1,11 +1,5 @@ // Colors @import "colors"; -// Typography -@import "typography"; - -// Typography -@import "bullets"; - // Variables @import "variables"; diff --git a/themes/grav/scss/configuration/template/_bullets.scss b/themes/grav/scss/configuration/template/_bullets.scss deleted file mode 100644 index 004a88ad..00000000 --- a/themes/grav/scss/configuration/template/_bullets.scss +++ /dev/null @@ -1,5 +0,0 @@ -$bullet-icon-size: 3.5rem; - -$bullet-icon-color-1: $core-accent; -$bullet-icon-color-2: adjust-hue($core-accent, -20); -$bullet-icon-color-3: adjust-hue($core-accent, -130); \ No newline at end of file diff --git a/themes/grav/scss/configuration/template/_colors.scss b/themes/grav/scss/configuration/template/_colors.scss index 1a623a5e..80baf165 100644 --- a/themes/grav/scss/configuration/template/_colors.scss +++ b/themes/grav/scss/configuration/template/_colors.scss @@ -1,78 +1,15 @@ // Core -$core-text: #fff; -$core-accent: #0082BA; -$secondary-link: #DA4B46; -$white: #fff; -$black: #000; -$light-gray: #ddd; -$border-color: #EEEEEE; +$white: #ffffff; +$black: #000000; +$light-gray: #dddddd; -// Admin colors -$page-bg: #314D5B; -$accent-bg: #253A47; -$accent-fg: #fff; -$darker-accent-bg: shade($accent-bg,12%); -$darker-accent-fg: shade($accent-fg,10%); -$secondary-accent-bg: #349886; -$secondary-accent-fg: #fff; -$tertiary-accent-bg: #2693B7; -$tertiary-accent-fg: #fff; -$info-bg: #9055AF; -$info-fg: #fff; -$notice-bg: #DA4B46; -$notice-fg: #fff; -$content-bg: #EEEEEE; -$content-fg: #737C81; - - -// Borders $core-border-color: $light-gray; $core-border-color-hover: darken($core-border-color, 10); -$core-border-color-focus: $core-accent; -// Shadows -$core-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.06); -$core-box-shadow-focus: $core-box-shadow, 0 0 5px rgba(darken($core-border-color-focus, 5), 0.7); - - -// Header -$header-text: #FFFFFF; - -// Nav -$navbar-text: #75879A; -$navbar-bg: #FFFFFF; - -// Showcase -$showcase-bg: lighten($core-accent, 6%); -$showcase-text: #fff; - -// Feature -$feature-bg: #fff; - -// Main Body -$main-bg: #f7f7f7; -$body-border: darken($main-bg, 5%); - -// Sidebar -$sidebar-text: #aaa; - -// Bottom -$bottom-bg: #f7f7f7; -$bottom-text: $core-text; - -// Footer -$footer-bg: #404040; -$footer-text: #ccc; - -$rule-color: #F0F2F4; $code-text: #c7254e; $code-bg: #f9f2f4; $pre-text: #237794; $pre-bg: #f6f6f6; -// Dark Contrast variation -$dark-navbar-text: #999; -$dark-sidebar: #222; -$dark-sidebar-text: #999; -$dark-main-bg: #333; -$dark-body-border: #666; +// Shadows +$core-box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.06); diff --git a/themes/grav/scss/configuration/template/_typography.scss b/themes/grav/scss/configuration/template/_typography.scss deleted file mode 100644 index 65bb8af9..00000000 --- a/themes/grav/scss/configuration/template/_typography.scss +++ /dev/null @@ -1,7 +0,0 @@ -// Font Family -$font-family-default: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; -$font-family-header: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; -$font-family-mono: "Ubuntu Mono", monospace; -$font-family-serif: "Georgia", "Times", "Times New Roman", serif; - -$icons: "FontAwesome"; diff --git a/themes/grav/scss/fonts.scss b/themes/grav/scss/fonts.scss new file mode 100644 index 00000000..6f3deed9 --- /dev/null +++ b/themes/grav/scss/fonts.scss @@ -0,0 +1,15 @@ +$fonts-default: 'Lato' !default; +$fonts-header: 'Montserrat' !default; +$fonts-mono: 'Inconsolata' !default; + +$font-definitions: ( + Montserrat: ('Montserrat-regular', 400) (null), + Lato: ('Lato-300', 300) ('Lato-regular', 400) ('Lato-700', 700), + Inconsolata: ('Inconsolata-regular', 400) ('Inconsolata-700', 700) +); + +@import "configuration/fonts/support"; + + + + diff --git a/themes/grav/scss/preset.scss b/themes/grav/scss/preset.scss new file mode 100644 index 00000000..c350a64f --- /dev/null +++ b/themes/grav/scss/preset.scss @@ -0,0 +1,1086 @@ +// Load Third Party Libraries +@import "vendor/bourbon/bourbon"; +// Load Template Configuration +@import "configuration/template/base"; +// Load Template Library +@import "template/modules/base"; + +// Logo +$logo-bg: #1e333e !default; +$logo-link: #ffffff !default; + +// Nav +$nav-bg: #253a47 !default; +$nav-text: #afc7d5 !default; +$nav-link: #d1dee7 !default; +$nav-selected-bg: #2d4d5b !default; +$nav-selected-link: #ffffff !default; +$nav-hover-bg: #1e333e !default; +$nav-hover-link: #ffffff !default; + +// Toolbar +$toolbar-bg: #349886 !default; +$toolbar-text: #ffffff !default; + +// Page +$page-bg: #314d5b !default; +$page-text: #81a5b5 !default; +$page-link: #aad9ed !default; + +// Content +$content-bg: #eeeeee !default; +$content-text: #737c81 !default; +$content-link: #0082ba !default; +$content-link2: #da4b46 !default; +$content-header: #314d5b !default; +$content-tabs-bg: #223a47 !default; +$content-tabs-text: #d1dee7 !default; + +// Buttons +$button-bg: #41bea8 !default; +$button-text: #ffffff !default; + +// Notice +$notice-bg: #00a6cf !default; +$notice-text: #ffffff !default; + +// Updates +$update-bg: #8f5aad !default; +$update-text: #ffffff !default; + +// Critical +$critical-bg: #da4b46 !default; +$critical-text: #ffffff !default; + +// Calculated values +$primary-accent: button !default; +$secondary-accent: notice !default; +$tertiary-accent: critical !default; + +// Initial values +$primary-accent-bg: $notice-bg; +$primary-accent-fg: $notice-text; +$secondary-accent-bg: $notice-bg; +$secondary-accent-fg: $notice-text; +$tertiary-accent-bg: $notice-bg; +$tertiary-accent-fg: $notice-text; + +$element-map: ( + button: $button-bg $button-text, + notice: $notice-bg $notice-text, + content: $content-bg $content-text, + update: $update-bg $update-text, + critical: $critical-bg $critical-text, + page: $page-bg $page-text, + nav: $nav-bg $nav-text, + toolbar: $toolbar-bg $toolbar-text, + logo: $logo-bg $logo-link +); + +// Set based on configuration +@each $element, $element-parts in $element-map { + @if $primary-accent == $element { + $primary-accent-bg: nth($element-parts, 1); + $primary-accent-fg: nth($element-parts, 2); + } +} + +@each $element, $element-parts in $element-map { + @if $secondary-accent == $element { + $secondary-accent-bg: nth($element-parts, 1); + $secondary-accent-fg: nth($element-parts, 2); + } +} + +@each $element, $element-parts in $element-map { + @if $tertiary-accent == $element { + $tertiary-accent-bg: nth($element-parts, 1); + $tertiary-accent-fg: nth($element-parts, 2); + } +} + +$form-border: darken($content-bg,10%); +$form-border-width: 1px; + +// Core +body { + background: $page-bg; + color: $page-text; +} + +a { + color: $page-link; + &:hover { + color: darken($page-link, 5%); + } +} + +// Typography +blockquote { + border-left: 10px solid darken($content-bg,5%); + p { + color: #999; + } + cite { + color: #666; + } +} + +code { + background: $code-bg; + color: darken($code-text,10%); +} + +pre { + background: $pre-bg; + border: 1px solid $core-border-color; + code { + color: $pre-text; + } +} + +hr { + border-bottom: 4px solid darken($content-bg, 5%); +} + +.label { + background: $page-link; + color: $white; +} + +// Tables +td { + border-bottom: 1px solid darken($content-bg, 5%); +} + +tr { + td { + &.gpm-details { + background-color: #f7f7f7; + } + } + &:hover { + background: lighten($content-bg,2%); + } +} + +// Tabs +.tab-bar { + background: $content-tabs-bg; + color: $content-tabs-text; + + li { + &.active { + span, a { + background: $content-bg; + color: $content-text; + } + } + } + + span, a { + color: $content-tabs-text; + &:hover { + color: lighten($content-tabs-text, 10%); + background: lighten($content-tabs-bg,10%); + } + } +} + + +// Buttons +.button { + @include button-color($button-bg); + + &.dropdown-toggle { + border-left: 1px solid darken($button-bg, 5%); + } + + &.secondary { + @include button-color(shade($button-bg, 20%)); + + &.dropdown-toggle { + border-left: 1px solid darken(shade($button-bg, 20%), 5%); + } + } +} + +.button-group { + .dropdown-menu { + background-color: $button-bg; + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + + .divider { + background-color: $button-bg; + } + + li > a { + color: $button-text; + + &:focus, &:hover { + color: $button-text; + background-color: $button-bg; + } + } + + &.language-switcher { + a.active { + background-color: lighten($button-bg, 10%); + } + } + } +} + +#admin-login { + background: $nav-bg; + + &.wide form input { + @include placeholder { + color: tint($page-bg,40%); + } + } + + .wrapper-spacer { + h3 { + color: rgba(white, 0.4); + border-bottom: 3px solid rgba($nav-link, 0.1); + } + } + + .instructions { + color: rgba($nav-text,0.8); + } + + h1 { + background: $logo-bg url(../images/logo.png) 50% 50% no-repeat; + } + + form { + input { + background: lighten($nav-bg, 3%); + color: $nav-link; + border: 1px solid shade($nav-bg, 20%); + @include placeholder { + color: tint($nav-bg,40%); + } + } + } +} + +#admin-sidebar { + background: $nav-bg; + a { + color: rgba($nav-link, 0.9); + &:hover { + color: $nav-link; + } + } +} + +#admin-logo { + background: $logo-bg; + + #grav-logo { + path { + fill: rgba($logo-link, 0.9) !important; + } + + &:hover { + path { + fill: $logo-link !important; + } + } + } + a { + color: shade($logo-link, 20%); + &:hover { + color: $logo-link; + } + } +} + +#admin-user-details, .admin-user-details { + border-bottom: 1px solid lighten($nav-bg, 5%); + + &:hover img { + box-shadow: 0px 0px 0 50px lighten($nav-bg, 3%); + } + + .admin-user-names { + h4, h5 { + color: $nav-link; + } + } +} + +#admin-menu { + li { + .badges { + .count { + color: $nav-link; + background-color: lighten($nav-bg, 10%); + } + + .updates { + color: $notice-text; + background-color: $notice-bg; + } + } + + a { + &:hover { + background: $nav-hover-bg; + color: $nav-hover-link; + + .fa { + color: $nav-hover-link; + } + } + } + + &.selected { + a { + background: $nav-selected-bg; + color: $nav-selected-link; + border-left: 9px solid shade($button-bg, 15%); + + .fa { + color: $nav-selected-link; + } + } + } + } +} + +#admin-main { + .grav-update { + background: $update-bg; + color: $update-text; + + .button { + @include button-color(shade($update-bg, 20%)); + } + } + + .titlebar { + background: $toolbar-bg; + color: $toolbar-text; + } + + .admin-block { + background: $content-bg; + color: $content-text; + + a { + color: $content-link; + &:hover { + color: darken($content-link, 5%); + } + } + + h1 { + color: $content-header; + border-bottom: 3px solid darken($content-bg, 5%); + } + + .button { + @include button-color($button-bg); + } + } + + .danger, .success { + &.button-bar { + background: darken($content-bg, 2%); + } + } + + .danger { + &.button-bar { + .button { + @include button-color($critical-bg); + } + } + } +} + +#admin-dashboard { + .secondary-accent { + @include linear-gradient(shade($secondary-accent-bg, 20%), tint($secondary-accent-bg, 30%)); + + p { + color: rgba($secondary-accent-fg, 0.95); + } + .stat { + i { + color: rgba($secondary-accent-fg, 0.75); + } + } + .numeric { + em { + color: rgba($secondary-accent-fg, .85); + } + } + } + + .primary-accent { + @include linear-gradient(shade($primary-accent-bg, 20%), tint($primary-accent-bg, 30%)); + + p { + color: rgba($primary-accent-fg, 0.95); + } + .stat { + i { + color: rgba($primary-accent-fg, 0.75); + } + } + .numeric { + em { + color: rgba($primary-accent-fg, .85); + } + } + } +} + +// Forms +form { + h1, h3 { + color: $page-bg; + border-bottom: 3px solid darken($content-bg, 5%); + } + + .note { + color: $critical-bg; + } + + .required { + color: $content-link2; + } + + .form-select-wrapper, .selectize-control.single .selectize-input { + &:after { + color: lighten($content-text, 15%); + } + } + + .selectize-input { + color: $content-text; + border-color: $form-border; + } + + .selectize-control.multi .selectize-input { + > div { + color: $content-bg; + background: $content-text; + &.active { + background: $notice-bg; + color: $notice-text; + } + } + } + + select { + border: $form-border-width solid $form-border; + background: $white; + } + + input[type=text], input[type=password], input[type=email], input[type=date] { + border: $form-border-width solid $form-border; + background: $white; + } + + input[readonly=readonly] { + background: darken($white, 5%); + } + + textarea { + border: $form-border-width solid $form-border; + background: $white; + } + + .form-frontmatter-wrapper { + border: $form-border-width solid $form-border; + } + + .button-bar { + background: lighten($form-border,7%); + } + + .checkboxes { + label:before { + background: $white; + border: $form-border-width solid $form-border; + } + } +} + +.form-frontmatter-wrapper { + .dragbar { + background: $form-border; + } +} + +.form-order-wrapper { + ul#ordering { + li { + border: 1px solid $form-border; + background: lighten($content-bg, 4%); + color: lighten($content-text,10%); + + &.drag-handle { + background: lighten($content-bg, 7%); + color: darken($content-text,10%); + } + } + } +} + +.form-list-wrapper { + ul[data-collection-holder] { + li { + border: 1px solid $form-border; + background: lighten($content-bg, 4%); + color: lighten($content-text, 10%); + + .item-actions { + color: darken($content-text, 10%); + } + } + } +} + +.form-fieldset { + background-color: #f7f7f7; + border: 2px solid #e1e1e1; +} + +.form-fieldset--label { + background-color: #f3f3f3; + + &:hover, + .form-fieldset input:checked + & { + background-color: #eee; + } +} + +.form-tabs { + background: $content-tabs-bg; + + > input[type=radio] { + &:checked{ + + label { + background: $content-bg; + color: $content-text; + } + } + } + > label { + color: $content-tabs-text; + &:hover { + color: lighten($content-tabs-text, 10%); + background: lighten($content-tabs-bg,10%); + } + } + + &.subtle { + background: shade($content-bg, 5%); + + > label { + color: shade($content-text, 10%); + &:hover { + color: shade($content-text, 20%); + background: shade($content-bg, 10%); + } + } + } +} + +.tab-body-wrapper { + background: $content-bg; +} + +.switch-grav { + background-color: $white; + border: $form-border-width solid $form-border; + + label { + color: $content-text; + } + + a { + background: #777; + } + + &.switch-toggle input.highlight:checked { + ~ a { + background: $button-bg; + } + } + + /* Selected ON switch-light + */ + &.switch-light input:checked { + ~ a { + background-color: #777; + } + } + + input:checked + label { + color: #fff; + } +} + +// Toaster +.toast { + background-color: #030303; +} +.toast-success { + background-color: $update-bg; + + .button { + background: lighten($update-bg, 5%); + @include button-color(lighten($update-bg, 10%)); + } + +} +.toast-error { + background-color: $critical-bg; + + .button { + background-color: darken($critical-bg, 10); + @include button-color(darken($critical-bg, 20)); + } +} +.toast-info { + background-color: $notice-bg; + + .button { + background-color: darken($notice-bg, 10); + @include button-color(darken($notice-bg, 20)); + } +} + +// Info +.info { + background: $update-bg; + color: $update-text; + a { + color: darken($update-text, 10%); + &:hover { + color: $update-text; + } + } +} + +.info-reverse { + color: $update-bg; +} + +.notice { + background: $notice-bg; + color: $notice-text; + a { + color: darken($notice-text, 10%); + &:hover { + color: $notice-text; + } + } +} + +.error { + background: $critical-bg; + color: $critical-text; + a { + color: darken($critical-text, 10%); + &:hover { + color: $critical-text; + } + } +} + +.primary-accent { + background: shade($primary-accent-bg, 20%); + color: $primary-accent-fg; + + .button-bar { + background: shade($primary-accent-bg, 20%); + } + + .button { + @include button-color($primary-accent-bg, $primary-accent-fg); + } +} + +.secondary-accent { + background: shade($secondary-accent-bg, 15%); + color: $secondary-accent-fg; + + .button-bar { + background: shade($secondary-accent-bg, 15%); + } + + .button { + @include button-color($secondary-accent-bg, $secondary-accent-fg); + } +} + +.card-item { + border: 1px solid darken($content-bg, 5%); + background: $white; + + .gpm-actions { + background: darken($content-bg, 2%); + } + + + &.active-theme { + border: 1px solid $notice-bg; + + .gpm-actions { + background: $notice-bg; + color: $notice-text; + } + } +} + +.user-details { + h5 { + color: lighten($content-text,10%); + } +} + +.grav-editor-toolbar { + border: 1px solid $form-border; + border-top-right-radius: $border-radius; + border-top-left-radius: $border-radius; + background: lighten($content-bg, 5%); + + ul { + a { + color: $content-text; + + &:hover, &:focus { + background: lighten($content-bg, 2%); + color: darken($content-text, 10%); + border-top: 1px solid $form-border; + border-bottom: 1px solid $form-border; + } + } + + .editor-active { + a { + cursor: auto; + background: white; + border-top: 1px solid $form-border; + border-left: 1px solid $form-border; + border-right: 1px solid $form-border; + + &:hover { + background: $white; + border-top: 0; + border-bottom: 1px solid $white; + } + } + + &:last-child a, &:last-child a:hover { + border-right: 1px solid transparent; + } + } + } +} + +.grav-editor-content, .grav-editor-preview { + border: 1px solid $form-border; + border-top: 0; + border-bottom-right-radius: $border-radius; + border-bottom-left-radius: $border-radius; +} + +.grav-editor-content .CodeMirror { + border-bottom-left-radius: $border-radius; +} + +.grav-editor-preview { + border-bottom-right-radius: $border-radius; +} + +/* + +.grav-mdeditor-navbar { + background: darken($white, 2%); + border: 1px solid $form-border; + border-bottom: 0; + + ul { + a { + color: $content-text !important; + + &:hover { + background: lighten($content-bg,2%); + color: darken($content-text,10%); + } + } + .mdeditor-active a { + background: $white; + border-left: 1px solid $form-border; + border-right: 1px solid $form-border; + } + } +} + +.grav-mdeditor-content { + border: 1px solid $form-border; +} + +[data-mode=split] { + .grav-mdeditor-code { + border-right: 1px solid $form-border; + } +}*/ + +#admin-main { + .grav-editor-preview { + h1, h2, h3, h4, h5, h6 { + color: darken($content-text, 10%); + } + } +} + +.primary-accent { + .ct-chart { + .ct-series { + &.ct-series-a { + .ct-bar { + stroke: rgba($primary-accent-fg, 0.85) !important; + } + .ct-slice-donut { + stroke: $primary-accent-fg !important; + } + } + &.ct-series-b { + .ct-slice-donut { + stroke: rgba($primary-accent-fg, 0.2) !important; + } + } + } + } +} + +.secondary-accent { + .ct-chart { + .ct-series { + &.ct-series-a { + .ct-bar { + stroke: rgba($secondary-accent-fg, 0.85) !important; + } + .ct-slice-donut { + stroke: $secondary-accent-fg !important; + } + } + &.ct-series-b { + .ct-slice-donut { + stroke: rgba($secondary-accent-fg, 0.2) !important; + } + } + } + } +} + + +.dropzone { + background: $white; + border: 1px $form-border solid; + + &.dz-drag-hover { + border-color: rgba(0,0,0,0.15); + background: rgba(0,0,0,0.04); + } + + .dz-preview { + .dz-success-mark, .dz-error-mark { + color: $white; + } + + .dz-success-mark { + background-color: lighten($button-bg,10%); + } + + .dz-error-mark { + background-color: $critical-bg; + } + + .dz-progress { + background: #d7d7d7; + + .dz-upload { + background-color: lighten($button-bg,10%); + } + } + + .dz-error-message { + background: lighten($content-bg,3%); + color: $critical-bg; + } + + &:hover .dz-remove, &:hover .dz-insert { + border:1px solid darken($content-bg,5%); + &:hover { + background: $content-bg; + } + } + + .dz-details { + background: lighten($content-bg,3%); + border:1px solid darken($content-bg,5%); + } + } + + &.dz-clickable { + .dz-message, .dz-message span { + color: lighten($content-text,30%); + } + } +} + +.gpm { + + > table > tbody { + > tr { + border-bottom: 1px solid #e1e1e1; + } + } + + .gpm-name { + color: lighten($content-text, 25%); + } + + .gpm-version { + color: lighten($content-text, 10%); + } + + .gpm-update { + .gpm-name { + color: $button-bg; + } + } + + .gpm-item-info { + border-bottom: 3px solid darken($content-bg, 5%); + .gpm-item-icon { + color: darken($content-bg, 2%); + } + } + + .gpm-actions { + .disabled { + color: lighten($content-text, 10%); + } + } +} + +.pages-list { + border-top: 1px solid darken($content-bg, 5%); + + .row { + border-bottom: 1px solid darken($content-bg, 5%); + + &:hover { + background: lighten($content-bg, 2%); + } + + p.page-route { + color: darken($content-bg, 40%); + text-shadow: 1px 1px 0 $white; + + .spacer { + color: darken($content-bg, 10%); + } + } + + .badge.lang { + background-color: #aaa; + color: white; + } + + .badge.lang.info { + background-color: $update-bg; + } + } + + .page-home { + color: darken($content-bg, 20%); + } + + .page-info { + color: darken($content-bg, 20%); + } +} + +#admin-topbar { + #admin-lang-toggle { + z-index: 10; + button { + @include button-color($update-bg); + } + .dropdown-menu { + background: $update-bg; + button { + background: transparent; + color: $white; + } + } + } + + .switch-grav { + background-color: lighten($content-tabs-bg,10%); + } + + .switch-toggle { + input:checked + label { + color: $white; + } + + input + label { + color: $content-tabs-text; + } + + input.highlight:checked { + ~ a { + background: $notice-bg; + } + } + } +} + +body .selectize-dropdown .optgroup-header { + color: $black; + border-bottom: 1px solid #eee; + background-color: #fafafa; +} + +#phpinfo { + th { + background: #d9d9d9; + } + + td { + word-wrap: break-word; + &:first-child { + color: $button-bg; + } + } +} + +.remodal { + background: $content-bg; + color: $content-text; + // box-shadow: 0 10px 20px rgba(0,0,0,0.5); +} + +.remodal-close { + color: $content-text; +} + +.remodal-close:hover, +.remodal-close:focus { + color: darken($content-text, 20%); +} diff --git a/themes/grav/scss/simple-fonts.scss b/themes/grav/scss/simple-fonts.scss new file mode 100644 index 00000000..656484e7 --- /dev/null +++ b/themes/grav/scss/simple-fonts.scss @@ -0,0 +1,11 @@ +body, h5, h6, +.badge, .note, .grav-mdeditor-preview, +input, select, textarea, button, .selectize-input, +h1, h2, h3, h4, +#admin-menu li, .form-tabs > label, .label { + font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; +} +code, kbd, pre, samp, +body .CodeMirror pre { + font-family: "Monaco", "Consolas", "Lucida Console", monospace; +} \ No newline at end of file diff --git a/themes/grav/scss/template.scss b/themes/grav/scss/template.scss index 7f6c916f..3b6d2094 100644 --- a/themes/grav/scss/template.scss +++ b/themes/grav/scss/template.scss @@ -22,7 +22,6 @@ // Core @import "template/core"; -@import "template/fonts"; // Extensions @import "template/extensions"; @@ -33,6 +32,9 @@ // Typography @import "template/typography"; +// Special Fonts +@import "template/fonts"; + // Forms @import "template/forms"; diff --git a/themes/grav/scss/template/_admin.scss b/themes/grav/scss/template/_admin.scss index ec3ddc54..1dad4009 100644 --- a/themes/grav/scss/template/_admin.scss +++ b/themes/grav/scss/template/_admin.scss @@ -10,26 +10,43 @@ $update-height: 3rem; bottom: 0; width: $sidebar-width; - background: $accent-bg; - @include breakpoint(mobile-only) { display: none; width: 75%; z-index: 999999; } - - a { - color: shade($accent-fg,20%); - &:hover { - color: $accent-fg; - } - } } #admin-logo { - background: $darker-accent-bg; height: $topbar-height; + text-align: center; + + .admin-logo { + a { + display: inline-block; + vertical-align: middle; + width: 20%; + text-align: right; + padding-right: 1rem; + + &:first-child { + width: 70%; + padding-right: 0; + } + + .fa { + display: block; + margin-top: -5px; + } + } + } + + #grav-logo { + max-width: 100%; + padding-left: 1.5rem; + height: $topbar-height; + } h3 { text-transform: uppercase; @@ -48,7 +65,6 @@ $update-height: 3rem; #admin-user-details, .admin-user-details { padding: $sidebar-padding; - border-bottom: 1px solid $darker-accent-bg; overflow: hidden; img { @@ -61,10 +77,6 @@ $update-height: 3rem; } } - &:hover img { - box-shadow: 0px 0px 0 50px lighten($accent-bg,3%); - } - .admin-user-names { margin-left: 45px; @@ -73,15 +85,13 @@ $update-height: 3rem; } h4, h5 { - color: darken($accent-fg,10%); margin: 0; font-size: 1rem; line-height: 1.3; } h5 { - font-family: $font-family-default; - color: lighten($accent-bg,55%); + font-size: 0.9rem; } } @@ -93,12 +103,7 @@ $update-height: 3rem; padding: 0; list-style: none; - - - li { - font-family: $font-family-header; - .badges { float: right; margin-right:1rem; @@ -106,16 +111,9 @@ $update-height: 3rem; .badge { display: inline-block; margin-right: -5px; - - color: shade($accent-fg,10%); - } - - .count { - background-color: lighten($accent-bg, 10%); } .updates { - background-color: $tertiary-accent-bg; display: none; } @@ -141,15 +139,12 @@ $update-height: 3rem; padding-top: 0.7rem; padding-bottom: 0.7rem; - color: lighten($accent-bg,65%); - @include breakpoint(tablet-range){ padding-left: 20px; } - i { + .fa { @include transition(all 0.2s ease); - color: lighten($accent-bg,55%); margin-right: 8px; @include breakpoint(tablet-range){ @@ -158,11 +153,7 @@ $update-height: 3rem; } &:hover { - background: $darker-accent-bg; - // padding-left: 30px; - color: $accent-fg; - - i { + .fa { font-size: 1.2rem; } } @@ -170,18 +161,11 @@ $update-height: 3rem; &.selected { a { - background: $page-bg; - color: $accent-fg; padding-left: 16px; - border-left: 9px solid $secondary-accent-bg; @include breakpoint(tablet-range){ padding-left: 11px; } - - i { - color: lighten($accent-bg,70%); - } } } } @@ -218,6 +202,8 @@ $update-height: 3rem; position: relative; height: $topbar-height; padding: 0 $padding-default; + box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1); + z-index: 2; @include breakpoint(mobile-only) { height: 7.2rem; @@ -225,6 +211,10 @@ $update-height: 3rem; position: relative; } + .button-bar { + background: inherit; + } + h1 { @extend %vertical-align; @@ -269,7 +259,6 @@ $update-height: 3rem; } .preview { - color: $secondary-accent-fg; font-size: 90%; } @@ -296,8 +285,6 @@ $update-height: 3rem; @include clearfix; padding: 0 $padding-default; margin-top: -$padding-default; - background: $info-bg; - color: $info-fg; &.plugins { padding-right: 1rem; @@ -308,7 +295,6 @@ $update-height: 3rem; margin-top: 0.6rem; margin-left: 1rem; line-height: 1.5; - @include button-color(shade($info-bg, 20%)); } p { @@ -316,12 +302,12 @@ $update-height: 3rem; margin: 0; } - i { - padding-right: 0.5rem; + span[class="hint--left"]::after { + line-height: 1.5; } - .less { - color: rgba($info-fg,0.75); + i { + padding-right: 0.5rem; } &.grav { @@ -380,15 +366,11 @@ $update-height: 3rem; } .admin-block { - background: $content-bg; - color: $content-fg; padding: 2rem 0; h1 { - color: $page-bg; padding: 0 $padding-default 0.5rem; margin: 0 0 1rem; - border-bottom: 3px solid darken($content-bg, 5%); @include breakpoint(mobile-only){ padding: 0 0 0.5rem; @@ -450,21 +432,10 @@ $update-height: 3rem; .button { @extend %vertical-align; } - background: darken($content-bg, 2%); - } - } - - .danger { - &.button-bar { - .button { - @include button-color($secondary-link); - } } } } - - #admin-dashboard { @include clearfix; @@ -506,7 +477,6 @@ $update-height: 3rem; p { text-align: center; - color: rgba($white,0.96); margin: 0; } @@ -541,7 +511,6 @@ $update-height: 3rem; display:block; font-style: normal; font-size: 1rem; - color: rgba($white, .85); } } @@ -564,7 +533,6 @@ $update-height: 3rem; #popularity { p { text-align: center; - color: rgba($white,0.95); margin: 0; } .button-bar { @@ -587,19 +555,9 @@ $update-height: 3rem; i { display: block; font-style: normal; - color: rgba($white, 0.75); } } } - - - .tertiary-accent { - @include linear-gradient($tertiary-accent-bg, lighten($tertiary-accent-bg,20%)); - } - - .secondary-accent { - @include linear-gradient($secondary-accent-bg, lighten($secondary-accent-bg,20%)); - } } .no-flick{-webkit-transform:translate3d(0,0,0);} @@ -622,8 +580,6 @@ $update-height: 3rem; width: 100%; } - border: 1px solid darken($content-bg, 5%); - background: $white; margin-bottom: 2rem; h4 { @@ -642,7 +598,6 @@ $update-height: 3rem; font-size: 1.8rem; } h5 { - color: lighten($content-fg,10%); font-size: 1.1rem; margin: 0; } @@ -661,19 +616,6 @@ $update-height: 3rem; stroke-width: 20px; } - &.ct-series-a { - .ct-bar { - stroke: rgba($white, 0.85) !important; - } - .ct-slice-donut { - stroke: $white !important; - } - } - &.ct-series-b { - .ct-slice-donut { - stroke: rgba($white, 0.2) !important; - } - } } } diff --git a/themes/grav/scss/template/_buttons.scss b/themes/grav/scss/template/_buttons.scss index 9a4abad3..005b94c4 100644 --- a/themes/grav/scss/template/_buttons.scss +++ b/themes/grav/scss/template/_buttons.scss @@ -1,18 +1,5 @@ .button { @extend %button; - @include button-color(lighten($secondary-accent-bg, 10%)); - - &.dropdown-toggle { - border-left: 1px solid lighten($secondary-accent-bg, 5%); - } - - &.secondary { - @include button-color(shade($secondary-accent-bg, 20%)); - - &.dropdown-toggle { - border-left: 1px solid lighten(shade($secondary-accent-bg, 20%), 5%); - } - } } .button-group { @@ -69,15 +56,10 @@ font-size: 14px; text-align: left; list-style: none; - background-color: lighten($secondary-accent-bg, 10%); -webkit-background-clip: padding-box; background-clip: padding-box; - border: 1px solid lighten($secondary-accent-bg, 5%); - border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); - box-shadow: 0 6px 12px rgba(0, 0, 0, .175); - + &.language-switcher { min-width: auto; } @@ -94,7 +76,6 @@ height: 1px; margin: 9px 0; overflow: hidden; - background-color: $secondary-accent-bg; } li > a { @@ -103,19 +84,10 @@ clear: both; font-weight: 400; line-height: 1.42857143; - color: $white; white-space: nowrap; &:focus, &:hover { - color: $white; text-decoration: none; - background-color: $secondary-accent-bg; - } - } - - &.language-switcher { - a.active { - background-color: #349886 } } } diff --git a/themes/grav/scss/template/_core.scss b/themes/grav/scss/template/_core.scss index a1317085..feb60289 100644 --- a/themes/grav/scss/template/_core.scss +++ b/themes/grav/scss/template/_core.scss @@ -3,19 +3,10 @@ html, body { } body { - background: $page-bg; - color: $core-text; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -a { - color: $core-accent; - &:hover { - color: darken($core-accent, 20%); - } -} - b, strong { font-weight: $font-weight-bold } @@ -30,79 +21,14 @@ b, strong { z-index: 2; } -.secondary-accent { - background: $secondary-accent-bg; - color: $secondary-accent-fg; - - .button-bar { - background: $secondary-accent-bg; - } - - .button { - background: lighten($secondary-accent-bg, 10%); - } -} - -.tertiary-accent { - background: $tertiary-accent-bg; - color: $tertiary-accent-fg; - - .button-bar { - background: $tertiary-accent-bg; - } - - .button { - background: lighten($tertiary-accent-bg, 5%); - @include button-color(lighten($tertiary-accent-bg, 10%)); - } -} - .alert { font-size: 1.1rem; padding: 1rem $padding-default; } -.info { - background: $info-bg; - color: $info-fg; - a { - color: darken($info-fg, 10%); - &:hover { - color: $info-fg; - } - } -} - -.info-reverse { - color: $info-bg; -} - -.notice { - background: $tertiary-accent-bg; - color: $tertiary-accent-fg; - a { - color: darken($tertiary-accent-fg, 10%); - &:hover { - color: $tertiary-accent-fg; - } - } -} - -.error { - background: $notice-bg; - color: $notice-fg; - a { - color: darken($notice-fg, 10%); - &:hover { - color: $notice-fg; - } - } -} - .badge { display: inline-block; font-size: 0.9rem; - font-family: $font-family-default; font-weight: 700; border-radius: 10px; padding: 0px 6px; diff --git a/themes/grav/scss/template/_dropzone.scss b/themes/grav/scss/template/_dropzone.scss index 2c21d7c9..43c398b1 100644 --- a/themes/grav/scss/template/_dropzone.scss +++ b/themes/grav/scss/template/_dropzone.scss @@ -2,8 +2,6 @@ $preview-width: 150px; $preview-height: 100px; -$success-color: lighten($secondary-accent-bg,10%); -$error-color: #D55A4E; .form-uploads-wrapper h3 { font-size: 1rem; @@ -12,10 +10,8 @@ $error-color: #D55A4E; .dropzone { position: relative; - border: 1px $form-border solid; border-radius: $form-border-radius; min-height: 4rem; - background: $white; &.dz-clickable { cursor: pointer; @@ -51,7 +47,6 @@ $error-color: #D55A4E; } .dz-success-mark, .dz-error-mark { - color: $white; font-family: FontAwesome; display: none; position: absolute; @@ -74,14 +69,12 @@ $error-color: #D55A4E; } .dz-success-mark { - background-color: $success-color; &::after { content: '\f00c'; } } .dz-error-mark { - background-color: $error-color; &::after { content: '\f12a'; } @@ -93,7 +86,6 @@ $error-color: #D55A4E; left: 0px; right: 0px; height: 4px; - background: #d7d7d7; display: none; .dz-upload { @@ -103,7 +95,6 @@ $error-color: #D55A4E; bottom: 0; left: 0; width: 0%; - background-color: $success-color; } } @@ -116,8 +107,6 @@ $error-color: #D55A4E; font-size: 0.9rem; line-height: 1.2; padding: 8px 10px; - background: lighten($content-bg,3%); - color: $error-color; z-index: 500; } @@ -143,14 +132,10 @@ $error-color: #D55A4E; left: 0; right: 0; bottom: 22px; - border:1px solid darken($content-bg,5%); width: 50%; text-align: center; cursor: pointer; font-size: 0.8rem; - &:hover { - background: $content-bg; - } } &:hover .dz-remove { @@ -183,8 +168,6 @@ $error-color: #D55A4E; width: $preview-width; height: $preview-height; position: relative; - background: lighten($content-bg,3%); - border:1px solid darken($content-bg,5%); font-size: 0.8rem; padding: 5px; margin-bottom: 22px; @@ -222,7 +205,6 @@ $error-color: #D55A4E; &.dz-clickable { .dz-message, .dz-message span { cursor: pointer; - color: lighten($content-fg,30%); text-align: center; font-size: 1.4rem; line-height: 4rem; diff --git a/themes/grav/scss/template/_editor.scss b/themes/grav/scss/template/_editor.scss index e00e69c3..83960d18 100644 --- a/themes/grav/scss/template/_editor.scss +++ b/themes/grav/scss/template/_editor.scss @@ -48,10 +48,6 @@ .grav-editor-toolbar { @include clearfix; - border: 1px solid $form-border; - border-top-right-radius: $form-border-radius; - border-top-left-radius: $form-border-radius; - background: lighten($content-bg, 5%); ul { list-style: none; @@ -68,7 +64,6 @@ a { display: inline-block; cursor: pointer; - color: $content-fg; background-color: transparent; border-radius: 0; padding: 0.4rem 0.8rem; @@ -78,33 +73,6 @@ &, &:hover, &:active, &:focus { outline: 0; } - - &:hover, &:focus { - background: lighten($content-bg, 2%); - color: darken($content-fg, 10%); - border-top: 1px solid $form-border; - border-bottom: 1px solid $form-border; - } - } - - .editor-active { - a { - background: white; - cursor: auto; - border-top: 1px solid $form-border; - border-left: 1px solid $form-border; - border-right: 1px solid $form-border; - - &:hover { - background: $white; - border-top: 0; - border-bottom: 1px solid $white; - } - } - - &:last-child a, &:last-child a:hover { - border-right: 1px solid transparent; - } } } } @@ -137,16 +105,11 @@ .grav-editor-content, .grav-editor-preview { @include clearfix; cursor: text; - border: 1px solid $form-border; - border-top: 0; - border-bottom-right-radius: $form-border-radius; - border-bottom-left-radius: $form-border-radius; } .grav-editor-content { .CodeMirror { padding: 10px 20px 20px 20px; - border-bottom-left-radius: $form-border-radius; } } @@ -156,7 +119,6 @@ overflow-y: scroll; position: relative; background: #fff; - border-bottom-right-radius: $form-border-radius; } .grav-editor-toolbar { @@ -173,79 +135,35 @@ } } -#admin-main { - .grav-editor-preview { - font-family: $font-family-default; - - h1, h2, h3, h4, h5, h6 { - color: darken($content-fg, 10%); - } - h1 { - font-size: 2rem; - border: 0; - } - h2 { - font-size: 1.6rem; - } - h3 { - font-size: 1.4rem; - } - h4 { - font-size: 1.2rem; - } - h5 { - font-size: 1.1rem - } - p, h1 { - padding: 0; - } - } -} - -[data-mode=tab] { - &[data-active-tab=code] .grav-editor-preview, &[data-active-tab=preview] .grav-editor-code { - display: none; - } -} - // CodeMirror Theme .cm-s-paper { - - $paper-fg: darken($content-fg,5%); - $tag: #349886; + $paper-fg: #666; + $tag: darken($paper-fg, 10%); &.CodeMirror { color: $paper-fg; - font-size: 14px; line-height: 1.4; - - pre { - font-family: "DejaVu Sans Mono", Menlo, Monaco, Consolas, Courier, monospace; - } } - .cm-link {color: darken($core-accent, 10%);} + .cm-link {color: #0082ba;} .cm-comment {color: lighten($paper-fg,10%);} - .cm-header {color: darken($paper-fg,10%);} - .cm-strong {color: darken($paper-fg,5%);} + .cm-header {color: darken($paper-fg,5%);} + .cm-strong {color: darken($paper-fg,10%);} .cm-em {color: darken($paper-fg, 10%);} - .cm-string {color: $core-accent;} + .cm-string {color: #0082BA;} .cm-tag {color: $tag} .cm-bracket {color: lighten($tag, 10%);} - .cm-variable {color: darken($paper-fg,10%);} - .cm-variable-2 {color: lighten($paper-fg,10%);} - .cm-variable-3 {color: lighten($paper-fg,15%);} .cm-hr {color: lighten($paper-fg,40%);font-weight: bold;} - .cm-keyword {color: $core-accent;} - .cm-atom {color: $info-bg;} + .cm-keyword {color: #0082ba;} + .cm-atom {color: #9055af;} .cm-meta {color: $paper-fg;} .cm-number {color: #7f8c8d;} .cm-def {color: #00f;} .cm-variable {color: black;} - .cm-variable-2 {color: #555;} - .cm-variable-3 {color: #085;} + //.cm-variable-2 {color: #555;} + //.cm-variable-3 {color: #085;} .cm-property {color: black;} .cm-operator {color: black;} diff --git a/themes/grav/scss/template/_fonts.scss b/themes/grav/scss/template/_fonts.scss index 080638a8..55b70222 100644 --- a/themes/grav/scss/template/_fonts.scss +++ b/themes/grav/scss/template/_fonts.scss @@ -1,8 +1,6 @@ -// Import Google Web Fonts -@import url(//fonts.googleapis.com/css?family=Montserrat:400|Lato:300,400,700|Ubuntu+Mono:400,700); +// RocketTheme Apps Support @include font-face('rockettheme-apps', '../fonts/rockettheme-apps/rockettheme-apps'); -// RocketTheme Apps Support i.fa-grav, i.fa-grav-spaceman, i.fa-grav-text, i.fa-grav-full, i.fa-grav-logo, i.fa-grav-symbol, i.fa-grav-logo-both, i.fa-grav-both, i.fa-gantry, i.fa-gantry-logo, i.fa-gantry-symbol, i.fa-gantry-logo-both, i.fa-gantry-both { diff --git a/themes/grav/scss/template/_forms.scss b/themes/grav/scss/template/_forms.scss index 95fb53c0..4e947e56 100644 --- a/themes/grav/scss/template/_forms.scss +++ b/themes/grav/scss/template/_forms.scss @@ -1,6 +1,5 @@ // Forms $form-label-width: 30%; -$form-border: darken($content-bg,10%); $form-border-radius: 4px; $form-border-width: 1px; $form-label-pad: 5px 0 5px 3rem; @@ -14,10 +13,8 @@ $form-select-pad: 5px 30px 5px 10px; form { h1, h3 { - color: $page-bg; padding: 0 $padding-default 0.5rem; margin: 0 0 1rem; - border-bottom: 3px solid darken($content-bg, 5%); font-size: 1.5rem; text-align: left; letter-spacing: -1px; @@ -31,11 +28,6 @@ form { padding: 1.5rem 3rem; } - .note { - font-family: $font-family-default; - color: $notice-bg; - } - .form-field { margin-bottom: 1rem; padding-left: $padding-default; @@ -46,13 +38,11 @@ form { } .required { - color: $secondary-link; - font-family: helvetica, arial; - vertical-align: middle; - line-height: 1; - font-size: 30px; - margin-left: 5px; - + font-family: helvetica, arial; + vertical-align: middle; + line-height: 1; + font-size: 30px; + margin-left: 5px; } label { @@ -70,7 +60,6 @@ form { } input, select, textarea, button, .selectize-input { - font-family: $font-family-default; font-size: $core-font-size; line-height: $core-line-height; border-radius: $form-border-radius; @@ -109,7 +98,6 @@ form { right: 12px; top: 50%; line-height: 0; - color: lighten($content-fg,15%); pointer-events: none; } } @@ -120,7 +108,6 @@ form { .selectize-input { box-shadow: none; - color: $content-fg; padding: $form-select-pad; margin: 0; @@ -132,7 +119,6 @@ form { .selectize-control.multi .selectize-input { - padding: ($leading-margin / 4) ($leading-margin / 4); &.has-items { @@ -141,13 +127,8 @@ form { } > div { - color: $content-fg; - // background: $content-bg; border-radius: 2px; line-height: 1.5; - &.active { - background: darken($content-bg,10%); - } } } @@ -166,39 +147,30 @@ form { .x-small { - - max-width: 5rem !important; - + max-width: 5rem !important; } .small { - - max-width: 10rem !important; - + max-width: 10rem !important; } .medium { - - max-width: 20rem; - + max-width: 20rem; textarea { height: 7rem; } } .large { + max-width: 30rem !important; - max-width: 30rem !important; - - textarea { + textarea { height: 10rem; } } select { width: 100%; - border: $form-border-width solid $form-border; - background: $white; -webkit-appearance:none; -moz-appearance:none; appearance:none; @@ -209,48 +181,20 @@ form { input[type=text], input[type=password], input[type=email], input[type=date] { width: 100%; - border: $form-border-width solid $form-border; - background: $white; } input[readonly=readonly] { - background: darken($white, 5%); font-weight: bold; } textarea { width: 100%; - border: $form-border-width solid $form-border; - background: $white; } .form-frontmatter-wrapper { - border: $form-border-width solid $form-border; border-radius: $form-border-radius; } - - // input[type=text] { - // width: 65%; - // border: $form-border-width solid $form-border; - // padding: $form-input-pad; - // } - - // input[type=date] { - // width: 200px; - // border: $form-border-width solid $form-border; - // padding: $form-input-pad; - // } - - - // textarea { - // width: 65%; - // height: 100px; - // border: $form-border-width solid $form-border; - // padding: $form-input-pad; - // } - - .switch-toggle { // margin-left: 30%; @@ -290,7 +234,6 @@ form { .button-bar { margin-top: 1rem; - background: lighten($form-border,7%); padding: 1.2rem 3rem; width: 100%; border-bottom-left-radius: 5px; @@ -319,9 +262,6 @@ form { margin-top: -0.75rem; margin-right: 10px; position: absolute; - - background: $white; - border: $form-border-width solid $form-border; border-radius: $form-border-radius; } input[type=checkbox] { @@ -359,7 +299,6 @@ form { .dragbar { height:4px; - background: $form-border; cursor:row-resize; } } @@ -383,17 +322,11 @@ form { li { padding: 0.2rem 1rem; border-radius: $form-border-radius; - border: 1px solid $form-border; - background: lighten($content-bg, 4%); - color: lighten($content-fg,10%); margin: 3px 0; position: relative; - font-family: $font-family-default; &.drag-handle { cursor: move; - background: lighten($content-bg, 7%); - color: darken($content-fg,10%); &::after { content: '\f0c9'; font-family: FontAwesome; @@ -417,21 +350,13 @@ form { cursor: move; padding: 1rem; border-radius: $form-border-radius; - border: 1px solid $form-border; - background: lighten($content-bg, 4%); - color: lighten($content-fg,10%); margin: 3px 0; position: relative; - font-family: $font-family-default; .item-actions { position: absolute; right: 10px; top: 4px; - color: darken($content-fg,10%); - - .fa-bars { - } .fa-trash-o { cursor: pointer; @@ -461,19 +386,10 @@ form { letter-spacing: normal; } .form-fieldset { - background-color: #f7f7f7; - border: 2px solid #e1e1e1; margin: 1rem 2rem; } .form-fieldset--label { - background-color: #f3f3f3; - - &:hover, - .form-fieldset input:checked + & { - background-color: #eee; - } - label { display: table; font-size: 1.25rem; diff --git a/themes/grav/scss/template/_gpm.scss b/themes/grav/scss/template/_gpm.scss index 842ea623..0fb1ac25 100644 --- a/themes/grav/scss/template/_gpm.scss +++ b/themes/grav/scss/template/_gpm.scss @@ -1,47 +1,26 @@ .gpm { - - > table > tbody { - > tr { - border-bottom: 1px solid #e1e1e1; - } - - } - td { border: 0; } .gpm-name { white-space: nowrap; - color: lighten($content-fg, 25%); } .gpm-version { padding-left:0.5rem; - color: lighten($content-fg,10%); font-size: 0.9rem; } - .gpm-update { - .gpm-name { - color: $secondary-accent-bg; - } - } - .gpm-actions { .enabled, .disabled { font-size: 1.6rem; } - - .disabled { - color: lighten($content-fg,10%); - } } .gpm-item-info { position: relative; - border-bottom: 3px solid darken($content-bg, 5%); padding-bottom: 1rem; margin-bottom: 3rem; overflow: hidden; @@ -51,7 +30,6 @@ } .gpm-item-icon { - color: darken($content-bg, 3%); position: absolute; right: $padding-default; font-size: 20rem; @@ -64,7 +42,6 @@ text-align: left !important; &:first-child { - color: lighten($content-fg,15%); white-space: nowrap; width: 25%; } @@ -76,26 +53,20 @@ .badge.update { display: inline-block; - background: $info-bg; border-radius: 4px; padding: 2px 10px; - color: $info-fg; margin-left: 1rem; } .gpm-ribbon { - background-color: $info-bg; overflow: hidden; white-space: nowrap; - position: absolute; top: 1rem; right: -2rem; @include transform(rotate(45deg)); - a { - color: $info-fg; display: block; font-weight: bold; font-size: 0.9rem; @@ -112,8 +83,6 @@ } .gpm-actions { - - background: darken($content-bg, 2%); margin: 1rem -1rem -1rem -1rem; height: 4rem; text-align: center; @@ -126,17 +95,8 @@ line-height: 2rem; } - .active-theme { - border: 1px solid $secondary-accent-bg; - .gpm-actions { - background: $secondary-accent-bg; - color: $content-bg; - } - } - .inactive-theme .gpm-actions { display: block; - color: darken($content-bg, 30%); font-weight: normal; } } diff --git a/themes/grav/scss/template/_login.scss b/themes/grav/scss/template/_login.scss index 2783eb98..1cb21c89 100644 --- a/themes/grav/scss/template/_login.scss +++ b/themes/grav/scss/template/_login.scss @@ -1,6 +1,5 @@ #admin-login { @extend %vertical-align; - background: $accent-bg; max-width: 24rem; margin: 0 auto; @@ -39,7 +38,6 @@ text-align: left; @include placeholder { - color: tint($page-bg,40%); font-size: 1rem; line-height: 2rem; } @@ -77,8 +75,6 @@ padding: 0 1rem; h3 { padding-left: 1rem; - color: rgba(white, 0.4); - border-bottom: 3px solid rgba(white, 0.1); } } @@ -87,14 +83,12 @@ padding: 2rem 3rem 0; margin: 0; font-size: 1.3rem; - color: rgba(white,0.8); p { margin: 0; } } h1 { - background: $darker-accent-bg url(../images/logo.png) 50% 50% no-repeat; font-size: 0; color: transparent; height: 216px; @@ -110,17 +104,11 @@ input { margin-bottom: 2rem; - background: $page-bg; - color: $core-text; font-size: 1.4rem; line-height: 1.5; text-align: center; font-weight: 300; -webkit-font-smoothing: auto; - border: 1px solid shade($accent-bg, 20%); - @include placeholder { - color: tint($page-bg,40%); - } } .form-actions { diff --git a/themes/grav/scss/template/_pages.scss b/themes/grav/scss/template/_pages.scss index 122efb37..e555c001 100644 --- a/themes/grav/scss/template/_pages.scss +++ b/themes/grav/scss/template/_pages.scss @@ -3,8 +3,6 @@ margin: 0; padding: 0; - border-top: 1px solid darken($content-bg, 5%); - ul { list-style: none; margin: 0; @@ -19,24 +17,16 @@ .row { @include transition(all 0.2s ease); - border-bottom: 1px solid darken($content-bg, 5%); line-height: 2.5rem; padding-right: 3rem; - &:hover { - background: lighten($content-bg,2%); - } - p.page-route { display: block; margin: -10px 0 5px 25px; line-height: 1; font-size: 0.9rem; - color: darken($content-bg,40%); - text-shadow: 1px 1px 0 $white; .spacer { - color: darken($content-bg,10%); display: inline-block; margin: 0 0.3rem; } @@ -51,14 +41,8 @@ } .badge.lang { - background-color: #aaa; - color: white; margin-left: 8px; } - - .badge.lang.info { - background-color: $info-bg; - } } .page-tools { @@ -73,14 +57,12 @@ .page-home { font-size: 1.4rem; margin-left: 10px; - color: darken($content-bg, 20%); vertical-align: middle; } .page-info { font-size: 1.1rem; margin-left: 10px; - color: darken($content-bg, 20%); vertical-align: middle; } @@ -177,8 +159,10 @@ } - > div, > div.active { + .item, .item.active { color: #777; + background: #eee; + padding: 2px 10px; &[data-value='Routable'] { background: #CE431D; @@ -241,54 +225,23 @@ #admin-lang-toggle { z-index:10; - button { - @include button-color(shade($info-bg, 20%)); - } - .dropdown-menu { - background: $info-bg; - button { - background: transparent; - color: $white; + .dropdown-menu { + button { width: 100%; } } } .switch-grav { - border: 0; - background-color: lighten($accent-bg,10%); } .switch-toggle { - @include breakpoint(mobile-only) { width: 100%; } - - input:checked + label { - color: $white; - } - - input + label { - color: lighten($accent-bg,65%); - } - - input.highlight:checked { - ~ a { - background: lighten($tertiary-accent-bg,10%); - } - } } - - -} - -body .selectize-dropdown .optgroup-header { - color: $black; - border-bottom: 1px solid #eee; - background-color: #fafafa; } @for $i from 0 to 10 { diff --git a/themes/grav/scss/template/_phpinfo.scss b/themes/grav/scss/template/_phpinfo.scss index d080b169..6b1ee360 100644 --- a/themes/grav/scss/template/_phpinfo.scss +++ b/themes/grav/scss/template/_phpinfo.scss @@ -11,20 +11,12 @@ } } - th { - background: #d9d9d9; - } - td { word-wrap: break-word; h1 { margin: 0rem (- $padding-default) 0rem !important; } - &:first-child { - color: $secondary-accent-bg; - } - } hr { diff --git a/themes/grav/scss/template/_remodal.scss b/themes/grav/scss/template/_remodal.scss index 034a0c2b..3281b52d 100644 --- a/themes/grav/scss/template/_remodal.scss +++ b/themes/grav/scss/template/_remodal.scss @@ -130,9 +130,6 @@ html.remodal-is-locked { padding: 35px; transform: translate3d(0, 0, 0); - - color: #2b2e38; - background: #fff; } .remodal.remodal-is-opening, @@ -175,17 +172,11 @@ html.remodal-is-locked { transition: color 0.2s; text-decoration: none; - color: #95979c; border: 0; outline: 0; background: transparent; } -.remodal-close:hover, -.remodal-close:focus { - color: #2b2e38; -} - .remodal-close:before { font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important; font-size: 25px; diff --git a/themes/grav/scss/template/_tables.scss b/themes/grav/scss/template/_tables.scss index 544d566b..b7f3eb9e 100644 --- a/themes/grav/scss/template/_tables.scss +++ b/themes/grav/scss/template/_tables.scss @@ -12,7 +12,6 @@ thead { td { border: 0; - border-bottom: 1px solid darken($content-bg, 5%); } tr { @@ -75,7 +74,6 @@ tr { &.gpm-details { margin: 0; padding: 0; - background-color: #f7f7f7; @include breakpoint(mobile-only){ word-wrap: break-word; @@ -100,9 +98,6 @@ tr { border-bottom: 0; } } - &:hover { - background: lighten($content-bg,2%); - } } //Fixes for Kendo calendar on Firefox diff --git a/themes/grav/scss/template/_tabs.scss b/themes/grav/scss/template/_tabs.scss index f99cf995..7422da90 100644 --- a/themes/grav/scss/template/_tabs.scss +++ b/themes/grav/scss/template/_tabs.scss @@ -3,26 +3,16 @@ $tab-label-height:3.5em; .tab-bar { @include clearfix; - - - background: $accent-bg; margin: 0; padding: 0; list-style: none; - font-family: $font-family-header; - li { display: block; float: left; height: $tab-label-height; - &.active { - span, a { - background: $content-bg; - color: $content-fg; - } - } + @include breakpoint(mobile-only) { width: 100%; span, a { @@ -37,11 +27,6 @@ $tab-label-height:3.5em; display: inline-block; padding: 0 4rem; line-height: $tab-label-height; - color: lighten($accent-bg,65%); - &:hover { - color: $white; - background: darken($accent-bg,10%); - } } } @@ -56,9 +41,6 @@ $tab-label-height:3.5em; } .form-tabs { - - background: $accent-bg; - font-family: $font-family-header; margin-top: -4rem; @include breakpoint(mobile-only){ @@ -67,23 +49,12 @@ $tab-label-height:3.5em; > input[type=radio] { display:none; - - &:checked{ - + label { - background: $content-bg; - color: $content-fg; - } - } } > label { @extend .default-animation; - display:inline-block; - cursor:pointer; - color: lighten($accent-bg,65%); - + cursor: pointer; height: $tab-label-height; - text-align:center; line-height: $tab-label-height; padding: 0 2rem; @@ -95,13 +66,7 @@ $tab-label-height:3.5em; &:last-of-type { border-bottom:none; } - - &:hover { - color: $white; - background: lighten($accent-bg,3%); - } } - } @@ -114,8 +79,6 @@ $tab-label-height:3.5em; .tab-body-wrapper { padding-top: $tab-label-height; - background: $content-bg; - } #tab1:checked ~ .tab-body-wrapper #tab-body-1, diff --git a/themes/grav/scss/template/_toastr.scss b/themes/grav/scss/template/_toastr.scss index 42105ac6..edac561f 100644 --- a/themes/grav/scss/template/_toastr.scss +++ b/themes/grav/scss/template/_toastr.scss @@ -46,42 +46,42 @@ button.toast-close-button { border: 0; -webkit-appearance: none; } -//.toast-top-center { -// top: 0; -// right: 0; -// width: 100%; -//} -//.toast-bottom-center { -// bottom: 0; -// right: 0; -// width: 100%; -//} -//.toast-top-full-width { -// top: 0; -// right: 0; -// width: 100%; -//} -//.toast-bottom-full-width { -// bottom: 0; -// right: 0; -// width: 100%; -//} -//.toast-top-left { -// top: 12px; -// left: 12px; -//} +.toast-top-center { + top: 0; + right: 0; + width: 100%; +} +.toast-bottom-center { + bottom: 0; + right: 0; + width: 100%; +} +.toast-top-full-width { + top: 0; + right: 0; + width: 100%; +} +.toast-bottom-full-width { + bottom: 0; + right: 0; + width: 100%; +} +.toast-top-left { + top: 12px; + left: 12px; +} .toast-top-right { top: 5rem; right: 1.5rem; } -//.toast-bottom-right { -// right: 12px; -// bottom: 12px; -//} -//.toast-bottom-left { -// bottom: 12px; -// left: 12px; -//} +.toast-bottom-right { + right: 12px; + bottom: 12px; +} +.toast-bottom-left { + bottom: 12px; + left: 12px; +} #toast-container { position: fixed; z-index: 999999; @@ -135,34 +135,7 @@ button.toast-close-button { width: 96%; margin: auto; } -.toast { - background-color: #030303; -} -.toast-success { - background-color: $info-bg; - .button { - background: lighten($info-bg, 5%); - @include button-color(lighten($info-bg, 10%)); - } - -} -.toast-error { - background-color: $notice-bg; - - .button { - background-color: darken($notice-bg, 10); - @include button-color(darken($notice-bg, 20)); - } -} -.toast-info { - background-color: $tertiary-accent-bg; - - .button { - background-color: darken($tertiary-accent-bg, 10); - @include button-color(darken($tertiary-accent-bg, 20)); - } -} .toast-warning { background-color: #f89406; diff --git a/themes/grav/scss/template/_typography.scss b/themes/grav/scss/template/_typography.scss index ba064683..75917b6b 100644 --- a/themes/grav/scss/template/_typography.scss +++ b/themes/grav/scss/template/_typography.scss @@ -1,27 +1,15 @@ // Body Base body { - font-family: $font-family-default; font-weight: 400; } // Headings h1, h2, h3, h4, h5, h6 { - font-family: $font-family-header; font-weight: 400; text-rendering: optimizeLegibility; letter-spacing: -0px; } -// Simple fonts for Cyrillic and other fonts. -body.simple-fonts { - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; - - h1, h2, h3, h4, h5, h6, #admin-menu li, .button, .tab-bar, .badge, #admin-main .grav-mdeditor-preview, .form .note, - .form-tabs, input, select, textarea, button, .selectize-input, .form-order-wrapper ul#ordering li { - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; - } -} - h1 { font-size: $h1-font-size; @include breakpoint(mobile-only) { @@ -73,109 +61,34 @@ h3 { // Blockquote blockquote { - border-left: 10px solid $rule-color; p { font-size: 1.1rem; - color: #999; } cite { display: block; text-align: right; - color: #666; font-size: 1.2rem; } } -// NOTES!!! -blockquote > blockquote > blockquote { - - margin: 0; - - p { - - padding: 15px; - display: block; - font-size: 1rem; - margin-top: 0rem; - margin-bottom: 0rem; - } - - > p { - // Yellow - margin-left: -71px; - border-left: 10px solid #F0AD4E; - background: #FCF8F2; - color: darken(#F0AD4E,15%); - } - - > blockquote > p { - // Red - margin-left: -94px; - border-left: 10px solid #D9534F; - background: #FDF7F7; - color: darken(#D9534F,15%); - } - - > blockquote > blockquote > p { - // Blue - margin-left: -118px; - border-left: 10px solid #5BC0DE; - background: #F4F8FA; - color: darken(#5BC0DE,15%); - } - - > blockquote > blockquote > blockquote > p { - // Green - margin-left: -142px; - border-left: 10px solid #5CB85C; - background: #F1F9F1; - color: darken(#5CB85C,15%); - } - -} - -// Inline and Code -code, -kbd, -pre, -samp { - font-family: $font-family-mono; -} - -code { - background: $code-bg; - color: darken($code-text,10%); -} - pre { padding: 2rem; - background: $pre-bg; - border: 1px solid $core-border-color; border-radius: 3px; code { - color: $pre-text; background: inherit; } } -// Extras -hr { - border-bottom: 4px solid $rule-color; -} - // Label .label { vertical-align: middle; - background: $core-accent; border-radius: 100%; - color: $white; height: 1rem; min-width: 1rem; line-height: 1rem; display: inline-block; text-align: center; font-size: $core-font-size - 0.3rem; - font-family: $font-family-header; margin-right: 0.75rem; } diff --git a/themes/grav/scss/template/modules/_buttons.scss b/themes/grav/scss/template/modules/_buttons.scss index 4d740f94..e32fb387 100644 --- a/themes/grav/scss/template/modules/_buttons.scss +++ b/themes/grav/scss/template/modules/_buttons.scss @@ -6,8 +6,6 @@ cursor: pointer; vertical-align: middle; - font-family: $font-family-default; - &:active { margin: 1px 0 -1px 0; } @@ -28,19 +26,26 @@ } -@mixin button-color($color) { - background: $color; - color: rgba($white, 0.85); +@mixin button-color($color, $text:$white) { + color: rgba($text, 0.85); border-radius: $border-radius; - &:hover { - background: lighten($color,5%); - color: $white; - } - &.dropdown-toggle { - background: lighten($color, 5%); - border-left: 1px solid darken($color, 5%); + background: $color; + + @if (lightness($color) > 50) { + &:hover { + background: shade($color,15%); + color: $text; + } + &.dropdown-toggle { + border-left: 1px solid lighten($color, 5%); + } + } @else { + &:hover { + background: tint($color,15%); + color: $text; + } + &.dropdown-toggle { + border-left: 1px solid darken($color, 5%); + } } -// &:active { -// box-shadow: 0 1px 0 darken($color, 12%); -// } } diff --git a/themes/grav/scss/template/modules/_datetimepicker.scss b/themes/grav/scss/template/modules/_datetimepicker.scss index 5ab2ef73..21142998 100644 --- a/themes/grav/scss/template/modules/_datetimepicker.scss +++ b/themes/grav/scss/template/modules/_datetimepicker.scss @@ -127,8 +127,8 @@ * https://github.com/Eonasdan/bootstrap-datetimepicker/ */ $bs-datetimepicker-timepicker-font-size: 1.2em !default; -$bs-datetimepicker-active-bg: $accent-bg !default; -$bs-datetimepicker-active-color: $accent-fg !default; +$bs-datetimepicker-active-bg: white !default; +$bs-datetimepicker-active-color: blue !default; $bs-datetimepicker-border-radius: 3px !default; $bs-datetimepicker-btn-hover-bg: #ddd !default; $bs-datetimepicker-disabled-color: #ccc !default; diff --git a/themes/grav/scss/template/modules/_toggle-switch.scss b/themes/grav/scss/template/modules/_toggle-switch.scss index 45fb1f48..3af3d812 100644 --- a/themes/grav/scss/template/modules/_toggle-switch.scss +++ b/themes/grav/scss/template/modules/_toggle-switch.scss @@ -23,8 +23,6 @@ $switch-height: 46px; @mixin switch-shared() { - - display: inline-block; // height: $switch-height; @@ -228,12 +226,9 @@ $switch-height: 46px; /* Grav Theme */ .switch-grav { - background-color: $white; - border: $form-border-width solid $form-border; border-radius: $form-border-radius; label { - color: $content-fg; @include transition(color 0.2s ease-out); padding: 5px 20px; @@ -250,24 +245,13 @@ $switch-height: 46px; } a { - background: #777; border-radius: $form-border-radius - 1px; } - &.switch-toggle input.highlight:checked { - ~ a { - background: lighten($secondary-accent-bg,10%); - } - } - /* Selected ON switch-light */ &.switch-light input:checked { - ~ a { - background-color: #777; - } - ~ span span { &:first-of-type { opacity: 0; @@ -280,13 +264,7 @@ $switch-height: 46px; } - - input:checked + label { - color: #fff; - } - } - } /* Bugfix for older Webkit, including mobile Webkit. Adapted from diff --git a/themes/grav/templates/forgot.html.twig b/themes/grav/templates/forgot.html.twig index 44c8506b..ef468253 100644 --- a/themes/grav/templates/forgot.html.twig +++ b/themes/grav/templates/forgot.html.twig @@ -8,7 +8,7 @@ {% endif %} {% endfor %} -
+
{% endblock %} diff --git a/themes/grav/templates/forms/fields/tabs/tabs.html.twig b/themes/grav/templates/forms/fields/tabs/tabs.html.twig index d7d143fc..b9075963 100644 --- a/themes/grav/templates/forms/fields/tabs/tabs.html.twig +++ b/themes/grav/templates/forms/fields/tabs/tabs.html.twig @@ -1,4 +1,4 @@ -
+
{% if uri.params.tab %} {% set active = uri.params.tab %} diff --git a/themes/grav/templates/login.html.twig b/themes/grav/templates/login.html.twig index 195857b6..766613d5 100644 --- a/themes/grav/templates/login.html.twig +++ b/themes/grav/templates/login.html.twig @@ -9,7 +9,7 @@ {% endif %} {% endfor %} -
+
{% if notAuthorized %} {{ 'PLUGIN_ADMIN.BACK'|tu }} diff --git a/themes/grav/templates/partials/base.html.twig b/themes/grav/templates/partials/base.html.twig index 447687b6..653dc23b 100644 --- a/themes/grav/templates/partials/base.html.twig +++ b/themes/grav/templates/partials/base.html.twig @@ -18,39 +18,18 @@ {% block stylesheets %} - {% do assets.addCss(theme_url~'/css-compiled/nucleus.css') %} - {% do assets.addCss(theme_url~'/css-compiled/template.css') %} - {% do assets.addCss(theme_url~'/css/font-awesome.min.css') %} - {% do assets.addCss(theme_url~'/css/chartist.min.css') %} - {% do assets.addCss(theme_url~'/css/selectize.min.css') %} - {% do assets.addCss(theme_url~'/css/hint.base.min.css') %} - {% do assets.addCss(theme_url~'/css/datepicker/kendo.common.core.min.css') %} - {% do assets.addCss(theme_url~'/css/datepicker/kendo.flat.min.css') %} - {% do assets.addCss(theme_url~'/css/datepicker/grav.overrides.css') %} - {% if browser.getBrowser == 'msie' and browser.getVersion >= 8 and browser.getVersion <= 9 %} - {% do assets.addCss(theme_url~'/css/nucleus-ie9.css') %} - {% do assets.addCss(theme_url~'/css/pure-0.5.0/grids-min.css') %} - {% endif %} + {% include 'partials/stylesheets.html.twig' %} {{ assets.css() }} {% endblock %} {% include 'partials/javascript-config.html.twig' %} {% block javascripts %} - {% do assets.add('jquery',101) %} - {% do assets.addJs(theme_url~'/js/vendor.min.js', { 'loading':'defer' }) %} - {% do assets.addJs(theme_url~'/js/admin.min.js' , { 'loading':'defer' }) %} - {# - {% do assets.addJs(theme_url~'/js/ajax.js') %} - #} - {% if browser.getBrowser == 'msie' or browser.getBrowser == 'edge' %} - {% do assets.addJs(theme_url~'/js/form-attr.polyfill.js') %} - {% endif %} - + {% include 'partials/javascripts.html.twig' %} {{ assets.js() }} {% endblock %} {% endblock %} - + {% block page %}
@@ -59,7 +38,7 @@ {% endblock %}
-
+
{% block titlebar %}{% endblock %}
@@ -72,7 +51,7 @@ {% include 'partials/messages.html.twig' %} {% endblock %} {% block content_top %}{% endblock %} -
+
{% block content %}{% endblock %}
{% if config.plugins.admin.show_github_msg %} diff --git a/themes/grav/templates/partials/dashboard-maintenance.html.twig b/themes/grav/templates/partials/dashboard-maintenance.html.twig index a1068968..34ba8fa3 100644 --- a/themes/grav/templates/partials/dashboard-maintenance.html.twig +++ b/themes/grav/templates/partials/dashboard-maintenance.html.twig @@ -2,7 +2,7 @@ {% if authorize(['admin.maintenance', 'admin.super']) %}
-
+

{{ "PLUGIN_ADMIN.MAINTENANCE"|tu }}

diff --git a/themes/grav/templates/partials/dashboard-statistics.html.twig b/themes/grav/templates/partials/dashboard-statistics.html.twig index 901c5e0e..ca1ac921 100644 --- a/themes/grav/templates/partials/dashboard-statistics.html.twig +++ b/themes/grav/templates/partials/dashboard-statistics.html.twig @@ -1,6 +1,6 @@ {% if authorize(['admin.statistics', 'admin.super']) %}
-
+

{{ "PLUGIN_ADMIN.STATISTICS"|tu }}

diff --git a/themes/grav/templates/partials/javascripts.html.twig b/themes/grav/templates/partials/javascripts.html.twig new file mode 100644 index 00000000..834fd264 --- /dev/null +++ b/themes/grav/templates/partials/javascripts.html.twig @@ -0,0 +1,9 @@ +{% do assets.add('jquery',101) %} +{% do assets.addJs(theme_url~'/js/vendor.min.js', { 'loading':'defer' }) %} +{% do assets.addJs(theme_url~'/js/admin.min.js' , { 'loading':'defer' }) %} +{# +{% do assets.addJs(theme_url~'/js/ajax.js') %} + #} +{% if browser.getBrowser == 'msie' or browser.getBrowser == 'edge' %} + {% do assets.addJs(theme_url~'/js/form-attr.polyfill.js') %} +{% endif %} diff --git a/themes/grav/templates/partials/logo.html.twig b/themes/grav/templates/partials/logo.html.twig new file mode 100644 index 00000000..ad005a6e --- /dev/null +++ b/themes/grav/templates/partials/logo.html.twig @@ -0,0 +1,21 @@ +{% if config.plugins.admin.logo_text %} +

+ + {{ config.plugins.admin.logo_text }} + + +

+{% else %} + +{% endif %} + + + + + + diff --git a/themes/grav/templates/partials/nav.html.twig b/themes/grav/templates/partials/nav.html.twig index d84c1cd3..24a2eb63 100644 --- a/themes/grav/templates/partials/nav.html.twig +++ b/themes/grav/templates/partials/nav.html.twig @@ -1,10 +1,6 @@