Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. #yii-debug-toolbar {
  2. padding: 0;
  3. font: 11px Verdana, Arial, sans-serif;
  4. text-align: left;
  5. min-height: 40px;
  6. overflow: auto;
  7. background: rgb(246,246,246);
  8. background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  9. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1)));
  10. background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
  11. background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
  12. background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
  13. background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
  14. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
  15. background: rgb(246,246,246) url(data:image/svg+xml;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAYAAAA/tpB3AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB94BBQwuINct3v0AAAAjSURBVAjXY3j79u1/JgYGBgYkgpGRkYEYMSpKUGLK+/fvGQAaDAb6F86IsAAAAABJRU5ErkJggg==); /* generated using "cat assets/bg.png | base64" */
  16. }
  17. *[dir=rtl] #yii-debug-toolbar {
  18. direction: ltr;
  19. }
  20. .yii-debug-toolbar-top {
  21. margin: 0 0 20px 0;
  22. border-bottom: 1px solid #e4e4e4;
  23. }
  24. .yii-debug-toolbar-bottom {
  25. position: fixed;
  26. left: 0;
  27. right: 0;
  28. bottom: 0;
  29. margin: 0;
  30. z-index: 1000000;
  31. border-top: 1px solid #ccc;
  32. }
  33. .yii-debug-toolbar-block {
  34. float: left;
  35. margin: 0;
  36. border-right: 1px solid #e4e4e4;
  37. padding: 4px 8px;
  38. line-height: 32px;
  39. white-space: nowrap;
  40. }
  41. .yii-debug-toolbar-block a {
  42. text-decoration: none;
  43. color: black;
  44. }
  45. .yii-debug-toolbar-block span {
  46. }
  47. .yii-debug-toolbar-block img {
  48. vertical-align: middle;
  49. }
  50. #yii-debug-toolbar .label {
  51. display: inline-block;
  52. padding: 2px 4px;
  53. font-size: 11.844px;
  54. font-weight: normal;
  55. line-height: 14px;
  56. color: #ffffff;
  57. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  58. white-space: nowrap;
  59. vertical-align: baseline;
  60. background-color: #999999;
  61. }
  62. #yii-debug-toolbar .label {
  63. -webkit-border-radius: 3px;
  64. -moz-border-radius: 3px;
  65. border-radius: 3px;
  66. }
  67. #yii-debug-toolbar .label:empty {
  68. display: none;
  69. }
  70. #yii-debug-toolbar a.label:hover,
  71. #yii-debug-toolbar a.label:focus {
  72. color: #ffffff;
  73. text-decoration: none;
  74. cursor: pointer;
  75. }
  76. #yii-debug-toolbar .label-important {
  77. background-color: #b94a48;
  78. }
  79. #yii-debug-toolbar .label-important[href] {
  80. background-color: #953b39;
  81. }
  82. #yii-debug-toolbar .label-warning,
  83. #yii-debug-toolbar .badge-warning {
  84. background-color: #f89406;
  85. }
  86. #yii-debug-toolbar .label-warning[href] {
  87. background-color: #c67605;
  88. }
  89. #yii-debug-toolbar .label-success {
  90. background-color: #468847;
  91. }
  92. #yii-debug-toolbar .label-success[href] {
  93. background-color: #356635;
  94. }
  95. #yii-debug-toolbar .label-info {
  96. background-color: #3a87ad;
  97. }
  98. #yii-debug-toolbar .label-info[href] {
  99. background-color: #2d6987;
  100. }
  101. #yii-debug-toolbar .label-inverse,
  102. #yii-debug-toolbar .badge-inverse {
  103. background-color: #333333;
  104. }
  105. #yii-debug-toolbar .label-inverse[href],
  106. #yii-debug-toolbar .badge-inverse[href] {
  107. background-color: #1a1a1a;
  108. }
  109. .yii-debug-toolbar-toggler {
  110. cursor: pointer;
  111. position: absolute;
  112. right: 10px;
  113. bottom: 4px;
  114. width: 15px;
  115. height: 30px;
  116. font-size: 25px;
  117. font-weight: 100;
  118. line-height: 28px;
  119. color: #ffffff;
  120. text-align: center;
  121. background: #666666;
  122. -webkit-border-radius: 12px;
  123. -moz-border-radius: 12px;
  124. border-radius: 12px;
  125. opacity: 0.5;
  126. filter: alpha(opacity=50);
  127. }
  128. .yii-debug-toolbar-toggler:hover,
  129. .yii-debug-toolbar-toggler:focus {
  130. color: #ffffff;
  131. text-decoration: none;
  132. opacity: 0.9;
  133. filter: alpha(opacity=90);
  134. }
  135. #yii-debug-toolbar-min {
  136. display: none;
  137. position: fixed;
  138. right: 0;
  139. bottom: 0;
  140. margin: 0;
  141. padding: 0;
  142. z-index: 1000000;
  143. font: 11px Verdana, Arial, sans-serif;
  144. text-align: left;
  145. width: 63px;
  146. height: 38px;
  147. border-top: 1px solid #ccc;
  148. border-left: 1px solid #ccc;
  149. -webkit-border-top-left-radius: 6px;
  150. -moz-border-top-left-radius: 6px;
  151. border-top-left-radius: 6px;
  152. background: rgb(237,237,237);
  153. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  154. background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
  155. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1)));
  156. background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
  157. background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
  158. background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
  159. background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
  160. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
  161. }
  162. #yii-debug-toolbar-logo {
  163. position: fixed;
  164. right: 31px;
  165. bottom: 4px;
  166. }