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