You are here

views_slideshow_xtra_example.css in Views Slideshow Xtra 7.2

/**
 * Views Slideshow Xtra Example CSS. 
 */
div.views-slideshow-xtra-text.big-red-text {
  font-size: 1.3em;
  font-weight: bold;
  color: red;
}

div.views-slideshow-xtra-link.red-link-example a {  
  color: red;
}

div.views-slideshow-xtra-link.green-link-example a {  
  color: green;
}

div.views-slideshow-xtra-link.red-link-example a:hover {  
  color: green;
}

div.views-slideshow-xtra-link.green-link-example a:hover {  
  color: red;
}

File

views_slideshow_xtra_example/views_slideshow_xtra_example.css
View source
  1. /**
  2. * Views Slideshow Xtra Example CSS.
  3. */
  4. div.views-slideshow-xtra-text.big-red-text {
  5. font-size: 1.3em;
  6. font-weight: bold;
  7. color: red;
  8. }
  9. div.views-slideshow-xtra-link.red-link-example a {
  10. color: red;
  11. }
  12. div.views-slideshow-xtra-link.green-link-example a {
  13. color: green;
  14. }
  15. div.views-slideshow-xtra-link.red-link-example a:hover {
  16. color: green;
  17. }
  18. div.views-slideshow-xtra-link.green-link-example a:hover {
  19. color: red;
  20. }