Advertisement
Guest User

Spun Theme: Change Header and Bubble Text

a guest
Aug 5th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.70 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: Quicksand, Helvetica, Arial, sans-serif;
  13.  -webkit-text-stroke: .35px;
  14.  font-size: 12px;
  15.  font-size: 1.2rem;
  16.  text-transform: uppercase;
  17.  line-height: 32px;
  18.  overflow: hidden;
  19.  text-align: center;
  20.  transition: background .4s ease-in-out;
  21.  -webkit-transition: background .4s ease-in-out;
  22.  -moz-transition: background .4s ease-in-out;
  23.  -o-transition: background .4s ease-in-out;
  24.  -ms-transition: background .4s ease-in-out;
  25.  vertical-align: middle;
  26.  word-wrap: break-word;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement