Files
Grav-Admin-Plugin/themes/grav/css-compiled/template.css

402 lines
10 KiB
CSS
Raw Normal View History

2014-09-04 15:36:34 -06:00
@import url(//fonts.googleapis.com/css?family=Montserrat:400|Lato:300,400,700);
#admin-login, #admin-logo h3, #admin-main .titlebar h1 {
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-size: 1.1rem;
font-weight: 300;
font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
.button i {
padding-right: 5px; }
.button-small.button {
padding: 3px 10px; }
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 {
color: #1bb3e9; }
a:hover {
color: #0e6e90; }
b, strong, label, th {
font-weight: 600; }
2014-09-04 15:36:34 -06:00
.secondary-accent {
background: #349886;
color: white; }
.info {
background: #9055af;
color: white;
font-size: 1.1rem; }
2014-09-03 22:22:03 -06:00
.default-animation {
-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); }
.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;
background: #1bb3e9;
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; }
fieldset {
border: 1px solid #dddddd; }
textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
background-color: white;
border: 1px solid #dddddd;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
border-color: #c4c4c4; }
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
border-color: #1bb3e9;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 163, 214, 0.7); }
.form-field .required {
color: #F3443F;
font-size: 3rem;
line-height: 3rem;
vertical-align: top;
height: 1.5rem;
display: inline-block; }
form .buttons {
text-align: center; }
form input {
font-weight: 400; }
table {
border: 1px solid #eaeaea; }
th {
background: #f7f7f7;
padding: 0.5rem; }
td {
padding: 0.5rem;
border: 1px solid #eaeaea; }
2014-09-04 15:36:34 -06:00
.button.primary {
background: #41bea8;
color: rgba(255, 255, 255, 0.85);
border-radius: 4px; }
.button.primary:hover {
background: #54c5b0;
2014-09-03 22:22:03 -06:00
color: white; }
2014-09-04 15:36:34 -06:00
.button.primary:active {
box-shadow: 0 1px 0 #31907f; }
.button.secondary {
background: #29796b;
color: rgba(255, 255, 255, 0.85);
border-radius: 4px; }
.button.secondary:hover {
background: #2f8c7c;
2014-09-03 22:22:03 -06:00
color: white; }
2014-09-04 15:36:34 -06:00
.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;
max-width: 28rem;
margin: 0 auto; }
#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 {
padding: 3rem; }
#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;
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; }
#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; }
#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%; }
#admin-main .titlebar {
height: 4.2rem;
padding: 0 3rem; }
#admin-main .titlebar h1 {
margin: 0;
font-size: 1.5rem;
text-align: left;
letter-spacing: -1px; }
#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;
padding: 3rem; }
2014-09-03 22:22:03 -06:00
/*# sourceMappingURL=template.css.map */