Sha256: 8217cdc96293ca532c8f3d5071214351c393181988cb23846a72f91d40f8598b

Contents?: true

Size: 1.13 KB

Versions: 8

Compression:

Stored size: 1.13 KB

Contents

. --------------------------------------------------
. This file is processed to create blog.css         
. Most of the global CSS goes here                  
. --------------------------------------------------

.seek themes/standard/global.lt3

body { font-family: $font.family }

\.post-title a {
  color: $post.title.color;
  font-family: $font.family;
  font-size: $post.title.size;
  float: right;
  display: inline-block;
  text-align: top;
  text-decoration: none;
}

\.post-title a:hover {
  text-decoration: none;
}

\.post-title-text a {
  color: $post.text.color;
  font-family: $font.family;
  font-size: $post.text.size; 
  display: block;
  text-decoration: none;
}

\.post-title-text a:hover {
  text-decoration: none;
}

\.post-date {
  color: $post.date.color;
  font-family: $font.family;
  font-size: $post.date.size;
  display: block;
  float: left;
  text-align: top;
}

\.mydrop {
  color: #444444;
  float: left;
  text-align: top;
# font-family: Verdana;
  font-size: 38px;
  line-height: 38px;
# padding-top: 0px;
  padding-right: 8px;
  padding-left: 3px;
}

. not used?
\.thumbnail img {
    max-height: 100%;
    max-width: 100%;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
runeblog-0.2.96 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.95 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.94 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.93 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.92 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.91 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.90 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.89 empty_view/themes/standard/etc/blog.css.lt3