Advertisement
Guest User

Untitled

a guest
Apr 24th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Eleven Child
  3. Description: Child theme for the Twenty Eleven theme
  4. Author: Your name here
  5. Template: twentyeleven
  6. */
  7.  
  8. @import url("../twentyeleven/style.css");
  9.  
  10. #site-title a {
  11. color: #009900;
  12. }
  13.  
  14.  
  15. /* Headings */
  16. h1,h2,h3,h4,h5,h6 {
  17. clear: both;
  18. }
  19. h1,
  20.  
  21.  
  22. h2 {
  23. color: #000;
  24. font-size: 15px;
  25. font-weight: bold;
  26. margin: 0 0 .8125em; }
  27.  
  28.  
  29. h3 {
  30. font-size: 10px;
  31. letter-spacing: 0.1em;
  32. line-height: 2.6em;
  33. text-transform: uppercase;
  34. }
  35. h4, h5, h6 {
  36. font-size: 14px;
  37. margin: 0;
  38. }
  39. hr {
  40. }
  41. background-color: #ccc;
  42. border: 0;
  43. height: 1px;
  44. margin-bottom: 1.625em;
  45. }
  46.  
  47. #site-title {
  48. padding: 3.65625em 0 0;
  49. text-align: center;
  50. margin:0;
  51. }
  52. h1#site-title span img {width:300px;height:100px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement