/b2evolution/corporatemag/rsc/css/slide.css

http://laibcomsthemes.googlecode.com/ · CSS · 49 lines · 43 code · 6 blank · 0 comment · 0 complexity · 40be04871bb190ac3339b63204573113 MD5 · raw file

  1. #mygallery {
  2. margin:14px 0 20px;
  3. }
  4. .stepcarousel{
  5. position:relative; /*leave this value alone*/
  6. overflow:scroll; /*leave this value alone*/
  7. width:900px; /*Width of Carousel Viewer itself*/
  8. height:172px; /*Height should enough to fit largest content's height*/
  9. margin:0 auto;
  10. }
  11. .stepcarousel .belt{
  12. position:absolute; /*leave this value alone*/
  13. left:0;
  14. top:0;
  15. }
  16. .stepcarousel .panel{
  17. float:left; /*leave this value alone*/
  18. overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
  19. margin-right:12px ; /*margin around each panel*/
  20. width:200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  21. height:156px;
  22. border:8px solid #638DBB;
  23. }
  24. .stepcarousel .panel p{
  25. text-align:left; /*leave this value alone*/
  26. overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
  27. margin:5px 5px ; /*margin around each panel*/
  28. }
  29. .stepcarousel .panel h2{
  30. text-align:left; /*leave this value alone*/
  31. height:20px;
  32. overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
  33. margin:2px 5px ; /*margin around each panel*/
  34. font-size:16px;
  35. font-weight:bold;
  36. text-align:center;
  37. font-family:Georgia,century gothic,Arial,verdana, sans-serif;
  38. }
  39. .stepcarousel .panel img{
  40. float:left; /*leave this value alone*/
  41. margin:0; /*margin around each panel*/
  42. padding:0;
  43. }