comments + images

This commit is contained in:
2015-12-27 13:08:01 +01:00
parent 4fdbfd57bb
commit 0702e5afeb
9 changed files with 631 additions and 50 deletions

View File

@@ -2746,7 +2746,7 @@
left: 0;
top: 0;
bottom: 0;
width: 100%;
width: 70%;
background: #EEE; }
/* line 15, spot.scss */
@@ -2759,24 +2759,114 @@
left: calc(50% - 0.5em);
color: #666; }
/* line 26, spot.scss */
#feed {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 30%;
overflow: auto; }
/* line 34, spot.scss */
#feed #poster {
padding: 1em;
background: #EEE;
border-bottom: 1px solid #DDD; }
/* line 39, spot.scss */
#feed #poster #post, #feed #poster #name, #feed #poster #submit {
width: calc(100% - 2em);
border: none;
padding: 0.5em 1em; }
/* line 45, spot.scss */
#feed #poster #post {
margin-bottom: 1em; }
/* line 49, spot.scss */
#feed #poster #name {
width: calc(100% - 5.5em); }
/* line 53, spot.scss */
#feed #poster #submit {
width: 3em;
background: #CCC;
cursor: pointer;
font-weight: bold; }
/* line 61, spot.scss */
#feed #posts {
font-family: Arial; }
/* line 64, spot.scss */
#feed #posts .post {
margin: 1em;
background: #B4BDFF;
color: #323268;
border-radius: 0.5em; }
/* line 70, spot.scss */
#feed #posts .post .message {
margin: 0.3em 0 0 0; }
/* line 73, spot.scss */
#feed #posts .post .signature {
margin: 0.5em 0 0 0;
text-align: right; }
/* line 79, spot.scss */
#feed #posts .header {
padding: 0.5em 1em;
font-style: italic;
font-size: 0.8em;
text-align: right; }
/* line 85, spot.scss */
#feed #posts .header .index {
float: left;
font-style: normal; }
/* line 91, spot.scss */
#feed #posts .body {
padding: 0em 1em 0.5em; }
/* line 95, spot.scss */
#feed #posts .post.picture {
background: #F3EC9F;
color: #635C28; }
/* line 99, spot.scss */
#feed #posts .post.picture a {
display: inline-block;
line-height: 0;
margin: 0; }
/* line 105, spot.scss */
#feed #posts .post.picture img {
width: 100%;
image-orientation: from-image;
border: 1px solid white;
outline: none; }
/* line 113, spot.scss */
#feed #posts .post.message {
background: #6DFF58;
color: #326526; }
/* line 118, spot.scss */
#feed #posts .fa.push {
margin-right: 0.5em; }
/* Info Window */
/* line 28, spot.scss */
/* line 126, spot.scss */
.info-window h1 {
font-size: 1.2em; }
/* line 31, spot.scss */
/* line 129, spot.scss */
.info-window p {
font-size: 1.0em; }
/* line 35, spot.scss */
/* line 133, spot.scss */
.info-window i {
padding-right: 0.5em;
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%; }
/* line 43, spot.scss */
/* line 141, spot.scss */
.info-window .battery {
text-transform: capitalize; }
/* Upload */
/* line 147, spot.scss */
.bar {
height: 18px;
background: green; }
/* Other */
/*# sourceMappingURL=spot.css.map */