Advertisement
Guest User

grape website child theme code

a guest
Mar 7th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. /*
  2. Theme Name: Child Theme1
  3. Description: Twenty Ten Child Theme for logo
  4. Template: twentyten
  5.  
  6. (optional values you can add: Theme URI, Author URI, Version)
  7. */
  8.  
  9. @import url("../twentyten/style.css"); /* get basic 2010 css */
  10.  
  11. /* The main theme structure - reduce top margin to compensate for changes to Header*/
  12. #header {
  13. padding: 30px 0 0px 0;
  14.  
  15. }
  16.  
  17.  
  18. #wrapper {
  19. margin-top: 12px;
  20.  
  21. }
  22.  
  23. /* =Header - add clickable logo to title */
  24. #site-title a {
  25. padding: 30px 0 0px 210px; /* allow space for image */
  26. background: url(http://www.competitiveprospects.com/logo2.png) no-repeat;
  27. display:block;
  28.  
  29. }
  30. #site-description {
  31. background-color: #999;
  32. padding: 0px 0 0px 210px;
  33. float:left;
  34. font-size:13px;
  35. width:100%;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement