You are here

pane-rounded-shadow.css in Panels 6.3

/* Show only to IE7 */
*:first-child+html .rounded-shadow-background,
/* Show only to IE6 */
* html .rounded-shadow-background  {
  margin: 0 -10px 0 0 !important;
  padding: 10px 0 5px 0 !important;
}

.rounded-shadow-top-edge, .rounded-shadow-bottom-edge, .rounded-shadow-left-edge, .rounded-shadow-right-edge, .rounded-shadow-wrap-corner {
  position: relative;
  /* hasLayout -1 ? For IE only */
  zoom: 1;
}
%style {
  padding-top: 10px;
  margin-bottom: 30px;
  color: %text;
}

%style h2 {
  color: %header-text;
}

%style .rounded-shadow-background {
  margin: 10px;
  background: %background url(rounded-shadow-background.png) repeat;
}

%style .rounded-shadow-wrap-corner {
  margin: -10px;
}

%style .rounded-shadow-top-edge {
  top: -10px;
  background: url(rounded-shadow-top-edge.png) repeat-x 0 top;
  font-size: 1px;
}

%style .rounded-shadow-bottom-edge {
  bottom: -10px;
  background: url(rounded-shadow-bottom-edge.png) repeat-x 0 bottom;
  font-size: 1px;
}

%style .rounded-shadow-left-edge {
  background: url(rounded-shadow-left-edge.png) repeat-y 0 0;
}

%style .rounded-shadow-right-edge {
  background: url(rounded-shadow-right-edge.png) repeat-y right 0;
}

%style .rounded-shadow-wrap-corner .rounded-shadow-top-edge,
%style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge {
  height: 19px;
  margin: -10px 19px;
}

%style .rounded-shadow-wrap-corner .rounded-shadow-left,
%style .rounded-shadow-wrap-corner .rounded-shadow-right {
  position: absolute;
  top: 0;
  height: 19px;
  width: 19px;
  margin: 0 -19px;
}

%style .rounded-shadow-wrap-corner .rounded-shadow-left {
  background-image: url(rounded-shadow-top-left-corner.png);
}

%style .rounded-shadow-wrap-corner .rounded-shadow-right {
  right: 0;
  background-image: url(rounded-shadow-top-right-corner.png);
}

%style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge .rounded-shadow-left {
  background-image: url(rounded-shadow-bottom-left-corner.png);
}

%style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge .rounded-shadow-right {
  right: 0;
  background-image: url(rounded-shadow-bottom-right-corner.png);
}

%style .rounded-shadow-wrap-corner .rounded-shadow-right-edge {
  padding: 3px 19px;
}

%style .panel-pane {
  position: relative; top: -6px;
}

/*
%style div.admin-links {
  margin-top: -19px;
  margin-left: -12px;
}

%style .panel-separator {
  background: url(rounded-shadow-bottom-edge.png) repeat-x 0 center;
  font-size: 1px;
  height: 30px;
}
*/

File

plugins/style_bases/pane/pane_rounded_shadow/pane-rounded-shadow.css
View source
  1. /* Show only to IE7 */
  2. *:first-child+html .rounded-shadow-background,
  3. /* Show only to IE6 */
  4. * html .rounded-shadow-background {
  5. margin: 0 -10px 0 0 !important;
  6. padding: 10px 0 5px 0 !important;
  7. }
  8. .rounded-shadow-top-edge, .rounded-shadow-bottom-edge, .rounded-shadow-left-edge, .rounded-shadow-right-edge, .rounded-shadow-wrap-corner {
  9. position: relative;
  10. /* hasLayout -1 ? For IE only */
  11. zoom: 1;
  12. }
  13. %style {
  14. padding-top: 10px;
  15. margin-bottom: 30px;
  16. color: %text;
  17. }
  18. %style h2 {
  19. color: %header-text;
  20. }
  21. %style .rounded-shadow-background {
  22. margin: 10px;
  23. background: %background url(rounded-shadow-background.png) repeat;
  24. }
  25. %style .rounded-shadow-wrap-corner {
  26. margin: -10px;
  27. }
  28. %style .rounded-shadow-top-edge {
  29. top: -10px;
  30. background: url(rounded-shadow-top-edge.png) repeat-x 0 top;
  31. font-size: 1px;
  32. }
  33. %style .rounded-shadow-bottom-edge {
  34. bottom: -10px;
  35. background: url(rounded-shadow-bottom-edge.png) repeat-x 0 bottom;
  36. font-size: 1px;
  37. }
  38. %style .rounded-shadow-left-edge {
  39. background: url(rounded-shadow-left-edge.png) repeat-y 0 0;
  40. }
  41. %style .rounded-shadow-right-edge {
  42. background: url(rounded-shadow-right-edge.png) repeat-y right 0;
  43. }
  44. %style .rounded-shadow-wrap-corner .rounded-shadow-top-edge,
  45. %style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge {
  46. height: 19px;
  47. margin: -10px 19px;
  48. }
  49. %style .rounded-shadow-wrap-corner .rounded-shadow-left,
  50. %style .rounded-shadow-wrap-corner .rounded-shadow-right {
  51. position: absolute;
  52. top: 0;
  53. height: 19px;
  54. width: 19px;
  55. margin: 0 -19px;
  56. }
  57. %style .rounded-shadow-wrap-corner .rounded-shadow-left {
  58. background-image: url(rounded-shadow-top-left-corner.png);
  59. }
  60. %style .rounded-shadow-wrap-corner .rounded-shadow-right {
  61. right: 0;
  62. background-image: url(rounded-shadow-top-right-corner.png);
  63. }
  64. %style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge .rounded-shadow-left {
  65. background-image: url(rounded-shadow-bottom-left-corner.png);
  66. }
  67. %style .rounded-shadow-wrap-corner .rounded-shadow-bottom-edge .rounded-shadow-right {
  68. right: 0;
  69. background-image: url(rounded-shadow-bottom-right-corner.png);
  70. }
  71. %style .rounded-shadow-wrap-corner .rounded-shadow-right-edge {
  72. padding: 3px 19px;
  73. }
  74. %style .panel-pane {
  75. position: relative; top: -6px;
  76. }
  77. /*
  78. %style div.admin-links {
  79. margin-top: -19px;
  80. margin-left: -12px;
  81. }
  82. %style .panel-separator {
  83. background: url(rounded-shadow-bottom-edge.png) repeat-x 0 center;
  84. font-size: 1px;
  85. height: 30px;
  86. }
  87. */