Advertisement
Guest User

Untitled

a guest
Jan 28th, 2012
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. /*
  2. Theme Name: Sliding Door Child
  3. Theme URI: http://flamingazurite.wordpresss.com/
  4. Description: Child theme for the Sliding Door theme built for ryanabi
  5. Author: Gudapati Naga Venkata Chaitanya
  6. Author URI: http://flamingazurite.wordpresss.com/about/
  7. Template: sliding-door
  8. Version: 0.1.0
  9. */
  10.  
  11.  
  12. @import url("../sliding-door/style.css");
  13.  
  14. h1#site-title{
  15. height: 100px; /* you can set it to whatever you want depending on the logo*/
  16. }
  17.  
  18. h1#site-title {
  19. background-image: url(images/logo.jpg); /*your logo */
  20. background-repeat: no-repeat;
  21. background-position: center;
  22. height: 100px; /*yourlogo height*/
  23. width: 381px; /*yourlogo width*/
  24. padding-left: 600px;
  25. padding-top: 20px;
  26.  
  27. }
  28.  
  29. h1#site-title a {
  30. opacity:0;
  31. background:transparent;
  32.  
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement