Hormold

VK Change (#1388159104)

Dec 27th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 8.74 KB | None | 0 0
  1. Файл - stats.css (Старый размер - 6187 | Новый - 0):
  2. 0.  - #stats_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - #stats_cont {
  7. 5.  -   padding: 10px 20px;
  8. 6.  - }
  9. 7.  -
  10. 8.  - #stats_msg_wrap {
  11. 9.  -   margin-bottom: 10px;
  12. 10.  -   display: none;
  13. 11.  - }
  14. 12.  -
  15. 13.  - .stats_head {
  16. 14.  -   border-bottom: 1px solid #DAE1E8;
  17. 15.  -   color: #45688E;
  18. 16.  -   font-size: 1.09em;
  19. 17.  -   font-weight: bold;
  20. 18.  -   margin: 0 10px 10px 10px;
  21. 19.  -   padding: 10px 0 2px;
  22. 20.  -   text-align: left;
  23. 21.  - }
  24. 22.  - #stats_cont .stats_head {
  25. 23.  -   margin: 0 0 10px 0;
  26. 24.  - }
  27. 25.  - #stats_cont .stats_no_data {
  28. 26.  -   margin: 0;
  29. 27.  - }
  30. 28.  - .stats_menu_items {
  31. 29.  -   float: right;
  32. 30.  -   margin-right: 14px;
  33. 31.  -   margin-top: 10px;
  34. 32.  - }
  35. 33.  - .stats_menu_items .active {
  36. 34.  -   font-weight: bold;
  37. 35.  - }
  38. 36.  - .stats_flash_wrap {
  39. 37.  -   width: 592px;
  40. 38.  -   height: 385px;
  41. 39.  -   margin-bottom: 25px;
  42. 40.  -   position: relative;
  43. 41.  - }
  44. 42.  - .stats_privacy_form {
  45. 43.  -   padding: 0 30px;
  46. 44.  - }
  47. 45.  - .stats_clean_bots_form {
  48. 46.  -   padding: 0 30px;
  49. 47.  - }
  50. 48.  - .stats_no_data {
  51. 49.  -   background: none repeat scroll 0 0 #F7F7F7;
  52. 50.  -   border: 1px solid #DDDDDD;
  53. 51.  -   color: #777777;
  54. 52.  -   line-height: 200%;
  55. 53.  -   margin: -5px 10px 15px;
  56. 54.  -   padding: 5px;
  57. 55.  -   text-align: center;
  58. 56.  - }
  59. 57.  - .stat_row {
  60. 58.  -   padding-bottom: 10px;
  61. 59.  -   margin: 0 -4px 0 10px;
  62. 60.  - }
  63. 61.  - .stat_details {
  64. 62.  -   padding-left: 10px;
  65. 63.  - }
  66. 64.  - .stat_info {
  67. 65.  -   padding: 5px 0 0 10px;
  68. 66.  -   color: #666;
  69. 67.  -   display: none;
  70. 68.  - }
  71. 69.  - .stat_info .wikiTable {
  72. 70.  -   margin: 10px auto;
  73. 71.  - }
  74. 72.  - #stats_tabs .progress {
  75. 73.  -   margin: 10px;
  76. 74.  - }
  77. 75.  -
  78. 76.  - #all_stats_tabs{
  79. 77.  -   background-color: #F7F7F7;
  80. 78.  -   padding-top: 12px;
  81. 79.  - }
  82. 80.  - .all_stats_tabs {
  83. 81.  -   border-bottom:1px solid #DAE1E8;
  84. 82.  -   height:24px;
  85. 83.  -   list-style-type:none;
  86. 84.  -   margin:0pt;
  87. 85.  -   padding:0px 7px;
  88. 86.  -   vertical-align:bottom;
  89. 87.  - }
  90. 88.  - .all_stats_tab_active {
  91. 89.  -   background-color:#FFFFFF;
  92. 90.  -   border-color:#C3CAD2;
  93. 91.  -   border-style:solid solid none;
  94. 92.  -   border-width:1px 1px 0px;
  95. 93.  -   float:left;
  96. 94.  -   height:24px;
  97. 95.  -   margin:0px 3px -1px;
  98. 96.  -   text-align:center;
  99. 97.  -   position:relative;
  100. 98.  - }
  101. 99.  - .all_stats_tab_active a {
  102. 100.  -   float:left;
  103. 101.  -   height: 21px;
  104. 102.  -   line-height: 1.9em;
  105. 103.  -   padding: 0 10px;
  106. 104.  -   text-decoration:none;
  107. 105.  - }
  108. 106.  - .all_stats_tab {
  109. 107.  -   background-color:#F5F7FA;
  110. 108.  -   border-color:#C3CAD2;
  111. 109.  -   border-style:solid solid none;
  112. 110.  -   border-width:1px 1px 0px;
  113. 111.  -   float:left;
  114. 112.  -   height:23px;
  115. 113.  -   margin:0px 3px;
  116. 114.  -   text-align:center;
  117. 115.  - }
  118. 116.  - .all_stats_tab a {
  119. 117.  -   border-bottom:2px solid #EEF0F3;
  120. 118.  -   float:left;
  121. 119.  -   text-decoration:none;
  122. 120.  -   padding: 0 10px;
  123. 121.  -   height: 21px;
  124. 122.  -   line-height: 1.9em;
  125. 123.  - }
  126. 124.  - .all_stats_tab a:hover {
  127. 125.  -   background-color:#FFFFFF;
  128. 126.  -   text-decoration:none;
  129. 127.  - }
  130. 128.  - .all_stats_tab_active,
  131. 129.  - .all_stats_tab,
  132. 130.  - .all_stats_tab a:hover {
  133. 131.  -   border-top-right-radius: 4px;
  134. 132.  -   border-top-left-radius: 4px;
  135. 133.  -   -moz-border-radius-topright 4px;
  136. 134.  -   -moz-border-radius-topleft 4px;
  137. 135.  -   -khtml-border-top-right-radius: 4px;
  138. 136.  -   -khtml-border-top-left-radius: 4px;
  139. 137.  -   -webkit-border-top-right-radius: 4px;
  140. 138.  -   -webkit-border-top-left-radius: 4px;
  141. 139.  - }
  142. 140.  -
  143. 141.  - .stats_api_method_row {
  144. 142.  -   margin-left: 15px;
  145. 143.  -
  146. 144.  -   color: #45688E;
  147. 145.  -   font-weight: bold;
  148. 146.  -   font-size: 1.18em;
  149. 147.  -   border-bottom: 1px solid #DAE1E8;
  150. 148.  - }
  151. 149.  -
  152. 150.  - .stats_api_method_row .graph_link {
  153. 151.  -   font-weight: normal;
  154. 152.  -   font-size: 1em;
  155. 153.  -   margin: 2px 20px 0px;
  156. 154.  - }
  157. 155.  -
  158. 156.  - .stats_api_method_time {
  159. 157.  -   margin-left: 15px;
  160. 158.  - }
  161. 159.  -
  162. 160.  - .stat_app_short_info {
  163. 161.  -   padding: 10px 20px;
  164. 162.  - }
  165. 163.  -
  166. 164.  - .stat_app_visit_header {
  167. 165.  -   border-right: 1px solid #D3DBE1;
  168. 166.  -   background-color: #E3E9EE;
  169. 167.  - }
  170. 168.  - .stat_app_visit_header > div {
  171. 169.  -   border-width: 1px 0px 1px 1px;
  172. 170.  -   border-style: solid;
  173. 171.  -   border-color: #D3DBE1;
  174. 172.  -   padding: 5px 10px;
  175. 173.  -   text-align: right;
  176. 174.  - }
  177. 175.  -
  178. 176.  - .stat_app_visit_row.even {
  179. 177.  -   background-color: #F0F2F4;
  180. 178.  - }
  181. 179.  - .stat_app_visit_row > div {
  182. 180.  -   padding: 5px 10px;
  183. 181.  -   text-align: right;
  184. 182.  - }
  185. 183.  -
  186. 184.  - #apps_edit_subtabs {
  187. 185.  -   background-color: #F7F7F7;
  188. 186.  -   border: 1px solid #DAE1E8;
  189. 187.  -   border-width: 0px 0px 1px;
  190. 188.  -   padding: 10px;
  191. 189.  - }
  192. 190.  -
  193. 191.  - .apps_edit_subtab1 {
  194. 192.  -   float: right;
  195. 193.  -   -moz-border-radius: 2px;
  196. 194.  -   border-radius: 2px;
  197. 195.  -   cursor: pointer;
  198. 196.  -   margin-left: 5px;
  199. 197.  -   color: #45688E;
  200. 198.  - }
  201. 199.  -
  202. 200.  - .apps_edit_subtab1:hover {
  203. 201.  -   background-color: #E1E7ED;
  204. 202.  - }
  205. 203.  -
  206. 204.  - .apps_edit_subtab1.active {
  207. 205.  -   background-color: #597DA3;
  208. 206.  -   color: white;
  209. 207.  -   cursor: default;
  210. 208.  - }
  211. 209.  -
  212. 210.  - .apps_edit_subtab2 {
  213. 211.  -   padding: 3px 8px 4px;
  214. 212.  -   font-weight: bold;
  215. 213.  - }
  216. 214.  -
  217. 215.  - .stats_hidden {
  218. 216.  -   display: none;
  219. 217.  - }
  220. 218.  -
  221. 219.  - .gray_divider {
  222. 220.  -   font-weight: normal;
  223. 221.  -   color: #777;
  224. 222.  -   margin: 0px 5px;
  225. 223.  - }
  226. 224.  -
  227. 225.  - .stats_graph_selector_link {
  228. 226.  -   font-weight: normal;
  229. 227.  -   font-size: 1em;
  230. 228.  -   margin-top: 2px;
  231. 229.  - }
  232. 230.  - .stats_graph_selector_link.selected a {
  233. 231.  -   font-weight: bold;
  234. 232.  -   cursor: default;
  235. 233.  - }
  236. 234.  - .stats_graph_selector_link.selected a:hover {
  237. 235.  -   text-decoration: none;
  238. 236.  - }
  239. 237.  -
  240. 238.  - .piechart_row {
  241. 239.  -   cursor: default;
  242. 240.  - }
  243. 241.  -
  244. 242.  - .stats_no_stats_absolute_mask {
  245. 243.  -   position: absolute;
  246. 244.  -   background-color: #FBFBFB;
  247. 245.  -   opacity: 0.95;
  248. 246.  -   filter: alpha(opacity=95);
  249. 247.  -   width: 564px;
  250. 248.  -   height: 660px;
  251. 249.  -   margin-left: 1px;
  252. 250.  -   padding: 20px;
  253. 251.  -   font-weight: bold;
  254. 252.  -   color: gray;
  255. 253.  -   text-align: center;
  256. 254.  - }
  257. 255.  -
  258. 256.  - .graph_horizontal_menu_wrapper .stats_head {
  259. 257.  -   margin-bottom: 0;
  260. 258.  -   padding-bottom: 8px;
  261. 259.  - }
  262. 260.  - .graph_horizontal_menu_wrapper .summary_tabs {
  263. 261.  -   margin: 0 10px 10px;
  264. 262.  - }
  265. 263.  -
  266. 264.  - #stats_audio_top h4 {
  267. 265.  -   border-bottom: 1px solid #DAE1E8;
  268. 266.  -   color: #45688E;
  269. 267.  -   font-size: 1.09em;
  270. 268.  -   font-weight: bold;
  271. 269.  -   margin: 0 10px 10px;
  272. 270.  -   padding: 10px 0 2px;
  273. 271.  -   text-align: left;
  274. 272.  - }
  275. 273.  -
  276. 274.  - #stats_export_link {
  277. 275.  -   padding: 11px 10px 0 0;
  278. 276.  - }
  279. 277.  - .stats_title_link {
  280. 278.  -   font-weight: normal;
  281. 279.  -   font-size: 0.9em;
  282. 280.  - }
  283. 281.  - #stats_export_box .clear_fix {
  284. 282.  -   padding-bottom: 10px;
  285. 283.  - }
  286. 284.  - #stats_export_box .label {
  287. 285.  -   color: #777;
  288. 286.  -   padding: 5px 10px 0px;
  289. 287.  -   width: 144px;
  290. 288.  -   min-height: 17px;
  291. 289.  -   text-align: right;
  292. 290.  - }
  293. 291.  - #stats_export_box .labeled, #stats_export_box .labeled_text {
  294. 292.  -   padding-left: 10px;
  295. 293.  - }
  296. 294.  - #stats_export_box .labeled_text {
  297. 295.  -   padding-top: 5px;
  298. 296.  - }
  299. 297.  - #stats_export_box .error {
  300. 298.  -   margin-bottom: 10px;
  301. 299.  -   display: none;
  302. 300.  - }
  303. 301.  - #stats_export_box .checkbox {
  304. 302.  -   margin-bottom: 12px;
  305. 303.  - }
  306. 304.  - #stats_empty {
  307. 305.  -   margin: 10px 0;
  308. 306.  -   padding: 100px 0;
  309. 307.  -   color: #777;
  310. 308.  -   text-align: center;;
  311. 309.  -   font-size: 1.18em;
  312. 310.  - }
  313. 311.  -
  314. 312.  - .piechart_table {
  315. 313.  -   margin: 0 70px 20px 0;
  316. 314.  - }
  317. 315.  - .piechart_table tr td {
  318. 316.  -   padding: 7px 8px 8px 8px;
  319. 317.  -   border-bottom: 1px solid #EAEEF1;
  320. 318.  -   text-align: left;
  321. 319.  - }
  322. 320.  - .piechart_stat_color {
  323. 321.  -   float: left;
  324. 322.  -   margin: 2px 8px 0 0;
  325. 323.  -   width: 12px;
  326. 324.  -   height: 12px;
  327. 325.  -   -webkit-border-radius: 2px;
  328. 326.  -   -khtml-border-radius: 2px;
  329. 327.  -   -moz-border-radius: 2px;
  330. 328.  -   border-radius: 2px;
  331. 329.  - }
  332. 330.  - .piechart_table tr td.piechart_stat_name {
  333. 331.  -   min-width: 120px;
  334. 332.  -   padding-right: 20px;
  335. 333.  - }
  336. 334.  - .piechart_stat_info {
  337. 335.  -   padding-left: 0!important;
  338. 336.  - }
  339. 337.  - .piechart_col_header th {
  340. 338.  -   padding: 7px 0;
  341. 339.  -   font-weight: bold;
  342. 340.  -   background-color: #EEF2F6;
  343. 341.  -   text-align: left;
  344. 342.  - }
  345. 343.  - th.piechart_col_header_first {
  346. 344.  -   padding-left: 28px;
  347. 345.  - }
  348. 346.  - th.piechart_col_header_second {
  349. 347.  -   padding-right: 20px;
  350. 348.  - }
  351. ------
Advertisement
Add Comment
Please, Sign In to add comment