/b2evolution/corporatemag/rsc/css/glide.css

http://laibcomsthemes.googlecode.com/ · CSS · 67 lines · 54 code · 11 blank · 2 comment · 0 complexity · e9dcdf63969fe8bdaa3a37f190f87768 MD5 · raw file

  1. .glidecontentwrapper{
  2. position:relative; /* Do not change this value */
  3. width:100%;
  4. height:225px; /* Set height to be able to contain height of largest content shown*/
  5. overflow:hidden;
  6. margin:0;
  7. }
  8. .glidecontentwrapper .post { /*style for each glide content DIV within wrapper.*/
  9. background:#8DAED4 url('../img/glide-bg.gif') repeat-x 0 0;
  10. position:absolute; /* Do not change this value */
  11. width:100%;
  12. padding:0;
  13. margin:0;
  14. /* height:220px; */
  15. overflow:hidden;
  16. float:left;
  17. }
  18. .glidecontent .meta { margin-bottom:5px; }
  19. .glidecontenttoggler{ /*style for DIV used to contain toggler links. */
  20. float:right;
  21. width:55px;
  22. }
  23. .glidecontenttoggler a { /*style for every navigational link within toggler */
  24. display:block;
  25. height:15px;
  26. float:left;
  27. font-size:11px;
  28. text-transform:uppercase;
  29. color:#948F73;
  30. width:20px;
  31. }
  32. .glidecontenttoggler a.selected, .glidecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
  33. color:#CFA03A;
  34. }
  35. .glidecontenttoggler a span {
  36. display:block;
  37. height:15px;
  38. float:left;
  39. cursor:pointer;
  40. }
  41. .glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
  42. }
  43. .glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
  44. background:transparent url('../img/toggle-button-bg.gif') no-repeat 0 0;
  45. margin-right:5px;
  46. }
  47. .glidecontenttoggler a.next {
  48. background:transparent url('../img/toggle-button-bg.gif') no-repeat 100% 0;
  49. }
  50. .glidecontenttoggler a.prev:hover {
  51. }
  52. .glidecontenttoggler a.next:hover{
  53. }
  54. #togglebox {
  55. /*margin-bottom:10px;*/
  56. }