Advertisement
Guest User

style.css

a guest
May 5th, 2013
901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. .blog .hentry span.hometitle {
  2.  position: absolute;
  3.  top: 73px;
  4.  width: 100%;
  5.  text-align: center;
  6.  position: absolute;
  7.  top: 73px;
  8.  width: 100%;
  9.  text-align: center;
  10.  color: #fafafa;
  11.  display: table-cell;
  12.  font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
  13.  font-size: 32px;
  14.  font-size: 3.2rem;
  15.  font-style: italic;
  16.  line-height: 32px;
  17.  overflow: hidden;
  18.  text-align: center;
  19.  transition: background .4s ease-in-out;
  20.  -webkit-transition: background .4s ease-in-out;
  21.  -moz-transition: background .4s ease-in-out;
  22.  -o-transition: background .4s ease-in-out;
  23.  -ms-transition: background .4s ease-in-out;
  24.  vertical-align: middle;
  25.  word-wrap: break-word;
  26. }
  27.  
  28. .blog .hentry {
  29.  position: relative;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement