Skip to content

Instantly share code, notes, and snippets.

@miguel-perez
Created December 4, 2012 16:32
Show Gist options
  • Save miguel-perez/4205857 to your computer and use it in GitHub Desktop.
Save miguel-perez/4205857 to your computer and use it in GitHub Desktop.
i18n Image Header Replacement
/* CSS based & webfont to replace original <img /> tag */
.wl-category-header {
margin: 0;
padding: 8px 0;
text-align: center;
background: #ceebf9; /* Fallback */
background: linear-gradient(to bottom, #ceebf9 0%,#cce4f1 100%);
}
.wl-category-header .txt {
display: block;
padding: 8px 16px;
font-family: 'Petit Formal Script', cursive;
font-size: 2em;
color: #185771;
line-height: 1.8em;;
border-top: 1px dashed #fff;
border-bottom: 1px dashed #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment