Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - apps.css (Старый размер - 37379 | Новый - 0):
- 0. - #apps_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. - .app_tabs.t_bar {
- 5. - background: none repeat scroll 0 0 #FFFFFF;
- 6. - padding: 11px 0px 0px 10px;
- 7. - }
- 8. - .app_tabs ul.t0 {
- 9. - width: 612px;
- 10. - }
- 11. - .app_tabs ul.t0 li.fl_r {
- 12. - float: right;
- 13. - }
- 14. - .app_tab_link {
- 15. - padding: 5px 10px 3px;
- 16. - }
- 17. - .app_search {
- 18. - background: #f7f7f7;
- 19. - padding: 10px;
- 20. - border-bottom: 1px solid #E1E7ED;
- 21. - }
- 22. - .app_search .search_reset {
- 23. - cursor: pointer;
- 24. - display: none;
- 25. - background: transparent url(/images/icons/input_clear.gif) 6px 6px no-repeat;
- 26. - padding: 2px;
- 27. - width: 19px;
- 28. - height: 19px;
- 29. - margin-left: -23px;
- 30. - margin-top: 1px;
- 31. - opacity: 0.6;
- 32. - filter: alpha(opacity=60);
- 33. - position: relative;
- 34. - z-index: 100;
- 35. - }
- 36. - .app_search .search_progress {
- 37. - background: url("/images/upload.gif") no-repeat scroll center center transparent;
- 38. - display: none;
- 39. - height: 23px;
- 40. - margin-left: -41px;
- 41. - margin-top: 1px;
- 42. - position: relative;
- 43. - width: 32px;
- 44. - z-index: 95;
- 45. - }
- 46. - .app_search.loading .search_progress,
- 47. - .app_search .search_reset.shown {
- 48. - display:block;
- 49. - }
- 50. - .app_search.loading .search_reset.shown {
- 51. - display:none;
- 52. - }
- 53. - .app_search .input_back_content {
- 54. - padding-left: 3px;
- 55. - }
- 56. - .app_search .s_search,
- 57. - .app_search .s_search_small {
- 58. - height: 13px;
- 59. - padding: 5px 40px 6px 20px;
- 60. - background: #FFF url(/images/magglass.png) no-repeat 5px 6px;
- 61. - outline: none;
- 62. - }
- 63. - .app_search .s_search {
- 64. - width: 545px;
- 65. - }
- 66. - .app_search .s_search_small {
- 67. - width: 389px;
- 68. - }
- 69. - .app_search .s_search::-ms-clear,
- 70. - .app_search .s_search_small::-ms-clear {
- 71. - display: none;
- 72. - }
- 73. - .app_search_submit {
- 74. - padding-left: 10px;
- 75. - }
- 76. - .apps_msg {
- 77. - display: none;
- 78. - margin: 11px 12px 0px;
- 79. - font-weight: bold;
- 80. - line-height: 140%;
- 81. - }
- 82. -
- 83. - .apps_table {
- 84. - width: 100%;
- 85. - }
- 86. - .app_main_panel {
- 87. - vertical-align: top;
- 88. - width: auto;
- 89. - }
- 90. - .app_side_panel {
- 91. - vertical-align: top;
- 92. - background-color: #F7F7F7;
- 93. - border-left: 1px solid #DAE1E8;
- 94. - padding: 10px;
- 95. - width: 146px;
- 96. - }
- 97. -
- 98. - .app_filter {
- 99. - border: 1px solid #F7F7F7;
- 100. - color: #2B587A;
- 101. - padding: 4px 5px 4px 10px;
- 102. - max-width: 138px;
- 103. - overflow: hidden;
- 104. - cursor: pointer;
- 105. - }
- 106. - .app_filter_over {
- 107. - background-color: #E1E7ED;
- 108. - border: 1px solid #E1E7ED;
- 109. - color: #2B587A;
- 110. - padding: 4px 5px 4px 10px;
- 111. - max-width: 138px;
- 112. - overflow: hidden;
- 113. - cursor: pointer;
- 114. - }
- 115. - .app_filter_selected {
- 116. - background-color: #5e82a8;
- 117. - border: 1px solid #517295;
- 118. - color: #FFFFFF;
- 119. - cursor: pointer;
- 120. - max-width: 138px;
- 121. - overflow: hidden;
- 122. - padding: 4px 5px 4px 10px;
- 123. - }
- 124. - .app_filter_sep {
- 125. - border-bottom: 1px solid #DAE1E8;
- 126. - height: 1px;
- 127. - margin: 10px 0;
- 128. - overflow: hidden;
- 129. - width: 100%;
- 130. - }
- 131. -
- 132. - .apps_results {
- 133. - padding: 0px 0 0px;
- 134. - }
- 135. -
- 136. - .app_row {
- 137. - border-bottom: 1px solid #E7EAED;
- 138. - margin: 0 12px;
- 139. - padding: 11px 0px;
- 140. - }
- 141. - .app_row.last {
- 142. - border-bottom: none;
- 143. - }
- 144. - .app_notify_row {
- 145. - border-bottom: 1px solid #E7EAED;
- 146. - margin: 0 12px;
- 147. - padding: 8px 6px 8px 8px;
- 148. - }
- 149. - .app_notify_row .app_icon {
- 150. - vertical-align: top;
- 151. - }
- 152. - #app_notify_list {
- 153. - padding: 12px 0 12px;
- 154. - }
- 155. - .app_notify_row.last {
- 156. - border-bottom: none;
- 157. - }
- 158. - .app_notify_row.new {
- 159. - background-color: #F1F5F9;
- 160. - }
- 161. - .app_settings_row {
- 162. - border-bottom: 1px solid #E7EAED;
- 163. - margin: 0 12px;
- 164. - padding: 8px 0px;
- 165. - }
- 166. - .apps_results .dld {
- 167. - border-bottom: 1px solid #E7EAED;
- 168. - margin: 0 10px;
- 169. - padding: 9px 10px;
- 170. - }
- 171. - .apps_results .dld.last {
- 172. - border-bottom: none;
- 173. - margin: 0 10px;
- 174. - padding: 9px 10px;
- 175. - }
- 176. - .app_image {
- 177. - vertical-align: top;
- 178. - padding: 0px;
- 179. - }
- 180. - .app_icon {
- 181. - vertical-align: center;
- 182. - }
- 183. - .app_subimage,
- 184. - .app_subicon,
- 185. - .app_subdimage{
- 186. - overflow: hidden;
- 187. - text-align: center;
- 188. - }
- 189. - .app_subimage {
- 190. - margin-right: 10px;
- 191. - height: 100px;
- 192. - width: 100px;
- 193. - }
- 194. - .app_subdimage {
- 195. - margin-right: 8px;
- 196. - height: 75px;
- 197. - width: 75px;
- 198. - }
- 199. - .app_subdimage .app_img {
- 200. - -webkit-border-radius: 3px;
- 201. - -moz-border-radius: 3px;
- 202. - border-radius: 3px;
- 203. - width: 75px;
- 204. - height: 75px;
- 205. - }
- 206. - .app_subicon {
- 207. - margin-right: 5px;
- 208. - height: 16px;
- 209. - width: 16px;
- 210. - }
- 211. - .app_info, .app_search_info {
- 212. - padding-left: 5px;
- 213. - vertical-align: top;
- 214. - }
- 215. - .app_search_info {
- 216. - min-width: 318px;
- 217. - }
- 218. - .app_info {
- 219. - width: 484px;
- 220. - }
- 221. - .app_hide {
- 222. - padding: 0px 3px 0px 6px;
- 223. - vertical-align: top;
- 224. - }
- 225. - .app_delete_cont {
- 226. - position: absolute;
- 227. - opacity: 0;
- 228. - filter: alpha(opacity=0);
- 229. - margin: 3px 0px 0px 58px;
- 230. - background: rgba(0, 0, 0, 0.5);
- 231. - -webkit-border-radius: 3px;
- 232. - -moz-border-radius: 3px;
- 233. - border-radius: 3px;
- 234. - padding: 3px;
- 235. - cursor: pointer;
- 236. - }
- 237. - .app_delete_el {
- 238. - width: 7px;
- 239. - height: 7px;
- 240. - background: url("/images/notifier_close.gif") no-repeat scroll 0 0;
- 241. - }
- 242. - .app_delete_row {
- 243. - margin-top: -6px;
- 244. - background: url("/images/pics/statusx_op.gif") no-repeat scroll 3px 3px;
- 245. - opacity: 0;
- 246. - filter: alpha(opacity=0);
- 247. - cursor: pointer;
- 248. - height: 17px;
- 249. - width: 17px;
- 250. - }
- 251. - .app_notify_row .app_delete_row {
- 252. - margin-top: -2px;
- 253. - }
- 254. - .apps_recent_row .app_delete_row {
- 255. - margin-top: -2px;
- 256. - }
- 257. - .app_description, .app_friends {
- 258. - padding: 3px 0px;
- 259. - }
- 260. - .app_description {
- 261. - line-height: 140%;
- 262. - }
- 263. - .app_main_panel .app_description {
- 264. - width: 318px;
- 265. - overflow: hidden;
- 266. - }
- 267. - .app_main_panel .app_description.big {
- 268. - width: 342px;
- 269. - overflow: hidden;
- 270. - }
- 271. - .app_users {
- 272. - color: #777777;
- 273. - padding: 5px 0 3px;
- 274. - }
- 275. - .app_from {
- 276. - color: #777777;
- 277. - padding: 3px 0;
- 278. - }
- 279. - .app_friends img {
- 280. - width: 32px;
- 281. - height: 32px;
- 282. - }
- 283. - .app_friends table {
- 284. - margin-left: -3px;
- 285. - }
- 286. - .app_name {
- 287. - padding: 3px 0;
- 288. - }
- 289. - .app_link {
- 290. - font-weight: bold;
- 291. - line-height: 1.09em;
- 292. - color: #45688E;
- 293. - }
- 294. - .app_status {
- 295. - color: #777777;
- 296. - padding-top: 10px;
- 297. - line-height: 140%;
- 298. - }
- 299. - .app_audience {
- 300. - color: #777777;
- 301. - padding-top: 3px;
- 302. - }
- 303. - .app_actions {
- 304. - padding: 0px 5px;
- 305. - vertical-align: top;
- 306. - width: 118px;
- 307. - }
- 308. - .app_options {
- 309. - padding: 0px;
- 310. - vertical-align: center;
- 311. - text-align: right;
- 312. - width: 204px;
- 313. - }
- 314. - .app_notify_list td {
- 315. - padding: 0px;
- 316. - }
- 317. - .app_settings_row .app_icon {
- 318. - vertical-align: middle;
- 319. - }
- 320. - .app_notify_hide {
- 321. - vertical-align: top;
- 322. - }
- 323. - .app_notify_hide {
- 324. - padding: 0px;
- 325. - }
- 326. - .apps_notify_info {
- 327. - padding-left: 10px;
- 328. - width: 520px;
- 329. - line-height: 140%;
- 330. - }
- 331. - .app_notify_date {
- 332. - color: #777777;
- 333. - font-size: 1em;
- 334. - padding-top: 4px;
- 335. - }
- 336. - .app_invite_info {
- 337. - vertical-align: top;
- 338. - }
- 339. - .app_invite_buttons {
- 340. - padding-top: 5px;
- 341. - }
- 342. - a.app_decline {
- 343. - display: block;
- 344. - padding: 6px 14px 0px;
- 345. - font-weight: normal;
- 346. - height: 19px;
- 347. - text-align: center;
- 348. - }
- 349. - a.app_decline:hover {
- 350. - background: #E1E7ED;
- 351. - text-decoration: none;
- 352. - }
- 353. - .app_invite_buttons .button_blue {
- 354. - margin-right: 5px;
- 355. - }
- 356. - .app_nav {
- 357. - list-style: none;
- 358. - margin: 0 0 1.0em 0;
- 359. - padding: 0;
- 360. - vertical-align: top;
- 361. - }
- 362. - .app_nav li {
- 363. - border-bottom: 1px solid #FFF;
- 364. - font-size: 1.0em;
- 365. - white-space: nowrap;
- 366. - }
- 367. - .app_nav li a {
- 368. - border: 0; border-top:1px solid #FFF;
- 369. - background: #eee;
- 370. - background: white;
- 371. - display: block;
- 372. - padding: 3px 3px 3px 6px;
- 373. - }
- 374. - .app_nav li a:hover {
- 375. - background: #E1E7ED;
- 376. - border-top: 1px solid #E1E7ED;
- 377. - text-decoration: none;
- 378. - }
- 379. - .app_msg {
- 380. - color: #777777;
- 381. - font-size: 1.09em;
- 382. - line-height: 200%;
- 383. - margin: 20px 20px 15px;
- 384. - padding: 100px 0;
- 385. - text-align: center;
- 386. - word-wrap: break-word;
- 387. - width: 587px;
- 388. - }
- 389. - #app_main_panel .app_msg {
- 390. - width: 567px;
- 391. - }
- 392. - .apps_msg.msg {
- 393. - background: #F4EBBD;
- 394. - }
- 395. - .app_act_msg {
- 396. - background: none repeat scroll 0 0 #F7F7F7;
- 397. - border: 1px solid #DDDDDD;
- 398. - padding: 5px 10px;
- 399. - }
- 400. - .apps_summary {
- 401. - border-bottom: 1px solid #E7EAED;
- 402. - color: #47688D;
- 403. - padding: 14px 0px 4px;
- 404. - margin: 0px 10px;
- 405. - }
- 406. - .apps_summary .summary {
- 407. - font-weight: bold;
- 408. - }
- 409. - #apps .apps_summary:first-child {
- 410. - border-bottom: 1px solid #E7EAED;
- 411. - color: #47688D;
- 412. - padding: 14px 10px 4px;
- 413. - margin: 0px;
- 414. - }
- 415. - #apps_requests_more {
- 416. - display: none;
- 417. - }
- 418. - .apps_progress {
- 419. - display: none;
- 420. - }
- 421. - .apps_results.light .app_link span,
- 422. - .apps_results.light .app_name.settings span,
- 423. - .apps_results.light .app_description span {
- 424. - background: #E1E7ED;
- 425. - border-bottom: 1px solid #DAE1E8;
- 426. - padding: 0px 1px 0px;
- 427. - margin: 0px -1px;
- 428. - *padding: 0px;
- 429. - *margin: 0px;
- 430. - }
- 431. - .apps_main {
- 432. - padding: 0px;
- 433. - text-align: center;
- 434. - background: #F7F7F7;
- 435. - }
- 436. - .apps_main .app_container {
- 437. - margin: 0 auto;
- 438. - }
- 439. - .apps_wide {
- 440. - padding: 1px;
- 441. - }
- 442. - .apps_results a.more {
- 443. - display: block;
- 444. - padding: 8px 0px;
- 445. - text-align: center;
- 446. - margin: 0px 12px;
- 447. - }
- 448. - .apps_results a.more:hover {
- 449. - text-decoration: none;
- 450. - background: #E9EDF1;
- 451. - }
- 452. - .apps_results a.more.search {
- 453. - display: none;
- 454. - }
- 455. - .apps_more {
- 456. - display: block;
- 457. - padding: 12px 0px;
- 458. - text-align: center;
- 459. - margin: 12px 0px 0px;
- 460. - border-top: 1px solid #E1E7ED;
- 461. - }
- 462. - .apps_more:hover {
- 463. - text-decoration: none;
- 464. - background: #E9EDF1;
- 465. - }
- 466. - .apps_more.search {
- 467. - display: none;
- 468. - }
- 469. - .apps_r_more {
- 470. - display: block;
- 471. - padding: 10px;
- 472. - text-align: center;
- 473. - margin: 0px 8px 0px;
- 474. - background: #EFF1F3;
- 475. - color: #738392;
- 476. - }
- 477. - .apps_r_more:hover {
- 478. - text-decoration: none;
- 479. - background: #E9EDF1;
- 480. - }
- 481. - #apps_recent_all {
- 482. - display: none;
- 483. - }
- 484. -
- 485. - .apps_settings_controls {
- 486. - padding-top: 5px;
- 487. - }
- 488. - .apps_settings_controls .checkbox {
- 489. - margin: 10px;
- 490. - }
- 491. - .apps_settings_controls .agreement_text {
- 492. - margin-top: 15px;
- 493. - font-size: 0.81em;
- 494. - background: #F7F7F7;
- 495. - border:1px solid #DAE1E8;
- 496. - padding:5px 10px;
- 497. - }
- 498. -
- 499. - .app_recommend {
- 500. - padding-top: 30px;
- 501. - }
- 502. - .app_recommend_wrap,
- 503. - .app_settings_wrap,
- 504. - .app_notify_wrap,
- 505. - .app_search_wrap {
- 506. - margin: 0px 10px;
- 507. - padding: 4px 0px;
- 508. - border-bottom: 1px solid #E7EAED;
- 509. - }
- 510. - .app_recommend_summary,
- 511. - .app_settings_summary,
- 512. - .app_notify_summary,
- 513. - .app_search_summary {
- 514. - color: #47688D;
- 515. - font-weight: bold;
- 516. - }
- 517. - .app_search_wrap, .app_preload {
- 518. - display: none;
- 519. - }
- 520. - .app_search_summary,
- 521. - .app_notify_summary,
- 522. - .app_settings_summary {
- 523. - padding-top: 30px;
- 524. - }
- 525. - .apps_options_bar {
- 526. - padding: 13px 10px 4px 10px;
- 527. - border-bottom: 1px solid #dae1e8;
- 528. - }
- 529. - .app_summary_name {
- 530. - color: #45688e;
- 531. - }
- 532. -
- 533. - /*lists*/
- 534. - #apps .lists_menu {
- 535. - position: absolute;
- 536. - margin-left: -7px;
- 537. - margin-top: -4px;
- 538. - }
- 539. - #apps .lists_header {
- 540. - border: 1px solid #517295;
- 541. - cursor: pointer;
- 542. - width: 80px;
- 543. - z-index: 1500;
- 544. - position: absolute;
- 545. - }
- 546. - #apps .lists_header div {
- 547. - border-color:#7E9CBC #5C82AB #5e82a8;
- 548. - border-style:solid;
- 549. - border-width:1px;
- 550. - color:#FFFFFF;
- 551. - padding:2px 5px;
- 552. - white-space: nowrap;
- 553. - padding-right: 17px;
- 554. - line-height: 1.27em;
- 555. - *line-height: 1.18em;
- 556. - *padding-right: 16px;
- 557. - background:#5e82a8 url(/images/flydead.gif) no-repeat right -15px;
- 558. - *background-position: -14px right;
- 559. - }
- 560. - #apps .lists_body {
- 561. - margin-left: -42px;
- 562. - margin-top: 21px;
- 563. - *margin-top: 20px;
- 564. - z-index: 1499;
- 565. - position: absolute;
- 566. - }
- 567. -
- 568. -
- 569. - /* dropdown */
- 570. - #apps .lists_shad_l div, #apps .lists_shad_r div {width: 1px}
- 571. - #apps .lists_shad_l {background:#000000;filter: alpha(opacity=6);opacity:0.06;overflow:hidden;width:1px;}
- 572. - #apps .lists_shad_b, #apps .lists_shad_b2 {background:#000000;height:2px;margin-top:-1px;filter: alpha(opacity=7);opacity:0.07;overflow:hidden;position:relative;z-index:148;}
- 573. - #apps .lists_shad_b2 {filter: alpha(opacity=5);opacity:0.05;}
- 574. - #apps .lists_shad_r {background:#000000;filter: alpha(opacity=6);opacity:0.06;overflow:hidden;width:1px;}
- 575. -
- 576. - #apps .lists_rows {
- 577. - background: #FFFFFF;
- 578. - border: 1px solid #96AABE;
- 579. - margin: 0px;
- 580. - position: relative;
- 581. - z-index: 1499;
- 582. - width: 121px;
- 583. - overflow: hidden;
- 584. - }
- 585. -
- 586. - #apps #lists_menu .lists_rows a {
- 587. - display: block;
- 588. - padding: 4px 3px 4px 4px;
- 589. - }
- 590. - #apps #lists_menu .lists_rows a:hover {
- 591. - background: #EEF2F6;
- 592. - text-decoration: none;
- 593. - }
- 594. - .apps_cont_msg {
- 595. - padding: 25px;
- 596. - }
- 597. - .apps_cont_msg .apps_msg {
- 598. - background: white;
- 599. - border: solid 1px #DDD;
- 600. - padding: 70px 10px;
- 601. - font-size: 1.09em;
- 602. - color: #808080;
- 603. - display: block;
- 604. - font-weight: normal;
- 605. - margin: 0px;
- 606. - }
- 607. - .apps_cont_msg .apps_install {
- 608. - background: white;
- 609. - border: solid 1px #ADBBCA;
- 610. - padding: 17px;
- 611. - text-align: left;
- 612. - box-shadow: 0px 1px 2px #DDD;
- 613. - -moz-box-shadow: 0px 1px 2px #DDD;
- 614. - -webkit-box-shadow: 0px 1px 2px #DDD;
- 615. - }
- 616. - .apps_cont_msg .apps_install h4 {
- 617. - margin-bottom: 5px;
- 618. - }
- 619. - .apps_cont_msg .apps_install_photo {
- 620. - width: 100px;
- 621. - text-align: center;
- 622. - vertical-align: top;
- 623. - color: #666666;
- 624. - padding-top: 10px;
- 625. - }
- 626. - .apps_cont_msg .app_install_items {
- 627. - vertical-align: top;
- 628. - padding-top: 10px;
- 629. - width: 440px;
- 630. - }
- 631. - .apps_cont_msg .apps_access_item {
- 632. - margin-top: 10px;
- 633. - margin-bottom: 10px;
- 634. - padding-left: 64px;
- 635. - color: #666666;
- 636. - background-position: 0px 2px;
- 637. - background-repeat: no-repeat;
- 638. - text-align: left;
- 639. - }
- 640. -
- 641. - .apps_cont_msg .apps_access_item b {
- 642. - display: block;
- 643. - padding-bottom: 2px;
- 644. - color: #36638E;
- 645. - }
- 646. -
- 647. - .apps_cont_msg .apps_access_height {
- 648. - height: 50px;
- 649. - width: 1px;
- 650. - }
- 651. - .apps_cont_msg .apps_bottom_panel {
- 652. - border-top: 1px solid #DAE2E8;
- 653. - padding-top: 15px;
- 654. - }
- 655. - .apps_bottom_panel .checkbox {
- 656. - margin-top: 5px;
- 657. - }
- 658. - .apps_bottom_panel .button_blue {
- 659. - margin-right: 10px;
- 660. - }
- 661. - #apps_wall_post_header {
- 662. - padding: 14px;
- 663. - background-color: #f7f7f7;
- 664. - border-bottom: 1px solid #d7dee5;
- 665. - line-height: 150%;
- 666. - width: 400px;
- 667. - }
- 668. - .widgets_popup_box #apps_wall_post_header {
- 669. - width: auto;
- 670. - }
- 671. - #apps_wall_post_box {
- 672. - padding: 14px;
- 673. - }
- 674. - #apps_wall_post_box .apps_wall_post_name {
- 675. - width: 300px; padding: 0px 15px;
- 676. - }
- 677. - .apps_wall_post_name .audio .title_wrap {
- 678. - width: 230px;
- 679. - }
- 680. - #apps_wall_post_box .attachments {
- 681. - padding-top: 5px;
- 682. - }
- 683. - #apps_wall_post_box .attachments .play_btn {
- 684. - padding: 4px 5px 0px 0px;
- 685. - }
- 686. - #apps_wall_post_box .attachments .playerClass {
- 687. - width: 322px;
- 688. - }
- 689. - #apps_wall_post_box .attachments .playline {
- 690. - width: 322px;
- 691. - }
- 692. - #apps_wall_post_box .attachments img {
- 693. - margin: 0px 10px 10px 0px
- 694. - }
- 695. - #apps_user_settings_cont {
- 696. - display: none;
- 697. - padding: 20px 0px;
- 698. - background: #F7F7F7;
- 699. - text-align: center;
- 700. - }
- 701. - #apps_user_warning_cont {
- 702. - padding: 10px;
- 703. - background: #F7F7F7;
- 704. - }
- 705. - #apps_user_warning_cont .app_warning {
- 706. - background: white;
- 707. - border: 1px solid #DAE1E8;
- 708. - padding: 8px;
- 709. - }
- 710. - #apps_user_warning_cont .error {
- 711. - background: #FFEFE8;
- 712. - border: 1px solid #E89B88;
- 713. - padding: 8px 11px;
- 714. - }
- 715. - .apps_settings_cont h4 {
- 716. - font-size: 1.09em;
- 717. - padding: 0px 0px 3px;
- 718. - }
- 719. - .apps_settings_cont .apps_help_info h4 {
- 720. - margin-bottom: 10px;
- 721. - }
- 722. - .apps_settings_cont .button_blue {
- 723. - margin: 0px 8px;
- 724. - }
- 725. - .apps_user_settiont .apps_access_item {
- 726. - margin-bottom: 3px;
- 727. - }
- 728. - .apps_settings_cont .checkbox {
- 729. - margin: 14px 0px;
- 730. - }
- 731. - .apps_edit_votes_sett {
- 732. - margin: 10px 10px 0;
- 733. - }
- 734. - .apps_settings_cont .apps_edit_votes_sett {
- 735. - margin: 5px 0px 14px 0px;
- 736. - }
- 737. -
- 738. - .apps_settings_cont #app_new_votes {
- 739. - width: 20px;
- 740. - padding: 3px 0px 3px 5px;
- 741. - }
- 742. - .app_sett_pay_label {
- 743. - width: 130px;
- 744. - height: 25px;
- 745. - }
- 746. - #apps_settings_error {
- 747. - border: 1px solid #E89B88;
- 748. - background-color: #FFEFE8;
- 749. - padding: 8px 11px;
- 750. - margin-bottom: 10px;
- 751. - display: none;
- 752. - }
- 753. -
- 754. - #apps .apps_help_info {
- 755. - width: auto;
- 756. - margin: 0px 20px;
- 757. - line-height: 140%;
- 758. - }
- 759. - #apps_edit_help_link {
- 760. - display: block;
- 761. - padding: 5px 25px;
- 762. - margin-top: 0px;
- 763. - }
- 764. -
- 765. - .apps_access_right_col {
- 766. - vertical-align: top;
- 767. - padding-left: 10px;
- 768. - }
- 769. - .apps_access_item {
- 770. - margin-top: 10px;
- 771. - padding-left: 0px;
- 772. - padding-bottom: 10px;
- 773. - color: #666666;
- 774. - }
- 775. - .apps_i_cont .apps_access_item {
- 776. - width: 280px;
- 777. - }
- 778. - .apps_access_item_info {
- 779. - padding-left: 46px;
- 780. - }
- 781. - .is_rtl1 .apps_access_item_info {
- 782. - padding-left: 0px;
- 783. - padding-right: 46px;
- 784. - }
- 785. - .apps_access_icon {
- 786. - position: absolute;
- 787. - height: 33px;
- 788. - width: 33px;
- 789. - margin-right: 15px;
- 790. - background: url('/images/app_settings_icons.png') 0px 0px no-repeat;
- 791. - }
- 792. - .is_rtl1 .apps_access_icon {
- 793. - margin-right: 0px;
- 794. - margin-left: 15px;
- 795. - }
- 796. - .apps_access_photos {
- 797. - background-position: 0px -74px;
- 798. - }
- 799. - .apps_access_media {
- 800. - background-position: 0px -111px;
- 801. - }
- 802. - .apps_access_docs {
- 803. - background-position: 0px -185px;
- 804. - }
- 805. - .apps_access_messages {
- 806. - background-position: 0px -259px;
- 807. - }
- 808. - .apps_access_wall {
- 809. - background-position: 0px -222px;
- 810. - }
- 811. - .apps_access_offline {
- 812. - background-position: 0px -407px;
- 813. - }
- 814. - .apps_access_friends {
- 815. - background-position: 0px -148px;
- 816. - }
- 817. - .apps_access_groups {
- 818. - background-position: 0px -37px;
- 819. - }
- 820. - .apps_access_stats {
- 821. - background-position: 0px -296px;
- 822. - }
- 823. - .apps_sett_access_list {
- 824. - padding: 5px 0px 15px;
- 825. - }
- 826. - .apps_sett_line {
- 827. - border-bottom: 1px solid #E8EBEE;
- 828. - margin: 0px 0px 14px 0px;
- 829. - }
- 830. -
- 831. - .apps_access_item b {
- 832. - display: block;
- 833. - padding-bottom: 2px;
- 834. - color: #36638E;
- 835. - }
- 836. -
- 837. - .app_bottom_info {
- 838. - border-top: 1px solid #DAE1E8;
- 839. - color: #777777;
- 840. - display: block;
- 841. - padding: 0px 10px 10px 10px;
- 842. - }
- 843. - #apps_check_history {
- 844. - display: none;
- 845. - border-top: 1px solid #DAE1E8;
- 846. - margin-top: 4px;
- 847. - padding: 0px 5px 5px 5px;
- 848. - background: #F7F7F7;
- 849. - }
- 850. - .app_bottom_row {
- 851. - padding-top: 10px;
- 852. - }
- 853. - .apps_paymentbox_cont {
- 854. - line-height: 140%;
- 855. - }
- 856. -
- 857. - .apps_paymentbox_cont .apps_desc {
- 858. - margin-top: 15px;
- 859. - vertical-align: top;
- 860. - font-size: 0.81em;
- 861. - background: #F7F7F7;
- 862. - border: 1px solid #DAE1E8;
- 863. - padding: 5px 10px;
- 864. - }
- 865. - .apps_paymentbox_cont .text {
- 866. - margin: 0px 4px;
- 867. - }
- 868. - #apps_paymentbox_error {
- 869. - border: 1px solid #E89B88;
- 870. - background-color: #FFEFE8;
- 871. - padding: 8px 11px;
- 872. - margin-bottom: 15px;
- 873. - display: none;
- 874. - }
- 875. - .apps_payment_no_votes {
- 876. - margin-top: 10px;
- 877. - padding: 6px 10px;
- 878. - background-color: #F9F6E7;
- 879. - border: 1px solid #D4BC4C;
- 880. - display: none;
- 881. - }
- 882. - #apps_paymentbox_progress {
- 883. - padding: 70px 0 50px 0;
- 884. - text-align: center;
- 885. - display: none;
- 886. - }
- 887. - #apps_paymentbox_progress_msg_wrap {
- 888. - padding: 10px 0 30px 0;
- 889. - text-align: center;
- 890. - font-size: 1.18em;
- 891. - color: #8293a8;
- 892. - }
- 893. - #apps_paymentbox_close_lnk {
- 894. - padding: 16px 21px 0 0;
- 895. - line-height: 100%;
- 896. - }
- 897. - #footer .apps_footer_author {
- 898. - padding: 6px 0px 20px 0px;
- 899. - margin-bottom: 5px;
- 900. - }
- 901. - .apps_footer .divider {
- 902. - padding: 0px 3px;
- 903. - }
- 904. - #flash_api_external_cont {
- 905. - position: absolute;
- 906. - height: 1px;
- 907. - }
- 908. -
- 909. - /* New cat */
- 910. - .app_cat_image_cont {
- 911. - position: absolute;
- 912. - padding: 0px;
- 913. - text-align: center;
- 914. - }
- 915. - .app_cat_image_h {
- 916. - width: 75px;
- 917. - height: 75px;
- 918. - overflow: hidden;
- 919. - -moz-border-radius: 5px;
- 920. - -webkit-border-radius: 5px;
- 921. - border-radius: 5px;
- 922. - }
- 923. - .app_cat_image {
- 924. - -moz-border-radius: 5px;
- 925. - -webkit-border-radius: 5px;
- 926. - border-radius: 5px;
- 927. - margin-bottom: 10px;
- 928. - width: 196px;
- 929. - height: 120px;
- 930. - }
- 931. - .apps_cat_row {
- 932. - display: inline-block;
- 933. - width: 196px;
- 934. - padding: 5px 0px 14px 10px;
- 935. - vertical-align: top;
- 936. - *display: inline;
- 937. - *zoom: 1;
- 938. - }
- 939. - .apps_wide_row {
- 940. - padding: 11px 0px;
- 941. - border-top: 1px solid #E7EAED;
- 942. - margin: 0px 12px;
- 943. - }
- 944. - .apps_wide_img {
- 945. - -moz-border-radius: 3px;
- 946. - -webkit-border-radius: 3px;
- 947. - border-radius: 3px;
- 948. - margin-bottom: 10px;
- 949. - width: 196px;
- 950. - height: 120px;
- 951. - }
- 952. - .apps_first {
- 953. - border-top: none;
- 954. - }
- 955. - .app_rows {
- 956. - padding-top: 6px;
- 957. - }
- 958. - .app_rows.no_padd {
- 959. - padding-top: 0px;
- 960. - }
- 961. - .apps_cat_info {
- 962. - padding-top: 124px;
- 963. - padding-left: 1px;
- 964. - height: 34px;
- 965. - }
- 966. - .is_rtl1 .apps_cat_info {
- 967. - padding: 0px 85px 0px 0px;
- 968. - }
- 969. - .apps_cat_users {
- 970. - padding: 0px 0px 8px;
- 971. - color: #999;
- 972. - }
- 973. - .apps_cat_filer {
- 974. - font-weight: normal;
- 975. - }
- 976. - .apps_cat_bar {
- 977. - background: #F7F7F7;
- 978. - padding: 10px;
- 979. - border-bottom: 1px solid #e1e7ed;
- 980. - }
- 981. - #apps_input {
- 982. - width: 565px;
- 983. - background: white url('/images/magglass.png') no-repeat 5px 6px;
- 984. - outline: none;
- 985. - padding: 5px 20px;
- 986. - }
- 987. - .apps_cat_sections {
- 988. - padding: 10px 0px 0px 0px;
- 989. - }
- 990. - .apps_cat_extra {
- 991. - display: block;
- 992. - padding: 3px 0px 4px;
- 993. - margin: 0px 4px 0px 0px;
- 994. - }
- 995. - .apps_cat_section {
- 996. - display: block;
- 997. - padding: 3px 8px 4px;
- 998. - margin: 0px 4px 0px 0px;
- 999. - font-weight: bold;
- 1000. - color: #45688E;
- 1001. - border-radius: 2px;
- 1002. - -moz-border-radius: 2px;
- 1003. - -webkit-border-radius: 2px;
- 1004. - }
- 1005. - .apps_cat_section:hover {
- 1006. - text-decoration: none;
- 1007. - background-color: #E1E7ED;
- 1008. - }
- 1009. - .apps_section_act {
- 1010. - background: #597DA3;
- 1011. - color: #FFFFFF;
- 1012. - }
- 1013. - .apps_section_act:hover {
- 1014. - background: #597DA3;
- 1015. - }
- 1016. - #apps_clear_input {
- 1017. - margin: 1px 0px 0px 584px;
- 1018. - display: block;
- 1019. - background: transparent url('/images/icons/input_clear.gif') 6px 6px no-repeat;
- 1020. - padding: 2px;
- 1021. - width: 19px;
- 1022. - height: 19px;
- 1023. - opacity: 0.6;
- 1024. - filter: alpha(opacity=60);
- 1025. - position: absolute;
- 1026. - display: none;
- 1027. - }
- 1028. - .apps_load_bar {
- 1029. - background: url('/images/upload.gif') no-repeat;
- 1030. - width: 32px;
- 1031. - height: 23px;
- 1032. - position: absolute;
- 1033. - margin: 8px 0px 0px 570px;
- 1034. - display: none;
- 1035. - }
- 1036. - .apps_loading .apps_clear_input_hider {
- 1037. - display: none;
- 1038. - }
- 1039. - .apps_loading .apps_load_bar {
- 1040. - display: block;
- 1041. - }
- 1042. - .apps_cat_more {
- 1043. - padding: 12px 0px;
- 1044. - text-align: center;
- 1045. - margin: 0px 12px 10px 12px;
- 1046. - color: #2B587A;
- 1047. - display: none;
- 1048. - }
- 1049. - .apps_cat_more:hover {
- 1050. - background: #E9EDF1;
- 1051. - text-decoration: none;
- 1052. - }
- 1053. - .apps_cat_more_progress {
- 1054. - display: none;
- 1055. - }
- 1056. - .apps_cat_loading:hover {
- 1057. - background: none;
- 1058. - }
- 1059. - .apps_cat_loading .apps_cat_more_progress {
- 1060. - display: inline;
- 1061. - }
- 1062. - .apps_cat_loading .app_cat_more_text {
- 1063. - display: none;
- 1064. - }
- 1065. - #apps_empty {
- 1066. - color: #777;
- 1067. - font-size: 1.09em;
- 1068. - line-height: 200%;
- 1069. - margin: 20px 20px 15px;
- 1070. - padding: 100px 0;
- 1071. - text-align: center;
- 1072. - word-wrap: break-word;
- 1073. - width: 587px;
- 1074. - }
- 1075. - .apps_cat_type {
- 1076. - background: #E1E7ED;
- 1077. - color: #6A839E;
- 1078. - font-size: 1em;
- 1079. - font-weight: bold;
- 1080. - padding: 1px 5px 2px;
- 1081. - margin: 5px 5px 0 0;
- 1082. - -moz-border-radius: 2px;
- 1083. - -webkit-border-radius: 2px;
- 1084. - border-radius: 2px;
- 1085. - }
- 1086. - .apps_cat_type:hover {
- 1087. - text-decoration: none;
- 1088. - background: #D7E0E7;
- 1089. - }
- 1090. - .apps_featured_row {
- 1091. - display: inline-block;
- 1092. - margin: 0px;
- 1093. - *display: inline;
- 1094. - *zoom: 1;
- 1095. - }
- 1096. - .apps_featured_wrap {
- 1097. - width: 606px;
- 1098. - overflow: hidden;
- 1099. - height: 170px;
- 1100. - margin: 16px 10px 10px;
- 1101. - position: relative;
- 1102. - border-radius: 5px;
- 1103. - -moz-border-radius: 5px;
- 1104. - -webkit-border-radius: 5px;
- 1105. - }
- 1106. - .apps_featured_inner {
- 1107. - position: absolute;
- 1108. - margin: 0px;
- 1109. - width: 1400px;
- 1110. - }
- 1111. - .apps_featured_slide {
- 1112. - display: block;
- 1113. - position: absolute;
- 1114. - margin: 19px 580px;
- 1115. - z-index: 10;
- 1116. - padding: 73px 12px 73px 10px;
- 1117. - opacity: 0.6;
- 1118. - filter: alpha(opacity=60);
- 1119. - -webkit-transition: opacity 200ms linear;
- 1120. - -moz-transition: opacity 200ms linear;
- 1121. - -o-transition: opacity 200ms linear;
- 1122. - transition: opacity 200ms linear;
- 1123. - }
- 1124. - .apps_featured_left {
- 1125. - margin-left: 10px;
- 1126. - }
- 1127. - .apps_featured_slide:hover {
- 1128. - opacity: 1;
- 1129. - filter: alpha(opacity=100);
- 1130. - }
- 1131. - .apps_featured_slide:active {
- 1132. - padding: 74px 12px 72px 10px;
- 1133. - }
- 1134. - .apps_featured_icon {
- 1135. - background: url(/images/icons/apps_featured_arrow.png) -13px 0px no-repeat;
- 1136. - width: 13px;
- 1137. - height: 21px;
- 1138. - }
- 1139. - .apps_featured_left .apps_featured_icon {
- 1140. - background-position: 0px 0px;
- 1141. - }
- 1142. - .apps_sticker {
- 1143. - width: 28px;
- 1144. - height: 28px;
- 1145. - background: url('/images/app_notifies.png') no-repeat;
- 1146. - position: absolute;
- 1147. - margin: -11px 57px;
- 1148. - color: #FFFFFF;
- 1149. - font-weight: bold;
- 1150. - font-size: 1em;
- 1151. - padding: 0px 0px;
- 1152. - /*text-shadow: #a70c0c 0px 1px 1px;*/
- 1153. - }
- 1154. - .apps_notify_tt {
- 1155. - width: 260px;
- 1156. - padding: 4px;
- 1157. - /*color: #000000;*/
- 1158. - font-weight: normal;
- 1159. - color: white;
- 1160. - text-shadow: 0px 1px 0px #262626;
- 1161. - }
- 1162. - .apps_notify_date {
- 1163. - color: #CCCCCC;
- 1164. - padding-left: 6px;
- 1165. - }
- 1166. - .apps_notify_tt_title {
- 1167. - font-weight: bold;
- 1168. - color: #FFFFFF;
- 1169. - padding-bottom: 4px;
- 1170. - }
- 1171. - #apps_summary_progress {
- 1172. - margin-right: 6px;
- 1173. - }
- 1174. - .apps_notify_list {
- 1175. - list-style: square;
- 1176. - padding-left: 20px;
- 1177. - padding-top: 2px;
- 1178. - color: #758EAC;
- 1179. - margin: 0px 0px 5px 0px;
- 1180. - }
- 1181. - .apps_notify_list li {
- 1182. - padding: 3px 0px;
- 1183. - }
- 1184. - .apps_notify_list span {
- 1185. - color: #000000;
- 1186. - }
- 1187. - .apps_notify_text {
- 1188. - padding: 2px 0px 0px 0px;
- 1189. - line-height: 140%;
- 1190. - overflow-x: hidden;
- 1191. - }
- 1192. - .apps_notify_photo {
- 1193. -
- 1194. - }
- 1195. - .apps_notify_img {
- 1196. - width: 50px;
- 1197. - border-radius: 3px;
- 1198. - -moz-border-radius: 3px;
- 1199. - -webkit-border-radius: 3px;
- 1200. - }
- 1201. - .apps_notify_item {
- 1202. - padding: 6px 0px 0px 0px;
- 1203. - }
- 1204. - .apps_layer_friends {
- 1205. - background: #F0F0F0;
- 1206. - padding: 10px;
- 1207. -
- 1208. - }
- 1209. - .apps_ss_friend {
- 1210. - width: 25px;
- 1211. - height: 25px;
- 1212. - margin-right: 6px;
- 1213. - }
- 1214. - .apps_ss_playing {
- 1215. - padding: 5px 0px 0px 5px;
- 1216. - color: #777777;
- 1217. - }
- 1218. - .app_layer_name {
- 1219. - font-weight: bold;
- 1220. - color: #2B587A;
- 1221. - padding-bottom: 4px;
- 1222. - }
- 1223. - #apps_layer {
- 1224. - line-height: 140%;
- 1225. - padding: 12px 23px;
- 1226. - }
- 1227. - .wk_cont .apps_i_layer_info {
- 1228. - margin-bottom: 20px;
- 1229. - margin-top: 10px;
- 1230. - width: 100%;
- 1231. - }
- 1232. - .apps_ss_items {
- 1233. - padding: 20px 0px 0px;
- 1234. - }
- 1235. - .apps_i_screenshots {
- 1236. - padding: 12px 0px 0px;
- 1237. - position: relative;
- 1238. - }
- 1239. - #apps_i_slider {
- 1240. - width: 607px;
- 1241. - height: 376px;
- 1242. - overflow: hidden;
- 1243. - }
- 1244. - .apps_i_sl {
- 1245. - width: 607px;
- 1246. - height: 376px;
- 1247. - text-align: center;
- 1248. - }
- 1249. - .apps_i_sl_img {
- 1250. - border-radius: 2px;
- 1251. - -moz-border-radius: 2px;
- 1252. - -webkit-border-radius: 2px;
- 1253. - }
- 1254. - .apps_i_thumb {
- 1255. - border-radius: 2px;
- 1256. - -moz-border-radius: 2px;
- 1257. - -webkit-border-radius: 2px;
- 1258. - }
- 1259. - #apps_i_th_contr {
- 1260. - padding: 9px 0px 0px 0px;
- 1261. - text-align: center;
- 1262. - /*height: 90px;
- 1263. - overflow: hidden;*/
- 1264. - }
- 1265. - .apps_i_th_img {
- 1266. - margin-left: 9px;
- 1267. - -webkit-border-radius: 2px;
- 1268. - -moz-border-radius: 2px;
- 1269. - border-radius: 2px;
- 1270. - opacity: 0.6;
- 1271. - filter: alpha(opacity=60);
- 1272. - cursor: pointer;
- 1273. - vertical-align: top;
- 1274. - }
- 1275. - .apps_i_th_act {
- 1276. - opacity: 1;
- 1277. - filter: alpha(opacity=100);
- 1278. - cursor: default;
- 1279. - }
- 1280. - .apps_i_th_cont {
- 1281. - display: inline-block;
- 1282. - *display: block;
- 1283. - *zoom:1;
- 1284. - height: 90px;
- 1285. - overflow-y: hidden;
- 1286. - -webkit-border-radius: 2px;
- 1287. - -moz-border-radius: 2px;
- 1288. - border-radius: 2px;
- 1289. - }
- 1290. - .apps_i_th_first {
- 1291. - margin-left: 0px;
- 1292. - }
- 1293. - .apps_i_act_slider {
- 1294. - cursor: pointer;
- 1295. - }
- 1296. - .app_i_icon {
- 1297. - border-radius: 5px;
- 1298. - -moz-border-radius: 5px;
- 1299. - -webkit-border-radius: 5px;
- 1300. - margin-right: 10px;
- 1301. - }
- 1302. - .apps_i_panel {
- 1303. - text-align: left;
- 1304. - background: #F7F7F7;
- 1305. - padding: 15px;
- 1306. - border-bottom: solid 1px #DAE1E8;
- 1307. - }
- 1308. - .apps_i_cont {
- 1309. - text-align: left;
- 1310. - background: #FFFFFF;
- 1311. - padding: 0px 15px 15px 15px;
- 1312. - }
- 1313. - .apps_i_cont .apps_ss_items {
- 1314. - padding-top: 18px;
- 1315. - }
- 1316. - .apps_i_page_friends {
- 1317. - padding: 10px 0px 0px 0px;
- 1318. - }
- 1319. - .app_i_page_screen {
- 1320. - background: #FFFFFF;
- 1321. - padding: 0px 10px;
- 1322. - }
- 1323. - #apps_i_btn {
- 1324. - padding-right: 2px;
- 1325. - }
- 1326. - .apps_i_btn_bg {
- 1327. - background: url(/images/backlink.gif?4) right -128px no-repeat;
- 1328. - padding-right: 25px;
- 1329. - }
- 1330. - .apps_i_policy {
- 1331. - background: #f7f7f7;
- 1332. - border-top: 1px solid #f0f0f0;
- 1333. - padding: 6px 8px 8px;
- 1334. - color: #777777;
- 1335. - text-align: center;
- 1336. - }
- 1337. - .apps_submenu {
- 1338. - background: #F7F7F7;
- 1339. - padding: 0px 10px 10px 10px;
- 1340. - border-top: 1px solid #E1E7ED;
- 1341. - border-bottom: 1px solid #E1E7ED;
- 1342. - margin-top: 20px;
- 1343. - margin-bottom: 5px;
- 1344. - }
- 1345. - .apps_notify_show_other {
- 1346. - display: block;
- 1347. - padding-top: 4px;
- 1348. - position: relative;
- 1349. - font-weight: bold;
- 1350. - color: #91A4B8;
- 1351. - -webkit-transition: color 200ms linear;
- 1352. - -moz-transition: color 200ms linear;
- 1353. - -o-transition: color 200ms linear;
- 1354. - transition: color 200ms linear;
- 1355. - }
- 1356. -
- 1357. - .apps_notify_show_other:hover {
- 1358. - color: #45688E;
- 1359. - text-decoration: none;
- 1360. - }
- 1361. - .apps_request_box_info {
- 1362. - padding: 0px 10px;
- 1363. - line-height: 140%;
- 1364. - width:328px;
- 1365. - }
- 1366. - .apps_icon {
- 1367. - border-radius: 3px;
- 1368. - -moz-border-radius: 3px;
- 1369. - -webkit-border-radius: 3px;
- 1370. - }
- 1371. - .apps_request_row {
- 1372. - margin: 12px 10px;
- 1373. - border-top: 1px solid #e0e7ed;
- 1374. - padding-top: 10px;
- 1375. - }
- 1376. - .apps_request_list {
- 1377. - padding-bottom: 1px;
- 1378. - }
- 1379. - .apps_request_list .apps_request_row:first-child {
- 1380. - border-top: none;
- 1381. - padding-top: 0px;
- 1382. - }
- 1383. - #apps_requests_more .apps_request_row:first-child {
- 1384. - border-top: 1px solid #e0e7ed;
- 1385. - padding-top: 10px;
- 1386. - }
- 1387. - .apps_request_info {
- 1388. - padding: 0px 10px;
- 1389. - width: 480px;
- 1390. - }
- 1391. - .apps_request_header {
- 1392. - padding-bottom: 4px;
- 1393. - color: #666;
- 1394. - }
- 1395. - .apps_request_buttons {
- 1396. - padding-top: 10px;
- 1397. - }
- 1398. - .apps_request_buttons a {
- 1399. - margin-right: 8px;
- 1400. - }
- 1401. - .apps_request_removed {
- 1402. - padding: 9px;
- 1403. - text-align: center;
- 1404. - }
- 1405. - .apps_request_restore {
- 1406. - color:#777;
- 1407. - padding-bottom: 9px;
- 1408. - }
- 1409. - .apps_name_tt {
- 1410. - min-width: 75px;
- 1411. - text-align: center;
- 1412. - }
- 1413. - .apps_requests_banned {
- 1414. - color: #707070;
- 1415. - }
- 1416. - .apps_no_flash_msg {
- 1417. - padding: 120px 10px;
- 1418. - color: #666666;
- 1419. - text-align: center;
- 1420. - font-size: 1.1em;
- 1421. - }
- 1422. - .apps_score {
- 1423. - display: inline-block;
- 1424. - *display: block;
- 1425. - *zoom: 1;
- 1426. - width: 50px;
- 1427. - height: 50px;
- 1428. - margin: 10px 8px 0px 0px;
- 1429. - position: relative;
- 1430. - }
- 1431. - .apps_score:hover {
- 1432. - text-decoration: none;
- 1433. - }
- 1434. - .apps_score_img {
- 1435. - width: 50px;
- 1436. - height: 50px;
- 1437. - border-radius: 2px;
- 1438. - }
- 1439. - .apps_score_level {
- 1440. - position: absolute;
- 1441. - color: #FFFFFF;
- 1442. - background: rgba(0,0,0,0.6);
- 1443. - font-weight: bold;
- 1444. - padding: 1px 3px;
- 1445. - bottom: 0px;
- 1446. - right: 0px;
- 1447. - font-size: 11px;
- 1448. - border-radius: 2px;
- 1449. - }
- 1450. - .apps_score_link {
- 1451. - color: #777777;
- 1452. - }
- 1453. - .apps_score_tt {
- 1454. - font-weight: normal;
- 1455. - }
- 1456. - #show_more_progress {
- 1457. - text-align: center;
- 1458. - width: 603px;
- 1459. - }
- 1460. - .apps_friends_box {
- 1461. - overflow: auto;
- 1462. - max-height: 380px;
- 1463. - padding: 10px;
- 1464. - padding-bottom: 0px;
- 1465. - width: 380px;
- 1466. - }
- 1467. - .apps_frbox_row {
- 1468. - border-bottom: 1px solid #dee4e8;
- 1469. - margin-bottom: 5px;
- 1470. - padding-bottom: 2px;
- 1471. - height: 53px;
- 1472. - position: relative;
- 1473. - }
- 1474. - .apps_frbox_row:last-child {
- 1475. - border-bottom: none;
- 1476. - }
- 1477. - .apps_frbox_photo {
- 1478. - position: absolute;
- 1479. -
- 1480. - }
- 1481. - .apps_frbox_cont {
- 1482. - padding-left: 60px;
- 1483. - }
- 1484. - .apps_frbox_info {
- 1485. - color: #777777;
- 1486. - }
- 1487. - .apps_score_tt_cont {
- 1488. - padding: 1px 2px;
- 1489. - line-height: 150%;
- 1490. - }
- 1491. - .apps_ss_friend_img {
- 1492. - display: block;
- 1493. - }
- 1494. - .apps_i_run_box {
- 1495. - left: 50%;
- 1496. - top: 50%;
- 1497. - position: absolute;
- 1498. - z-index: 10;
- 1499. - background: url(/images/inline_video_small_play.png) right no-repeat;
- 1500. - background-color: rgba(0, 0, 0, 0.6);
- 1501. - height: 14px;
- 1502. - color: white;
- 1503. - font-weight: bold;
- 1504. - border-radius: 10px;
- 1505. - padding: 16px 45px 16px 15px;
- 1506. - font-size: 13px;
- 1507. - line-height: 100%;
- 1508. - margin-left: -80px;
- 1509. - margin-top: -68px;
- 1510. - text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
- 1511. - opacity: 0.8;
- 1512. - filter: alpha(opacity=80);
- 1513. - cursor: pointer;
- 1514. - }
- 1515. - .apps_i_app_run {
- 1516. - margin-left: -107px;
- 1517. - }
- 1518. - .apps_i_single_run {
- 1519. - margin-top: -23px;
- 1520. - }
- 1521. - .apps_sett_section {
- 1522. - padding-left: 14px;
- 1523. - }
- 1524. - .apps_info_app_act {
- 1525. - display: block;
- 1526. - padding-top: 5px;
- 1527. - }
- 1528. -
- 1529. - .apps_feed_cont {
- 1530. - vertical-align: top;
- 1531. - width: 329px;
- 1532. - margin-left: 20px;
- 1533. - }
- 1534. - .apps_feed_row {
- 1535. - margin: 10px 0px;
- 1536. - position: relative;
- 1537. - border-bottom: 1px solid #e7eaed;
- 1538. - padding-bottom: 10px;
- 1539. - width: 329px;
- 1540. - }
- 1541. - .apps_feed_last {
- 1542. - border-bottom: none;
- 1543. - }
- 1544. - .apps_feed_user_photo {
- 1545. - position: absolute;
- 1546. - }
- 1547. - .apps_feed_animate_cont {
- 1548. - overflow: hidden;
- 1549. - height: 1px;
- 1550. - position: relative;
- 1551. - margin: 10px 0px;
- 1552. - }
- 1553. - .apps_feed_animate_el {
- 1554. - position: absolute;
- 1555. - bottom: 0;
- 1556. - margin: 0px;
- 1557. - }
- 1558. - .apps_block_summary {
- 1559. - padding: 14px 0px 2px;
- 1560. - margin: 2px 0px 0px;
- 1561. - color: #45688E;
- 1562. - border-bottom: 1px solid #DAE1E8;
- 1563. - font-weight: bold;
- 1564. - font-size: 1.1em;
- 1565. - }
- 1566. - .apps_cat_summary {
- 1567. - margin: 0px 10px;
- 1568. - font-size: 1em;
- 1569. - font-weight: normal;
- 1570. - }
- 1571. - #apps_cat_summary {
- 1572. - padding-top: 16px;
- 1573. - }
- 1574. - #apps_cat_header {
- 1575. - font-weight: bold;
- 1576. - font-size: 1.1em;
- 1577. - }
- 1578. - .apps_request_img {
- 1579. - width: 50px;
- 1580. - height: 50px;
- 1581. - -webkit-border-radius: 3px;
- 1582. - -moz-border-radius: 3px;
- 1583. - border-radius: 3px;
- 1584. - }
- 1585. - .apps_recent_info {
- 1586. - padding-left: 50px;
- 1587. - height: 38px;
- 1588. - padding-top: 2px;
- 1589. - }
- 1590. - .is_rtl1 .apps_recent_info {
- 1591. - padding-right: 50px;
- 1592. - padding-left: 0px;
- 1593. - padding-top: 2px;
- 1594. - }
- 1595. - .apps_feed_info {
- 1596. - padding-left: 50px;
- 1597. - padding-right: 50px;
- 1598. - height: 38px;
- 1599. - padding-top: 2px;
- 1600. - }
- 1601. - .apps_recent_info_str {
- 1602. - color: #777777;
- 1603. - padding: 5px 0px 0px 0px;
- 1604. - }
- 1605. - .apps_recent_img {
- 1606. - vertical-align: top;
- 1607. - width: 75px;
- 1608. - height: 75px;
- 1609. - -webkit-border-radius: 3px;
- 1610. - -moz-border-radius: 3px;
- 1611. - border-radius: 3px;
- 1612. - }
- 1613. - .apps_recent_row {
- 1614. - display: inline-block;
- 1615. - *display: inline;
- 1616. - zoom: 1;
- 1617. - margin: 0px 13px 12px 0px;
- 1618. - }
- 1619. - .apps_recent_row_hidden {
- 1620. - display: none;
- 1621. - }
- 1622. - .apps_feed_user_img {
- 1623. - width: 40px;
- 1624. - height: 40px;
- 1625. - -webkit-border-radius: 3px;
- 1626. - -moz-border-radius: 3px;
- 1627. - border-radius: 3px;
- 1628. - }
- 1629. - .apps_empty_block {
- 1630. - font-size: 1.1em;
- 1631. - color: #777777;
- 1632. - text-align: center;
- 1633. - line-height: 160%;
- 1634. - height: 100%;
- 1635. - vertical-align: middle;
- 1636. - padding-bottom: 10px;
- 1637. - }
- 1638. - .apps_cat_layout, .apps_cat_layout td, .apps_cat_layout tr {
- 1639. - padding: 0px;
- 1640. - margin: 0px;
- 1641. - border-spacing: 0px;
- 1642. - border: none;
- 1643. - }
- 1644. - td.apps_recent_td {
- 1645. - padding-left: 11px;
- 1646. - width: 264px;
- 1647. - }
- 1648. - td.apps_recent_cont {
- 1649. - vertical-align: top;
- 1650. - width: 270px;
- 1651. - padding-top: 11px;
- 1652. - padding-bottom: 8px;
- 1653. - }
- 1654. - td.apps_feed_cont {
- 1655. - padding-top: 1px;
- 1656. - }
- 1657. - .apps_recent_summary {
- 1658. - width: 251px;
- 1659. - }
- 1660. - td.apps_feed_td {
- 1661. - padding-left: 6px;
- 1662. - }
- 1663. - .apps_info_link {
- 1664. - color: #909090;
- 1665. - }
- 1666. - td.apps_cat_popular_h {
- 1667. - padding-left: 12px;
- 1668. - padding-right: 10px;
- 1669. - width: 289px;
- 1670. - vertical-align: top;
- 1671. - }
- 1672. - td.apps_cat_new_h {
- 1673. - padding-left: 10px;
- 1674. - padding-right: 10px;
- 1675. - width: 293px;
- 1676. - vertical-align: top;
- 1677. - }
- 1678. - .apps_cat_h {
- 1679. - margin-top: 20px;
- 1680. - margin-bottom: 10px;
- 1681. - }
- 1682. - .apps_feed_app_img {
- 1683. - width: 40px;
- 1684. - height: 40px;
- 1685. - -webkit-border-radius: 3px;
- 1686. - -moz-border-radius: 3px;
- 1687. - border-radius: 3px;
- 1688. - }
- 1689. - .apps_feed_app_photo {
- 1690. - position: absolute;
- 1691. - margin-left: 288px;
- 1692. - }
- 1693. - .apps_feed_str_cont {
- 1694. - position: absolute;
- 1695. - width: 229px;
- 1696. - padding: 0px;
- 1697. - }
- 1698. - .apps_feed_info_str {
- 1699. - display: inline-block;
- 1700. - *display: block;
- 1701. - *zoom: 1;
- 1702. - color: #999;
- 1703. - background: #FFFFFF;
- 1704. - line-height: 160%;
- 1705. - font-size: 11px;
- 1706. - }
- 1707. - .apps_cat_filter_load {
- 1708. - position: absolute;
- 1709. - margin: 3px 242px;
- 1710. - }
- 1711. - .apps_empty_cat {
- 1712. - font-size: 1.1em;
- 1713. - color: #777777;
- 1714. - text-align: center;
- 1715. - line-height: 160%;
- 1716. - height: 100%;
- 1717. - vertical-align: middle;
- 1718. - padding: 80px 30px;
- 1719. - }
- 1720. - .apps_block_more {
- 1721. - display: block;
- 1722. - padding: 10px 0px;
- 1723. - text-align: center;
- 1724. - margin: 2px 10px 0px 10px;
- 1725. - color: #738392;
- 1726. - background: #EFF1F3;
- 1727. - z-index: 100;
- 1728. - }
- 1729. - .apps_block_more:hover {
- 1730. - background: #E9EDF1;
- 1731. - text-decoration: none;
- 1732. - }
- 1733. - .apps_featured_summary {
- 1734. - color: #47688D;
- 1735. - font-weight: bold;
- 1736. - font-size: 1.14em;
- 1737. - margin: 14px 10px 0px;
- 1738. - }
- 1739. -
- 1740. - /* apps ads rows */
- 1741. - .app_ads_image_cont {
- 1742. - vertical-align: top;
- 1743. - padding: 0px;
- 1744. - width: 60px;
- 1745. - text-align: center;
- 1746. - }
- 1747. - .app_ads_image_h {
- 1748. - padding-left: 10px;
- 1749. - width: 50px;
- 1750. - height: 50px;
- 1751. - overflow: hidden;
- 1752. - }
- 1753. - .is_rtl1 .app_ads_image_h {
- 1754. - padding-left: 0px;
- 1755. - padding-right: 10px;
- 1756. - }
- 1757. - .app_ads_image {
- 1758. - width: 50px;
- 1759. - height: 50px;
- 1760. - -moz-border-radius: 5px;
- 1761. - -webkit-border-radius: 5px;
- 1762. - border-radius: 5px;
- 1763. - margin-bottom: 10px;
- 1764. - }
- 1765. - .apps_ads_info {
- 1766. - padding: 0px 0px 0px 10px;
- 1767. - vertical-align: top;
- 1768. - width: 121px;
- 1769. - }
- 1770. - .is_rtl1 .apps_ads_info {
- 1771. - padding: 0px 10px 0px 0px;
- 1772. - }
- 1773. - .apps_ads_info .app_name {
- 1774. - max-width: 122px;
- 1775. - overflow: hidden;
- 1776. - -o-text-overflow: ellipsis;
- 1777. - text-overflow: ellipsis;
- 1778. - }
- 1779. - .apps_ads_users {
- 1780. - padding: 2px 0px 0px;
- 1781. - color: #777777;
- 1782. - }
- 1783. - .font_medium .apps_ads_users {
- 1784. - padding: 0px;
- 1785. - }
- 1786. - .apps_ads_row {
- 1787. - display: inline-block;
- 1788. - width: 191px;
- 1789. - padding: 9px 0px;
- 1790. - vertical-align: top;
- 1791. - *display: inline;
- 1792. - *zoom: 1;
- 1793. - }
- 1794. - .apps_ads_rows {
- 1795. - background-color: #F0F0F0;
- 1796. - margin-top: 14px;
- 1797. - margin-bottom: 10px;
- 1798. - }
- 1799. -
- 1800. - .apps_recommends {
- 1801. - padding-top: 6px;
- 1802. - margin-top: -6px;
- 1803. - border-top: 1px solid #DBE1E7;
- 1804. - }
- 1805. - .apps_recom {
- 1806. - width: 281px;
- 1807. - padding: 10px;
- 1808. - }
- 1809. - .apps_recom_thumb {
- 1810. - display: block;
- 1811. - width: 90px;
- 1812. - height: 75px;
- 1813. - overflow: hidden;
- 1814. - }
- 1815. - .apps_recom_img {
- 1816. - -webkit-border-radius: 5px;
- 1817. - -khtml-border-radius: 5px;
- 1818. - -moz-border-radius: 5px;
- 1819. - border-radius: 5px;
- 1820. - }
- 1821. - .apps_recom_name {
- 1822. - width: 190px;
- 1823. - overflow: hidden;
- 1824. - -o-text-overflow: ellipsis;
- 1825. - text-overflow: ellipsis;
- 1826. - white-space: nowrap;
- 1827. - }
- 1828. - .apps_recom_lnk {
- 1829. - color: #45688E;
- 1830. - font-weight: bold;
- 1831. - }
- 1832. - .apps_recom_details {
- 1833. - width: 190px;
- 1834. - color: #777;
- 1835. - padding: 3px 0px;
- 1836. - }
- 1837. - .apps_recom_bottom {
- 1838. - margin: 10px -23px -22px;
- 1839. - text-align: center;
- 1840. - padding: 7px;
- 1841. - background: #F7F7F7;
- 1842. - border-top: 1px solid #F0F0F0;
- 1843. - }
- 1844. - #apps_requests_text {
- 1845. - font-size: 1.1em;
- 1846. - }
- 1847. - .apps_cat_en_summary {
- 1848. - margin: 10px 12px 10px 12px;
- 1849. - }
- 1850. - #app_testers_prgs {
- 1851. - padding: 2px 0 0 5px;
- 1852. - display: none;
- 1853. - }
- 1854. - .apps_cancel_request {
- 1855. - display: inline-block;
- 1856. - *display: inline;
- 1857. - zoom: 1;
- 1858. - padding-top: 5px;
- 1859. - vertical-align: top;
- 1860. - }
- 1861. - .apps_summary_right_link {
- 1862. - font-size: 0.91em;
- 1863. - font-weight: normal;
- 1864. - }
- 1865. -
- 1866. - #box_layer .apps_blacklist_wrap {
- 1867. - overflow: auto;
- 1868. - overflow-y: scroll;
- 1869. - overflow-x: hidden;
- 1870. - margin-top: -4px;
- 1871. - margin-bottom: -4px;
- 1872. - position: relative;
- 1873. - }
- 1874. - #box_layer .apps_blacklist {
- 1875. - padding-top: 5px;
- 1876. - }
- 1877. - .apps_blacklist .olist_item {
- 1878. - position: relative;
- 1879. - }
- 1880. - .apps_blacklist_filter_wrap {
- 1881. - padding: 10px 0 10px 10px;
- 1882. - background-color: #F7F7F7;
- 1883. - }
- 1884. - .apps_blacklist_filter_wrap .olist_filter {
- 1885. - width: 358px;
- 1886. - }
- 1887. - .apps_cat_summary_dd {
- 1888. - background: url(/images/flydead.gif) no-repeat right 1px;
- 1889. - padding-right: 17px;
- 1890. - margin-right: 1px;
- 1891. - }
- 1892. - .is_2x .apps_cat_summary_dd {
- 1893. - background-size: 14px 90px;
- 1894. - background-image: url(/images/flydead_2x.gif);
- 1895. - }
- 1896. - .apps_summary_dd {
- 1897. - margin-left: 0px;
- 1898. - }
- 1899. - .apps_summary_upl {
- 1900. - display: none;
- 1901. - }
- 1902. - .apps_summary_loading .apps_summary_upl {
- 1903. - display: block;
- 1904. - }
- 1905. - .apps_summary_loading .apps_cat_summary_dd {
- 1906. - display: none;
- 1907. - }
- 1908. - .apps_cat_new {
- 1909. - padding: 6px 0px 0px 0px;
- 1910. - }
- 1911. - #app_new_more {
- 1912. - margin-bottom: 2px;
- 1913. - }
- 1914. - .app_new_sticker {
- 1915. - background: url('/images/icons/new_app_en.png') 0px 0px no-repeat;
- 1916. - width: 60px;
- 1917. - height: 60px;
- 1918. - position: absolute;
- 1919. - margin-left: -1px;
- 1920. - margin-top: -1px;
- 1921. - z-index: 10;
- 1922. - }
- 1923. - .apps_sticker_ru {
- 1924. - background-image: url('/images/icons/new_app_ru.png');
- 1925. - }
- 1926. - .apps_sticker_ua {
- 1927. - background-image: url('/images/icons/new_app_ua.png');
- 1928. - }
- 1929. - #apps_new_hidden {
- 1930. - display: none;
- 1931. - }
- 1932. - .apps_new_rows_wrap {
- 1933. - border-bottom: 1px solid #DAE1E8;
- 1934. - }
- 1935. - .apps_new_rows_wrap:last-child {
- 1936. - border-bottom: 0px;
- 1937. - }
- 1938. - .apps_new_date {
- 1939. - width: 100px;
- 1940. - font-weight: bold;
- 1941. - font-size: 1.18em;
- 1942. - color: #45688E;
- 1943. - padding: 10px 0px;
- 1944. - text-align: center;
- 1945. - }
- 1946. - .apps_new_rows {
- 1947. - background: #FFFFFF;
- 1948. - border-left: 1px solid #DAE1E8;
- 1949. - }
- 1950. - .apps_new_row {
- 1951. - padding: 10px;
- 1952. - border-bottom: 1px solid #DAE1E8;
- 1953. - }
- 1954. - .apps_new_row:last-child {
- 1955. - border-bottom: 0px;
- 1956. - }
- 1957. - .apps_new_row.active {
- 1958. - background: #ebffeb;
- 1959. - }
- 1960. - .apps_new_row.empty {
- 1961. - width: 525px;
- 1962. - padding: 42px 0px 41px;
- 1963. - text-align: center;
- 1964. - color: #777777;
- 1965. - font-size: 1.09em;
- 1966. - background: #F7F7F7;
- 1967. - }
- 1968. - .apps_new_row.waiting {
- 1969. - background: #F5F9FB;
- 1970. - }
- 1971. - .apps_new_img {
- 1972. - width: 88px;
- 1973. - }
- 1974. - .apps_new_description_wrap {
- 1975. - width: 332px;
- 1976. - }
- 1977. - .apps_new_actions {
- 1978. - width: 85px;
- 1979. - }
- 1980. - .apps_new_img img {
- 1981. - height: 75px;
- 1982. - width: 75px;
- 1983. - }
- 1984. - .apps_new_description {
- 1985. - padding: 5px 0px 0px;
- 1986. - }
- 1987. - .apps_new_description .label {
- 1988. - color: #777777;
- 1989. - width: 110px;
- 1990. - }
- 1991. - .apps_new_action {
- 1992. - display: block;
- 1993. - padding: 6px 14px 0px;
- 1994. - font-weight: normal;
- 1995. - height: 19px;
- 1996. - text-align: left;
- 1997. - }
- 1998. - a.apps_new_action:hover {
- 1999. - background: #E1E7ED;
- 2000. - text-decoration: none;
- 2001. - }
- 2002. - .apps_new_box_label {
- 2003. - color: #777;
- 2004. - padding-bottom: 10px;
- 2005. - }
- 2006. - #apps_new_box_comment {
- 2007. - width: 414px;
- 2008. - height: 100px;
- 2009. - }
- 2010. - .app_cat_name {
- 2011. - width: 192px;
- 2012. - height: 16px;
- 2013. - overflow: hidden;
- 2014. - padding-top: 2px;
- 2015. - }
- 2016. - .apps_featured_img {
- 2017. - -webkit-border-radius: 5px;
- 2018. - -moz-border-radius: 5px;
- 2019. - border-radius: 5px;
- 2020. - height: 100px;
- 2021. - }
- 2022. - #edit_more_link {
- 2023. - margin-bottom: 10px;
- 2024. - }
- 2025. - .apps_call_out_info {
- 2026. - padding-left: 20px;
- 2027. - width: 250px;
- 2028. - }
- 2029. - .apps_call_msg {
- 2030. - padding: 8px;
- 2031. - margin-top: 14px;
- 2032. - width: 232px;
- 2033. - border: 1px solid #C3CBD4;
- 2034. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment