2014-09-10 11:29:49 -06:00
|
|
|
@charset "UTF-8";
|
2014-09-04 15:36:34 -06:00
|
|
|
@import url(//fonts.googleapis.com/css?family=Montserrat:400|Lato:300,400,700);
|
2014-09-08 18:32:13 -06:00
|
|
|
#admin-login, #admin-logo h3, #admin-main .titlebar h1, #admin-main .titlebar .button-bar, #admin-dashboard .dashboard-item .button-bar .button, #admin-dashboard #updates .numeric, #admin-dashboard #popularity .stat {
|
2014-09-04 15:36:34 -06:00
|
|
|
position: relative;
|
|
|
|
|
top: 50%;
|
|
|
|
|
-webkit-transform: translateY(-50%);
|
|
|
|
|
-moz-transform: translateY(-50%);
|
|
|
|
|
-o-transform: translateY(-50%);
|
|
|
|
|
-ms-transform: translateY(-50%);
|
|
|
|
|
transform: translateY(-50%); }
|
|
|
|
|
|
|
|
|
|
.button {
|
2014-09-03 22:22:03 -06:00
|
|
|
display: inline-block;
|
2014-09-04 15:36:34 -06:00
|
|
|
padding: 0.3rem 1.5rem;
|
|
|
|
|
font-weight: 300;
|
2014-09-10 16:02:42 -06:00
|
|
|
-webkit-font-smoothing: auto;
|
2014-09-08 18:32:13 -06:00
|
|
|
cursor: pointer;
|
2014-09-04 15:36:34 -06:00
|
|
|
font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
|
|
|
|
|
.button i {
|
|
|
|
|
padding-right: 5px; }
|
|
|
|
|
.button-small.button {
|
2014-09-08 18:32:13 -06:00
|
|
|
padding: 2px 10px;
|
|
|
|
|
font-size: 1rem; }
|
2014-09-03 22:22:03 -06:00
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
|
height: 100%; }
|
|
|
|
|
|
|
|
|
|
body {
|
2014-09-04 15:36:34 -06:00
|
|
|
background: #314d5b;
|
|
|
|
|
color: white;
|
2014-09-03 22:22:03 -06:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale; }
|
|
|
|
|
|
|
|
|
|
a {
|
2014-09-12 17:52:09 -06:00
|
|
|
color: #0082ba; }
|
2014-09-03 22:22:03 -06:00
|
|
|
a:hover {
|
2014-09-12 17:52:09 -06:00
|
|
|
color: #003b54; }
|
2014-09-03 22:22:03 -06:00
|
|
|
|
2014-09-10 11:29:49 -06:00
|
|
|
b, strong {
|
2014-09-03 22:22:03 -06:00
|
|
|
font-weight: 600; }
|
|
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
.button-bar {
|
|
|
|
|
text-align: right;
|
2014-09-10 12:24:09 -06:00
|
|
|
float: right;
|
|
|
|
|
z-index: 2; }
|
2014-09-08 18:32:13 -06:00
|
|
|
|
2014-09-04 15:36:34 -06:00
|
|
|
.secondary-accent {
|
|
|
|
|
background: #349886;
|
|
|
|
|
color: white; }
|
2014-09-08 18:32:13 -06:00
|
|
|
.secondary-accent .button-bar {
|
|
|
|
|
background: #349886; }
|
|
|
|
|
.secondary-accent .button {
|
|
|
|
|
background: #41bea8; }
|
|
|
|
|
|
|
|
|
|
.tertiary-accent {
|
|
|
|
|
background: #2693b7;
|
|
|
|
|
color: white; }
|
|
|
|
|
.tertiary-accent .button-bar {
|
|
|
|
|
background: #2693b7; }
|
|
|
|
|
.tertiary-accent .button {
|
|
|
|
|
background: #3aafd6; }
|
2014-09-04 15:36:34 -06:00
|
|
|
|
|
|
|
|
.info {
|
|
|
|
|
background: #9055af;
|
|
|
|
|
color: white;
|
2014-09-10 11:29:49 -06:00
|
|
|
font-size: 1.1rem;
|
|
|
|
|
padding: 1rem 3rem; }
|
2014-09-04 15:36:34 -06:00
|
|
|
|
2014-09-05 22:27:30 -06:00
|
|
|
.badge {
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
padding: 0px 6px;
|
|
|
|
|
min-width: 23px;
|
|
|
|
|
line-height: 23px;
|
|
|
|
|
text-align: center; }
|
|
|
|
|
|
2014-09-17 21:00:23 -06:00
|
|
|
.default-animation, .tab-bar span, .tab-bar a, .form-tabs > label {
|
2014-09-03 22:22:03 -06:00
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
|
transition: all 0.5s ease; }
|
|
|
|
|
|
2014-09-04 15:36:34 -06:00
|
|
|
.default-border-radius {
|
|
|
|
|
border-radius: 4px; }
|
|
|
|
|
|
|
|
|
|
.default-glow-shadow {
|
|
|
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
.default-box-shadow {
|
|
|
|
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
|
|
|
|
|
|
2014-09-03 22:22:03 -06:00
|
|
|
.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 {
|
2014-09-04 15:36:34 -06:00
|
|
|
font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
2014-09-03 22:22:03 -06:00
|
|
|
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; }
|
|
|
|
|
|
|
|
|
|
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: "Inconsolata", monospace; }
|
|
|
|
|
|
|
|
|
|
code {
|
|
|
|
|
background: #f9f2f4;
|
|
|
|
|
color: #9c1d3d; }
|
|
|
|
|
|
|
|
|
|
pre {
|
|
|
|
|
padding: 2rem;
|
|
|
|
|
background: #f6f6f6;
|
|
|
|
|
border: 1px solid #dddddd;
|
|
|
|
|
border-radius: 3px; }
|
|
|
|
|
pre code {
|
|
|
|
|
color: #237794;
|
|
|
|
|
background: inherit; }
|
|
|
|
|
|
|
|
|
|
hr {
|
|
|
|
|
border-bottom: 4px solid #f0f2f4; }
|
|
|
|
|
|
|
|
|
|
.label {
|
|
|
|
|
vertical-align: middle;
|
2014-09-12 17:52:09 -06:00
|
|
|
background: #0082ba;
|
2014-09-03 22:22:03 -06:00
|
|
|
border-radius: 100%;
|
|
|
|
|
color: white;
|
|
|
|
|
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; }
|
|
|
|
|
|
2014-09-10 11:29:49 -06:00
|
|
|
/*
|
|
|
|
|
* CSS TOGGLE SWITCHES
|
|
|
|
|
* Unlicense
|
|
|
|
|
*
|
|
|
|
|
* Ionuț Colceriu - ghinda.net
|
|
|
|
|
* https://github.com/ghinda/css-toggle-switch
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
/* Toggle Switches
|
|
|
|
|
*/
|
|
|
|
|
/* Shared
|
|
|
|
|
*/
|
|
|
|
|
/* Checkbox
|
|
|
|
|
*/
|
|
|
|
|
/* Radio Switch
|
|
|
|
|
*/
|
|
|
|
|
/* Hide by default
|
|
|
|
|
*/
|
|
|
|
|
.switch-toggle a,
|
|
|
|
|
.switch-light span span {
|
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
|
|
/* We can't test for a specific feature,
|
|
|
|
|
* so we only target browsers with support for media queries.
|
|
|
|
|
*/
|
|
|
|
|
@media only screen {
|
|
|
|
|
/* Checkbox switch
|
|
|
|
|
*/
|
|
|
|
|
.switch-light {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
/* Outline the toggles when the inputs are focused
|
|
|
|
|
*/
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin-left: 100px;
|
|
|
|
|
/* Position the label over all the elements, except the slide-button (<a>)
|
|
|
|
|
* Clicking anywhere on the label will change the switch-state
|
|
|
|
|
*/
|
|
|
|
|
/* Don't hide the input from screen-readers and keyboard access
|
|
|
|
|
*/ }
|
|
|
|
|
.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; }
|
2014-09-03 22:22:03 -06:00
|
|
|
|
2014-09-10 11:29:49 -06:00
|
|
|
/* Radio switch
|
|
|
|
|
*/
|
|
|
|
|
.switch-toggle {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
/* Outline the toggles when the inputs are focused
|
|
|
|
|
*/
|
|
|
|
|
position: relative;
|
|
|
|
|
/* For callout panels in foundation
|
|
|
|
|
*/
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
/* Generate styles for the multiple states */ }
|
|
|
|
|
.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;
|
|
|
|
|
width: 50%;
|
|
|
|
|
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%; }
|
|
|
|
|
|
|
|
|
|
/* Standalone Themes */
|
|
|
|
|
/* Grav Theme
|
|
|
|
|
*/
|
|
|
|
|
.switch-grav {
|
|
|
|
|
background-color: white;
|
|
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
/* Selected ON switch-light
|
|
|
|
|
*/ }
|
|
|
|
|
.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; } }
|
|
|
|
|
/* Bugfix for older Webkit, including mobile Webkit. Adapted from
|
|
|
|
|
* http://css-tricks.com/webkit-sibling-bug/
|
|
|
|
|
*/
|
|
|
|
|
@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); } }
|
2014-09-16 18:08:33 -06:00
|
|
|
form h1 {
|
|
|
|
|
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; }
|
2014-09-10 11:29:49 -06:00
|
|
|
form .form-field {
|
2014-09-10 14:49:57 -06:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
padding-left: 3rem; }
|
|
|
|
|
form .form-data {
|
|
|
|
|
padding-right: 3rem; }
|
2014-09-16 18:08:33 -06:00
|
|
|
form .required {
|
|
|
|
|
color: #f6635e;
|
|
|
|
|
font-family: helvetica, arial;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
margin-left: 5px; }
|
2014-09-10 11:29:49 -06:00
|
|
|
form label {
|
2014-09-10 14:49:57 -06:00
|
|
|
padding: 5px 0;
|
2014-09-10 11:29:49 -06:00
|
|
|
font-weight: 400;
|
|
|
|
|
margin: 0; }
|
2014-09-10 21:57:00 -06:00
|
|
|
form input, form select, form textarea, form button, form .selectize-input {
|
2014-09-10 11:29:49 -06:00
|
|
|
font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
line-height: 1.7;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
-webkit-font-smoothing: antialiased; }
|
2014-09-10 21:57:00 -06:00
|
|
|
form .form-select-wrapper, form .selectize-control.single .selectize-input {
|
2014-09-10 14:49:57 -06:00
|
|
|
position: relative; }
|
2014-09-10 21:57:00 -06:00
|
|
|
form .form-select-wrapper:after, form .selectize-control.single .selectize-input:after {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
border: 0;
|
2014-09-10 11:29:49 -06:00
|
|
|
position: absolute;
|
|
|
|
|
content: '\f078';
|
|
|
|
|
font-family: 'FontAwesome';
|
|
|
|
|
right: 12px;
|
|
|
|
|
top: 50%;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
color: #9ba2a6;
|
|
|
|
|
pointer-events: none; }
|
2014-09-10 22:04:56 -06:00
|
|
|
form .selectize-input {
|
2014-09-10 21:57:00 -06:00
|
|
|
box-shadow: none;
|
2014-09-16 18:08:33 -06:00
|
|
|
color: #737c81;
|
|
|
|
|
padding: 5px 30px 5px 10px;
|
|
|
|
|
margin: 0; }
|
|
|
|
|
form .selectize-input > input {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
line-height: 1.7; }
|
2014-09-15 21:25:35 -06:00
|
|
|
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: #d4d4d4; }
|
2014-09-10 22:04:56 -06:00
|
|
|
form .selectize-control.single .selectize-input:after {
|
|
|
|
|
right: 24px; }
|
|
|
|
|
form .selectize-control.single .selectize-input.dropdown-active:after {
|
|
|
|
|
content: '\f077'; }
|
2014-09-10 14:49:57 -06:00
|
|
|
form .x-small {
|
2014-09-10 12:24:09 -06:00
|
|
|
max-width: 5rem !important; }
|
2014-09-10 14:49:57 -06:00
|
|
|
form .small {
|
|
|
|
|
max-width: 10rem !important; }
|
|
|
|
|
form .medium {
|
|
|
|
|
max-width: 20rem !important; }
|
|
|
|
|
form .medium textarea {
|
|
|
|
|
height: 7rem; }
|
|
|
|
|
form .large {
|
|
|
|
|
max-width: 30rem !important; }
|
|
|
|
|
form .large textarea {
|
|
|
|
|
height: 10rem; }
|
2014-09-10 11:29:49 -06:00
|
|
|
form select {
|
2014-09-10 14:49:57 -06:00
|
|
|
width: 100%;
|
2014-09-10 11:29:49 -06:00
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
|
background: white;
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
appearance: none;
|
|
|
|
|
padding: 5px 30px 5px 10px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin: 0; }
|
2014-09-10 12:24:09 -06:00
|
|
|
form input[type=text] {
|
2014-09-10 14:49:57 -06:00
|
|
|
width: 100%;
|
|
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
|
background: white; }
|
|
|
|
|
form textarea {
|
|
|
|
|
width: 100%;
|
2014-09-10 12:24:09 -06:00
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
|
background: white; }
|
2014-09-10 11:29:49 -06:00
|
|
|
form .switch-toggle label {
|
|
|
|
|
cursor: pointer; }
|
|
|
|
|
form .switch-toggle a, form .switch-toggle label {
|
|
|
|
|
outline: none !important; }
|
|
|
|
|
form .dynfields input[type=text] {
|
2014-09-10 15:06:10 -06:00
|
|
|
width: 40%;
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 0 5px 5px 0; }
|
|
|
|
|
form .dynfields .form-row {
|
|
|
|
|
display: inline-block; }
|
|
|
|
|
form .dynfields .form-row span {
|
|
|
|
|
padding: 0.5rem;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
line-height: 1.7;
|
|
|
|
|
cursor: pointer; }
|
2014-09-10 11:29:49 -06:00
|
|
|
form .button-bar {
|
2014-09-16 18:08:33 -06:00
|
|
|
margin-top: 1rem;
|
2014-09-10 11:29:49 -06:00
|
|
|
background: #e6e6e6;
|
2014-09-16 18:08:33 -06:00
|
|
|
padding: 1.2rem 3rem;
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
|
border-bottom-right-radius: 5px; }
|
2014-09-10 11:29:49 -06:00
|
|
|
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: white;
|
|
|
|
|
border: 1px solid #d4d4d4;
|
|
|
|
|
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.5rem;
|
|
|
|
|
text-align: center; }
|
2014-09-03 22:22:03 -06:00
|
|
|
|
|
|
|
|
td {
|
2014-09-10 11:29:49 -06:00
|
|
|
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; }
|
|
|
|
|
tr td:first-child {
|
|
|
|
|
padding-left: 3rem; }
|
|
|
|
|
tr td:last-child {
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding-right: 3rem; }
|
|
|
|
|
tr:last-child td {
|
|
|
|
|
border-bottom: 0; }
|
|
|
|
|
tr:hover {
|
|
|
|
|
background: #f3f3f3; }
|
2014-09-03 22:22:03 -06:00
|
|
|
|
2014-09-08 18:32:13 -06:00
|
|
|
.button {
|
2014-09-04 15:36:34 -06:00
|
|
|
background: #41bea8;
|
|
|
|
|
color: rgba(255, 255, 255, 0.85);
|
|
|
|
|
border-radius: 4px; }
|
2014-09-08 18:32:13 -06:00
|
|
|
.button:hover {
|
2014-09-04 15:36:34 -06:00
|
|
|
background: #54c5b0;
|
2014-09-03 22:22:03 -06:00
|
|
|
color: white; }
|
2014-09-08 18:32:13 -06:00
|
|
|
.button:active {
|
2014-09-04 15:36:34 -06:00
|
|
|
box-shadow: 0 1px 0 #31907f; }
|
2014-09-08 18:32:13 -06:00
|
|
|
.button.secondary {
|
|
|
|
|
background: #29796b;
|
|
|
|
|
color: rgba(255, 255, 255, 0.85);
|
|
|
|
|
border-radius: 4px; }
|
|
|
|
|
.button.secondary:hover {
|
|
|
|
|
background: #2f8c7c;
|
|
|
|
|
color: white; }
|
|
|
|
|
.button.secondary:active {
|
|
|
|
|
box-shadow: 0 1px 0 #1a4b43; }
|
2014-09-03 22:22:03 -06:00
|
|
|
|
|
|
|
|
#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; }
|
|
|
|
|
|
2014-09-04 15:36:34 -06:00
|
|
|
#admin-login {
|
|
|
|
|
background: #253a47;
|
2014-09-05 22:27:30 -06:00
|
|
|
max-width: 24rem;
|
2014-09-04 15:36:34 -06:00
|
|
|
margin: 0 auto; }
|
2014-09-10 16:02:42 -06:00
|
|
|
#admin-login .form-field {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
margin-bottom: 0; }
|
|
|
|
|
#admin-login .form-label {
|
|
|
|
|
display: none; }
|
|
|
|
|
#admin-login .form-data {
|
|
|
|
|
padding-right: 0; }
|
2014-09-04 15:36:34 -06:00
|
|
|
#admin-login h1 {
|
|
|
|
|
background: #20333e url(../images/logo.png) 50% 50% no-repeat;
|
|
|
|
|
font-size: 0;
|
|
|
|
|
color: transparent;
|
|
|
|
|
height: 14rem;
|
|
|
|
|
margin: 0; }
|
|
|
|
|
#admin-login form {
|
2014-09-10 16:02:42 -06:00
|
|
|
padding: 2rem 3rem; }
|
2014-09-04 15:36:34 -06:00
|
|
|
#admin-login form input {
|
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
background: #314d5b;
|
|
|
|
|
color: white;
|
|
|
|
|
font-size: 1.4rem;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 300;
|
2014-09-10 16:02:42 -06:00
|
|
|
-webkit-font-smoothing: auto;
|
2014-09-04 15:36:34 -06:00
|
|
|
border: 1px solid #1d2e38; }
|
|
|
|
|
#admin-login form input::-webkit-input-placeholder {
|
|
|
|
|
color: #83949c; }
|
|
|
|
|
#admin-login form input::-moz-placeholder {
|
|
|
|
|
color: #83949c; }
|
|
|
|
|
#admin-login form input:-moz-placeholder {
|
|
|
|
|
color: #83949c; }
|
|
|
|
|
#admin-login form input:-ms-input-placeholder {
|
|
|
|
|
color: #83949c; }
|
|
|
|
|
#admin-login form .form-actions {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 -3rem -3rem -3rem;
|
|
|
|
|
padding: 1.5rem 3rem; }
|
|
|
|
|
#admin-login form .form-actions button:first-child {
|
|
|
|
|
margin-right: 1rem; }
|
|
|
|
|
#admin-login .info {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 1rem 3rem; }
|
|
|
|
|
|
2014-09-04 18:51:32 -06:00
|
|
|
#admin-sidebar {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 20%;
|
|
|
|
|
background: #253a47; }
|
|
|
|
|
|
|
|
|
|
#admin-logo {
|
|
|
|
|
background: #20333e;
|
|
|
|
|
height: 4.2rem; }
|
|
|
|
|
#admin-logo h3 {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
margin: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1.2rem; }
|
|
|
|
|
|
|
|
|
|
#admin-user-details {
|
|
|
|
|
padding: 2rem;
|
|
|
|
|
border-bottom: 1px solid #20333e; }
|
|
|
|
|
#admin-user-details img {
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
float: left; }
|
|
|
|
|
#admin-user-details .admin-user-names {
|
|
|
|
|
margin-left: 45px; }
|
|
|
|
|
#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 {
|
|
|
|
|
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; }
|
2014-09-05 22:27:30 -06:00
|
|
|
#admin-menu li .badge {
|
|
|
|
|
background-color: #141f25;
|
|
|
|
|
color: #e5e5e5;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 1rem; }
|
2014-09-04 18:51:32 -06:00
|
|
|
#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; }
|
|
|
|
|
#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; }
|
|
|
|
|
#admin-menu li a:hover {
|
|
|
|
|
background: #20333e;
|
|
|
|
|
color: white; }
|
|
|
|
|
#admin-menu li a:hover i {
|
|
|
|
|
font-size: 1.2rem; }
|
|
|
|
|
#admin-menu li.selected a {
|
|
|
|
|
background: #314d5b;
|
|
|
|
|
color: white;
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
border-left: 9px solid #349886; }
|
|
|
|
|
#admin-menu li.selected a i {
|
|
|
|
|
color: #e1eaf0; }
|
|
|
|
|
|
|
|
|
|
#admin-main {
|
|
|
|
|
margin-left: 20%; }
|
2014-09-12 17:52:09 -06:00
|
|
|
#admin-main .hint:after, #admin-main [data-hint]:after {
|
|
|
|
|
font-size: 1rem; }
|
2014-09-08 18:32:13 -06:00
|
|
|
#admin-main h1 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
text-align: left;
|
|
|
|
|
letter-spacing: -1px; }
|
2014-09-04 18:51:32 -06:00
|
|
|
#admin-main .titlebar {
|
|
|
|
|
height: 4.2rem;
|
|
|
|
|
padding: 0 3rem; }
|
2014-09-08 18:32:13 -06:00
|
|
|
#admin-main .titlebar .button-bar {
|
|
|
|
|
padding: 0; }
|
|
|
|
|
#admin-main .grav-update {
|
|
|
|
|
height: 3rem;
|
|
|
|
|
padding: 0 3rem;
|
|
|
|
|
background: #9055af; }
|
|
|
|
|
#admin-main .grav-update .button {
|
|
|
|
|
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: white; }
|
|
|
|
|
#admin-main .grav-update .button:active {
|
|
|
|
|
box-shadow: 0 1px 0 #513063; }
|
|
|
|
|
#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 + .content-padding {
|
|
|
|
|
top: 7.2rem; }
|
2014-09-04 18:51:32 -06:00
|
|
|
#admin-main .content-padding {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 4.2rem;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 20%;
|
|
|
|
|
right: 0;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
padding: 2.5rem; }
|
|
|
|
|
#admin-main .admin-block {
|
|
|
|
|
background: #eeeeee;
|
|
|
|
|
color: #737c81;
|
2014-09-08 18:32:13 -06:00
|
|
|
padding: 2rem 0; }
|
|
|
|
|
#admin-main .admin-block h1 {
|
2014-09-10 12:24:09 -06:00
|
|
|
color: #314d5b;
|
2014-09-08 18:32:13 -06:00
|
|
|
padding: 0 3rem 0.5rem;
|
|
|
|
|
margin: 0 0 1rem;
|
|
|
|
|
border-bottom: 3px solid #e1e1e1; }
|
|
|
|
|
#admin-main .admin-block .button-bar {
|
|
|
|
|
margin-right: 3rem; }
|
|
|
|
|
|
|
|
|
|
#admin-dashboard:after {
|
|
|
|
|
content: "";
|
|
|
|
|
display: table;
|
|
|
|
|
clear: both; }
|
|
|
|
|
#admin-dashboard .dashboard-item {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 50%;
|
|
|
|
|
margin-bottom: 2.5rem; }
|
|
|
|
|
#admin-dashboard .dashboard-item > div {
|
|
|
|
|
padding: 1rem 2rem; }
|
|
|
|
|
#admin-dashboard .dashboard-item .button-bar {
|
|
|
|
|
margin: 1rem -2rem -1rem;
|
|
|
|
|
height: 70px;
|
|
|
|
|
padding: 0 1rem;
|
|
|
|
|
float: none; }
|
|
|
|
|
#admin-dashboard .dashboard-left {
|
|
|
|
|
padding-right: 1.25rem; }
|
|
|
|
|
#admin-dashboard .dashboard-right {
|
|
|
|
|
padding-left: 1.25rem; }
|
|
|
|
|
#admin-dashboard #updates p {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: rgba(255, 255, 255, 0.95);
|
|
|
|
|
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; }
|
|
|
|
|
#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); }
|
|
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 3rem 0 1rem; }
|
|
|
|
|
|
|
|
|
|
.ct-chart .ct-series .ct-bar {
|
|
|
|
|
stroke-width: 15px; }
|
|
|
|
|
.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.ct-donut {
|
|
|
|
|
stroke: white !important; }
|
|
|
|
|
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
|
|
|
|
|
stroke: rgba(255, 255, 255, 0.2) !important; }
|
2014-09-04 18:51:32 -06:00
|
|
|
|
2014-09-11 22:27:11 -06:00
|
|
|
.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; }
|
2014-09-12 17:52:09 -06:00
|
|
|
.pages-list .row p.page-route {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: -10px 0 5px 25px;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
color: #a2a2a2;
|
|
|
|
|
text-shadow: 1px 1px 0 white; }
|
|
|
|
|
.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; }
|
2014-09-11 22:27:11 -06:00
|
|
|
.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: #bbbbbb;
|
|
|
|
|
vertical-align: middle; }
|
2014-09-12 17:52:09 -06:00
|
|
|
.pages-list .page-info {
|
|
|
|
|
font-size: 1.1rem;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
color: #bbbbbb;
|
2014-09-11 22:27:11 -06:00
|
|
|
vertical-align: middle; }
|
2014-09-12 17:52:09 -06:00
|
|
|
.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; }
|
|
|
|
|
#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'; }
|
2014-09-15 21:25:35 -06:00
|
|
|
#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: white;
|
|
|
|
|
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; }
|
|
|
|
|
#page-filtering .selectize-control.multi .selectize-input > div[data-value='Visible'], #page-filtering .selectize-control.multi .selectize-input > div.active[data-value='Visible'] {
|
|
|
|
|
background: #999; }
|
|
|
|
|
#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; }
|
2014-09-11 22:27:11 -06:00
|
|
|
|
|
|
|
|
.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; }
|
|
|
|
|
|
2014-09-16 18:08:33 -06:00
|
|
|
/*
|
|
|
|
|
* Remodal - v0.2.0
|
|
|
|
|
* Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.
|
|
|
|
|
* http://vodkabears.github.io/remodal/
|
|
|
|
|
*
|
|
|
|
|
* Made by Ilya Makarov
|
|
|
|
|
* Under MIT License
|
|
|
|
|
*/
|
|
|
|
|
/* ==========================================================================
|
|
|
|
|
Remodal necessary styles
|
|
|
|
|
========================================================================== */
|
|
|
|
|
/* Hide scroll bar */
|
|
|
|
|
html.remodal_lock, body.remodal_lock {
|
|
|
|
|
overflow: hidden; }
|
|
|
|
|
|
|
|
|
|
/* Anti FOUC */
|
|
|
|
|
.remodal, [data-remodal-id] {
|
|
|
|
|
visibility: hidden; }
|
|
|
|
|
|
|
|
|
|
/* Overlay necessary styles */
|
|
|
|
|
.remodal-overlay {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 10000;
|
|
|
|
|
display: none;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
text-align: center;
|
|
|
|
|
/* Fix iPad, iPhone glitches */ }
|
|
|
|
|
.remodal-overlay:after {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-left: -0.05em;
|
|
|
|
|
content: ''; }
|
|
|
|
|
.remodal-overlay > * {
|
|
|
|
|
-webkit-transform: translateZ(0px); }
|
|
|
|
|
|
|
|
|
|
/* Modal dialog necessary styles */
|
|
|
|
|
.remodal {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: left; }
|
|
|
|
|
|
|
|
|
|
/* Background for effects */
|
|
|
|
|
.remodal-bg {
|
|
|
|
|
-webkit-transition-property: filter;
|
|
|
|
|
-moz-transition-property: filter;
|
|
|
|
|
transition-property: filter;
|
|
|
|
|
-webkit-transition-duration: 0.2s;
|
|
|
|
|
-moz-transition-duration: 0.2s;
|
|
|
|
|
transition-duration: 0.2s;
|
|
|
|
|
-webkit-transition-timing-function: linear;
|
|
|
|
|
-moz-transition-timing-function: linear;
|
|
|
|
|
transition-timing-function: linear; }
|
|
|
|
|
|
|
|
|
|
/* Overlay default theme styles */
|
|
|
|
|
.remodal-overlay {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
background: rgba(33, 36, 46, 0.8);
|
|
|
|
|
-webkit-transition: opacity 0.2s linear;
|
|
|
|
|
-moz-transition: opacity 0.2s linear;
|
|
|
|
|
transition: opacity 0.2s linear; }
|
|
|
|
|
|
|
|
|
|
body.remodal_active .remodal-overlay {
|
|
|
|
|
opacity: 1; }
|
|
|
|
|
|
|
|
|
|
/* Modal dialog default theme styles */
|
|
|
|
|
.remodal {
|
|
|
|
|
width: 100%;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
padding-top: 2rem;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
background: #eeeeee;
|
|
|
|
|
background-clip: padding-box;
|
|
|
|
|
color: #737c81;
|
|
|
|
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
|
|
|
|
|
-webkit-transform: scale(0.95);
|
|
|
|
|
-moz-transform: scale(0.95);
|
|
|
|
|
-ms-transform: scale(0.95);
|
|
|
|
|
-o-transform: scale(0.95);
|
|
|
|
|
transform: scale(0.95);
|
|
|
|
|
-webkit-transition-property: -webkit-transform;
|
|
|
|
|
-moz-transition-property: -moz-transform;
|
|
|
|
|
transition-property: transform;
|
|
|
|
|
-webkit-transition-duration: 0.2s;
|
|
|
|
|
-moz-transition-duration: 0.2s;
|
|
|
|
|
transition-duration: 0.2s;
|
|
|
|
|
-webkit-transition-timing-function: linear;
|
|
|
|
|
-moz-transition-timing-function: linear;
|
|
|
|
|
transition-timing-function: linear; }
|
|
|
|
|
|
|
|
|
|
body.remodal_active .remodal {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
-moz-transform: scale(1);
|
|
|
|
|
-ms-transform: scale(1);
|
|
|
|
|
-o-transform: scale(1);
|
|
|
|
|
transform: scale(1); }
|
|
|
|
|
|
|
|
|
|
/* Modal dialog vertical align */
|
|
|
|
|
.remodal, .remodal-overlay:after {
|
|
|
|
|
vertical-align: middle; }
|
|
|
|
|
|
|
|
|
|
/* Close button */
|
|
|
|
|
.remodal-close {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
color: #737c81;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-align: center;
|
|
|
|
|
-webkit-transition: background 0.2s linear;
|
|
|
|
|
-moz-transition: background 0.2s linear;
|
|
|
|
|
transition: background 0.2s linear; }
|
|
|
|
|
|
|
|
|
|
.remodal-close:after {
|
|
|
|
|
display: block;
|
|
|
|
|
font-family: FontAwesome;
|
|
|
|
|
content: "\f00d";
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
text-decoration: none; }
|
|
|
|
|
|
|
|
|
|
.remodal-close:hover, .remodal-close:active {
|
|
|
|
|
color: #43484b; }
|
|
|
|
|
|
|
|
|
|
/* Media queries
|
|
|
|
|
========================================================================== */
|
|
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
|
|
|
.remodal {
|
|
|
|
|
max-width: 700px;
|
|
|
|
|
margin: 20px auto;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
border-radius: 6px; } }
|
2014-09-17 21:00:23 -06:00
|
|
|
.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: #eeeeee;
|
|
|
|
|
color: #737c81; }
|
|
|
|
|
.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: white;
|
|
|
|
|
background: #141f25; }
|
|
|
|
|
|
|
|
|
|
/* used for wrapper animation after the load of the page */
|
|
|
|
|
@-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; }
|
|
|
|
|
.form-tabs > input[type=radio] {
|
|
|
|
|
display: none; }
|
|
|
|
|
.form-tabs > input[type=radio]:checked + label {
|
|
|
|
|
background: #eeeeee;
|
|
|
|
|
color: #737c81; }
|
|
|
|
|
.form-tabs > label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: #d1dee7;
|
|
|
|
|
height: 3.5em;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 3.5em;
|
|
|
|
|
padding: 0 3rem; }
|
|
|
|
|
.form-tabs > label:last-of-type {
|
|
|
|
|
border-bottom: none; }
|
|
|
|
|
.form-tabs > label:hover {
|
|
|
|
|
color: white;
|
|
|
|
|
background: #2a4251; }
|
|
|
|
|
|
|
|
|
|
.tab-body {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -9999px;
|
|
|
|
|
opacity: 0; }
|
|
|
|
|
|
|
|
|
|
.tab-body-wrapper {
|
|
|
|
|
padding-top: 3.5em;
|
|
|
|
|
background: #eeeeee; }
|
|
|
|
|
|
|
|
|
|
#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; }
|
2014-09-16 18:08:33 -06:00
|
|
|
|
2014-09-03 22:22:03 -06:00
|
|
|
/*# sourceMappingURL=template.css.map */
|