626 lines
15 KiB
CSS
626 lines
15 KiB
CSS
/**
|
|
* Copyright 2015 Google Inc. All Rights Reserved.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
html, body {
|
|
font-family: 'Roboto', 'Helvetica', sans-serif;
|
|
}
|
|
.demo-avatar {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-radius: 24px;
|
|
}
|
|
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
|
|
color: rgba(0, 0, 0, 0.54);
|
|
}
|
|
.mdl-layout__drawer .avatar {
|
|
margin-bottom: 16px;
|
|
}
|
|
.demo-drawer {
|
|
border: none;
|
|
}
|
|
/* iOS Safari specific workaround */
|
|
.demo-drawer .mdl-menu__container {
|
|
z-index: -1;
|
|
}
|
|
.demo-drawer .demo-navigation {
|
|
z-index: -2;
|
|
}
|
|
/* END iOS Safari specific workaround */
|
|
.demo-drawer .mdl-menu .mdl-menu__item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.demo-drawer-header {
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
padding: 16px;
|
|
}
|
|
.demo-avatar-dropdown {
|
|
display: flex;
|
|
position: relative;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.demo-navigation {
|
|
flex-grow: 1;
|
|
}
|
|
.demo-layout .demo-navigation .mdl-navigation__link {
|
|
display: flex !important;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
color: rgb(255, 255, 255);
|
|
font-weight: 500;
|
|
}
|
|
.demo-layout .demo-navigation .mdl-navigation__link:hover {
|
|
background-color: #bd7200;
|
|
}
|
|
.demo-navigation .mdl-navigation__link .material-icons {
|
|
font-size: 24px;
|
|
color: rgba(255, 255, 255, 0.56);
|
|
margin-right: 32px;
|
|
}
|
|
|
|
.demo-content {
|
|
max-width: 1080px;
|
|
}
|
|
|
|
.demo-charts {
|
|
align-items: center;
|
|
}
|
|
.demo-chart:nth-child(1) {
|
|
color: #ACEC00;
|
|
}
|
|
.demo-chart:nth-child(2) {
|
|
color: #00BBD6;
|
|
}
|
|
.demo-chart:nth-child(3) {
|
|
color: #BA65C9;
|
|
}
|
|
.demo-chart:nth-child(4) {
|
|
color: #EF3C79;
|
|
}
|
|
.demo-graphs {
|
|
padding: 16px 32px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
}
|
|
/* TODO: Find a proper solution to have the graphs
|
|
* not float around outside their container in IE10/11.
|
|
* Using a browserhacks.com solution for now.
|
|
*/
|
|
_:-ms-input-placeholder, :root .demo-graphs {
|
|
min-height: 664px;
|
|
}
|
|
_:-ms-input-placeholder, :root .demo-graph {
|
|
max-height: 300px;
|
|
}
|
|
/* TODO end */
|
|
.demo-graph:nth-child(1) {
|
|
color: #00b9d8;
|
|
}
|
|
.demo-graph:nth-child(2) {
|
|
color: #d9006e;
|
|
}
|
|
|
|
.demo-cards {
|
|
align-items: flex-start;
|
|
align-content: flex-start;
|
|
}
|
|
.demo-cards .demo-separator {
|
|
height: 32px;
|
|
}
|
|
.demo-cards .mdl-card__title.mdl-card__title {
|
|
color: white;
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
}
|
|
.demo-cards ul {
|
|
padding: 0;
|
|
}
|
|
.demo-cards h3 {
|
|
font-size: 1em;
|
|
}
|
|
.demo-updates .mdl-card__title {
|
|
min-height: 200px;
|
|
background-image: url('images/dog.png');
|
|
background-position: 90% 100%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.demo-cards .mdl-card__actions a {
|
|
color: #00BCD4;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.demo-options h3 {
|
|
margin: 0;
|
|
}
|
|
.demo-options .mdl-checkbox__box-outline {
|
|
border-color: rgba(255, 255, 255, 0.89);
|
|
}
|
|
.demo-options ul {
|
|
margin: 0;
|
|
list-style-type: none;
|
|
}
|
|
.demo-options li {
|
|
margin: 4px 0;
|
|
}
|
|
.demo-options .material-icons {
|
|
color: rgba(255, 255, 255, 0.89);
|
|
}
|
|
.demo-options .mdl-card__actions {
|
|
height: 64px;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
align-items: center;
|
|
}
|
|
|
|
.demo-blog .demo-blog__posts {
|
|
padding: 0;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
-webkit-flex-shrink: 0;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.demo-blog.mdl-layout .mdl-layout__content {
|
|
padding-top: 20px;
|
|
position: relative;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.demo-blog.mdl-layout .mdl-layout__content:not(.selected) {
|
|
display: none;
|
|
}
|
|
.demo-blog .mdl-card {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-align-items: stretch;
|
|
-ms-flex-align: stretch;
|
|
align-items: stretch;
|
|
min-height: 360px;
|
|
}
|
|
.demo-blog .mdl-card__title {
|
|
padding: 16px;
|
|
-webkit-flex-grow: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
}
|
|
.demo-blog .mdl-card__media {
|
|
box-sizing: border-box;
|
|
background-size: cover;
|
|
padding: 24px;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-grow: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-align-items: flex-end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end;
|
|
}
|
|
.demo-blog .mdl-card__title a {
|
|
color: inherit;
|
|
}
|
|
.demo-blog .mdl-card__supporting-text {
|
|
width: 100%;
|
|
padding: 16px;
|
|
min-height: 64px;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.demo-blog .mdl-card__supporting-text strong {
|
|
font-weight: 400;
|
|
}
|
|
.demo-blog .mdl-card__media ~ .mdl-card__supporting-text {
|
|
min-height: 64px;
|
|
}
|
|
.demo-blog .mdl-card__supporting-text:not(:last-child) {
|
|
box-sizing: border-box;
|
|
padding:10px 16px;min-height:auto;
|
|
}
|
|
.demo-blog:not(.demo-blog--blogpost) .mdl-card__supporting-text ~ .mdl-card__supporting-text {
|
|
border-top: 1px solid #54502d;
|
|
}
|
|
|
|
.demo-blog .mdl-card__actions:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.demo-blog .meta {
|
|
box-sizing: border-box;
|
|
padding: 16px;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
height: auto;
|
|
}
|
|
.demo-blog .meta > .meta__favorites{
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
margin: 0 8px;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
}
|
|
.demo-blog .meta > .meta__favorites .material-icons {
|
|
font-size: 2em;
|
|
cursor: pointer;
|
|
margin-left: 12px;
|
|
}
|
|
.demo-blog .mdl-card .meta.meta--fill {
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.demo-blog .meta > *:first-child {
|
|
margin-right: 16px;
|
|
}
|
|
.demo-blog .meta > * {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.demo-blog.is-small-screen .demo-blog__posts > .mdl-card.coffee-pic {
|
|
-webkit-order: 0;
|
|
-ms-flex-order: 0;
|
|
order: 0;
|
|
}
|
|
.demo-blog.is-small-screen .demo-blog__posts > .mdl-card.something-else {
|
|
-webkit-order: -1;
|
|
-ms-flex-order: -1;
|
|
order: -1;
|
|
}
|
|
.demo-blog .coffee-pic .mdl-card__media {
|
|
background-image: url('images/coffee.jpg');
|
|
}
|
|
.demo-blog .something-else .mdl-card__media {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.demo-blog .something-else > button {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 28px;
|
|
-webkit-transform: translate(0px, -28px);
|
|
transform: translate(0px, -28px);
|
|
}
|
|
.demo-blog .something-else .mdl-card__media {
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
.demo-blog .something-else .mdl-card__media img {
|
|
width: 64px;
|
|
height: 64px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.demo-blog .something-else .mdl-card__supporting-text {
|
|
background-color: #F5F5F5;
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
.demo-blog .on-the-road-again .mdl-card__media {
|
|
background-image: url('images/road.jpg');
|
|
}
|
|
.demo-blog .shopping .mdl-card__media {
|
|
background-image: url('images/shopping.jpg');
|
|
}
|
|
.demo-blog .demo-blog__posts > .demo-nav {
|
|
margin: 12px 15px;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: white;
|
|
font-weight: 500;
|
|
}
|
|
.demo-blog .demo-blog__posts > .demo-nav > .demo-nav__button {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
.demo-blog .demo-blog__posts > .demo-nav .mdl-button {
|
|
color: rgba(0,0,0,0.54);
|
|
background-color: white;
|
|
}
|
|
.demo-blog .demo-blog__posts > .demo-nav > .demo-nav__button:first-child .mdl-button {
|
|
margin-right: 16px;
|
|
}
|
|
.demo-blog .demo-blog__posts > .demo-nav > .demo-nav__button:last-child .mdl-button {
|
|
margin-left: 16px;
|
|
}
|
|
.demo-blog .mdl-card > a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
font-weight: inherit;
|
|
}
|
|
.demo-blog .mdl-card h3 {
|
|
margin: 0;
|
|
}
|
|
.demo-blog .mdl-card h3 a {
|
|
text-decoration: none;
|
|
}
|
|
.demo-blog .mdl-card h3.quote:before, .demo-blog .mdl-card h3.quote:after {
|
|
display: block;
|
|
font-size: 3em;
|
|
margin-top: 0.5em;
|
|
}
|
|
.demo-blog .mdl-card h3.quote:before {
|
|
content: '“';
|
|
}
|
|
.demo-blog .mdl-card h3.quote:after {
|
|
content: '”';
|
|
}
|
|
.demo-blog--blogpost .custom-header {
|
|
background-color: transparent;
|
|
}
|
|
.demo-blog--blogpost .demo-blog__posts > .mdl-card .mdl-card__media {
|
|
background-image: url('images/road_big.jpg');
|
|
height: 280px;
|
|
}
|
|
.demo-blog--blogpost .comments {
|
|
background-color: #EEE;
|
|
}
|
|
.demo-blog--blogpost .meta > * {
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.demo-blog--blogpost .meta + .mdl-card__supporting-text {
|
|
border: 0;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.demo-blog--blogpost .meta + .mdl-card__supporting-text p {
|
|
max-width: 512px;
|
|
margin: 16px auto;
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.demo-blog--blogpost .comments {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-justify-content: flex-start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
-webkit-align-items: stretch;
|
|
-ms-flex-align: stretch;
|
|
align-items: stretch;
|
|
padding: 32px;
|
|
box-sizing: border-box;
|
|
}
|
|
.demo-blog--blogpost .comments > form {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
margin-bottom: 16px;
|
|
}
|
|
.demo-blog--blogpost .comments > form .mdl-textfield {
|
|
-webkit-flex-grow: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
margin-right: 16px;
|
|
color: rgb(97, 97, 97);
|
|
}
|
|
/* Workaround for Firefox.
|
|
* User agent stylesheet kept overwriting the font in FF only.
|
|
*/
|
|
.demo-blog--blogpost .comments > form .mdl-textfield .mdl-textfield__input {
|
|
font-family: 'Roboto', 'Helvetica', sans-serif;
|
|
}
|
|
.demo-blog--blogpost .comments > form .mdl-textfield input,
|
|
.demo-blog--blogpost .comments > form .mdl-textfield textarea {
|
|
resize: none;
|
|
}
|
|
.demo-blog--blogpost .comments > form button {
|
|
margin-top: 20px;
|
|
background-color: rgba(0, 0, 0, 0.24);
|
|
color: white;
|
|
}
|
|
.demo-blog--blogpost .comments .comment {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-align-items: stretch;
|
|
-ms-flex-align: stretch;
|
|
align-items: stretch;
|
|
}
|
|
.demo-blog--blogpost .comments .comment > .comment__header {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-bottom: 16px;
|
|
}
|
|
.demo-blog--blogpost .comments .comment > .comment__header > .comment__avatar {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-radius: 24px;
|
|
margin-right: 16px;
|
|
}
|
|
.demo-blog--blogpost .comments .comment > .comment__header > .comment__author {
|
|
-webkit-flex-grow: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.demo-blog--blogpost .comments .comment > .comment__text {
|
|
line-height: 1.5em;
|
|
}
|
|
.demo-blog--blogpost .comments .comment > .comment__actions {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-justify-content: flex-start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 0.8em;
|
|
margin-top: 16px;
|
|
}
|
|
.demo-blog--blogpost .comments .comment > .comment__actions button {
|
|
margin-right: 16px;
|
|
color: rgba(0, 0, 0, 0.24);
|
|
}
|
|
.demo-blog--blogpost .comments .comment > .comment__answers {
|
|
padding-top: 32px;
|
|
padding-left: 48px;
|
|
}
|
|
|
|
.demo-blog--blogpost .demo-back {
|
|
position: absolute;
|
|
top: 16px;
|
|
left: 16px;
|
|
color: white;
|
|
z-index: 9999;
|
|
}
|
|
.demo-blog .section-spacer {
|
|
-webkit-flex-grow: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
}
|
|
.demo-blog .something-else {
|
|
overflow: visible;
|
|
z-index: 10;
|
|
}
|
|
.demo-blog .amazing .mdl-card__title {
|
|
background-color: #263238;
|
|
}
|
|
.demo-blog .minilogo {
|
|
width: 44px;
|
|
height: 44px;
|
|
background-image: url('images/avatar.png');
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 50%;
|
|
border-radius: 22px;
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
/* Fixes for IE 10 */
|
|
.mdl-grid {
|
|
display: -webkit-flex !important;
|
|
display: -ms-flexbox !important;
|
|
display: flex !important;
|
|
}
|
|
|
|
.social-btn {
|
|
background-position: center;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
margin: 0 16px;
|
|
width: 24px;
|
|
height: 24px;
|
|
cursor: pointer;
|
|
opacity: 0.46;
|
|
border-radius: 2px;
|
|
}
|
|
.social-btn__share {
|
|
color: rgba(0, 0, 0, 0.54);
|
|
background: transparent;
|
|
}
|
|
|
|
.demo-blog .mdl-mini-footer {
|
|
margin-top: 80px;
|
|
height: 120px;
|
|
padding: 40px;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: white;
|
|
box-sizing: border-box;
|
|
}
|