https://github.com/LuisGC/blog
Raw File
Tip revision: a190f270da39746f098672680944a4e33da8044b authored by LuisGC on 18 February 2018, 19:37:23 UTC
Merge branch 'master' of https://github.com/LuisGC/blog into hugo
Tip revision: a190f27
luiyologia.css
/* Custom styles for the blog
-------------------------------------------------- */
#content p{
  text-align: justify;
}

blockquote{
  background: transparent url(../img/blog/mouth_quote.png) no-repeat left top;
  margin: 10px 20px 10px 0px;
  padding: 5px 0px 0px 80px;
  font-style: italic;
  text-align:justify;
}

.excerpt {
  background: transparent url(../img/blog/book_bg.jpg) no-repeat left top;
  margin: 10px 0px;
  padding: 20px 25px;
  font-style: italic;
  color: #555555;
  text-align:justify;
}

.image {
  margin-bottom: 20px;
}

.image.central {
  display: inherit;
}

.image.central img {
  margin: auto;
}

.image.lateral {
  max-width:40%;
  margin-left: 30px;
  float:right;
}

.image.lateral img {
  margin-bottom: 10px;
}

.spacious li {
  margin: 0 0 1rem 0;
}

.caption {
  font-size: 80%;
  text-align: center;
  color: #646464;
}

article.post h2,
article.post h3,
article.post h4 {
    color: #646464;
}
back to top