Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. .accomm-panel:visited h5:after {
  2. content: "f00c";
  3. color: #80b54d;
  4. }
  5.  
  6. $('.accomm-panel:visited h5').after('<i class="fa fa-check fa-1"></i>');
  7.  
  8. <a href="http://localhost/gbtc/accommodation/029gb-step-back-in-time/?_sfm_low_season_fee=0+10000" class="accomm-panel">
  9. <div class="img-container" style="background-image: url('http://localhost/gbtc/wp-content/uploads/2015/05/gordons-bay-harbour-wall-sunset.jpg');">
  10. <div class="price">
  11. <p>From</p>
  12. <p class="amount">R</p>
  13. </div>
  14. </div>
  15. <div class="panel-content">
  16. <h5>Step Back in Time</h5>
  17. <p class="description">1 Guest • 12 Bedrooms • 12 Bathrooms • 029GB</p>
  18. </div>
  19. </a>
  20.  
  21. .accomm-panel:visited h5:after {
  22. font-family: FontAwesome;
  23. text-rendering: auto;
  24. -webkit-font-smoothing: antialiased;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement