admin.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. /* MEOW-TABS */
  2. .meow-tabs {
  3. display: flex;
  4. flex-wrap: wrap;
  5. box-sizing: border-box;
  6. }
  7. .meow-tabs * {
  8. box-sizing: border-box;
  9. }
  10. .meow-tabs .meow-tabs-input {
  11. position: absolute;
  12. opacity: 0;
  13. }
  14. .meow-tabs .meow-tabs-label {
  15. width: auto;
  16. padding: 4px 12px;
  17. background: #3c3c3c;
  18. cursor: pointer;
  19. font-weight: bold;
  20. font-size: 13px;
  21. text-transform: uppercase;
  22. color: white;
  23. transition: background 0.1s, color 0.1s;
  24. }
  25. .meow-tabs .inside {
  26. display: none;
  27. width: 100%;
  28. }
  29. .meow-tabs .meow-tabs-label:hover {
  30. background: #36495f;
  31. }
  32. .meow-tabs .meow-tabs-label:active {
  33. background: #3C82C7;
  34. }
  35. .meow-tabs .meow-tabs-input:focus + .meow-tabs-label {
  36. box-shadow: inset 0px 0px 0px 3px #2aa1c0;
  37. z-index: 1;
  38. }
  39. .meow-tabs .meow-tabs-input:checked + .meow-tabs-label {
  40. background: #3C82C7 !important;
  41. }
  42. .meow-tabs-input:checked + .meow-tabs-label + .inside {
  43. display: block;
  44. order: 99;
  45. }
  46. .meow-tabs .inside {
  47. background: #fff;
  48. }
  49. /* MEOW-BOX */
  50. .meow-box {
  51. box-sizing: border-box;
  52. border: 1px solid #e5e5e5;
  53. box-shadow: 2px 2px 1px rgba(0,0,0,.02);
  54. background: #fff;
  55. color: #444;
  56. margin-bottom: 15px;
  57. font-size: 13px !important;
  58. border-top-right-radius: 8px;
  59. }
  60. .meow-box input, .meow-box th, .meow-box label, .meow-box select {
  61. font-size: 13px !important;
  62. }
  63. .meow-box small {
  64. font-size: 12px !important;
  65. }
  66. .meow-box h3 {
  67. font-size: 13px;
  68. padding: 4px 12px;
  69. margin: 0;
  70. background: #3c3c3c;
  71. color: #ffffff;
  72. text-transform: uppercase;
  73. border-top-right-radius: 8px;
  74. /*border-bottom: 1px solid #eee;*/
  75. }
  76. .meow-box h3 .dashicons {
  77. position: relative;
  78. top: 0px;
  79. margin-right: 5px;
  80. }
  81. .meow-box .pro_info {
  82. padding: 5px;
  83. margin: 10px -10px 5px -10px;
  84. font-size: 11px;
  85. line-height: 13px;
  86. }
  87. .meow-box .pro_info.enabled {
  88. background: #4482d2;
  89. border-left: 5px solid #4482d2;
  90. color: white;
  91. }
  92. .meow-box .pro_info.disabled {
  93. background: #96555b;
  94. border-left: 5px solid #632329;
  95. color: white;
  96. }
  97. .meow-box .pro_info.disabled a {
  98. background: #96555b;
  99. color: red;
  100. text-decoration: none;
  101. }
  102. .meow-box .inside {
  103. margin: 10px;
  104. }
  105. .meow-box th {
  106. padding: 10px 10px 10px 0px;
  107. width: 22%;
  108. }
  109. .meow-box td {
  110. padding: 10px 10px;
  111. }
  112. .meow-box p.submit {
  113. text-align: right;
  114. margin: 10px -10px -10px -10px;
  115. padding: 7px 10px 10px 0px !important;
  116. border-top: 1px solid #eee !important;
  117. max-width: inherit;
  118. background: rgba(125, 125, 125, 0.04);
  119. border-radius: 0px;
  120. }
  121. .meow-box [type="text"], .meow-box select {
  122. width: 100%;
  123. }
  124. /* CONTROLS INSIDE A COLUMN (LABEL ON THE LEFT, VALUE ON THE RIGHT) */
  125. .meow-box td [type="text"], .meow-box td [type="checkbox"], .meow-box td select {
  126. margin-top: -3px;
  127. }
  128. .meow-header-ad {
  129. float: right;
  130. }
  131. /* BUTTONS */
  132. .meow-button-xs {
  133. font-size: 10px !important;
  134. height: 20px !important;
  135. line-height: 18px !important;
  136. position: relative !important;
  137. top: 1px !important;
  138. text-align: center !important
  139. }
  140. /* MODAL */
  141. #meow-modal-info-backdrop {
  142. background: rgba(0, 0, 0, 0.75);
  143. position: fixed;
  144. top: 0px;
  145. bottom: 0px;
  146. right: 0px;
  147. left: 0px;
  148. z-index: 10000;
  149. }
  150. #meow-modal-info {
  151. background: white;
  152. box-shadow: 0px 0px 5px black;
  153. padding: 15px;
  154. overflow-y: scroll;
  155. position: fixed;
  156. z-index: 10000;
  157. left: 100px;
  158. right: 100px;
  159. top: 50px;
  160. bottom: 50px;
  161. }
  162. #meow-modal-info h3 {
  163. height: 25px;
  164. border-bottom: 2px solid #808080;
  165. }
  166. #meow-modal-info td {
  167. text-align: center;
  168. font-size: 11px;
  169. border: 1px solid #D3DCFF;
  170. padding: 10px 15px;
  171. background: #EFF8FF;
  172. }
  173. #meow-modal-info .close {
  174. float: right;
  175. font-size: 18px;
  176. font-weight: bold;
  177. font-family: Verdana;
  178. cursor: pointer;
  179. }
  180. #meow-modal-info .loading {
  181. background-color: #F2F2F2;
  182. text-align: center;
  183. padding-top: 10px;
  184. background-size: 32px 32px;
  185. }
  186. #meow-modal-info .meow-sized-image {
  187. width: 19px;
  188. height: 19px;
  189. margin-right: 10px;
  190. }
  191. /* IMAGE SIZES RELATED INFO */
  192. .meow-sized-images {
  193. margin-top: 0px;
  194. cursor: pointer;
  195. }
  196. .meow-sized-images li, #meow-modal-info .meow-sized-image {
  197. display: block;
  198. color: white;
  199. padding: 5px 0px;
  200. font-size: 10px;
  201. text-align: center;
  202. width: 18px;
  203. height: 18px;
  204. line-height: 8px;
  205. background: black;
  206. float: left;
  207. margin-right: 1px;
  208. box-sizing: border-box;
  209. margin-bottom: 2px;
  210. }
  211. .meow-sized-images:after {
  212. clear: both;
  213. content:""; display:table;
  214. }
  215. .meow-sized-images + span {
  216. position: relative;
  217. top: -12px;
  218. }
  219. /* MEOW COLORS */
  220. .meow-bk-blue {
  221. background: #3C82C7 !important;
  222. color: white;
  223. }
  224. .meow-bk-orange {
  225. background: #f1900e !important;
  226. color: white;
  227. }
  228. .meow-bk-red {
  229. background: #c53a47 !important;
  230. color: white;
  231. }
  232. .meow-bk-gray {
  233. background: gray !important;
  234. color: white;
  235. }
  236. .meow-bk-green {
  237. background: #2b9463 !important;
  238. color: white;
  239. }
  240. .meow-bk-black {
  241. background: #3c3c3c !important;
  242. color: white;
  243. }
  244. .meow-bk-purple {
  245. background: #984c96 !important;
  246. color: white;
  247. }
  248. /* DASHBOARD */
  249. .meow-dashboard .meow-box li {
  250. border-bottom: 1px solid #eee;
  251. padding: 0px 10px 10px 10px;
  252. }
  253. .meow-dashboard .meow-box li:last-child {
  254. border: none;
  255. padding-bottom: 0px;
  256. }
  257. .meow-button-xs .dashicons {
  258. font-size: 18px !important;
  259. }
  260. .meow-button-xs.updating-message:before {
  261. margin-top: 0px !important;
  262. }
  263. .meow-button-xs.updating-message * {
  264. display: none;
  265. }
  266. #phpinfo {
  267. font-size: 11px;
  268. }
  269. #phpinfo .e {
  270. padding: 5px;
  271. background: lightgray;
  272. }
  273. #phpinfo .h th {
  274. padding: 5px;
  275. color: white;
  276. background: gray;
  277. text-align: left;
  278. font-size: 14px !important;
  279. }
  280. #phpinfo h1 {
  281. padding: 10px 0px;
  282. font-weight: bold;
  283. }
  284. #phpinfo h2 {
  285. padding: 10px 0px;
  286. font-weight: bold;
  287. font-size: 20px;
  288. }
  289. #error_log {
  290. font-size: 12px;
  291. }
  292. /* ROWS AND COLUMNS */
  293. .meow-col { display: block; float:left; margin: 1% 0 1% 1.6%; }
  294. .meow-col:first-child { margin-left: 0; }
  295. /* GROUPING */
  296. .meow-row { clear: both; padding: 0px; margin: 0px; }
  297. .meow-row:before,
  298. .meow-row:after { content:""; display:table; }
  299. .meow-row:after { clear:both; }
  300. .meow-row { zoom:1; /* For IE 6/7 */ }
  301. /* GRID OF THREE */
  302. .meow-span_3_of_3 { width: 100%; }
  303. .meow-span_2_of_3 { width: 66.1%; }
  304. .meow-span_1_of_3 { width: 32.2%; }
  305. /* GRID OF TWO */
  306. .meow-span_2_of_2 { width: 100%; }
  307. .meow-span_1_of_2 { width: 49.2%; }
  308. @media only screen and (max-width: 480px) {
  309. .meow-col { margin: 0 0 0px 0;}
  310. .meow-span_3_of_3, .meow-span_2_of_3, .meow-span_1_of_3 { width: 100%; }
  311. .meow-span_2_of_2, .meow-span_1_of_2 { width: 100%; }
  312. .meow-header-ad { display: none !important; }
  313. .meow-box [type="text"] { width: 100% !important; }
  314. }