Advertisement
Guest User

style.css (child theme) V. 1.2

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