Sha256: 9b4631d209b50a5563bf8ed415d95c025d703336ffa0d1de97884b505c2243ce

Contents?: true

Size: 1.13 KB

Versions: 16

Compression:

Stored size: 1.13 KB

Contents

@import "colors";

#link_preview {
  width: 510px;
  height: 120px;
  border: 1px solid $auxiliar-color;
  margin: 5px auto;
}

#link_preview img.loading{
  margin: auto;
  margin-top: 40px;
}
#link_preview div.loading{
  margin: auto;
  margin-top: 50px;
}
#link_preview img.link_error{
  margin: auto;
  margin-top: 40px;
}
#link_preview div.link_error{
  margin: auto;
  margin-top: 5px;
}
.link {
  position: relative;
  padding: 10px;
}
.link .thumbnail, .link .thumbnail img{
  position: relative;
  float: left;
  max-height: 100px;
  max-width: 120px;
  margin-right:10px;
}
.link .thumbnail img.play_button{
  position: absolute;
  bottom: 2px;
  left: 2px;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}
.link .thumbnail img.play_button:hover{
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
}
.link .info{
  float: left;
  width: 360px;
  text-align: left;
}
.activity_objects .link .info{
  width: 320px;
}
.link .info .title{
  font-weight: bold;
  margin-bottom: 3px;
}
.link .info .url{
  text-decoration: underline;
  margin-bottom: 5px;
}
.link .info .description{
}
.link iframe{
  border: 0;
} 

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
vkhater-social_stream-0.16.3.3 linkser/app/assets/stylesheets/linkser.css.scss
vkhater-social_stream-linkser-0.1.1 app/assets/stylesheets/linkser.css.scss
social_stream-0.17.1 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-0.17.0 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-0.2.0 app/assets/stylesheets/linkser.css.scss
social_stream-0.16.3 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-0.16.2 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-0.1.1 app/assets/stylesheets/linkser.css.scss
social_stream-0.16.1 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-0.1.0 app/assets/stylesheets/linkser.css.scss
social_stream-0.15.8 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-0.15.7 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-0.15.6 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-0.0.6 app/assets/stylesheets/linkser.css.scss
social_stream-0.15.5 linkser/app/assets/stylesheets/linkser.css.scss
social_stream-linkser-0.0.5 app/assets/stylesheets/linkser.css.scss