Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.18 KB | None | 0 0
  1. /*
  2. Theme Name:     Childtheme
  3. Description:    Child theme for the TwentyTwelve theme
  4. Theme URI:      http://www.wordpress.org
  5. Author:         Riley Betka
  6. Author URI:     http://www.daily-mash.com/
  7. Template:       twentytwelve
  8. version:        .1
  9. */
  10. @import url("../twentytwelve/style.css");
  11. div.entry-content{
  12. background:#000;
  13. -webkit-border-radius: 12px;
  14. -moz-border-radius: 12px;
  15. border-radius: 12px;
  16. padding:4px 12px;
  17. }
  18. div#page.hfeed.site{
  19.   background-color: transparent;
  20.   background-image: url('http://www.daily-mash.com/wordpress2/wp-content/uploads/opaqueblack.png');
  21.   background-repeat: repeat;
  22. }
  23. div.entry-content{
  24. background-color: transparent;
  25.   background-image: url('http://www.daily-mash.com/wordpress2/wp-content/uploads/opaqueblack3.png');
  26.   background-repeat: repeat;
  27. }
  28. / * Post Thumbnail Grid * /
  29.  
  30. . Grid container  h2  a { color :  # 333 ;  font-size :  13px ;}
  31. . Grid container  . griditemleft { float :  left ;  width :  150px ;  margin :  0  30px  20px  0 ;}
  32. . Grid container  . griditemright { float :  left ;  width :  150px ;}
  33. . Grid container  . post image { margin :  0  0  5px  0 ;}
  34. . Grid container  . image post-title  { text-align :  center ;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement