Advertisement
Guest User

Spun Theme: Change Header and Bubble Text UPDATE

a guest
Aug 5th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .blog .hentry span.hometitle {
  2.  position: absolute;
  3.  top: 73px;
  4.  width: 100%;
  5.  color: #fafafa;
  6.  display: table-cell;
  7.  font-family: Quicksand, Helvetica, Arial, sans-serif;
  8.  -webkit-text-stroke: .35px;
  9.  font-size: 12px;
  10.  font-size: 1.2rem;
  11.  text-transform: uppercase;
  12.  line-height: 32px;
  13.  overflow: hidden;
  14.  text-align: center;
  15.  transition: background .4s ease-in-out;
  16.  -webkit-transition: background .4s ease-in-out;
  17.  -moz-transition: background .4s ease-in-out;
  18.  -o-transition: background .4s ease-in-out;
  19.  -ms-transition: background .4s ease-in-out;
  20.  vertical-align: middle;
  21.  word-wrap: break-word;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement