You are here

andromeda_slideshow.css in Andromeda Slideshow 7

Same filename and directory in other branches
  1. 7.2 css/andromeda_slideshow.css

Some Styling for the Andromeda Slideshow module

File

css/andromeda_slideshow.css
View source
  1. /**
  2. * @file
  3. * Some Styling for the Andromeda Slideshow module
  4. */
  5. table#slideshows-main-list td,
  6. table#slideshows-main-list th,
  7. table.slideshow-manage-table td,
  8. table.slideshow-manage-table th{
  9. vertical-align:top !important;
  10. }
  11. .col-title {
  12. width:250px;
  13. }
  14. .ctools-export-ui-enabled td {
  15. color:#000000;
  16. }
  17. .ctools-export-ui-disabled td {
  18. color:#999999;
  19. }
  20. .ctools-button-processed {
  21. background-color: #FFFFFF;
  22. border-color: #CCCCCC;
  23. font-size: 11px;
  24. padding-bottom: 0px;
  25. padding-top: 0px;
  26. background-image:
  27. -moz-linear-gradient(
  28. -90deg,
  29. #ffffff 0px,
  30. #f9f9f9 100%);
  31. background-image:
  32. -webkit-gradient(
  33. linear,
  34. left top,
  35. left bottom,
  36. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  37. color-stop(1.0, rgba(249, 249, 249, 1.0))
  38. );
  39. background-image:
  40. -webkit-linear-gradient(
  41. -90deg,
  42. #ffffff 0px,
  43. #f9f9f9 100%);
  44. background-image:
  45. linear-gradient(
  46. -90deg,
  47. #ffffff 0px,
  48. #f9f9f9 100%);
  49. -moz-border-radius: 11px 11px 11px 11px;
  50. -webkit-border-radius: 11px 11px 11px 11px;
  51. border-radius: 11px 11px 11px 11px;
  52. position:absolute !important;
  53. }
  54. .ctools-button-processed:hover {
  55. background-image:
  56. -moz-linear-gradient(
  57. -90deg,
  58. #ffffff 0px,
  59. #f1f1f1 100%);
  60. background-image:
  61. -webkit-gradient(
  62. linear,
  63. left top,
  64. left bottom,
  65. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  66. color-stop(1.0, rgba(241, 241, 241, 1.0))
  67. );
  68. background-image:
  69. -webkit-linear-gradient(
  70. -90deg,
  71. #ffffff 0px,
  72. #f1f1f1 100%);
  73. background-image:
  74. linear-gradient(
  75. -90deg,
  76. #ffffff 0px,
  77. #f1f1f1 100%);
  78. }
  79. .ctools-dropbutton-processed.open:hover {
  80. background-image:
  81. -moz-linear-gradient(
  82. -90deg,
  83. #ffffff 0px,
  84. #f9f9f9 100%);
  85. background-image:
  86. -webkit-gradient(
  87. linear,
  88. left top,
  89. left bottom,
  90. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  91. color-stop(1.0, rgba(249, 249, 249, 1.0))
  92. );
  93. background-image:
  94. -webkit-linear-gradient(
  95. -90deg,
  96. #ffffff 0px,
  97. #f9f9f9 100%);
  98. background-image:
  99. linear-gradient(
  100. -90deg,
  101. #ffffff 0px,
  102. #f9f9f9 100%);
  103. }
  104. .ctools-dropbutton-processed.open {
  105. -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  106. -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  107. box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  108. }
  109. .ctools-dropbutton-processed .ctools-content {
  110. border-right: 1px solid #E8E8E8;
  111. }
  112. .ctools-button-processed .ctools-content {
  113. padding-bottom: 0;
  114. padding-top: 0;
  115. }
  116. .ctools-button-processed li {
  117. line-height: 1.3333;
  118. }
  119. .ctools-dropbutton-processed li a, .ctools-dropbutton-processed li input {
  120. padding-right: 9px;
  121. }
  122. .ctools-button li a {
  123. padding-left: 12px;
  124. padding-right: 12px;
  125. }
  126. .ctools-dropbutton-processed.open li + li {
  127. border-top: 1px solid #EFEFEF;
  128. margin-top: 4px;
  129. padding-bottom: 0;
  130. padding-top: 4px;
  131. }
  132. .ctools-twisty:focus {
  133. outline: medium none;
  134. }