plugins.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /*
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. */
  15. #content #plugins #navigation
  16. {
  17. width: 20%;
  18. }
  19. #content #plugins #navigation .cache a { background-image: url( ../../img/ico/disk-black.png ); }
  20. #content #plugins #navigation .core a { background-image: url( ../../img/ico/wooden-box.png ); }
  21. #content #plugins #navigation .other a { background-image: url( ../../img/ico/zone.png ); }
  22. #content #plugins #navigation .highlighting a { background-image: url( ../../img/ico/highlighter-text.png ); }
  23. #content #plugins #navigation .updatehandler a{ background-image: url( ../../img/ico/arrow-circle.png ); }
  24. #content #plugins #navigation .queryhandler a { background-image: url( ../../img/ico/magnifier.png ); }
  25. #content #plugins #navigation .queryparser a { background-image: url( ../../img/ico/asterisk.png ); }
  26. #content #plugins #navigation .PLUGINCHANGES { margin-top: 20px; }
  27. #content #plugins #navigation .PLUGINCHANGES a { background-image: url( ../../img/ico/eye.png ); }
  28. #content #plugins #navigation .RELOAD a { background-image: url( ../../img/ico/arrow-circle.png ); }
  29. #content #plugins #navigation .NOTE { margin-top: 20px; }
  30. #content #plugins #navigation .NOTE p { color: #4D4D4D; font-style: italic; }
  31. #content #plugins #navigation a
  32. {
  33. position: relative;
  34. }
  35. #content #plugins #navigation a span
  36. {
  37. background-color: #bba500;
  38. border-radius: 5px;
  39. color: #fff;
  40. font-size: 10px;
  41. font-weight: normal;
  42. line-height: 1.4em;
  43. padding-left: 4px;
  44. padding-right: 4px;
  45. position: absolute;
  46. right: 5px;
  47. top: 7px;
  48. }
  49. #content #plugins #frame
  50. {
  51. float: right;
  52. width: 78%;
  53. }
  54. #content #plugins #frame .entry
  55. {
  56. margin-bottom: 10px;
  57. }
  58. #content #plugins #frame .entry:last-child
  59. {
  60. margin-bottom: 0;
  61. }
  62. #content #plugins #frame .entry a
  63. {
  64. background-image: url( ../../img/ico/chevron-small-expand.png );
  65. background-position: 0 50%;
  66. display: block;
  67. font-weight: bold;
  68. padding-left: 21px;
  69. }
  70. #content #plugins #frame .entry.changed a span
  71. {
  72. color: #bba500;
  73. }
  74. #content #plugins #frame .entry.expanded a
  75. {
  76. background-image: url( ../../img/ico/chevron-small.png );
  77. }
  78. #content #plugins #frame .entry.expanded ul
  79. {
  80. display: block;
  81. }
  82. #content #plugins #frame .entry ul
  83. {
  84. border-left: 9px solid #f0f3ff;
  85. margin-left: 3px;
  86. padding-top: 5px;
  87. padding-left: 10px;
  88. }
  89. #content #plugins #frame .entry li
  90. {
  91. padding-top: 2px;
  92. padding-bottom: 2px;
  93. }
  94. #content #plugins #frame .entry li.stats
  95. {
  96. border-top: 1px solid #c0c0c0;
  97. margin-top: 5px;
  98. padding-top: 5px;
  99. }
  100. #content #plugins #frame .entry li.odd
  101. {
  102. background-color: #f8f8f8;
  103. }
  104. #content #plugins #frame .entry dt,
  105. #content #plugins #frame .entry .stats span
  106. {
  107. float: left;
  108. width: 9%;
  109. }
  110. #content #plugins #frame .entry dd,
  111. #content #plugins #frame .entry .stats ul
  112. {
  113. float: right;
  114. width: 90%;
  115. }
  116. #content #plugins #frame .entry .stats ul
  117. {
  118. border-left: 0;
  119. margin: 0;
  120. padding: 0;
  121. }
  122. #content #plugins #frame .entry .stats dt
  123. {
  124. width: 40%;
  125. }
  126. #content #plugins #frame .entry .stats dd
  127. {
  128. width: 59%;
  129. }
  130. #content #plugins #frame .entry.expanded a.linker {
  131. background-image: none;
  132. background-position: 0 0;
  133. display: inline;
  134. font-weight: normal;
  135. padding:0px;
  136. }
  137. #content #plugins #frame .entry.expanded a.linker:hover {
  138. background-color:#F0F3FF;
  139. }
  140. #content #plugins .active a
  141. {
  142. background-color: #d0d0d0;
  143. border-color: #d0d0d0;
  144. }
  145. #recording #blockUI
  146. {
  147. position: absolute;
  148. left:0;
  149. top:0;
  150. width: 100%;
  151. height: 100%;
  152. background-color: #000;
  153. opacity: 0.6;
  154. z-index:1000;
  155. padding:0;
  156. }
  157. #recording .wrapper
  158. {
  159. position: absolute;
  160. top: 50%;
  161. left: 50%;
  162. padding: 30px;
  163. width: 415px;
  164. height: 100px;
  165. border: 2px solid black;
  166. background-color: #FFF;
  167. opacity: 1;
  168. z-index: 2000;
  169. transform: translate(-50%, -50%);
  170. }
  171. #recording p
  172. {
  173. background-position: 0 50%;
  174. float: left;
  175. padding-left: 21px;
  176. padding-top: 7px;
  177. padding-bottom: 7px;
  178. }
  179. #recording button
  180. {
  181. float: right;
  182. }
  183. #recording button span
  184. {
  185. background-image: url( ../../img/ico/new-text.png );
  186. }