Advertisement
Guest User

style.css (child theme)

a guest
Jul 5th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.42 KB | None | 0 0
  1. .page-template-artist-list-php #primary
  2. {
  3.     width: 100%;
  4. }
  5.  
  6. .page-template-artist-list-php .hentry
  7. {
  8.     background: none repeat scroll 0 0 #F7F7F8;
  9.     border-bottom: medium none;
  10.     float: left;
  11.     height: 215px;
  12.     margin: 0 20px 48px 0;
  13.     padding: 0;
  14.     width: 220px;
  15.    
  16.     -moz-transition-property: -moz-transform, opacity;
  17.     -moz-transition-duration: 0.8s;
  18. }
  19.  
  20. .page-template-artist-list-php .hentry .entry-title,
  21. .page-template-artist-list-php .hentry .entry-title a
  22. {
  23.     font-size: 13px;
  24.     line-height: 20px;
  25.     margin: 15px 0 2px;
  26.     text-align: center;
  27. }
  28.  
  29. .page-template-artist-list-php .post-thumb
  30. {
  31.     margin: 0;
  32.     position: relative;
  33. }
  34.  
  35. .page-template-artist-list-php .post-thumb a
  36. {
  37.     background-color: #FFD62C;
  38.     border-bottom: medium none;
  39.     display: block;
  40.     height: 140px;
  41.     margin: 0;
  42.     padding: 0;
  43.     position: relative;
  44.     width: 220px;
  45. }
  46.  
  47. .page-template-artist-list-php .post-thumb a:hover img
  48. {
  49.     opacity: 0.2;
  50. }
  51.  
  52. .post-thumb > a, .post-thumb > a:hover
  53. {
  54.     background-color: #FFFFFF;
  55.     border-bottom: medium none;
  56. }
  57.  
  58. .page-template-artist-list-php .post-thumb-overlay
  59. {
  60.     background-color: #333333;
  61.     color: #FFFFFF;
  62.     display: none;
  63.     left: 32%;
  64.     padding: 2px 6px;
  65.     position: absolute;
  66.     top: 43%;
  67. }
  68.  
  69. .page-template-artist-list-php a:hover .post-thumb-overlay
  70. {
  71.     display: block;
  72.     z-index: 99;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement