You are here

responsive-preview.icons.css in Responsive Theme Preview 8

Same filename and directory in other branches
  1. 7 css/responsive-preview.icons.css

Responsive preview icon styling.

File

css/responsive-preview.icons.css
View source
  1. /**
  2. * @file
  3. * Responsive preview icon styling.
  4. */
  5. .toolbar-tab-responsive-preview .responsive-preview-icon:before,
  6. .responsive-preview .responsive-preview-icon:before {
  7. background-attachment: scroll;
  8. background-color: transparent;
  9. background-image: url("../images/responsive-preview-icons.png");
  10. background-repeat: no-repeat;
  11. content: '';
  12. display: block;
  13. position: absolute;
  14. z-index: 1;
  15. }
  16. .toolbar .toolbar-bar .toolbar-tab-responsive-preview .responsive-preview-icon:before {
  17. width: 13px;
  18. }
  19. .toolbar-tab-responsive-preview button.responsive-preview-icon,
  20. .responsive-preview button.responsive-preview-icon {
  21. background-color: transparent;
  22. border: 0;
  23. font-size: 1em;
  24. }
  25. /* Toolbar icon. */
  26. .toolbar .toolbar-bar .responsive-preview-icon.responsive-preview-icon-responsive-preview {
  27. margin-left: 0;
  28. margin-right: 0;
  29. padding-left: 0;
  30. padding-right: 0;
  31. width: 5em;
  32. }
  33. .toolbar-tab-responsive-preview .responsive-preview-icon.responsive-preview-icon-responsive-preview:before {
  34. background-position: center top;
  35. }
  36. .toolbar-tab-responsive-preview.open .responsive-preview-icon-responsive-preview:before,
  37. .toolbar-tab-responsive-preview .responsive-preview-icon-responsive-preview.active:before,
  38. .toolbar-tab-responsive-preview .responsive-preview-icon-responsive-preview:hover:before {
  39. background-position: center -22px;
  40. }
  41. .toolbar .toolbar-bar .toolbar-tab-responsive-preview .responsive-preview-icon-responsive-preview:before {
  42. left: 1em; /* LTR */
  43. height: 22px;
  44. top: 0.6667em;
  45. }
  46. [dir="rtl"] .toolbar .toolbar-bar .toolbar-tab-responsive-preview .responsive-preview-icon-responsive-preview:before {
  47. left: auto;
  48. right: 6px;
  49. }
  50. .toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-device.responsive-preview-icon-active {
  51. padding: 0.5em 1.3333em;
  52. text-indent: 0;
  53. -moz-transition: padding 0.25s;
  54. -webkit-transition: padding 0.25s;
  55. transition: padding 0.25s;
  56. }
  57. .toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-device.responsive-preview-icon-active.active {
  58. padding-left: 2.25em; /* LTR */
  59. }
  60. [dir="rtl"] .toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-device.responsive-preview-icon-active.active {
  61. padding-left: 1.333em;
  62. padding-right: 2.25em;
  63. }
  64. .toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-device.responsive-preview-icon-active:before {
  65. background-position: -999px -999px;
  66. height: 14px;
  67. left: 0.667em; /* LTR */
  68. top: 0.5em;
  69. width: 13px;
  70. }
  71. [dir="rtl"] .toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-device.responsive-preview-icon-active:before {
  72. left: auto;
  73. right: 0.667em;
  74. }
  75. .toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-device.responsive-preview-icon-active.active:before {
  76. background-position: center -116px;
  77. }
  78. /**
  79. * Responsive preview controls icons.
  80. */
  81. .responsive-preview-control.responsive-preview-icon:before {
  82. height: 12px;
  83. width: 12px;
  84. top: 12px;
  85. }
  86. .responsive-preview-icon-close:before {
  87. background-position: left -44px;
  88. right: 9px; /* LTR */
  89. }
  90. [dir="rtl"] .responsive-preview-icon-close:before {
  91. left: 9px;
  92. right: auto;
  93. }
  94. .responsive-preview-icon-close:active:before,
  95. .responsive-preview-icon-close.active:before,
  96. .responsive-preview-icon-close:hover:before {
  97. background-position: left -56px;
  98. }
  99. .responsive-preview-icon-orientation:before {
  100. background-position: left -92px; /* LTR */
  101. left: 9px; /* LTR */
  102. }
  103. [dir="rtl"] .responsive-preview-icon-orientation:before {
  104. background-position: left -155px;
  105. left: auto;
  106. right: 9px;
  107. }
  108. .responsive-preview-icon-orientation:hover:before {
  109. background-position: left -104px; /* LTR */
  110. }
  111. [dir="rtl"] .responsive-preview-icon-orientation:hover:before {
  112. background-position: left -167px;
  113. }
  114. .responsive-preview-icon-orientation.rotated:before {
  115. background-position: left -68px; /* LTR */
  116. }
  117. [dir="rtl"] .responsive-preview-icon-orientation.rotated:before {
  118. background-position: left -131px;
  119. }
  120. .responsive-preview-icon-orientation.rotated:hover:before {
  121. background-position: left -80px; /* LTR */
  122. }
  123. [dir="rtl"] .responsive-preview-icon-orientation.rotated:hover:before {
  124. background-position: left -143px;
  125. }