html {
background: #eeeeee;
}
body {
background: #eeeeee;
}
#content-scroller{
overflow: visible;
}
md-toolbar button.md-button.md-icon-button:first-child {
margin-left: 0px;
margin-right: 16px;
}
md-toolbar button.md-button.md-icon-button:first-child md-icon {
color: white;
}
md-content {
background: #eeeeee;
position: relative;
}
.fit {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#summary {
margin: 32px 72px;
}
.card {
background: white;
min-width: 100px;
min-height: 100px;
max-width: 400px;
margin: 8px;
-webkit-transition: .4s;
transition: .4s;
opacity: 0;
-webkit-transform: scale(0.75) translate3d(0, 200px, 0);
transform: scale(0.75) translate3d(0, 200px, 0);
border-radius: 2px;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.card.angular-grid-item {
opacity: 1;
-webkit-transform: scale(1) translate3d(0, 0, 0);
transform: scale(1) translate3d(0, 0, 0);
}
.card .img {
width: 100%;
height: 0;
padding-top: 75%;
background-size: cover;
background-color: #ccc;
}
.card .inside {
padding: 16px;
word-wrap: break-word;
}
.card .inside h3 {
margin-top: 0;
margin-bottom: 8px;
}
.card .inside a {
color: #E91E63;
text-decoration: none;
}
.card .inside a:hover {
text-decoration: underline;
}
.card .inside .description {
font-size: 14px;
line-height: 1.3;
color: #555;
}
.cards-wrap {
margin: 32px 64px;
padding-bottom: 64px;
position: relative;
}
.loading-more-indicator {
text-align: center;
}
.loading-more-indicator md-progress-circular {
-webkit-transform: scale(1);
transform: scale(1);
display: inline-block;
}
.grid {
border: 1px solid #cccccc;
list-style: none;
background: #ffffff;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.grid-img {
width: 100%;
vertical-align: middle;
-webkit-transition: opacity 0.6s ease-out;
transition: opacity 0.6s ease-out;
background-color: #fff;
opacity: 0;
visibility: hidden;
}
.grid-img.img-loaded {
visibility: visible;
opacity: 1;
}.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
} .wpp-post-title {
} .wpp-excerpt {
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
}
.wpp-meta:empty, .post-stats:empty {
display: none;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}