Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - apps.css (Старый размер - 37092 | Новый - 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_settings_cont h4 {
- 711. - font-size: 1.09em;
- 712. - padding: 0px 0px 3px;
- 713. - }
- 714. - .apps_settings_cont .apps_help_info h4 {
- 715. - margin-bottom: 10px;
- 716. - }
- 717. - .apps_settings_cont .button_blue {
- 718. - margin: 0px 8px;
- 719. - }
- 720. - .apps_user_settiont .apps_access_item {
- 721. - margin-bottom: 3px;
- 722. - }
- 723. - .apps_settings_cont .checkbox {
- 724. - margin: 14px 0px;
- 725. - }
- 726. - .apps_edit_votes_sett {
- 727. - margin: 10px 10px 0;
- 728. - }
- 729. - .apps_settings_cont .apps_edit_votes_sett {
- 730. - margin: 5px 0px 14px 0px;
- 731. - }
- 732. -
- 733. - .apps_settings_cont #app_new_votes {
- 734. - width: 20px;
- 735. - padding: 3px 0px 3px 5px;
- 736. - }
- 737. - .app_sett_pay_label {
- 738. - width: 130px;
- 739. - height: 25px;
- 740. - }
- 741. - #apps_settings_error {
- 742. - border: 1px solid #E89B88;
- 743. - background-color: #FFEFE8;
- 744. - padding: 8px 11px;
- 745. - margin-bottom: 10px;
- 746. - display: none;
- 747. - }
- 748. -
- 749. - #apps .apps_help_info {
- 750. - width: auto;
- 751. - margin: 0px 20px;
- 752. - line-height: 140%;
- 753. - }
- 754. - #apps_edit_help_link {
- 755. - display: block;
- 756. - padding: 5px 25px;
- 757. - margin-top: 0px;
- 758. - }
- 759. -
- 760. - .apps_access_right_col {
- 761. - vertical-align: top;
- 762. - padding-left: 10px;
- 763. - }
- 764. - .apps_access_item {
- 765. - margin-top: 10px;
- 766. - padding-left: 0px;
- 767. - padding-bottom: 10px;
- 768. - color: #666666;
- 769. - }
- 770. - .apps_i_cont .apps_access_item {
- 771. - width: 280px;
- 772. - }
- 773. - .apps_access_item_info {
- 774. - padding-left: 46px;
- 775. - }
- 776. - .is_rtl1 .apps_access_item_info {
- 777. - padding-left: 0px;
- 778. - padding-right: 46px;
- 779. - }
- 780. - .apps_access_icon {
- 781. - position: absolute;
- 782. - height: 33px;
- 783. - width: 33px;
- 784. - margin-right: 15px;
- 785. - background: url('/images/app_settings_icons.png') 0px 0px no-repeat;
- 786. - }
- 787. - .is_rtl1 .apps_access_icon {
- 788. - margin-right: 0px;
- 789. - margin-left: 15px;
- 790. - }
- 791. - .apps_access_photos {
- 792. - background-position: 0px -74px;
- 793. - }
- 794. - .apps_access_media {
- 795. - background-position: 0px -111px;
- 796. - }
- 797. - .apps_access_docs {
- 798. - background-position: 0px -185px;
- 799. - }
- 800. - .apps_access_messages {
- 801. - background-position: 0px -259px;
- 802. - }
- 803. - .apps_access_wall {
- 804. - background-position: 0px -222px;
- 805. - }
- 806. - .apps_access_offline {
- 807. - background-position: 0px -407px;
- 808. - }
- 809. - .apps_access_friends {
- 810. - background-position: 0px -148px;
- 811. - }
- 812. - .apps_access_groups {
- 813. - background-position: 0px -37px;
- 814. - }
- 815. - .apps_access_stats {
- 816. - background-position: 0px -296px;
- 817. - }
- 818. - .apps_sett_access_list {
- 819. - padding: 5px 0px 15px;
- 820. - }
- 821. - .apps_sett_line {
- 822. - border-bottom: 1px solid #E8EBEE;
- 823. - margin: 0px 0px 14px 0px;
- 824. - }
- 825. -
- 826. - .apps_access_item b {
- 827. - display: block;
- 828. - padding-bottom: 2px;
- 829. - color: #36638E;
- 830. - }
- 831. -
- 832. - .app_bottom_info {
- 833. - border-top: 1px solid #DAE1E8;
- 834. - color: #777777;
- 835. - display: block;
- 836. - padding: 0px 10px 10px 10px;
- 837. - }
- 838. - #apps_check_history {
- 839. - display: none;
- 840. - border-top: 1px solid #DAE1E8;
- 841. - margin-top: 4px;
- 842. - padding: 0px 5px 5px 5px;
- 843. - background: #F7F7F7;
- 844. - }
- 845. - .app_bottom_row {
- 846. - padding-top: 10px;
- 847. - }
- 848. - .apps_paymentbox_cont {
- 849. - line-height: 140%;
- 850. - }
- 851. -
- 852. - .apps_paymentbox_cont .apps_desc {
- 853. - margin-top: 15px;
- 854. - vertical-align: top;
- 855. - font-size: 0.81em;
- 856. - background: #F7F7F7;
- 857. - border: 1px solid #DAE1E8;
- 858. - padding: 5px 10px;
- 859. - }
- 860. - .apps_paymentbox_cont .text {
- 861. - margin: 0px 4px;
- 862. - }
- 863. - #apps_paymentbox_error {
- 864. - border: 1px solid #E89B88;
- 865. - background-color: #FFEFE8;
- 866. - padding: 8px 11px;
- 867. - margin-bottom: 15px;
- 868. - display: none;
- 869. - }
- 870. - .apps_payment_no_votes {
- 871. - margin-top: 10px;
- 872. - padding: 6px 10px;
- 873. - background-color: #F9F6E7;
- 874. - border: 1px solid #D4BC4C;
- 875. - display: none;
- 876. - }
- 877. - #apps_paymentbox_progress {
- 878. - padding: 70px 0 50px 0;
- 879. - text-align: center;
- 880. - display: none;
- 881. - }
- 882. - #apps_paymentbox_progress_msg_wrap {
- 883. - padding: 10px 0 30px 0;
- 884. - text-align: center;
- 885. - font-size: 1.18em;
- 886. - color: #8293a8;
- 887. - }
- 888. - #apps_paymentbox_close_lnk {
- 889. - padding: 16px 21px 0 0;
- 890. - line-height: 100%;
- 891. - }
- 892. - #footer .apps_footer_author {
- 893. - padding: 6px 0px 20px 0px;
- 894. - margin-bottom: 5px;
- 895. - }
- 896. - .apps_footer .divider {
- 897. - padding: 0px 3px;
- 898. - }
- 899. - #flash_api_external_cont {
- 900. - position: absolute;
- 901. - height: 1px;
- 902. - }
- 903. -
- 904. - /* New cat */
- 905. - .app_cat_image_cont {
- 906. - position: absolute;
- 907. - padding: 0px;
- 908. - text-align: center;
- 909. - }
- 910. - .app_cat_image_h {
- 911. - width: 75px;
- 912. - height: 75px;
- 913. - overflow: hidden;
- 914. - -moz-border-radius: 5px;
- 915. - -webkit-border-radius: 5px;
- 916. - border-radius: 5px;
- 917. - }
- 918. - .app_cat_image {
- 919. - -moz-border-radius: 5px;
- 920. - -webkit-border-radius: 5px;
- 921. - border-radius: 5px;
- 922. - margin-bottom: 10px;
- 923. - width: 196px;
- 924. - height: 120px;
- 925. - }
- 926. - .apps_cat_row {
- 927. - display: inline-block;
- 928. - width: 196px;
- 929. - padding: 5px 0px 14px 10px;
- 930. - vertical-align: top;
- 931. - *display: inline;
- 932. - *zoom: 1;
- 933. - }
- 934. - .apps_wide_row {
- 935. - padding: 11px 0px;
- 936. - border-top: 1px solid #E7EAED;
- 937. - margin: 0px 12px;
- 938. - }
- 939. - .apps_wide_img {
- 940. - -moz-border-radius: 3px;
- 941. - -webkit-border-radius: 3px;
- 942. - border-radius: 3px;
- 943. - margin-bottom: 10px;
- 944. - width: 196px;
- 945. - height: 120px;
- 946. - }
- 947. - .apps_first {
- 948. - border-top: none;
- 949. - }
- 950. - .app_rows {
- 951. - padding-top: 6px;
- 952. - }
- 953. - .app_rows.no_padd {
- 954. - padding-top: 0px;
- 955. - }
- 956. - .apps_cat_info {
- 957. - padding-top: 124px;
- 958. - padding-left: 1px;
- 959. - height: 34px;
- 960. - }
- 961. - .is_rtl1 .apps_cat_info {
- 962. - padding: 0px 85px 0px 0px;
- 963. - }
- 964. - .apps_cat_users {
- 965. - padding: 0px 0px 8px;
- 966. - color: #999;
- 967. - }
- 968. - .apps_cat_filer {
- 969. - font-weight: normal;
- 970. - }
- 971. - .apps_cat_bar {
- 972. - background: #F7F7F7;
- 973. - padding: 10px;
- 974. - border-bottom: 1px solid #e1e7ed;
- 975. - }
- 976. - #apps_input {
- 977. - width: 565px;
- 978. - background: white url('/images/magglass.png') no-repeat 5px 6px;
- 979. - outline: none;
- 980. - padding: 5px 20px;
- 981. - }
- 982. - .apps_cat_sections {
- 983. - padding: 10px 0px 0px 0px;
- 984. - }
- 985. - .apps_cat_extra {
- 986. - display: block;
- 987. - padding: 3px 0px 4px;
- 988. - margin: 0px 4px 0px 0px;
- 989. - }
- 990. - .apps_cat_section {
- 991. - display: block;
- 992. - padding: 3px 8px 4px;
- 993. - margin: 0px 4px 0px 0px;
- 994. - font-weight: bold;
- 995. - color: #45688E;
- 996. - border-radius: 2px;
- 997. - -moz-border-radius: 2px;
- 998. - -webkit-border-radius: 2px;
- 999. - }
- 1000. - .apps_cat_section:hover {
- 1001. - text-decoration: none;
- 1002. - background-color: #E1E7ED;
- 1003. - }
- 1004. - .apps_section_act {
- 1005. - background: #597DA3;
- 1006. - color: #FFFFFF;
- 1007. - }
- 1008. - .apps_section_act:hover {
- 1009. - background: #597DA3;
- 1010. - }
- 1011. - #apps_clear_input {
- 1012. - margin: 1px 0px 0px 584px;
- 1013. - display: block;
- 1014. - background: transparent url('/images/icons/input_clear.gif') 6px 6px no-repeat;
- 1015. - padding: 2px;
- 1016. - width: 19px;
- 1017. - height: 19px;
- 1018. - opacity: 0.6;
- 1019. - filter: alpha(opacity=60);
- 1020. - position: absolute;
- 1021. - display: none;
- 1022. - }
- 1023. - .apps_load_bar {
- 1024. - background: url('/images/upload.gif') no-repeat;
- 1025. - width: 32px;
- 1026. - height: 23px;
- 1027. - position: absolute;
- 1028. - margin: 8px 0px 0px 570px;
- 1029. - display: none;
- 1030. - }
- 1031. - .apps_loading .apps_clear_input_hider {
- 1032. - display: none;
- 1033. - }
- 1034. - .apps_loading .apps_load_bar {
- 1035. - display: block;
- 1036. - }
- 1037. - .apps_cat_more {
- 1038. - padding: 12px 0px;
- 1039. - text-align: center;
- 1040. - margin: 0px 12px 10px 12px;
- 1041. - color: #2B587A;
- 1042. - display: none;
- 1043. - }
- 1044. - .apps_cat_more:hover {
- 1045. - background: #E9EDF1;
- 1046. - text-decoration: none;
- 1047. - }
- 1048. - .apps_cat_more_progress {
- 1049. - display: none;
- 1050. - }
- 1051. - .apps_cat_loading:hover {
- 1052. - background: none;
- 1053. - }
- 1054. - .apps_cat_loading .apps_cat_more_progress {
- 1055. - display: inline;
- 1056. - }
- 1057. - .apps_cat_loading .app_cat_more_text {
- 1058. - display: none;
- 1059. - }
- 1060. - #apps_empty {
- 1061. - color: #777;
- 1062. - font-size: 1.09em;
- 1063. - line-height: 200%;
- 1064. - margin: 20px 20px 15px;
- 1065. - padding: 100px 0;
- 1066. - text-align: center;
- 1067. - word-wrap: break-word;
- 1068. - width: 587px;
- 1069. - }
- 1070. - .apps_cat_type {
- 1071. - background: #E1E7ED;
- 1072. - color: #6A839E;
- 1073. - font-size: 1em;
- 1074. - font-weight: bold;
- 1075. - padding: 1px 5px 2px;
- 1076. - margin: 5px 5px 0 0;
- 1077. - -moz-border-radius: 2px;
- 1078. - -webkit-border-radius: 2px;
- 1079. - border-radius: 2px;
- 1080. - }
- 1081. - .apps_cat_type:hover {
- 1082. - text-decoration: none;
- 1083. - background: #D7E0E7;
- 1084. - }
- 1085. - .apps_featured_row {
- 1086. - display: inline-block;
- 1087. - margin: 0px;
- 1088. - *display: inline;
- 1089. - *zoom: 1;
- 1090. - }
- 1091. - .apps_featured_wrap {
- 1092. - width: 606px;
- 1093. - overflow: hidden;
- 1094. - height: 170px;
- 1095. - margin: 16px 10px 10px;
- 1096. - position: relative;
- 1097. - border-radius: 5px;
- 1098. - -moz-border-radius: 5px;
- 1099. - -webkit-border-radius: 5px;
- 1100. - }
- 1101. - .apps_featured_inner {
- 1102. - position: absolute;
- 1103. - margin: 0px;
- 1104. - width: 1400px;
- 1105. - }
- 1106. - .apps_featured_slide {
- 1107. - display: block;
- 1108. - position: absolute;
- 1109. - margin: 19px 580px;
- 1110. - z-index: 10;
- 1111. - padding: 73px 12px 73px 10px;
- 1112. - opacity: 0.6;
- 1113. - filter: alpha(opacity=60);
- 1114. - -webkit-transition: opacity 200ms linear;
- 1115. - -moz-transition: opacity 200ms linear;
- 1116. - -o-transition: opacity 200ms linear;
- 1117. - transition: opacity 200ms linear;
- 1118. - }
- 1119. - .apps_featured_left {
- 1120. - margin-left: 10px;
- 1121. - }
- 1122. - .apps_featured_slide:hover {
- 1123. - opacity: 1;
- 1124. - filter: alpha(opacity=100);
- 1125. - }
- 1126. - .apps_featured_slide:active {
- 1127. - padding: 74px 12px 72px 10px;
- 1128. - }
- 1129. - .apps_featured_icon {
- 1130. - background: url(/images/icons/apps_featured_arrow.png) -13px 0px no-repeat;
- 1131. - width: 13px;
- 1132. - height: 21px;
- 1133. - }
- 1134. - .apps_featured_left .apps_featured_icon {
- 1135. - background-position: 0px 0px;
- 1136. - }
- 1137. - .apps_sticker {
- 1138. - width: 28px;
- 1139. - height: 28px;
- 1140. - background: url('/images/app_notifies.png') no-repeat;
- 1141. - position: absolute;
- 1142. - margin: -11px 57px;
- 1143. - color: #FFFFFF;
- 1144. - font-weight: bold;
- 1145. - font-size: 1em;
- 1146. - padding: 0px 0px;
- 1147. - /*text-shadow: #a70c0c 0px 1px 1px;*/
- 1148. - }
- 1149. - .apps_notify_tt {
- 1150. - width: 260px;
- 1151. - padding: 4px;
- 1152. - /*color: #000000;*/
- 1153. - font-weight: normal;
- 1154. - color: white;
- 1155. - text-shadow: 0px 1px 0px #262626;
- 1156. - }
- 1157. - .apps_notify_date {
- 1158. - color: #CCCCCC;
- 1159. - padding-left: 6px;
- 1160. - }
- 1161. - .apps_notify_tt_title {
- 1162. - font-weight: bold;
- 1163. - color: #FFFFFF;
- 1164. - padding-bottom: 4px;
- 1165. - }
- 1166. - #apps_summary_progress {
- 1167. - margin-right: 6px;
- 1168. - }
- 1169. - .apps_notify_list {
- 1170. - list-style: square;
- 1171. - padding-left: 20px;
- 1172. - padding-top: 2px;
- 1173. - color: #758EAC;
- 1174. - margin: 0px 0px 5px 0px;
- 1175. - }
- 1176. - .apps_notify_list li {
- 1177. - padding: 3px 0px;
- 1178. - }
- 1179. - .apps_notify_list span {
- 1180. - color: #000000;
- 1181. - }
- 1182. - .apps_notify_text {
- 1183. - padding: 2px 0px 0px 0px;
- 1184. - line-height: 140%;
- 1185. - overflow-x: hidden;
- 1186. - }
- 1187. - .apps_notify_photo {
- 1188. -
- 1189. - }
- 1190. - .apps_notify_img {
- 1191. - width: 50px;
- 1192. - border-radius: 3px;
- 1193. - -moz-border-radius: 3px;
- 1194. - -webkit-border-radius: 3px;
- 1195. - }
- 1196. - .apps_notify_item {
- 1197. - padding: 6px 0px 0px 0px;
- 1198. - }
- 1199. - .apps_layer_friends {
- 1200. - background: #F0F0F0;
- 1201. - padding: 10px;
- 1202. -
- 1203. - }
- 1204. - .apps_ss_friend {
- 1205. - width: 25px;
- 1206. - height: 25px;
- 1207. - margin-right: 6px;
- 1208. - }
- 1209. - .apps_ss_playing {
- 1210. - padding: 5px 0px 0px 5px;
- 1211. - color: #777777;
- 1212. - }
- 1213. - .app_layer_name {
- 1214. - font-weight: bold;
- 1215. - color: #2B587A;
- 1216. - padding-bottom: 4px;
- 1217. - }
- 1218. - #apps_layer {
- 1219. - line-height: 140%;
- 1220. - padding: 12px 23px;
- 1221. - }
- 1222. - .wk_cont .apps_i_layer_info {
- 1223. - margin-bottom: 20px;
- 1224. - margin-top: 10px;
- 1225. - width: 100%;
- 1226. - }
- 1227. - .apps_ss_items {
- 1228. - padding: 20px 0px 0px;
- 1229. - }
- 1230. - .apps_i_screenshots {
- 1231. - padding: 12px 0px 0px;
- 1232. - position: relative;
- 1233. - }
- 1234. - #apps_i_slider {
- 1235. - width: 607px;
- 1236. - height: 376px;
- 1237. - overflow: hidden;
- 1238. - }
- 1239. - .apps_i_sl {
- 1240. - width: 607px;
- 1241. - height: 376px;
- 1242. - text-align: center;
- 1243. - }
- 1244. - .apps_i_sl_img {
- 1245. - border-radius: 2px;
- 1246. - -moz-border-radius: 2px;
- 1247. - -webkit-border-radius: 2px;
- 1248. - }
- 1249. - .apps_i_thumb {
- 1250. - border-radius: 2px;
- 1251. - -moz-border-radius: 2px;
- 1252. - -webkit-border-radius: 2px;
- 1253. - }
- 1254. - #apps_i_th_contr {
- 1255. - padding: 9px 0px 0px 0px;
- 1256. - text-align: center;
- 1257. - /*height: 90px;
- 1258. - overflow: hidden;*/
- 1259. - }
- 1260. - .apps_i_th_img {
- 1261. - margin-left: 9px;
- 1262. - -webkit-border-radius: 2px;
- 1263. - -moz-border-radius: 2px;
- 1264. - border-radius: 2px;
- 1265. - opacity: 0.6;
- 1266. - filter: alpha(opacity=60);
- 1267. - cursor: pointer;
- 1268. - vertical-align: top;
- 1269. - }
- 1270. - .apps_i_th_act {
- 1271. - opacity: 1;
- 1272. - filter: alpha(opacity=100);
- 1273. - cursor: default;
- 1274. - }
- 1275. - .apps_i_th_cont {
- 1276. - display: inline-block;
- 1277. - *display: block;
- 1278. - *zoom:1;
- 1279. - height: 90px;
- 1280. - overflow-y: hidden;
- 1281. - -webkit-border-radius: 2px;
- 1282. - -moz-border-radius: 2px;
- 1283. - border-radius: 2px;
- 1284. - }
- 1285. - .apps_i_th_first {
- 1286. - margin-left: 0px;
- 1287. - }
- 1288. - .apps_i_act_slider {
- 1289. - cursor: pointer;
- 1290. - }
- 1291. - .app_i_icon {
- 1292. - border-radius: 5px;
- 1293. - -moz-border-radius: 5px;
- 1294. - -webkit-border-radius: 5px;
- 1295. - margin-right: 10px;
- 1296. - }
- 1297. - .apps_i_panel {
- 1298. - text-align: left;
- 1299. - background: #F7F7F7;
- 1300. - padding: 15px;
- 1301. - border-bottom: solid 1px #DAE1E8;
- 1302. - }
- 1303. - .apps_i_cont {
- 1304. - text-align: left;
- 1305. - background: #FFFFFF;
- 1306. - padding: 0px 15px 15px 15px;
- 1307. - }
- 1308. - .apps_i_cont .apps_ss_items {
- 1309. - padding-top: 18px;
- 1310. - }
- 1311. - .apps_i_page_friends {
- 1312. - padding: 10px 0px 0px 0px;
- 1313. - }
- 1314. - .app_i_page_screen {
- 1315. - background: #FFFFFF;
- 1316. - padding: 0px 10px;
- 1317. - }
- 1318. - #apps_i_btn {
- 1319. - padding-right: 2px;
- 1320. - }
- 1321. - .apps_i_btn_bg {
- 1322. - background: url(/images/backlink.gif?4) right -128px no-repeat;
- 1323. - padding-right: 25px;
- 1324. - }
- 1325. - .apps_i_policy {
- 1326. - background: #f7f7f7;
- 1327. - border-top: 1px solid #f0f0f0;
- 1328. - padding: 6px 8px 8px;
- 1329. - color: #777777;
- 1330. - text-align: center;
- 1331. - }
- 1332. - .apps_submenu {
- 1333. - background: #F7F7F7;
- 1334. - padding: 0px 10px 10px 10px;
- 1335. - border-top: 1px solid #E1E7ED;
- 1336. - border-bottom: 1px solid #E1E7ED;
- 1337. - margin-top: 20px;
- 1338. - margin-bottom: 5px;
- 1339. - }
- 1340. - .apps_notify_show_other {
- 1341. - display: block;
- 1342. - padding-top: 4px;
- 1343. - position: relative;
- 1344. - font-weight: bold;
- 1345. - color: #91A4B8;
- 1346. - -webkit-transition: color 200ms linear;
- 1347. - -moz-transition: color 200ms linear;
- 1348. - -o-transition: color 200ms linear;
- 1349. - transition: color 200ms linear;
- 1350. - }
- 1351. -
- 1352. - .apps_notify_show_other:hover {
- 1353. - color: #45688E;
- 1354. - text-decoration: none;
- 1355. - }
- 1356. - .apps_request_box_info {
- 1357. - padding: 0px 10px;
- 1358. - line-height: 140%;
- 1359. - width:328px;
- 1360. - }
- 1361. - .apps_icon {
- 1362. - border-radius: 3px;
- 1363. - -moz-border-radius: 3px;
- 1364. - -webkit-border-radius: 3px;
- 1365. - }
- 1366. - .apps_request_row {
- 1367. - margin: 12px 10px;
- 1368. - border-top: 1px solid #e0e7ed;
- 1369. - padding-top: 10px;
- 1370. - }
- 1371. - .apps_request_list {
- 1372. - padding-bottom: 1px;
- 1373. - }
- 1374. - .apps_request_list .apps_request_row:first-child {
- 1375. - border-top: none;
- 1376. - padding-top: 0px;
- 1377. - }
- 1378. - #apps_requests_more .apps_request_row:first-child {
- 1379. - border-top: 1px solid #e0e7ed;
- 1380. - padding-top: 10px;
- 1381. - }
- 1382. - .apps_request_info {
- 1383. - padding: 0px 10px;
- 1384. - width: 480px;
- 1385. - }
- 1386. - .apps_request_header {
- 1387. - padding-bottom: 4px;
- 1388. - color: #666;
- 1389. - }
- 1390. - .apps_request_buttons {
- 1391. - padding-top: 10px;
- 1392. - }
- 1393. - .apps_request_buttons a {
- 1394. - margin-right: 8px;
- 1395. - }
- 1396. - .apps_request_removed {
- 1397. - padding: 9px;
- 1398. - text-align: center;
- 1399. - }
- 1400. - .apps_request_restore {
- 1401. - color:#777;
- 1402. - padding-bottom: 9px;
- 1403. - }
- 1404. - .apps_name_tt {
- 1405. - min-width: 75px;
- 1406. - text-align: center;
- 1407. - }
- 1408. - .apps_requests_banned {
- 1409. - color: #707070;
- 1410. - }
- 1411. - .apps_no_flash_msg {
- 1412. - padding: 120px 10px;
- 1413. - color: #666666;
- 1414. - text-align: center;
- 1415. - font-size: 1.1em;
- 1416. - }
- 1417. - .apps_score {
- 1418. - display: inline-block;
- 1419. - *display: block;
- 1420. - *zoom: 1;
- 1421. - width: 50px;
- 1422. - height: 50px;
- 1423. - margin: 10px 8px 0px 0px;
- 1424. - position: relative;
- 1425. - }
- 1426. - .apps_score:hover {
- 1427. - text-decoration: none;
- 1428. - }
- 1429. - .apps_score_img {
- 1430. - width: 50px;
- 1431. - height: 50px;
- 1432. - border-radius: 2px;
- 1433. - }
- 1434. - .apps_score_level {
- 1435. - position: absolute;
- 1436. - color: #FFFFFF;
- 1437. - background: rgba(0,0,0,0.6);
- 1438. - font-weight: bold;
- 1439. - padding: 1px 3px;
- 1440. - bottom: 0px;
- 1441. - right: 0px;
- 1442. - font-size: 11px;
- 1443. - border-radius: 2px;
- 1444. - }
- 1445. - .apps_score_link {
- 1446. - color: #777777;
- 1447. - }
- 1448. - .apps_score_tt {
- 1449. - font-weight: normal;
- 1450. - }
- 1451. - #show_more_progress {
- 1452. - text-align: center;
- 1453. - width: 603px;
- 1454. - }
- 1455. - .apps_friends_box {
- 1456. - overflow: auto;
- 1457. - max-height: 380px;
- 1458. - padding: 10px;
- 1459. - padding-bottom: 0px;
- 1460. - width: 380px;
- 1461. - }
- 1462. - .apps_frbox_row {
- 1463. - border-bottom: 1px solid #dee4e8;
- 1464. - margin-bottom: 5px;
- 1465. - padding-bottom: 2px;
- 1466. - height: 53px;
- 1467. - position: relative;
- 1468. - }
- 1469. - .apps_frbox_row:last-child {
- 1470. - border-bottom: none;
- 1471. - }
- 1472. - .apps_frbox_photo {
- 1473. - position: absolute;
- 1474. -
- 1475. - }
- 1476. - .apps_frbox_cont {
- 1477. - padding-left: 60px;
- 1478. - }
- 1479. - .apps_frbox_info {
- 1480. - color: #777777;
- 1481. - }
- 1482. - .apps_score_tt_cont {
- 1483. - padding: 1px 2px;
- 1484. - line-height: 150%;
- 1485. - }
- 1486. - .apps_ss_friend_img {
- 1487. - display: block;
- 1488. - }
- 1489. - .apps_i_run_box {
- 1490. - left: 50%;
- 1491. - top: 50%;
- 1492. - position: absolute;
- 1493. - z-index: 10;
- 1494. - background: url(/images/inline_video_small_play.png) right no-repeat;
- 1495. - background-color: rgba(0, 0, 0, 0.6);
- 1496. - height: 14px;
- 1497. - color: white;
- 1498. - font-weight: bold;
- 1499. - border-radius: 10px;
- 1500. - padding: 16px 45px 16px 15px;
- 1501. - font-size: 13px;
- 1502. - line-height: 100%;
- 1503. - margin-left: -80px;
- 1504. - margin-top: -68px;
- 1505. - text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
- 1506. - opacity: 0.8;
- 1507. - filter: alpha(opacity=80);
- 1508. - cursor: pointer;
- 1509. - }
- 1510. - .apps_i_app_run {
- 1511. - margin-left: -107px;
- 1512. - }
- 1513. - .apps_i_single_run {
- 1514. - margin-top: -23px;
- 1515. - }
- 1516. - .apps_sett_section {
- 1517. - padding-left: 14px;
- 1518. - }
- 1519. - .apps_info_app_act {
- 1520. - display: block;
- 1521. - padding-top: 5px;
- 1522. - }
- 1523. -
- 1524. - .apps_feed_cont {
- 1525. - vertical-align: top;
- 1526. - width: 329px;
- 1527. - margin-left: 20px;
- 1528. - }
- 1529. - .apps_feed_row {
- 1530. - margin: 10px 0px;
- 1531. - position: relative;
- 1532. - border-bottom: 1px solid #e7eaed;
- 1533. - padding-bottom: 10px;
- 1534. - width: 329px;
- 1535. - }
- 1536. - .apps_feed_last {
- 1537. - border-bottom: none;
- 1538. - }
- 1539. - .apps_feed_user_photo {
- 1540. - position: absolute;
- 1541. - }
- 1542. - .apps_feed_animate_cont {
- 1543. - overflow: hidden;
- 1544. - height: 1px;
- 1545. - position: relative;
- 1546. - margin: 10px 0px;
- 1547. - }
- 1548. - .apps_feed_animate_el {
- 1549. - position: absolute;
- 1550. - bottom: 0;
- 1551. - margin: 0px;
- 1552. - }
- 1553. - .apps_block_summary {
- 1554. - padding: 14px 0px 2px;
- 1555. - margin: 2px 0px 0px;
- 1556. - color: #45688E;
- 1557. - border-bottom: 1px solid #DAE1E8;
- 1558. - font-weight: bold;
- 1559. - font-size: 1.1em;
- 1560. - }
- 1561. - .apps_cat_summary {
- 1562. - margin: 0px 10px;
- 1563. - font-size: 1em;
- 1564. - font-weight: normal;
- 1565. - }
- 1566. - #apps_cat_summary {
- 1567. - padding-top: 16px;
- 1568. - }
- 1569. - #apps_cat_header {
- 1570. - font-weight: bold;
- 1571. - font-size: 1.1em;
- 1572. - }
- 1573. - .apps_request_img {
- 1574. - width: 50px;
- 1575. - height: 50px;
- 1576. - -webkit-border-radius: 3px;
- 1577. - -moz-border-radius: 3px;
- 1578. - border-radius: 3px;
- 1579. - }
- 1580. - .apps_recent_info {
- 1581. - padding-left: 50px;
- 1582. - height: 38px;
- 1583. - padding-top: 2px;
- 1584. - }
- 1585. - .is_rtl1 .apps_recent_info {
- 1586. - padding-right: 50px;
- 1587. - padding-left: 0px;
- 1588. - padding-top: 2px;
- 1589. - }
- 1590. - .apps_feed_info {
- 1591. - padding-left: 50px;
- 1592. - padding-right: 50px;
- 1593. - height: 38px;
- 1594. - padding-top: 2px;
- 1595. - }
- 1596. - .apps_recent_info_str {
- 1597. - color: #777777;
- 1598. - padding: 5px 0px 0px 0px;
- 1599. - }
- 1600. - .apps_recent_img {
- 1601. - vertical-align: top;
- 1602. - width: 75px;
- 1603. - height: 75px;
- 1604. - -webkit-border-radius: 3px;
- 1605. - -moz-border-radius: 3px;
- 1606. - border-radius: 3px;
- 1607. - }
- 1608. - .apps_recent_row {
- 1609. - display: inline-block;
- 1610. - *display: inline;
- 1611. - zoom: 1;
- 1612. - margin: 0px 13px 12px 0px;
- 1613. - }
- 1614. - .apps_recent_row_hidden {
- 1615. - display: none;
- 1616. - }
- 1617. - .apps_feed_user_img {
- 1618. - width: 40px;
- 1619. - height: 40px;
- 1620. - -webkit-border-radius: 3px;
- 1621. - -moz-border-radius: 3px;
- 1622. - border-radius: 3px;
- 1623. - }
- 1624. - .apps_empty_block {
- 1625. - font-size: 1.1em;
- 1626. - color: #777777;
- 1627. - text-align: center;
- 1628. - line-height: 160%;
- 1629. - height: 100%;
- 1630. - vertical-align: middle;
- 1631. - padding-bottom: 10px;
- 1632. - }
- 1633. - .apps_cat_layout, .apps_cat_layout td, .apps_cat_layout tr {
- 1634. - padding: 0px;
- 1635. - margin: 0px;
- 1636. - border-spacing: 0px;
- 1637. - border: none;
- 1638. - }
- 1639. - td.apps_recent_td {
- 1640. - padding-left: 11px;
- 1641. - width: 264px;
- 1642. - }
- 1643. - td.apps_recent_cont {
- 1644. - vertical-align: top;
- 1645. - width: 270px;
- 1646. - padding-top: 11px;
- 1647. - padding-bottom: 8px;
- 1648. - }
- 1649. - td.apps_feed_cont {
- 1650. - padding-top: 1px;
- 1651. - }
- 1652. - .apps_recent_summary {
- 1653. - width: 251px;
- 1654. - }
- 1655. - td.apps_feed_td {
- 1656. - padding-left: 6px;
- 1657. - }
- 1658. - .apps_info_link {
- 1659. - color: #909090;
- 1660. - }
- 1661. - td.apps_cat_popular_h {
- 1662. - padding-left: 12px;
- 1663. - padding-right: 10px;
- 1664. - width: 289px;
- 1665. - vertical-align: top;
- 1666. - }
- 1667. - td.apps_cat_new_h {
- 1668. - padding-left: 10px;
- 1669. - padding-right: 10px;
- 1670. - width: 293px;
- 1671. - vertical-align: top;
- 1672. - }
- 1673. - .apps_cat_h {
- 1674. - margin-top: 20px;
- 1675. - margin-bottom: 10px;
- 1676. - }
- 1677. - .apps_feed_app_img {
- 1678. - width: 40px;
- 1679. - height: 40px;
- 1680. - -webkit-border-radius: 3px;
- 1681. - -moz-border-radius: 3px;
- 1682. - border-radius: 3px;
- 1683. - }
- 1684. - .apps_feed_app_photo {
- 1685. - position: absolute;
- 1686. - margin-left: 288px;
- 1687. - }
- 1688. - .apps_feed_str_cont {
- 1689. - position: absolute;
- 1690. - width: 229px;
- 1691. - padding: 0px;
- 1692. - }
- 1693. - .apps_feed_info_str {
- 1694. - display: inline-block;
- 1695. - *display: block;
- 1696. - *zoom: 1;
- 1697. - color: #999;
- 1698. - background: #FFFFFF;
- 1699. - line-height: 160%;
- 1700. - font-size: 11px;
- 1701. - }
- 1702. - .apps_cat_filter_load {
- 1703. - position: absolute;
- 1704. - margin: 3px 242px;
- 1705. - }
- 1706. - .apps_empty_cat {
- 1707. - font-size: 1.1em;
- 1708. - color: #777777;
- 1709. - text-align: center;
- 1710. - line-height: 160%;
- 1711. - height: 100%;
- 1712. - vertical-align: middle;
- 1713. - padding: 80px 30px;
- 1714. - }
- 1715. - .apps_block_more {
- 1716. - display: block;
- 1717. - padding: 10px 0px;
- 1718. - text-align: center;
- 1719. - margin: 2px 10px 0px 10px;
- 1720. - color: #738392;
- 1721. - background: #EFF1F3;
- 1722. - z-index: 100;
- 1723. - }
- 1724. - .apps_block_more:hover {
- 1725. - background: #E9EDF1;
- 1726. - text-decoration: none;
- 1727. - }
- 1728. - .apps_featured_summary {
- 1729. - color: #47688D;
- 1730. - font-weight: bold;
- 1731. - font-size: 1.14em;
- 1732. - margin: 14px 10px 0px;
- 1733. - }
- 1734. -
- 1735. - /* apps ads rows */
- 1736. - .app_ads_image_cont {
- 1737. - vertical-align: top;
- 1738. - padding: 0px;
- 1739. - width: 60px;
- 1740. - text-align: center;
- 1741. - }
- 1742. - .app_ads_image_h {
- 1743. - padding-left: 10px;
- 1744. - width: 50px;
- 1745. - height: 50px;
- 1746. - overflow: hidden;
- 1747. - }
- 1748. - .is_rtl1 .app_ads_image_h {
- 1749. - padding-left: 0px;
- 1750. - padding-right: 10px;
- 1751. - }
- 1752. - .app_ads_image {
- 1753. - width: 50px;
- 1754. - height: 50px;
- 1755. - -moz-border-radius: 5px;
- 1756. - -webkit-border-radius: 5px;
- 1757. - border-radius: 5px;
- 1758. - margin-bottom: 10px;
- 1759. - }
- 1760. - .apps_ads_info {
- 1761. - padding: 0px 0px 0px 10px;
- 1762. - vertical-align: top;
- 1763. - width: 121px;
- 1764. - }
- 1765. - .is_rtl1 .apps_ads_info {
- 1766. - padding: 0px 10px 0px 0px;
- 1767. - }
- 1768. - .apps_ads_info .app_name {
- 1769. - max-width: 122px;
- 1770. - overflow: hidden;
- 1771. - -o-text-overflow: ellipsis;
- 1772. - text-overflow: ellipsis;
- 1773. - }
- 1774. - .apps_ads_users {
- 1775. - padding: 2px 0px 0px;
- 1776. - color: #777777;
- 1777. - }
- 1778. - .font_medium .apps_ads_users {
- 1779. - padding: 0px;
- 1780. - }
- 1781. - .apps_ads_row {
- 1782. - display: inline-block;
- 1783. - width: 191px;
- 1784. - padding: 9px 0px;
- 1785. - vertical-align: top;
- 1786. - *display: inline;
- 1787. - *zoom: 1;
- 1788. - }
- 1789. - .apps_ads_rows {
- 1790. - background-color: #F0F0F0;
- 1791. - margin-top: 14px;
- 1792. - margin-bottom: 10px;
- 1793. - }
- 1794. -
- 1795. - .apps_recommends {
- 1796. - padding-top: 6px;
- 1797. - margin-top: -6px;
- 1798. - border-top: 1px solid #DBE1E7;
- 1799. - }
- 1800. - .apps_recom {
- 1801. - width: 281px;
- 1802. - padding: 10px;
- 1803. - }
- 1804. - .apps_recom_thumb {
- 1805. - display: block;
- 1806. - width: 90px;
- 1807. - height: 75px;
- 1808. - overflow: hidden;
- 1809. - }
- 1810. - .apps_recom_img {
- 1811. - -webkit-border-radius: 5px;
- 1812. - -khtml-border-radius: 5px;
- 1813. - -moz-border-radius: 5px;
- 1814. - border-radius: 5px;
- 1815. - }
- 1816. - .apps_recom_name {
- 1817. - width: 190px;
- 1818. - overflow: hidden;
- 1819. - -o-text-overflow: ellipsis;
- 1820. - text-overflow: ellipsis;
- 1821. - white-space: nowrap;
- 1822. - }
- 1823. - .apps_recom_lnk {
- 1824. - color: #45688E;
- 1825. - font-weight: bold;
- 1826. - }
- 1827. - .apps_recom_details {
- 1828. - width: 190px;
- 1829. - color: #777;
- 1830. - padding: 3px 0px;
- 1831. - }
- 1832. - .apps_recom_bottom {
- 1833. - margin: 10px -23px -22px;
- 1834. - text-align: center;
- 1835. - padding: 7px;
- 1836. - background: #F7F7F7;
- 1837. - border-top: 1px solid #F0F0F0;
- 1838. - }
- 1839. - #apps_requests_text {
- 1840. - font-size: 1.1em;
- 1841. - }
- 1842. - .apps_cat_en_summary {
- 1843. - margin: 10px 12px 10px 12px;
- 1844. - }
- 1845. - #app_testers_prgs {
- 1846. - padding: 2px 0 0 5px;
- 1847. - display: none;
- 1848. - }
- 1849. - .apps_cancel_request {
- 1850. - display: inline-block;
- 1851. - *display: inline;
- 1852. - zoom: 1;
- 1853. - padding-top: 5px;
- 1854. - vertical-align: top;
- 1855. - }
- 1856. - .apps_summary_right_link {
- 1857. - font-size: 0.91em;
- 1858. - font-weight: normal;
- 1859. - }
- 1860. -
- 1861. - #box_layer .apps_blacklist_wrap {
- 1862. - overflow: auto;
- 1863. - overflow-y: scroll;
- 1864. - overflow-x: hidden;
- 1865. - margin-top: -4px;
- 1866. - margin-bottom: -4px;
- 1867. - position: relative;
- 1868. - }
- 1869. - #box_layer .apps_blacklist {
- 1870. - padding-top: 5px;
- 1871. - }
- 1872. - .apps_blacklist .olist_item {
- 1873. - position: relative;
- 1874. - }
- 1875. - .apps_blacklist_filter_wrap {
- 1876. - padding: 10px 0 10px 10px;
- 1877. - background-color: #F7F7F7;
- 1878. - }
- 1879. - .apps_blacklist_filter_wrap .olist_filter {
- 1880. - width: 358px;
- 1881. - }
- 1882. - .apps_cat_summary_dd {
- 1883. - background: url(/images/flydead.gif) no-repeat right 1px;
- 1884. - padding-right: 17px;
- 1885. - margin-right: 1px;
- 1886. - }
- 1887. - .is_2x .apps_cat_summary_dd {
- 1888. - background-size: 14px 90px;
- 1889. - background-image: url(/images/flydead_2x.gif);
- 1890. - }
- 1891. - .apps_summary_dd {
- 1892. - margin-left: 0px;
- 1893. - }
- 1894. - .apps_summary_upl {
- 1895. - display: none;
- 1896. - }
- 1897. - .apps_summary_loading .apps_summary_upl {
- 1898. - display: block;
- 1899. - }
- 1900. - .apps_summary_loading .apps_cat_summary_dd {
- 1901. - display: none;
- 1902. - }
- 1903. - .apps_cat_new {
- 1904. - padding: 6px 0px 0px 0px;
- 1905. - }
- 1906. - #app_new_more {
- 1907. - margin-bottom: 2px;
- 1908. - }
- 1909. - .app_new_sticker {
- 1910. - background: url('/images/icons/new_app_en.png') 0px 0px no-repeat;
- 1911. - width: 60px;
- 1912. - height: 60px;
- 1913. - position: absolute;
- 1914. - margin-left: -1px;
- 1915. - margin-top: -1px;
- 1916. - z-index: 10;
- 1917. - }
- 1918. - .apps_sticker_ru {
- 1919. - background-image: url('/images/icons/new_app_ru.png');
- 1920. - }
- 1921. - .apps_sticker_ua {
- 1922. - background-image: url('/images/icons/new_app_ua.png');
- 1923. - }
- 1924. - #apps_new_hidden {
- 1925. - display: none;
- 1926. - }
- 1927. - .apps_new_rows_wrap {
- 1928. - border-bottom: 1px solid #DAE1E8;
- 1929. - }
- 1930. - .apps_new_rows_wrap:last-child {
- 1931. - border-bottom: 0px;
- 1932. - }
- 1933. - .apps_new_date {
- 1934. - width: 100px;
- 1935. - font-weight: bold;
- 1936. - font-size: 1.18em;
- 1937. - color: #45688E;
- 1938. - padding: 10px 0px;
- 1939. - text-align: center;
- 1940. - }
- 1941. - .apps_new_rows {
- 1942. - background: #FFFFFF;
- 1943. - border-left: 1px solid #DAE1E8;
- 1944. - }
- 1945. - .apps_new_row {
- 1946. - padding: 10px;
- 1947. - border-bottom: 1px solid #DAE1E8;
- 1948. - }
- 1949. - .apps_new_row:last-child {
- 1950. - border-bottom: 0px;
- 1951. - }
- 1952. - .apps_new_row.active {
- 1953. - background: #ebffeb;
- 1954. - }
- 1955. - .apps_new_row.empty {
- 1956. - width: 525px;
- 1957. - padding: 42px 0px 41px;
- 1958. - text-align: center;
- 1959. - color: #777777;
- 1960. - font-size: 1.09em;
- 1961. - background: #F7F7F7;
- 1962. - }
- 1963. - .apps_new_row.waiting {
- 1964. - background: #F5F9FB;
- 1965. - }
- 1966. - .apps_new_img {
- 1967. - width: 88px;
- 1968. - }
- 1969. - .apps_new_description_wrap {
- 1970. - width: 332px;
- 1971. - }
- 1972. - .apps_new_actions {
- 1973. - width: 85px;
- 1974. - }
- 1975. - .apps_new_img img {
- 1976. - height: 75px;
- 1977. - width: 75px;
- 1978. - }
- 1979. - .apps_new_description {
- 1980. - padding: 5px 0px 0px;
- 1981. - }
- 1982. - .apps_new_description .label {
- 1983. - color: #777777;
- 1984. - width: 110px;
- 1985. - }
- 1986. - .apps_new_action {
- 1987. - display: block;
- 1988. - padding: 6px 14px 0px;
- 1989. - font-weight: normal;
- 1990. - height: 19px;
- 1991. - text-align: left;
- 1992. - }
- 1993. - a.apps_new_action:hover {
- 1994. - background: #E1E7ED;
- 1995. - text-decoration: none;
- 1996. - }
- 1997. - .apps_new_box_label {
- 1998. - color: #777;
- 1999. - padding-bottom: 10px;
- 2000. - }
- 2001. - #apps_new_box_comment {
- 2002. - width: 414px;
- 2003. - height: 100px;
- 2004. - }
- 2005. - .app_cat_name {
- 2006. - width: 192px;
- 2007. - height: 16px;
- 2008. - overflow: hidden;
- 2009. - padding-top: 2px;
- 2010. - }
- 2011. - .apps_featured_img {
- 2012. - -webkit-border-radius: 5px;
- 2013. - -moz-border-radius: 5px;
- 2014. - border-radius: 5px;
- 2015. - }
- 2016. - #edit_more_link {
- 2017. - margin-bottom: 10px;
- 2018. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment