Hormold

VK Change (#1374247807)

Jul 19th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 234.84 KB | None | 0 0
  1. Файл - wkview.css (Старый размер - 23159 | Новый - 0):
  2. 0.  - #wkview_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - #wk_layer_wrap {
  7. 5.  -   overflow: auto;
  8. 6.  -   top: 0;
  9. 7.  -   left: 0;
  10. 8.  -   width: 100%;
  11. 9.  -   height: 100%;
  12. 10.  -   z-index: 500;
  13. 11.  -   display: none;
  14. 12.  - }
  15. 13.  - body.mobfixed #wk_layer_wrap {
  16. 14.  -   overflow: visible;
  17. 15.  - }
  18. 16.  - .wk_fixed {
  19. 17.  -   left: 0px;
  20. 18.  -   top: 0px;
  21. 19.  -   z-index: 601;
  22. 20.  - }
  23. 21.  - .wk_fixed div {
  24. 22.  -   position: absolute;
  25. 23.  -   z-index: 602;
  26. 24.  - }
  27. 25.  - .wk_fixed div div {
  28. 26.  -   position: static;
  29. 27.  - }
  30. 28.  - #layer_bg.wk_light {
  31. 29.  -   background: #000;
  32. 30.  -   opacity: 0.4!important;
  33. 31.  -   filter: alpha(opacity=40);
  34. 32.  - }
  35. 33.  -
  36. 34.  - #layer_bg.wk_dark {
  37. 35.  -   background: #000;
  38. 36.  -   opacity: 0.7;
  39. 37.  -   filter: alpha(opacity=70);
  40. 38.  - }
  41. 39.  -
  42. 40.  - @-moz-document url-prefix() {
  43. 41.  -   #layer_bg.wk_light {
  44. 42.  -     background: url(/images/layer_bg_medium.png);
  45. 43.  -     opacity: 1 !important;
  46. 44.  -   }
  47. 45.  -   #layer_bg.wk_dark {
  48. 46.  -     background: url('/images/layer_bg_black.png');
  49. 47.  -     opacity: 1 !important;
  50. 48.  -   }
  51. 49.  - }
  52. 50.  -
  53. 51.  - .wk_wrap {
  54. 52.  -   overflow: auto;
  55. 53.  -   z-index: 610;
  56. 54.  - }
  57. 55.  -
  58. 56.  - .video_layer_message {
  59. 57.  -   color: #AAAAAA;
  60. 58.  -   width: 640px;
  61. 59.  -   padding: 150px 30px;
  62. 60.  -   text-align: center;
  63. 61.  - }
  64. 62.  - .wk_cont {
  65. 63.  -   position: relative;
  66. 64.  -   margin: 0px auto;
  67. 65.  -   padding: 10px 0px 80px;
  68. 66.  - }
  69. 67.  - .wk_cont_top_t {
  70. 68.  -   padding: 0px 100px;
  71. 69.  - }
  72. 70.  - .wk_cont table.wk_cont_t {
  73. 71.  -   margin: 0px auto;
  74. 72.  - }
  75. 73.  - .wk_cont .sidesh {
  76. 74.  -   background: #000;
  77. 75.  -   width: 1px;
  78. 76.  -   vertical-align: top;
  79. 77.  - }
  80. 78.  - .wk_cont .sidesh div.sidesh_filler {
  81. 79.  -   width: 1px;
  82. 80.  -   overflow: hidden;
  83. 81.  - }
  84. 82.  - .wk_cont .bottomsh {
  85. 83.  -   background: #000;
  86. 84.  -   height: 1px;
  87. 85.  - }
  88. 86.  - .wk_cont .bottom_section_section_sectionersesh div {
  89. 87.  -   height: 1px;
  90. 88.  -   overflow: hidden;
  91. 89.  - }
  92. 90.  - .wk_cont .s1 {
  93. 91.  -   opacity: 0.05;
  94. 92.  -   filter: alpha(opacity=5);
  95. 93.  - }
  96. 94.  - .wk_cont .s2 {
  97. 95.  -   opacity: 0.15;
  98. 96.  -   filter: alpha(opacity=15);
  99. 97.  - }
  100. 98.  - .wk_cont .s3 {
  101. 99.  -   opacity: 0.25;
  102. 100.  -   filter: alpha(opacity=25);
  103. 101.  - }
  104. 102.  -
  105. 103.  -
  106. 104.  - #wk_box {
  107. 105.  -   overflow: hidden;
  108. 106.  -   padding: 0;
  109. 107.  -   background: white;
  110. 108.  -   position: relative;
  111. 109.  - }
  112. 110.  - #wk_approve {
  113. 111.  -   background: white;
  114. 112.  -   padding: 15px 25px;
  115. 113.  -   border-bottom: 1px solid #DAE1E8;
  116. 114.  -   background: #F7F7F7;
  117. 115.  -   text-align: center;
  118. 116.  - }
  119. 117.  - #wk_approve table {
  120. 118.  -   width: 550px;
  121. 119.  - }
  122. 120.  - #wk_approve td {
  123. 121.  -   padding: 0px 5px;
  124. 122.  - }
  125. 123.  - #wk_approve table .info {
  126. 124.  -   width: 100%;
  127. 125.  -   padding-bottom: 10px;
  128. 126.  - }
  129. 127.  -
  130. 128.  - #wk_loader {
  131. 129.  -   background: url(/images/progress_gray.gif) no-repeat 50% 50%;
  132. 130.  -   width: 780px;
  133. 131.  -   height: 420px;
  134. 132.  -   margin: 0px auto;
  135. 133.  -   display: none;
  136. 134.  - }
  137. 135.  - .wk_edit_link,
  138. 136.  - .wk_edit_divide {
  139. 137.  -   display: none;
  140. 138.  - }
  141. 139.  - .wk_view_edit_link .wk_edit_link,
  142. 140.  - .wk_view_edit_link .wk_edit_divide {
  143. 141.  -   display: block;
  144. 142.  -   padding: 17px 4px 0px;
  145. 143.  - }
  146. 144.  - .wk_close_link {
  147. 145.  -   padding: 17px 20px 0px;
  148. 146.  -   outline: none;
  149. 147.  - }
  150. 148.  - .wk_view_edit_link .wk_close_link {
  151. 149.  -   padding-left: 4px;
  152. 150.  - }
  153. 151.  - #wk_content {
  154. 152.  -   clear: left;
  155. 153.  -   width: 653px;
  156. 154.  - }
  157. 155.  -
  158. 156.  - .wk_wiki_content {
  159. 157.  -   font-size: 1.09em;
  160. 158.  -   padding: 12px 23px 22px;
  161. 159.  -   line-height: 160%;
  162. 160.  - }
  163. 161.  - .wk_small_content {
  164. 162.  -   font-size: 1em;
  165. 163.  - }
  166. 164.  - .wk_nano_content {
  167. 165.  -   font-size: 1em;
  168. 166.  -   padding: 0px;
  169. 167.  - }
  170. 168.  - #wk_summary {
  171. 169.  -   height: 13px;
  172. 170.  -   padding: 0px;
  173. 171.  -   margin: 16px 20px 0px;
  174. 172.  -   width: 450px;
  175. 173.  - }
  176. 174.  - #wk_summary .summary {
  177. 175.  -   color: #2B587A;
  178. 176.  -   font-weight: bold;
  179. 177.  -   font-size: 1.18em;
  180. 178.  -   color: #45688E;
  181. 179.  - }
  182. 180.  - .pages_body {
  183. 181.  -   width: 598px;
  184. 182.  -   height: 400px;
  185. 183.  -   border: 1px solid #C0CAD5;
  186. 184.  -   padding: 3px;
  187. 185.  -   font-size: 1em;
  188. 186.  - }
  189. 187.  - #pages_html {
  190. 188.  -   width: 598px;
  191. 189.  -   height: 400px;
  192. 190.  - }
  193. 191.  - .wk_save_info {
  194. 192.  -   padding: 5px 10px 0px 10px;
  195. 193.  -   color: #777777;
  196. 194.  - }
  197. 195.  - .wk_buttons_cont {
  198. 196.  -   height: 52px;
  199. 197.  -   position: relative;
  200. 198.  - }
  201. 199.  - #wk_buttons_panel {
  202. 200.  -   width: 603px;
  203. 201.  -   background: #FFFFFF;
  204. 202.  -   height: 35px;
  205. 203.  -   padding: 10px 25px 0px 25px;
  206. 204.  - }
  207. 205.  - .wk_buttons_panel_shadow {
  208. 206.  -   position: absolute;
  209. 207.  -   width: 654px;
  210. 208.  -   height: 3px;
  211. 209.  -   z-index: 100;
  212. 210.  -   background: #555;
  213. 211.  -   opacity: 0.12;
  214. 212.  -   filter: alpha(opacity=12);
  215. 213.  -   margin-top: -13px;
  216. 214.  -   margin-left: -25px;
  217. 215.  -   display: none;
  218. 216.  - }
  219. 217.  - .wk_panel_fixed .wk_buttons_panel_shadow {
  220. 218.  -   display: block;
  221. 219.  - }
  222. 220.  - #wk_buttons_panel.wk_panel_fixed {
  223. 221.  -   background: #F1F1F1;
  224. 222.  -   border-top: 1px solid #DAE1E8;
  225. 223.  - }
  226. 224.  - .wk_panel_fixed
  227. 225.  - .wk_pages_acts {
  228. 226.  -   padding: 4px 0px 0px 0px;
  229. 227.  - }
  230. 228.  - .pages_access_options .radiobtn {
  231. 229.  -   display: block;
  232. 230.  -   margin: 10px 0px;
  233. 231.  - }
  234. 232.  - .wk_top_fixed .editor_toolbar {
  235. 233.  -   padding-left: 25px;
  236. 234.  -   padding-right: 25px;
  237. 235.  -   width: 604px;
  238. 236.  - }
  239. 237.  -
  240. 238.  - .wk_top_fixed .editor_toolbar {
  241. 239.  -   position: fixed;
  242. 240.  -   top: 0px;
  243. 241.  - }
  244. 242.  - .wk_top_fixed #wke_buttons {
  245. 243.  -   position: fixed;
  246. 244.  -   top: 0px;
  247. 245.  -   width: 624px;
  248. 246.  -   height: 32px;
  249. 247.  - }
  250. 248.  - .editor_layer .editor_toolbar {
  251. 249.  -   padding: 3px 23px 6px;
  252. 250.  -   width: 608px;
  253. 251.  -   border-bottom: none;
  254. 252.  - }
  255. 253.  -
  256. 254.  - #wk_top_toolbox_shadow {
  257. 255.  -   position: fixed;
  258. 256.  -   width: 654px;
  259. 257.  -   height: 3px;
  260. 258.  -   z-index: 100;
  261. 259.  -   background: #555;
  262. 260.  -   opacity: 0.12;
  263. 261.  -   filter: alpha(opacity=12);
  264. 262.  -   display: none;
  265. 263.  - }
  266. 264.  -
  267. 265.  - .wk_top_fixed #wk_top_toolbox_shadow {
  268. 266.  -   display: block;
  269. 267.  - }
  270. 268.  -
  271. 269.  - #wk_page_title {
  272. 270.  -   width: 602px;
  273. 271.  -   border: 1px solid #C0CAD5;
  274. 272.  -   font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans;
  275. 273.  -   font-size: 1em;
  276. 274.  -   margin: 0px;
  277. 275.  -   padding: 5px 5px;
  278. 276.  - }
  279. 277.  -
  280. 278.  - .wk_page_title_cont {
  281. 279.  -   padding: 14px 20px 3px;
  282. 280.  -   background: #F1F1F1;
  283. 281.  - }
  284. 282.  - .editor_layer a.editor_button_over,
  285. 283.  - .editor_layer #editor_open_photos:hover {
  286. 284.  -   border: 1px solid #acb1b5;
  287. 285.  -   background-color: #FFFFFF !important;
  288. 286.  - }
  289. 287.  - .editor_layer .wysiwyg {
  290. 288.  -   margin: 0px 23px;
  291. 289.  -   width: 608px;
  292. 290.  - }
  293. 291.  - .wk_top_margin {
  294. 292.  -   height: 10px;
  295. 293.  - }
  296. 294.  - .editor_layer #wysiwyg_mode:hover {
  297. 295.  -   background-color: #FFFFFF !important;
  298. 296.  - }
  299. 297.  - #wk_likes_widget {
  300. 298.  -   border-top: 1px solid #F1F1F1;
  301. 299.  -   padding: 14px 0px 0px 0px;
  302. 300.  -   margin-top: 10px;
  303. 301.  -   width: 604px;
  304. 302.  - }
  305. 303.  - .wk_right_setting {
  306. 304.  -   padding: 6px 0px 0px 0px;
  307. 305.  - }
  308. 306.  - .wk_privacy_row {
  309. 307.  -   padding: 4px 0px;
  310. 308.  - }
  311. 309.  - .wk_bottom {
  312. 310.  -   padding: 15px 0px 0px;
  313. 311.  -   line-height: 100%;
  314. 312.  - }
  315. 313.  - #wk_date_wrap,
  316. 314.  - #wk_extpage_views_wrap {
  317. 315.  -   color: #777;
  318. 316.  - }
  319. 317.  - #wk_like_wrap {
  320. 318.  -   color: #2F5879;
  321. 319.  -   cursor: pointer;
  322. 320.  - }
  323. 321.  - #wk_like_wrap i {
  324. 322.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  325. 323.  -   height: 10px;
  326. 324.  -   margin: 3px 3px 0px;
  327. 325.  -   opacity: 0.4;
  328. 326.  -   filter: alpha(opacity=40);
  329. 327.  -   width: 11px;
  330. 328.  - }
  331. 329.  - #wk_like_wrap i.no_likes {
  332. 330.  -   margin-right: 0px;
  333. 331.  - }
  334. 332.  - #wk_like_wrap i.my_like {
  335. 333.  -   opacity: 1;
  336. 334.  -   filter: none;
  337. 335.  - }
  338. 336.  - #wk_like_count {
  339. 337.  -   margin-right: 3px;
  340. 338.  -   color: #7295b2;
  341. 339.  -   font-weight: bold;
  342. 340.  - }
  343. 341.  -
  344. 342.  - #wk_copy_wrap {
  345. 343.  -   padding: 0 15px 0 0;
  346. 344.  -   height: 25px;
  347. 345.  -   overflow: hidden;
  348. 346.  - }
  349. 347.  - #wk_copy_wrap button {
  350. 348.  -   line-height: 13px !important;
  351. 349.  - }
  352. 350.  - #wk_copy_wrap i {
  353. 351.  -   display: block;
  354. 352.  -   background: url(/images/icons/like_icons_bl.png) -2px 0 no-repeat;
  355. 353.  -   width: 14px;
  356. 354.  -   height: 12px;
  357. 355.  -   margin: 1px 4px 0 0;
  358. 356.  -   opacity: 0.8;
  359. 357.  -   filter: alpha(opacity=80);
  360. 358.  - }
  361. 359.  - #wk_copy_wrap i.no_copies {
  362. 360.  -   margin-right: 0px;
  363. 361.  - }
  364. 362.  - #wk_copy_wrap i.my_copy {
  365. 363.  -   opacity: 1;
  366. 364.  -   filter: none;
  367. 365.  - }
  368. 366.  - #wk_copy_count {
  369. 367.  -   color: #E8EFF7;
  370. 368.  -   font-weight: bold;
  371. 369.  -   padding-left: 4px;
  372. 370.  - }
  373. 371.  -
  374. 372.  - /* Extpage */
  375. 373.  - #wk_box.wk_external_content {
  376. 374.  -   padding-top: 0;
  377. 375.  - }
  378. 376.  - .wk_external_content #wk_content {
  379. 377.  -   width: 790px;
  380. 378.  - }
  381. 379.  - .wk_external_content #wk_summary {
  382. 380.  -   height: 25px;
  383. 381.  - }
  384. 382.  - .wk_external_content .wk_close_link {
  385. 383.  -   font-family: Lucida Grande, Arial, tahoma, verdana, sans-serif;
  386. 384.  -   font-size: 1.18em;
  387. 385.  - }
  388. 386.  - .wk_external_content #wk_layer_title {
  389. 387.  - }
  390. 388.  - .wk_external_content .wk_wiki_content {
  391. 389.  -   font-family: Georgia, "Times New Roman", Times, serif;
  392. 390.  -   font-size: 1.5em;
  393. 391.  -   padding-bottom: 0;
  394. 392.  - }
  395. 393.  - .wk_external_content .wk_header,
  396. 394.  - .wk_external_content .wk_sub_header,
  397. 395.  - .wk_external_content .wk_sub_sub_header {
  398. 396.  -   margin-bottom: 10px;
  399. 397.  -   border-bottom: 0;
  400. 398.  -   color: #000;
  401. 399.  - }
  402. 400.  - .wk_external_content a.wk_ext_link {
  403. 401.  -   padding-right: 10px;
  404. 402.  -   background-position: right 50%;
  405. 403.  - }
  406. 404.  -
  407. 405.  - .wk_extpage_head_wrap {
  408. 406.  -   background: #EEE;
  409. 407.  -   margin: -12px -23px 0;
  410. 408.  -   padding: 12px 23px 10px;
  411. 409.  -   /*font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;*/
  412. 410.  -   font-family: Lucida Grande, Arial, tahoma, verdana, sans-serif;
  413. 411.  - }
  414. 412.  - a.wk_extpage_owner_thumb {
  415. 413.  -   display: block;
  416. 414.  -   overflow: hidden;
  417. 415.  -   line-height: 0;
  418. 416.  -   margin-right: 10px;
  419. 417.  -   width: 50px;
  420. 418.  -   height: 50px;
  421. 419.  - }
  422. 420.  - img.wk_extpage_owner_thumb {
  423. 421.  -   width: 50px;
  424. 422.  -   height: 50px;
  425. 423.  - }
  426. 424.  - .wk_extpage_head_unsubscribed a.wk_extpage_owner_thumb {
  427. 425.  -   margin-right: 20px;
  428. 426.  -   width: 100px;
  429. 427.  -   height: 100px;
  430. 428.  - }
  431. 429.  - .wk_extpage_head_unsubscribed img.wk_extpage_owner_thumb {
  432. 430.  -   width: 100px;
  433. 431.  -   height: 100px;
  434. 432.  - }
  435. 433.  - .wk_extpage_head_unsubscribed .wk_extpage_head_owner_title {
  436. 434.  -   padding-top: 7px;
  437. 435.  - }
  438. 436.  - .wk_extpage_head_subscribe {
  439. 437.  -   display: none;
  440. 438.  - }
  441. 439.  - .wk_extpage_head_unsubscribed .wk_extpage_head_subscribe {
  442. 440.  -   display: block;
  443. 441.  -   padding-top: 5px;
  444. 442.  - }
  445. 443.  - .wk_extpage_friend_subscribed {
  446. 444.  -   margin-left: 5px;
  447. 445.  -
  448. 446.  -   -moz-border-radius: 2px;
  449. 447.  -   -webkit-border-radius: 2px;
  450. 448.  -   border-radius: 2px;
  451. 449.  -   overflow: hidden;
  452. 450.  - }
  453. 451.  - .wk_extpage_friend_subscribed img {
  454. 452.  -   -moz-border-radius: 2px;
  455. 453.  -   -webkit-border-radius: 2px;
  456. 454.  -   border-radius: 2px;
  457. 455.  -   overflow: hidden;
  458. 456.  - }
  459. 457.  - .wk_extpage_subscribe_btn {
  460. 458.  -   margin-right: 10px;
  461. 459.  - }
  462. 460.  - .wk_extpage_subscribe_btn button {
  463. 461.  -   font-size: 12px;
  464. 462.  - }
  465. 463.  - .wk_extpage_head_domain {
  466. 464.  -   font-weight: bold;
  467. 465.  - }
  468. 466.  - a.wk_extpage_head_domain {
  469. 467.  -   color: #000;
  470. 468.  - }
  471. 469.  - .wk_extpage_head_description {
  472. 470.  -   font-size: 12px;
  473. 471.  -   max-width: 700px;
  474. 472.  -   white-space: nowrap;
  475. 473.  -   -o-text-overflow: ellipsis;
  476. 474.  -   text-overflow: ellipsis;
  477. 475.  -   overflow: hidden;
  478. 476.  - }
  479. 477.  - .wk_extpage_title {
  480. 478.  -   font-family: Georgia, "Times New Roman", Times, serif;
  481. 479.  -   font-size: 1.6em;
  482. 480.  -   margin: 20px 0;
  483. 481.  - }
  484. 482.  -
  485. 483.  - .wk_extpage_body {
  486. 484.  -   overflow: hidden;
  487. 485.  -   width: 744px;
  488. 486.  -   -o-text-overflow: ellipsis;
  489. 487.  -   text-overflow: ellipsis;
  490. 488.  - }
  491. 489.  -
  492. 490.  - .wk_external_content #wk_like_wrap i {
  493. 491.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -49px no-repeat;
  494. 492.  -   width: 14px;
  495. 493.  -   height: 11px;
  496. 494.  - }
  497. 495.  - .wk_extpage_cut_wrap {
  498. 496.  -   padding: 20px 0 10px;
  499. 497.  - }
  500. 498.  - .wk_extpage_footer_wrap {
  501. 499.  -   background: #EEE;
  502. 500.  -   margin: 22px -23px 0;
  503. 501.  -   padding: 17px;
  504. 502.  -   line-height: 140%;
  505. 503.  -   font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  506. 504.  -   font-size: 11px;
  507. 505.  - }
  508. 506.  - .wk_extpage_footer_link {
  509. 507.  -   color: #666;
  510. 508.  -   display: block;
  511. 509.  -   line-height: 25px;
  512. 510.  -   max-width: 300px;
  513. 511.  -   white-space: nowrap;
  514. 512.  -   -o-text-overflow: ellipsis;
  515. 513.  -   text-overflow: ellipsis;
  516. 514.  -   overflow: hidden;
  517. 515.  - }
  518. 516.  - .wk_extpage_footer_owner {
  519. 517.  -   display: block;
  520. 518.  -   line-height: 25px;
  521. 519.  -   max-width: 200px;
  522. 520.  -   white-space: nowrap;
  523. 521.  -   -o-text-overflow: ellipsis;
  524. 522.  -   text-overflow: ellipsis;
  525. 523.  -   overflow: hidden;
  526. 524.  - }
  527. 525.  - .wk_wiki_content .match {
  528. 526.  -   background: #E1E7ED;
  529. 527.  -   border-bottom: 1px solid #DAE1E8;
  530. 528.  -   margin: 0px;
  531. 529.  -   padding: 0px 1px;
  532. 530.  - }
  533. 531.  - #wk_content #wke_buttons {
  534. 532.  -   padding: 0px 15px 0px 14px;
  535. 533.  - }
  536. 534.  - #wke_cont {
  537. 535.  -   padding: 20px 25px;
  538. 536.  - }
  539. 537.  - .wk_wiki_text {
  540. 538.  -   padding: 20px 25px;
  541. 539.  - }
  542. 540.  - .wk_wiki_help {
  543. 541.  -   display: none;
  544. 542.  - }
  545. 543.  - .wk_left, .wk_close {
  546. 544.  -   width: 17px;
  547. 545.  -   height: 17px;
  548. 546.  -   top: 25px;
  549. 547.  -   opacity: 0.4;
  550. 548.  -   filter: alpha(opacity=40);
  551. 549.  -   background: url(/images/photonav.gif?1) no-repeat;
  552. 550.  -   z-index: 630;
  553. 551.  -   cursor: pointer;
  554. 552.  -   position: fixed;
  555. 553.  - }
  556. 554.  - .wk_left {
  557. 555.  -   background-position: 0px 0px;
  558. 556.  -   left: 30px;
  559. 557.  - }
  560. 558.  - .wk_close {
  561. 559.  -   top: 39px;
  562. 560.  -   background-position: 0px -19px;
  563. 561.  -   right: 23px;
  564. 562.  - }
  565. 563.  - #wk_left_nav, #wk_right_nav {
  566. 564.  -   position: absolute;
  567. 565.  -   left: 0px;
  568. 566.  -   top: 0px;
  569. 567.  -   z-index: 620;
  570. 568.  -   cursor: pointer;
  571. 569.  - }
  572. 570.  - .wk_view_footer {
  573. 571.  -   padding: 6px 23px;
  574. 572.  -   background: #EFF1F3;
  575. 573.  -   margin: 14px -23px -22px;
  576. 574.  - }
  577. 575.  - .wk_view_footer_a {
  578. 576.  -   color: #777777;
  579. 577.  - }
  580. 578.  -
  581. 579.  - #wk_left_arrow_bg,
  582. 580.  - #wk_right_arrow_bg {
  583. 581.  -   display: none;
  584. 582.  -   position: absolute;
  585. 583.  -   top: 0;
  586. 584.  -   z-index: 630;
  587. 585.  -   cursor: pointer;
  588. 586.  -   width: 90px;
  589. 587.  - }
  590. 588.  - .wk_arrow_bg_inner {
  591. 589.  -   height: 100%;
  592. 590.  -   background: #000;
  593. 591.  -   opacity: 0.00;
  594. 592.  -   filter: alpha(opacity=0);
  595. 593.  - }
  596. 594.  - #wk_left_arrow,
  597. 595.  - #wk_right_arrow {
  598. 596.  -   width: 17px;
  599. 597.  -   height: 17px;
  600. 598.  -   opacity: 0.4;
  601. 599.  -   filter: alpha(opacity=40);
  602. 600.  -   background: url(/images/photonav.gif?1) no-repeat;
  603. 601.  -   z-index: 630;
  604. 602.  -   cursor: pointer;
  605. 603.  -   position: fixed;
  606. 604.  - }
  607. 605.  - #wk_right_arrow {
  608. 606.  -   background-position: 0 -95px;
  609. 607.  - }
  610. 608.  - #wk_layer .wk_arrow_progress {
  611. 609.  -   background: url(/images/upload_gray_mini.gif) no-repeat 0 6px;
  612. 610.  - }
  613. 611.  - .wk_side_arrow_wrap {
  614. 612.  -   position: relative;
  615. 613.  -   width: 1px;
  616. 614.  - }
  617. 615.  -
  618. 616.  - /* Wall posts */
  619. 617.  - .wl_owner_head_wrap {
  620. 618.  -   background-color: #EEE;
  621. 619.  -   padding: 12px 23px 12px;
  622. 620.  -   /*font-family: Georgia, "Times New Roman", Times, serif;*/
  623. 621.  - }
  624. 622.  - a.wl_owner_head_thumb {
  625. 623.  -   margin-right: 15px;
  626. 624.  -   width: 50px;
  627. 625.  -   height: 50px;
  628. 626.  -   overflow: hidden;
  629. 627.  - }
  630. 628.  - div.wl_owner_head_name {
  631. 629.  -   padding: 6px 0 5px;
  632. 630.  - }
  633. 631.  - a.wl_owner_head_name {
  634. 632.  -   color: #000;
  635. 633.  -   font-size: 1.4em;
  636. 634.  -   font-weight: bold;
  637. 635.  - }
  638. 636.  - div.wl_owner_head_date {
  639. 637.  -   font-size: 1.08em;
  640. 638.  - }
  641. 639.  - a.wl_owner_head_date {
  642. 640.  -   color: #777;
  643. 641.  - }
  644. 642.  - div.wl_owner_head_date span.explain {
  645. 643.  -   color: #777;
  646. 644.  - }
  647. 645.  - div#wl_post_body_wrap {
  648. 646.  -   padding: 10px 23px 10px;
  649. 647.  - }
  650. 648.  -
  651. 649.  - div.wl_post_deleted {
  652. 650.  -   color: #777;
  653. 651.  -   font-size: 1.2em;
  654. 652.  -   padding: 100px 0;
  655. 653.  -   text-align: center;
  656. 654.  - }
  657. 655.  -
  658. 656.  - div#wl_post_body_wrap .wall_post_text,
  659. 657.  - div#wl_post_body_wrap .wall_signed,
  660. 658.  - div#wl_post_body_wrap .explain,
  661. 659.  - div#wl_post_body_wrap .page_media_caption {
  662. 660.  -   font-family: Georgia, "Times New Roman", Times, serif;
  663. 661.  -   font-size: 1.45em;
  664. 662.  -   line-height: 150%;
  665. 663.  - }
  666. 664.  -
  667. 665.  - div#wl_post_body_wrap .wall_text,
  668. 666.  - div#wl_post_body_wrap .wall_post_text,
  669. 667.  - div#wl_post_body_wrap .post_media {
  670. 668.  -   width: 607px;
  671. 669.  - }
  672. 670.  - div#wl_post_body_wrap .audio .title_wrap {
  673. 671.  -   width: 500px;
  674. 672.  - }
  675. 673.  - div#wl_post_body_wrap .published_by_quote .wall_text,
  676. 674.  - div#wl_post_body_wrap .published_by_quote .wall_post_text,
  677. 675.  - div#wl_post_body_wrap .published_by_quote .post_media {
  678. 676.  -   width: 592px;
  679. 677.  - }
  680. 678.  - div#wl_post_body_wrap .audio .title_wrap {
  681. 679.  -   width: 485px;
  682. 680.  - }
  683. 681.  - div#wl_post_body_wrap .page_post_sized_thumbs {
  684. 682.  -   margin: 9px auto 4px;
  685. 683.  - }
  686. 684.  - div#wl_post_body_wrap .wall_album_wrap .page_post_sized_thumbs {
  687. 685.  -   margin: 0;
  688. 686.  - }
  689. 687.  - div#wl_post_body_wrap #wpe_text {
  690. 688.  -   width: 599px;
  691. 689.  -   font-size: 1.16em;
  692. 690.  -   line-height: 150%;
  693. 691.  - }
  694. 692.  - div#wl_post_body_wrap .wpe_buttons {
  695. 693.  -   width: 607px;
  696. 694.  -   padding: 0 0 6px;
  697. 695.  - }
  698. 696.  - div#wl_post_body_wrap .reply_text .wpe_buttons {
  699. 697.  -   margin-bottom: 0;
  700. 698.  - }
  701. 699.  -
  702. 700.  - div#wl_post_body_wrap .wall_post_text {
  703. 701.  -   padding: 6px 0 3px;
  704. 702.  - }
  705. 703.  - div#wl_post_body_wrap #wpe_cont {
  706. 704.  -   padding: 7px 0 0;
  707. 705.  -   margin: 0;
  708. 706.  - }
  709. 707.  -
  710. 708.  -
  711. 709.  - div#wl_post_body_wrap .published_by_wrap {
  712. 710.  -   margin: 6px 0 10px;
  713. 711.  - }
  714. 712.  - div#wl_post_body_wrap .wall_signed {
  715. 713.  -   padding: 1px 0 3px;
  716. 714.  - }
  717. 715.  - div#wl_post_body_wrap a.wall_signed_by {
  718. 716.  -   padding: 0;
  719. 717.  -   background: none;
  720. 718.  - }
  721. 719.  - div#wl_post_body_wrap .page_post_sized_full_thumb_first {
  722. 720.  -   margin-top: 15px;
  723. 721.  - }
  724. 722.  - div#wl_post_body_wrap .page_media_thumbed_link {
  725. 723.  -   margin: 5px 0 5px 3px;
  726. 724.  -   border-left: 3px solid #C3D1E0;
  727. 725.  -   padding: 0 9px;
  728. 726.  - }
  729. 727.  - div#wl_post_body_wrap .published_by_quote,
  730. 728.  - div#wl_post_body_wrap .published_sec_quote {
  731. 729.  -   margin: 15px 0 3px;
  732. 730.  -   border-left-width: 3px;
  733. 731.  -   padding-left: 11px;
  734. 732.  - }
  735. 733.  - div#wl_post_body_wrap .published_by_quote .published_sec_quote {
  736. 734.  -   margin: 11px 0 0px -7px;
  737. 735.  -   padding-left: 4px;
  738. 736.  - }
  739. 737.  - div#wl_post_body_wrap .published_by_quote .published_by_wrap {
  740. 738.  -   margin-top: 0;
  741. 739.  - }
  742. 740.  - div#wl_post_body_wrap .published_sec_quote {
  743. 741.  -   margin: 11px 0 3px;
  744. 742.  - }
  745. 743.  - div#wl_post_body_wrap .published_sec_quote .published_by_wrap {
  746. 744.  -   margin: 4px 0px;
  747. 745.  - }
  748. 746.  - div#wl_post_body_wrap div.post_media:last-child {
  749. 747.  -   margin-bottom: 1px;
  750. 748.  - }
  751. 749.  - div#wl_post_body_wrap .published_by_quote div.wall_post_text:last-child,
  752. 750.  - div#wl_post_body_wrap .published_by_quote div.page_post_sized_full_thumb:last-child,
  753. 751.  - div#wl_post_body_wrap .published_by_quote div.page_post_sized_full_thumb:last-child .page_post_sized_thumbs {
  754. 752.  -   margin-bottom: 0;
  755. 753.  -   padding-bottom: 0;
  756. 754.  - }
  757. 755.  - div#wl_post_body_wrap .post_media {
  758. 756.  -   padding-bottom: 6px;
  759. 757.  - }
  760. 758.  -
  761. 759.  - .published_by_quote div#wl_post_body_wrap .wall_text,
  762. 760.  - .published_by_quote div#wl_post_body_wrap .wall_post_text,
  763. 761.  - .published_by_quote div#wl_post_body_wrap .post_media {
  764. 762.  -   width: 592px;
  765. 763.  - }
  766. 764.  -
  767. 765.  - div#wl_post_actions_wrap {
  768. 766.  -   padding: 5px 23px 16px;
  769. 767.  - }
  770. 768.  - div#wl_post_actions_wrap .wl_post_like_wrap {
  771. 769.  -   visibility: visible;
  772. 770.  -   margin-right: 10px;
  773. 771.  -   height: 25px;
  774. 772.  -   overflow: hidden;
  775. 773.  - }
  776. 774.  -
  777. 775.  - div#wl_post_actions_wrap i.wl_post_like_icon {
  778. 776.  -   background: url(/images/icons/like_widget.gif?2) 0 -29px no-repeat;
  779. 777.  -   width: 10px;
  780. 778.  -   height: 10px;
  781. 779.  -   margin: 3px 4px 0;
  782. 780.  -   opacity: 0.4;
  783. 781.  -   filter: alpha(opacity=40);
  784. 782.  - }
  785. 783.  - div#wl_post_actions_wrap i.no_likes {
  786. 784.  -   margin-right: 0;
  787. 785.  - }
  788. 786.  - div#wl_post_actions_wrap i.my_like {
  789. 787.  -   opacity: 1;
  790. 788.  -   filter: none;
  791. 789.  - }
  792. 790.  - div#wl_post_actions_wrap span.wl_post_like_count#wk_like_count {
  793. 791.  -   color: #FFF;
  794. 792.  -   font-weight: bold;
  795. 793.  - }
  796. 794.  -
  797. 795.  -
  798. 796.  - div#wl_post_actions_wrap a.wl_post_action_link {
  799. 797.  -   padding: 6px 10px;
  800. 798.  - }
  801. 799.  - div#wl_post_actions_wrap a.wl_post_action_link:hover {
  802. 800.  -   background: #E1E7ED;
  803. 801.  -   text-decoration: none;
  804. 802.  - }
  805. 803.  - .wl_post_progress {
  806. 804.  -   padding: 7px;
  807. 805.  -   height: 1em;
  808. 806.  -   width: 30px;
  809. 807.  - }
  810. 808.  -
  811. 809.  -
  812. 810.  -
  813. 811.  - div.wl_replies_wrap {
  814. 812.  -   padding: 0;
  815. 813.  - }
  816. 814.  - div#wl_replies_header {
  817. 815.  -   cursor: default;
  818. 816.  -   background: #EEF0F2;
  819. 817.  -   color: #45688E;
  820. 818.  -   font-weight: bold;
  821. 819.  -   line-height: 100%;
  822. 820.  -   padding: 14px 23px 15px;
  823. 821.  - }
  824. 822.  - div#wl_replies_header.wl_replies_header_clickable {
  825. 823.  -   text-align: center;
  826. 824.  -   cursor: pointer;
  827. 825.  - }
  828. 826.  - div#wl_replies_header.wl_replies_header_clickable:hover {
  829. 827.  -   background: #E1E7ED;
  830. 828.  - }
  831. 829.  - div#wl_replies_header_toggler {
  832. 830.  -   cursor: pointer;
  833. 831.  -   padding: 5px;
  834. 832.  -   margin: -31px 23px 0;
  835. 833.  - }
  836. 834.  - div#wl_replies_header_toggler:hover {
  837. 835.  -   background: #E1E7ED;
  838. 836.  - }
  839. 837.  - div.wl_replies_header_toggler_icon {
  840. 838.  -   width: 15px;
  841. 839.  -   height: 11px;
  842. 840.  -   background: url(/images/photoorder.gif) left 0px;
  843. 841.  - }
  844. 842.  - .wl_replies_header_toggler_inversed .wl_replies_header_toggler_icon {
  845. 843.  -   background-position: left -14px;
  846. 844.  - }
  847. 845.  - div#wl_replies_previous_progress {
  848. 846.  -   cursor: default;
  849. 847.  -   background-color: #EEF0F2;
  850. 848.  -   background-position: 50% 50%;
  851. 849.  -   padding: 14px 23px 15px;
  852. 850.  -   height: 1em;
  853. 851.  -   width: auto;
  854. 852.  - }
  855. 853.  -
  856. 854.  - div#wl_replies_wrap div.wl_replies {
  857. 855.  -   padding: 5px 23px;
  858. 856.  - }
  859. 857.  -
  860. 858.  - div#wl_replies_wrap .reply:nth-of-type(1) {
  861. 859.  -   border-top: 0;
  862. 860.  - }
  863. 861.  - div#wl_replies_wrap div.reply_info {
  864. 862.  -   width: 547px;
  865. 863.  - }
  866. 864.  - div#wl_replies_wrap .wr_header {
  867. 865.  -   display: none;
  868. 866.  - }
  869. 867.  -
  870. 868.  - div#wl_replies_more_link {
  871. 869.  -   border-top: 1px solid #E9EDF1;
  872. 870.  -   color: #2B587A;
  873. 871.  -   cursor: pointer;
  874. 872.  -   margin: 0 23px 15px;
  875. 873.  -   line-height: 100%;
  876. 874.  -   padding: 10px 0;
  877. 875.  -   text-align: center;
  878. 876.  - }
  879. 877.  - div#wl_replies_more_link:hover {
  880. 878.  -   background: #E9EDF1;
  881. 879.  - }
  882. 880.  - div#wl_replies_more_progress {
  883. 881.  -   border-top: 1px solid #E9EDF1;
  884. 882.  -   padding: 10px;
  885. 883.  -   margin: 0 23px 15px;
  886. 884.  -   height: 1em;
  887. 885.  -   background-position: 50% 50%;
  888. 886.  -   width: auto;
  889. 887.  - }
  890. 888.  -
  891. 889.  -
  892. 890.  - .wl_post_reply_form_forbidden {
  893. 891.  -   background: #EEF0F2;
  894. 892.  -   color: #7288A2;
  895. 893.  -   font-weight: bold;
  896. 894.  -   padding: 16px 23px 16px;
  897. 895.  - }
  898. 896.  -
  899. 897.  -
  900. 898.  - #wl_reply_form {
  901. 899.  -   padding: 0;
  902. 900.  - }
  903. 901.  - div.wl_reply_form_fixed {
  904. 902.  -   position: fixed;
  905. 903.  -   bottom: 0;
  906. 904.  -   width: 653px;
  907. 905.  -   z-index: 620;
  908. 906.  - }
  909. 907.  - div.wl_reply_form_sh {
  910. 908.  -   display: none;
  911. 909.  -   position: absolute;
  912. 910.  -   width: 653px;
  913. 911.  -   height: 2px;
  914. 912.  -   z-index: 100;
  915. 913.  -   background: #555;
  916. 914.  -   opacity: 0.12;
  917. 915.  -   filter: alpha(opacity=12);
  918. 916.  -   margin-top: -2px;
  919. 917.  -   border-bottom: 1px solid #000;
  920. 918.  - }
  921. 919.  - div.wl_reply_form_fixed div.wl_reply_form_sh {
  922. 920.  -   display: block;
  923. 921.  - }
  924. 922.  -
  925. 923.  - div#wl_reply_form_inner {
  926. 924.  -   background: #EEF0F2;
  927. 925.  -   padding: 16px 23px 16px;
  928. 926.  - }
  929. 927.  - .wl_reply_form_reversed div#wl_reply_form_inner {
  930. 928.  -   background: #FFF;
  931. 929.  -   padding-bottom: 3px;
  932. 930.  - }
  933. 931.  - .wl_reply_form_reversed div#wl_reply_form_inner .reply_box {
  934. 932.  -   background: #FFF;
  935. 933.  - }
  936. 934.  - div#wl_reply_form_inner .reply_hint {
  937. 935.  -   display: none !important;
  938. 936.  - }
  939. 937.  - div.wl_reply_cancel_button {
  940. 938.  -   padding: 0 5px;
  941. 939.  - }
  942. 940.  - div#wl_reply_form_inner .reply_field_tail {
  943. 941.  -   margin-top: 13px;
  944. 942.  -   margin-left: -12px;
  945. 943.  - }
  946. 944.  - div#wl_reply_form .reply_field_wrap {
  947. 945.  -   margin-bottom: 10px;
  948. 946.  - }
  949. 947.  - div#wl_reply_form .reply_box {
  950. 948.  -   padding: 0;
  951. 949.  -   margin: 0;
  952. 950.  - }
  953. 951.  - div#wl_reply_form .reply_field_wrap {
  954. 952.  -   padding: 6px;
  955. 953.  -   margin: 0;
  956. 954.  - }
  957. 955.  - div#wl_reply_form .reply_box_open .reply_field_wrap {
  958. 956.  -   margin-bottom: 10px;
  959. 957.  - }
  960. 958.  - div#wl_reply_form .reply_composer_dd .wdd_lwrap {
  961. 959.  -   left: -7px;
  962. 960.  -   top: 7px;
  963. 961.  - }
  964. 962.  - div#wl_reply_form .submit_reply {
  965. 963.  -   margin-bottom: 1px;
  966. 964.  - }
  967. 965.  - #editor_cont {
  968. 966.  -   overflow: hidden;
  969. 967.  - }
  970. 968.  -
  971. 969.  -
  972. 970.  - /* Wk likers */
  973. 971.  - .wk_likes_content .wk_wiki_content,
  974. 972.  - .wk_history_content .wk_wiki_content {
  975. 973.  -   font-size: 1em;
  976. 974.  -   padding: 0;
  977. 975.  -   line-height: normal;
  978. 976.  - }
  979. 977.  - .wk_likes_content #wk_content {
  980. 978.  -   width: 620px;
  981. 979.  - }
  982. 980.  - .wk_likes_content #wk_close_link,
  983. 981.  - .wk_history_content #wk_close_link {
  984. 982.  -   padding: 17px 20px 18px;
  985. 983.  -   color: #C7D7E9;
  986. 984.  -   -webkit-transition: color 100ms linear;
  987. 985.  -   -moz-transition: color 100ms linear;
  988. 986.  -   -o-transition: color 100ms linear;
  989. 987.  -   transition: color 100ms linear;
  990. 988.  - }
  991. 989.  - .wk_likes_content #wk_close_link:hover,
  992. 990.  - .wk_history_content #wk_close_link:hover {
  993. 991.  -   color: white;
  994. 992.  -   text-decoration: none;
  995. 993.  - }
  996. 994.  - .wk_likes_likers_rows {
  997. 995.  -   padding: 16px 10px 1px;
  998. 996.  - }
  999. 997.  - .wk_likes_more_link {
  1000. 998.  -   display: block;
  1001. 999.  -   background: #EEF0F2;
  1002. 1000.  -   text-align: center;
  1003. 1001.  -   padding: 16px;
  1004. 1002.  -   color: #738392;
  1005. 1003.  - }
  1006. 1004.  - .wk_likes_more_prg {
  1007. 1005.  -   display: none;
  1008. 1006.  -   height: 15px;
  1009. 1007.  -   background: #EEF0F2 url(/images/upload.gif) no-repeat 50% 50%;
  1010. 1008.  -   padding: 16px;
  1011. 1009.  -   color: #738392;
  1012. 1010.  - }
  1013. 1011.  - .wk_likes_more_link:hover {
  1014. 1012.  -   text-decoration: none;
  1015. 1013.  -   background: #E9EDF1;
  1016. 1014.  - }
  1017. 1015.  - .wk_likes_liker_row {
  1018. 1016.  -   width: 120px;
  1019. 1017.  -   overflow: hidden;
  1020. 1018.  -   height: 133px;
  1021. 1019.  - }
  1022. 1020.  - .wk_likes_liker_ph {
  1023. 1021.  -   height: 100px;
  1024. 1022.  -   display: block;
  1025. 1023.  - }
  1026. 1024.  - .wk_likes_liker_img {
  1027. 1025.  -   vertical-align: top;
  1028. 1026.  -   width: 100px;
  1029. 1027.  - }
  1030. 1028.  - .wk_likes_liker_name {
  1031. 1029.  -   padding-top: 4px;
  1032. 1030.  -   line-height: 120%;
  1033. 1031.  -   text-align: center;
  1034. 1032.  - }
  1035. 1033.  - .wk_likes_no_rows {
  1036. 1034.  -   padding: 200px 20px;
  1037. 1035.  -   color: #777;
  1038. 1036.  -   background-color: #FFF;
  1039. 1037.  -   padding: 140px 20px;
  1040. 1038.  -   text-align: center;
  1041. 1039.  -   font-size: 1.21em;
  1042. 1040.  - }
  1043. 1041.  -
  1044. 1042.  - .wk_likes_bl_wrap {
  1045. 1043.  -   position: absolute;
  1046. 1044.  -   z-index: 10;
  1047. 1045.  -   right: 0px;
  1048. 1046.  -   top: 0px;
  1049. 1047.  -   background: #222;
  1050. 1048.  -   background: rgba(0, 0, 0, 0.5);
  1051. 1049.  -   padding: 3px;
  1052. 1050.  -   cursor: pointer;
  1053. 1051.  -   opacity: 0;
  1054. 1052.  -   filter: alpha(opacity=0);
  1055. 1053.  -   -webkit-border-radius: 3px;
  1056. 1054.  -   -moz-border-radius: 3px;
  1057. 1055.  -   border-radius: 3px;
  1058. 1056.  -   -webkit-transition: opacity 100ms linear;
  1059. 1057.  -   -moz-transition: opacity 100ms linear;
  1060. 1058.  -   -o-transition: opacity 100ms linear;
  1061. 1059.  -   transition: opacity 100ms linear;
  1062. 1060.  - }
  1063. 1061.  - a:hover .wk_likes_bl_wrap {
  1064. 1062.  -   opacity: 1;
  1065. 1063.  -   filter: alpha(opacity=100);
  1066. 1064.  - }
  1067. 1065.  - .wk_likes_bl {
  1068. 1066.  -   background: url(/images/notifier_close.gif) no-repeat;
  1069. 1067.  -   width: 7px;
  1070. 1068.  -   height: 7px;
  1071. 1069.  -   opacity: 0.5;
  1072. 1070.  -   filter: alpha(opacity=50);
  1073. 1071.  -   -webkit-transition: opacity 100ms linear;
  1074. 1072.  -   -moz-transition: opacity 100ms linear;
  1075. 1073.  -   -o-transition: opacity 100ms linear;
  1076. 1074.  -   transition: opacity 100ms linear;
  1077. 1075.  - }
  1078. 1076.  - .wk_likes_bl_wrap:hover .wk_likes_bl {
  1079. 1077.  -   opacity: 1;
  1080. 1078.  -   filter: alpha(opacity=100);
  1081. 1079.  - }
  1082. 1080.  - .wk_likes_block {
  1083. 1081.  -   line-height: 160%;
  1084. 1082.  - }
  1085. 1083.  -
  1086. 1084.  - .wk_likes_likerph_wrap {
  1087. 1085.  -   position: relative;
  1088. 1086.  -   width: 100px;
  1089. 1087.  -   height: 100px;
  1090. 1088.  -   margin: 0px auto;
  1091. 1089.  -   overflow: hidden;
  1092. 1090.  - }
  1093. 1091.  - .wk_likes_likerph {
  1094. 1092.  -   position: absolute;
  1095. 1093.  -   color: #FFF;
  1096. 1094.  -   margin-top: 100px;
  1097. 1095.  -   background: #333;
  1098. 1096.  -   background: rgba(0, 0, 0, 0.5);
  1099. 1097.  -   width: 100px;
  1100. 1098.  -   height: 15px;
  1101. 1099.  -   line-height: 15px;
  1102. 1100.  -   padding: 4px 0px 6px 0px;
  1103. 1101.  -   text-align: center;
  1104. 1102.  -   filter: alpha(opacity=75);
  1105. 1103.  - }
  1106. 1104.  - @media all and (min-width:0) { /* IE9-10 */
  1107. 1105.  -   .wk_likes_likerph { filter: none; }
  1108. 1106.  - }
  1109. 1107.  - .wk_likes_likerph:hover {
  1110. 1108.  -   text-decoration: none;
  1111. 1109.  - }
  1112. 1110.  - .wk_likes_likerph_label {
  1113. 1111.  -   opacity: 0.75;
  1114. 1112.  -   -webkit-transition: opacity 100ms linear;
  1115. 1113.  -   -moz-transition: opacity 100ms linear;
  1116. 1114.  -   -o-transition: opacity 100ms linear;
  1117. 1115.  -   transition: opacity 100ms linear;
  1118. 1116.  -   padding: 0px 0px 1px 20px;
  1119. 1117.  -   background: url(/images/icons/photo_icons.png?2) no-repeat left -62px;
  1120. 1118.  - }
  1121. 1119.  - .is_rtl1 .wk_likes_likerph_label {
  1122. 1120.  -   padding: 0px 20px 1px 0px;
  1123. 1121.  -   background-position: right -62px;
  1124. 1122.  - }
  1125. 1123.  - .wk_likes_likerph:hover .wk_likes_likerph_label {
  1126. 1124.  -   opacity: 1;
  1127. 1125.  - }
  1128. 1126.  - #wk_likes_rows .post_info,
  1129. 1127.  - #wk_likes_rows .wall_text,
  1130. 1128.  - #wk_likes_rows .wall_post_text,
  1131. 1129.  - #wk_likes_rows .post_media {
  1132. 1130.  -   width: 530px;
  1133. 1131.  - }
  1134. 1132.  - #wk_likes_rows .reply_info {
  1135. 1133.  -   width: 470px;
  1136. 1134.  - }
  1137. 1135.  - #wk_likes_rows .published_by_wrap {
  1138. 1136.  -   margin-bottom: 2px;
  1139. 1137.  - }
  1140. 1138.  -
  1141. 1139.  -
  1142. 1140.  -
  1143. 1141.  - /* History */
  1144. 1142.  - .wk_history_content #wk_content {
  1145. 1143.  -   width: 642px;
  1146. 1144.  - }
  1147. 1145.  - .wk_history_doc_content #wk_content {
  1148. 1146.  -   width: 598px;
  1149. 1147.  - }
  1150. 1148.  - #wk_history_wall {
  1151. 1149.  -   padding: 0px 23px 22px;
  1152. 1150.  - }
  1153. 1151.  - #wk_history_rows {
  1154. 1152.  -   width: auto;
  1155. 1153.  - }
  1156. 1154.  - #wk_history_rows .page_post_sized_thumbs {
  1157. 1155.  -   /*margin: 0;*/
  1158. 1156.  - }
  1159. 1157.  - #wk_history_empty {
  1160. 1158.  -   color: #777;
  1161. 1159.  -   display: none;
  1162. 1160.  -   /*font-size: 1.09em;*/
  1163. 1161.  -   line-height: 170%;
  1164. 1162.  -   padding: 100px 30px;
  1165. 1163.  -   text-align: center;
  1166. 1164.  - }
  1167. 1165.  - div#wk_history_more_link {
  1168. 1166.  -   border-top: 1px solid #E9EDF1;
  1169. 1167.  -   color: #2B587A;
  1170. 1168.  -   cursor: pointer;
  1171. 1169.  -   margin: 0 23px 15px;
  1172. 1170.  -   line-height: 100%;
  1173. 1171.  -   padding: 10px 0;
  1174. 1172.  -   text-align: center;
  1175. 1173.  - }
  1176. 1174.  - div#wk_history_more_link:hover {
  1177. 1175.  -   background: #E9EDF1;
  1178. 1176.  - }
  1179. 1177.  - div#wk_history_more_progress {
  1180. 1178.  -   border-top: 1px solid #E9EDF1;
  1181. 1179.  -   padding: 10px;
  1182. 1180.  -   margin: 0 23px 15px;
  1183. 1181.  -   height: 1em;
  1184. 1182.  -   background-position: 50% 50%;
  1185. 1183.  -   width: auto;
  1186. 1184.  - }
  1187. 1186.  - .wk_history_more_loading #wk_history_more_link {
  1188. 1187.  -   height: 0;
  1189. 1188.  -   overflow: hidden;
  1190. 1189.  -   margin: 0;
  1191. 1190.  -   padding: 0;
  1192. 1191.  -   border: 0;
  1193. 1192.  - }
  1194. 1193.  - .wk_history_more_loading #wk_history_more_progress {
  1195. 1194.  -   border-top: 0;
  1196. 1195.  -   height: 100px;
  1197. 1196.  -   display: block ! important;
  1198. 1197.  - }
  1199. ------
  1200. Файл - page.css (Старый размер - 108367 | Новый - 0):
  1201. 0.  - #page_css {
  1202. 1.  -   display: none;
  1203. 2.  - }
  1204. 3.  -
  1205. 4.  - .wide_column {
  1206. 5.  -   padding-bottom: 10px;
  1207. 6.  -   width: 397px;
  1208. 7.  - }
  1209. 8.  - .narrow_column {
  1210. 9.  -   padding-bottom: 10px;
  1211. 10.  -   width: 200px;
  1212. 11.  - }
  1213. 12.  -
  1214. 13.  - .page_wide_no_narrow .narrow_column {
  1215. 14.  -   display: none;
  1216. 15.  - }
  1217. 16.  - .page_wide_no_narrow .wide_wall_module {
  1218. 17.  -   padding: 0;
  1219. 18.  - }
  1220. 19.  - .page_wide_no_narrow .wide_column {
  1221. 20.  -   width: auto;
  1222. 21.  - }
  1223. 22.  - .page_wide_no_narrow #info_module_wrap,
  1224. 23.  - .page_wide_no_narrow #info_module_wrap .info_tabs.no_edit,
  1225. 24.  - .page_wide_no_narrow #info_module_wrap .info_tab {
  1226. 25.  -   /*width: auto; (auto means 1191px in some cases) */
  1227. 26.  -   width: 597px;
  1228. 27.  - }
  1229. 28.  -
  1230. 29.  - .public_info .short_text,
  1231. 30.  - .group_info .short_text {
  1232. 31.  -   background: #FFF;
  1233. 32.  -   cursor: pointer;
  1234. 33.  - }
  1235. 34.  - .page_desc_full {
  1236. 35.  -   position: relative;
  1237. 36.  -   top: 2px;
  1238. 37.  -   font-weight: bold;
  1239. 38.  -   color: #91A4B8;
  1240. 39.  -   -webkit-transition: color 200ms linear;
  1241. 40.  -   -moz-transition: color 200ms linear;
  1242. 41.  -   -o-transition: color 200ms linear;
  1243. 42.  -   transition: color 200ms linear;
  1244. 43.  - }
  1245. 44.  - .public_info .short_text:hover .page_desc_full,
  1246. 45.  - .group_info .short_text:hover .page_desc_full {
  1247. 46.  -   color: #45688E;
  1248. 47.  - }
  1249. 48.  - .page_desc_full:hover {
  1250. 49.  -   text-decoration: none;
  1251. 50.  - }
  1252. 51.  - .counts_module div {
  1253. 52.  -   line-height: 170%;
  1254. 53.  - }
  1255. 54.  - .counts_module div a {
  1256. 55.  -   padding: 2px 6px;
  1257. 56.  -   display: block;
  1258. 57.  -   text-decoration: none;
  1259. 58.  - }
  1260. 59.  -
  1261. 60.  - .counts_module div a:hover {
  1262. 61.  -   background: #E9EDF1;
  1263. 62.  -   text-decoration: none;
  1264. 63.  - }
  1265. 64.  -
  1266. 65.  - .module_body {
  1267. 66.  -   padding-bottom: 20px;
  1268. 67.  -   overflow: hidden;
  1269. 68.  - }
  1270. 69.  - .module .module_count {
  1271. 70.  -   font-weight: bold;
  1272. 71.  - }
  1273. 72.  - .module .module_count_wrap {
  1274. 73.  -   color: #99ADC2;
  1275. 74.  - }
  1276. 75.  -
  1277. 76.  - .module_header {
  1278. 77.  -   display: block;
  1279. 78.  -   background: #f1f1f1;
  1280. 79.  - }
  1281. 80.  - .module_header:hover {
  1282. 81.  -   text-decoration: none;
  1283. 82.  - }
  1284. 83.  - .wall_header {
  1285. 84.  -   border-bottom: none;
  1286. 85.  - }
  1287. 86.  - .module_header .header_top {
  1288. 87.  -   background: #DEE5EB;
  1289. 88.  -   overflow: hidden;
  1290. 89.  -   padding: 4px 8px;
  1291. 90.  -   font-weight: bold;
  1292. 91.  -   outline: none;
  1293. 92.  -   color: #45688E;
  1294. 93.  - }
  1295. 94.  - .wide_column .module_header .header_top {
  1296. 95.  -   padding: 6px 8px;
  1297. 96.  - }
  1298. 97.  - .module_header .header_top#page_wall_header {
  1299. 98.  -   border-bottom: 0px;
  1300. 99.  - }
  1301. 100.  - .module_header .header_top .right_link {
  1302. 101.  -   color: #99ADC2;
  1303. 102.  -   font-weight: bold;
  1304. 103.  - }
  1305. 104.  - .module_header .header_top {
  1306. 105.  -   text-decoration: none;
  1307. 106.  - }
  1308. 107.  - .p_header_bottom {
  1309. 108.  -   border-bottom: 1px solid #F1F1F1;
  1310. 109.  -   color: #666;
  1311. 110.  -   padding: 3px 8px;
  1312. 111.  -   background: #F1F1F1;
  1313. 112.  - }
  1314. 113.  - .p_sub_header {
  1315. 114.  -   margin: 7px 0px 5px 0px;
  1316. 115.  -   display: block;
  1317. 116.  - }
  1318. 117.  - .p_sub_header:hover {
  1319. 118.  -   text-decoration: none;
  1320. 119.  - }
  1321. 120.  - .module_header span {
  1322. 121.  -   font-weight: normal;
  1323. 122.  - }
  1324. 123.  - .p_header_bottom .fl_r {
  1325. 124.  -   color: #2B587A;
  1326. 125.  - }
  1327. 126.  - .module_header .header_top .fl_r:hover, .module_header .header_bottom .fl_r:hover {
  1328. 127.  -   text-decoration: underline;
  1329. 128.  - }
  1330. 129.  - .module_inverted .header_top {
  1331. 130.  -   background-color: #597da3;
  1332. 131.  -   color: #FFFFFF;
  1333. 132.  - }
  1334. 133.  -
  1335. 134.  - .photos_module {
  1336. 135.  -   overflow: hidden;
  1337. 136.  - }
  1338. 137.  -
  1339. 138.  - .audios_module .module_body {
  1340. 139.  -   padding: 8px 0px;
  1341. 140.  - }
  1342. 141.  -
  1343. 142.  - .narrow_column .audios_module .module_body {
  1344. 143.  -   padding: 8px 8px 8px 0px;
  1345. 144.  - }
  1346. 145.  -
  1347. 146.  - .audios_module .audio .title_wrap {
  1348. 147.  -   width: 325px;
  1349. 148.  - }
  1350. 149.  - .audios_module .audio .title_wrap b {
  1351. 150.  -   max-width: 230px;
  1352. 151.  - }
  1353. 152.  -
  1354. 153.  - .people_module .module_body {
  1355. 154.  -   padding: 6px 0px 14px 0px;
  1356. 155.  - }
  1357. 156.  -
  1358. 157.  - .narrow_column .people_module .people_row {
  1359. 158.  -   width: 198px;
  1360. 159.  -   overflow: hidden;
  1361. 160.  - }
  1362. 161.  -
  1363. 162.  - .module_body .people_cell {
  1364. 163.  -   width: 66px;
  1365. 164.  -   overflow: hidden;
  1366. 165.  -   padding: 6px 0px;
  1367. 166.  -   text-align: center;
  1368. 167.  - }
  1369. 168.  -
  1370. 169.  - .module_body .people_cell .ava {
  1371. 170.  -   display: block;
  1372. 171.  -   width: 50px;
  1373. 172.  -   height: 50px;
  1374. 173.  -   margin: 0px 8px;
  1375. 174.  -   padding-bottom: 6px;
  1376. 175.  - }
  1377. 176.  - .module_body .people_cell .name_field {
  1378. 177.  -   width: 300px;
  1379. 178.  -   margin: 0px -117px;
  1380. 179.  - }
  1381. 180.  - .app_module .module_body {
  1382. 181.  -   padding-bottom: 0px;
  1383. 182.  - }
  1384. 183.  - .app_module .app_container {
  1385. 184.  -   padding: 20px 0px 20px 0px;
  1386. 185.  -   background: url('/images/upload.gif') center center no-repeat;
  1387. 186.  - }
  1388. 187.  - .app_module .app_container iframe {
  1389. 188.  -   display: none;
  1390. 189.  -   overflow: hidden;
  1391. 190.  -   height: 60px;
  1392. 191.  - }
  1393. 192.  - .app_module .app_container.loaded {
  1394. 193.  -   padding: 0px 0px 10px 0px;
  1395. 194.  -   background: none;
  1396. 195.  - }
  1397. 196.  - .app_module .app_container.loaded iframe {
  1398. 197.  -   display: block;
  1399. 198.  -   height: auto;
  1400. 199.  - }
  1401. 200.  - .app_module .header_bottom {
  1402. 201.  -   display: none;
  1403. 202.  - }
  1404. 203.  - .narrow_column .topics_module .module_body {
  1405. 204.  -   padding: 10px 5px;
  1406. 205.  - }
  1407. 206.  - .wide_column .topics_module .module_body {
  1408. 207.  -   padding: 0px 0px 10px;
  1409. 208.  - }
  1410. 209.  - .topics_module .topic_to_last {
  1411. 210.  -   color: #2B587A;
  1412. 211.  -   font-size: 1.18em;
  1413. 212.  -   margin: 0px 1px;
  1414. 213.  -   padding: 0px 3px 1px;
  1415. 214.  - }
  1416. 215.  - .topics_module .topic_to_last:hover {
  1417. 216.  -   background-color: #DAE1E8;
  1418. 217.  - }
  1419. 218.  - .topics_module .topic_inner_link {
  1420. 219.  -   color: #2B587A;
  1421. 220.  - }
  1422. 221.  - .topics_module .topic_inner_link:hover {
  1423. 222.  -   text-decoration: underline;
  1424. 223.  - }
  1425. 224.  - .topics_module .icon {
  1426. 225.  -   width: 16px;
  1427. 226.  -   height: 17px;
  1428. 227.  -   background: url(/images/note.gif) no-repeat;
  1429. 228.  -   padding: 0px 5px;
  1430. 229.  - }
  1431. 230.  - .topics_module .info, .topics_module .blog_info {
  1432. 231.  -   width: 160px;
  1433. 232.  - }
  1434. 233.  - .wide_column .topics_module .info {
  1435. 234.  -   width: 380px;
  1436. 235.  - }
  1437. 236.  - .wide_column .topics_module .blog_info {
  1438. 237.  -   width: 350px;
  1439. 238.  - }
  1440. 239.  - .wide_column .topic_title {
  1441. 240.  -   font-weight: bold;
  1442. 241.  -   color: #45688E;
  1443. 242.  - }
  1444. 243.  - .wide_column .topic_title:hover {
  1445. 244.  -   text-decoration: underline;
  1446. 245.  - }
  1447. 246.  - .topics_module small {
  1448. 247.  -   color: #777;
  1449. 248.  - }
  1450. 249.  - .wide_column .topics_module small {
  1451. 250.  -   color: #333;
  1452. 251.  -   display: block;
  1453. 252.  -   padding-top: 5px;
  1454. 253.  - }
  1455. 254.  - .wide_column .topics_module .topic_date {
  1456. 255.  -   color: gray;
  1457. 256.  - }
  1458. 257.  - .topics_module .topic_row {
  1459. 258.  -   display: block;
  1460. 259.  -   padding: 0 0 6px;
  1461. 260.  - }
  1462. 261.  - .topics_module .topic_row:hover {
  1463. 262.  -   text-decoration: none;
  1464. 263.  - }
  1465. 264.  - .wide_column .topics_module .topic_row {
  1466. 265.  -   padding: 10px 8px;
  1467. 266.  -   border-top: 1px solid #E7EAED;
  1468. 267.  - }
  1469. 268.  - .wide_column .topics_module .topic_row.first {
  1470. 269.  -   border-top: 0px;
  1471. 270.  - }
  1472. 271.  -
  1473. 272.  - .places_module .module_body {
  1474. 273.  -   padding: 5px 0 10px;
  1475. 274.  - }
  1476. 275.  -
  1477. 276.  - .places_module .place_row {
  1478. 277.  -   padding: 5px 0 6px 10px;
  1479. 278.  - }
  1480. 279.  -
  1481. 280.  - .places_module .icon {
  1482. 281.  -   margin-top: 3px;
  1483. 282.  -   height: 10px;
  1484. 283.  -   width: 15px;
  1485. 284.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat;
  1486. 285.  -   background-position: 0 -165px;
  1487. 286.  - }
  1488. 287.  -
  1489. 288.  - .places_module .info {
  1490. 289.  -   width: 160px;
  1491. 290.  - }
  1492. 291.  -
  1493. 292.  - .places_module .place_title small {
  1494. 293.  -   color: #777;
  1495. 294.  -   margin-left: 3px;
  1496. 295.  - }
  1497. 296.  -
  1498. 297.  - .places_module .place_address {
  1499. 298.  -   margin-top: 2px;
  1500. 299.  - }
  1501. 300.  -
  1502. 301.  -
  1503. 302.  -
  1504. 303.  - .help_steps_module .module_body{
  1505. 304.  -   padding: 0px 0 10px;
  1506. 305.  -   line-height: 150%;
  1507. 306.  - }
  1508. 307.  -
  1509. 308.  - .help_steps_module .help_step_row {
  1510. 309.  -   padding: 10px 4px 0;
  1511. 310.  - }
  1512. 311.  -
  1513. 312.  - .help_steps_module .help_step_image {
  1514. 313.  -   background: url(/images/icons/iconset.gif) no-repeat 0 -144px;
  1515. 314.  -   width: 12px;
  1516. 315.  -   height: 12px;
  1517. 316.  -   margin-top: 3px;
  1518. 317.  - }
  1519. 318.  -
  1520. 319.  - .help_steps_module #help_step_photo .help_step_image {
  1521. 320.  -   background-position: 0 -32px;
  1522. 321.  - }
  1523. 322.  -
  1524. 323.  - .help_steps_module #help_step_desc .help_step_image {
  1525. 324.  -   background-position: 0 -144px;
  1526. 325.  - }
  1527. 326.  -
  1528. 327.  - .help_steps_module #help_step_type .help_step_image {
  1529. 328.  -   background-position: 0 -144px;
  1530. 329.  - }
  1531. 330.  -
  1532. 331.  - .help_steps_module #help_step_contacts .help_step_image {
  1533. 332.  -   background-position: 0 -96px;
  1534. 333.  - }
  1535. 334.  -
  1536. 335.  - .help_steps_module #help_step_ad .help_step_image {
  1537. 336.  -   background-position: 0 -48px;
  1538. 337.  - }
  1539. 338.  -
  1540. 339.  - .help_steps_module #help_step_event .help_step_image {
  1541. 340.  -   background-position: 0 -176px;
  1542. 341.  - }
  1543. 342.  -
  1544. 343.  - .help_steps_module #help_step_wall .help_step_image {
  1545. 344.  -   background-position: 0 -208px;
  1546. 345.  - }
  1547. 346.  -
  1548. 347.  - .help_step_info {
  1549. 348.  -   width: 357px;
  1550. 349.  -   padding: 0 10px;
  1551. 350.  - }
  1552. 351.  -
  1553. 352.  - .wide_column .big_header {
  1554. 353.  -   font-size: 12px;
  1555. 354.  - }
  1556. 355.  - .wide_column .top_header {
  1557. 356.  -   font-size: 12px;
  1558. 357.  -   font-weight: bold;
  1559. 358.  - }
  1560. 359.  - .font_medium .wide_column .big_header,
  1561. 360.  - .font_medium .wide_column .top_header {
  1562. 361.  -   font-size: 13px;
  1563. 362.  - }
  1564. 363.  -
  1565. 364.  -
  1566. 365.  -
  1567. 366.  - /* Like Button */
  1568. 367.  -
  1569. 368.  - .like_dived .like_wrap {
  1570. 369.  -   margin-right: 8px;
  1571. 370.  -   cursor: pointer;
  1572. 371.  -   position: relative;
  1573. 372.  - }
  1574. 373.  - .like_dived .like_inline .like_wrap {
  1575. 374.  -   margin: 0;
  1576. 375.  - }
  1577. 376.  -
  1578. 377.  - .like_dived .like_wrap .like_left {
  1579. 378.  -   border: 1px solid #3E6797;
  1580. 379.  -   border-right: 0;
  1581. 380.  -   padding: 0;
  1582. 381.  -   float: left;
  1583. 382.  -   z-index: 80;
  1584. 383.  -   position: relative;
  1585. 384.  - }
  1586. 385.  - .like_dived .like_wrap .like_left .like_left_border {
  1587. 386.  -   border: 1px solid;
  1588. 387.  -   border-color: #7D9ABB #3E6797 #5C81AA #5C81AA;
  1589. 388.  -   padding: 3px 3px 1px 2px;
  1590. 389.  -   background: #6D8EB2;
  1591. 390.  -   width: 10px;
  1592. 391.  -   position: relative;
  1593. 392.  -   height: 10px;
  1594. 393.  -   width: 10px;
  1595. 394.  - }
  1596. 395.  - .like_dived .like_wrap_h22 .like_left .like_left_border   {
  1597. 396.  -   padding: 5px 5px 3px 4px;
  1598. 397.  - }
  1599. 398.  - .like_dived .like_wrap .like_right {
  1600. 399.  -   border: 1px solid #ADBCCB;
  1601. 400.  -   border-left: 0;
  1602. 401.  -   padding: 0;
  1603. 402.  -   float: left;
  1604. 403.  -   z-index: 70;
  1605. 404.  -   position: relative;
  1606. 405.  - }
  1607. 406.  - .like_dived .like_wrap .like_right .like_right_border {
  1608. 407.  -   border-width: 1px;
  1609. 408.  -   border-style: solid;
  1610. 409.  -   border-color: #fff #EDF2F6 #EDF2F6 #EDF2F6;
  1611. 410.  -   background: #EDF2F6;
  1612. 411.  -   padding: 0px 4px 0px;
  1613. 412.  -   text-shadow: 0px 1px 0px #fff;
  1614. 413.  -   color: #2F5879;
  1615. 414.  -   line-height: 1.27em;
  1616. 415.  -   height: 14px;
  1617. 416.  -   -webkit-user-select: none;
  1618. 417.  -   -moz-user-select: none;
  1619. 418.  -   user-select: none;
  1620. 419.  - }
  1621. 420.  - .like_dived .like_wrap_h22 .like_right .like_right_border   {
  1622. 421.  -   padding: 2px 4px;
  1623. 422.  - }
  1624. 423.  - .like_dived .like_wrap .icon {
  1625. 424.  -   width: 10px;
  1626. 425.  -   height: 10px;
  1627. 426.  -   background: url(/images/icons/like_widget.gif) no-repeat 0px 0px;
  1628. 427.  -   overflow: hidden;
  1629. 428.  - }
  1630. 429.  - .like_dived .like_wrap .like_left .iconV {
  1631. 430.  -   background-position: 0 -18px;
  1632. 431.  -   position: absolute;
  1633. 432.  -   margin: 0 1px 1px 2px;
  1634. 433.  -   width: 7px;
  1635. 434.  -   height: 9px;
  1636. 435.  - }
  1637. 436.  - .like_dived .like_wrap .like_left .iconHeart {
  1638. 437.  -   background-position: 0 -29px;
  1639. 438.  -   position: absolute;
  1640. 439.  -   opacity: 0;
  1641. 440.  -   filter: alpha(opacity=0);
  1642. 441.  -   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  1643. 442.  - }
  1644. 443.  - .like_dived .like_wrap .like_bottom_shadow {
  1645. 444.  -   height: 1px;
  1646. 445.  -   opacity: 0.08;
  1647. 446.  -   filter: alpha(opacity=8);
  1648. 447.  -   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  1649. 448.  -   background: black;
  1650. 449.  -   *display: none;
  1651. 450.  - }
  1652. 451.  -
  1653. 452.  - .like_dived .checkbox_pressed .like_left_border {
  1654. 453.  -   background-color:#6688AD;
  1655. 454.  -   border-color:#51769E #51779F #7495B8;
  1656. 455.  - }
  1657. 456.  -
  1658. 457.  - .like_dived .heart .checked .like_left .icon {
  1659. 458.  -   background-position: 0 -29px;
  1660. 459.  -   margin: 0;
  1661. 460.  -   width: 10px;
  1662. 461.  -   height: 10px;
  1663. 462.  - }
  1664. 463.  - .like_dived .checkbox_over .like_right {
  1665. 464.  -   border-color: #8596A9;
  1666. 465.  - }
  1667. 466.  - .like_dived .checkbox_over .like_right .like_right_border {
  1668. 467.  -   background: #E3EAF1;
  1669. 468.  -   border-color: #fff #E3EAF1 #E3EAF1 #E3EAF1;
  1670. 469.  -   -webkit-user-select: none;
  1671. 470.  -   -moz-user-select: none;
  1672. 471.  -   user-select: none;
  1673. 472.  - }
  1674. 473.  - .like_dived .checked .like_left {
  1675. 474.  -   border-right: 1px solid #3E6797;
  1676. 475.  - }
  1677. 476.  - .like_dived .checked .like_left .like_left_border {
  1678. 477.  -   border-right: 0;
  1679. 478.  - }
  1680. 479.  - .like_dived .checked .like_left_border .iconV {
  1681. 480.  -   opacity: 0;
  1682. 481.  -   filter: alpha(opacity=0);
  1683. 482.  -   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  1684. 483.  - }
  1685. 484.  - .like_dived .checked .like_left_border .iconHeart {
  1686. 485.  -   opacity: 1;
  1687. 486.  -   filter: none;
  1688. 487.  -   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  1689. 488.  - }
  1690. 489.  - .like_dived .checked .like_right {
  1691. 490.  -   border-color: #3E6797;
  1692. 491.  - }
  1693. 492.  - .like_dived .checked .like_right .like_right_border {
  1694. 493.  -   border-color: #7C98BA #5C80A9 #5C80A9 #7C98BA;
  1695. 494.  -   background: #6D8DB1;
  1696. 495.  -   text-shadow: 0px 1px 0px #4B688B;
  1697. 496.  -   color: #fff;
  1698. 497.  - }
  1699. 498.  - .like_dived_full .checked .like_right {
  1700. 499.  -   display: none;
  1701. 500.  - }
  1702. 501.  - .album_module .thumb a {
  1703. 502.  - /*  padding: 2px;
  1704. 503.  -   border: 1px solid #CCCCCC; */
  1705. 504.  -   display: block;
  1706. 505.  - }
  1707. 506.  - .album_module .thumb a:hover {
  1708. 507.  - /*  border-color: #45688E;*/
  1709. 508.  - }
  1710. 509.  - .album_module .thumb div {
  1711. 510.  -   width: 75px;
  1712. 511.  -   text-align: center;
  1713. 512.  -   max-height: 56px;
  1714. 513.  -   overflow: hidden;
  1715. 514.  -   background: #000000;
  1716. 515.  - }
  1717. 516.  - .album_module .thumb div img {
  1718. 517.  -   padding: 0px;
  1719. 518.  -   vertical-align: top;
  1720. 519.  - }
  1721. 520.  - .album_module .info {
  1722. 521.  -   width: 90px;
  1723. 522.  -   margin: 12px 0px 0px;
  1724. 523.  - }
  1725. 524.  - .album_module .info a {
  1726. 525.  -   font-weight: bold;
  1727. 526.  - }
  1728. 527.  - .album_module .updated {
  1729. 528.  -   color: #777;
  1730. 529.  - }
  1731. 530.  - .album_module .thumb {
  1732. 531.  -   padding: 10px 10px 0px;
  1733. 532.  -   overflow: hidden;
  1734. 533.  - }
  1735. 534.  -
  1736. 535.  - .video_module .video {
  1737. 536.  -   position: relative;
  1738. 537.  -   margin: 10px 10px 0px;
  1739. 538.  -   width: 178px;
  1740. 539.  -   height: 132px;
  1741. 540.  - }
  1742. 541.  - .video_module .video img {
  1743. 542.  -   width: 178px;
  1744. 543.  -   height: 132px;
  1745. 544.  - }
  1746. 545.  - .video_module .video div {
  1747. 546.  -   position: absolute;
  1748. 547.  -   bottom: 10px;
  1749. 548.  -   font-size: 10px;
  1750. 549.  -   z-index: 10;
  1751. 550.  -   width: 171px;
  1752. 551.  -   margin-top: 105px;
  1753. 552.  - }
  1754. 553.  - .font_medium .video_module .video div {
  1755. 554.  -   font-size: 11px;
  1756. 555.  - }
  1757. 556.  -
  1758. 557.  -
  1759. 558.  - .wide_column .video_module .video img {
  1760. 559.  -   width: 112px;
  1761. 560.  -   height: 84px;
  1762. 561.  - }
  1763. 562.  - .wide_column .video_module .video div {
  1764. 563.  -   width: 113px;
  1765. 564.  -   margin-top: 73px;
  1766. 565.  - }
  1767. 566.  -
  1768. 567.  - .wide_column .video_module .video_row {
  1769. 568.  -   width: 130px;
  1770. 569.  - }
  1771. 570.  -
  1772. 571.  - .video_module .video div span.bg {
  1773. 572.  -   background: #000;
  1774. 573.  -   color: #000;
  1775. 574.  -   opacity: 0.6;
  1776. 575.  -   filter: alpha(opacity=60);
  1777. 576.  - }
  1778. 577.  - .video_module .video div span {
  1779. 578.  -   color: #FFF;
  1780. 579.  -   padding: 0px 3px 1px;
  1781. 580.  - }
  1782. 581.  - .video_module .info {
  1783. 582.  -   margin: 0px 10px;
  1784. 583.  - }
  1785. 584.  - .video_module .video:hover {
  1786. 585.  -   text-decoration: none;
  1787. 586.  - }
  1788. 587.  - .video_module .video:hover img {
  1789. 588.  -   border-color: #45688E;
  1790. 589.  - }
  1791. 590.  - .video_module small {
  1792. 591.  -   color: #777;
  1793. 592.  - }
  1794. 593.  -
  1795. 594.  - .wall_module .more_link {
  1796. 595.  -   display: none;
  1797. 596.  -   padding: 8px 0px;
  1798. 597.  -   text-align: center;
  1799. 598.  -   border-top: 1px solid #DAE1E8;
  1800. 599.  -   margin-bottom: 10px;
  1801. 600.  - }
  1802. 601.  - .wall_module .more_link:hover {
  1803. 602.  -   text-decoration: none;
  1804. 603.  -   background: #E9EDF1;
  1805. 604.  - }
  1806. 605.  - .wall_module .more_link .progress {
  1807. 606.  -   margin: 0px auto;
  1808. 607.  - }
  1809. 608.  - .wall_module .more_link div {
  1810. 609.  -   height: 13px;
  1811. 610.  - }
  1812. 611.  - .wall_module .ext_video img {
  1813. 612.  -   width: 120px;
  1814. 613.  -   height: 90px;
  1815. 614.  - }
  1816. 615.  - div.wall_module .ext_video div {
  1817. 616.  -   width: 120px;
  1818. 617.  -   margin-top: 75px;
  1819. 618.  - }
  1820. 619.  - .wall_module .video div {
  1821. 620.  -   bottom: 5px;
  1822. 621.  -   right: 0px;
  1823. 622.  -   position: absolute;
  1824. 623.  -   font-size: 0.9em;
  1825. 624.  -   z-index: 10;
  1826. 625.  - }
  1827. 626.  - .wall_module .video div span.bg {
  1828. 627.  -   background: #000;
  1829. 628.  -   color: #000;
  1830. 629.  -   opacity: 0.6;
  1831. 630.  -   filter: alpha(opacity=60);
  1832. 631.  - }
  1833. 632.  - .wall_module .video div span {
  1834. 633.  -   color: #FFF;
  1835. 634.  -   padding: 0px 3px 1px;
  1836. 635.  - }
  1837. 636.  -
  1838. 637.  - .wall_module #page_wall_posts .post,
  1839. 638.  - .wall_module #page_wall_posts .online {
  1840. 639.  -   display: none;
  1841. 640.  - }
  1842. 641.  - .wall_module #page_wall_posts.all .all,
  1843. 642.  - .wall_module #page_wall_posts.own .own,
  1844. 643.  - .wall_module #page_wall_posts.all .online {
  1845. 644.  -   display: block;
  1846. 645.  - }
  1847. 646.  -
  1848. 647.  - .wall_module #wall_postponed {
  1849. 648.  -   padding-top: 10px;
  1850. 649.  -   border-top: 1px solid #DAE1E8;
  1851. 650.  - }
  1852. 651.  - .big_wall_post #wall_postponed {
  1853. 652.  -   padding-top: 10px;
  1854. 653.  -   padding-bottom: 0;
  1855. 654.  -   border-top: none;
  1856. 655.  - }
  1857. 656.  - .wall_module #wall_postponed.wall_postponed_empty {
  1858. 657.  -   padding-top: 0;
  1859. 658.  -   border-top: none;
  1860. 659.  - }
  1861. 660.  - .wall_module #wall_postponed_link {
  1862. 661.  -   display: block;
  1863. 662.  -   padding: 8px;
  1864. 663.  -   text-align: center;
  1865. 664.  -   background-color: #EFF1F3;
  1866. 665.  -   color: #738392;
  1867. 666.  -   cursor: pointer;
  1868. 667.  -   line-height: 15px;
  1869. 668.  -   height: 15px;
  1870. 669.  - }
  1871. 670.  - .wall_module #wall_postponed_link:hover {
  1872. 671.  -   text-decoration: none;
  1873. 672.  -   background-color: #E9EDF1;
  1874. 673.  - }
  1875. 674.  - .wall_module #wall_postponed_link .wall_postponed_link_arrow {
  1876. 675.  -   background: url(/images/icons/wall_more_arrows.gif) no-repeat 4px -34px;
  1877. 676.  -   display: inline-block;
  1878. 677.  -   padding: 2px 0 0 4px;
  1879. 678.  -   height: 10px;
  1880. 679.  -   width: 10px;
  1881. 680.  - }
  1882. 681.  - .wall_module #wall_postponed_msg_hide .wall_postponed_link_arrow {
  1883. 682.  -   background-position: 4px -22px;
  1884. 683.  - }
  1885. 684.  - .wall_module #wall_postponed_link .progress {
  1886. 685.  -   margin: 1px auto;
  1887. 686.  - }
  1888. 687.  -
  1889. 688.  -
  1890. 689.  - /* Posts */
  1891. 690.  - .wall_module .post {
  1892. 691.  -   /* padding: 5px 1px 3px; */
  1893. 692.  -   padding: 5px 0 3px;
  1894. 693.  -   border-top: 1px solid #F1F1F1;
  1895. 694.  -   *position: relative;
  1896. 695.  - }
  1897. 696.  - .wall_module .post_online .post_table {
  1898. 697.  -   min-height: 78px;
  1899. 698.  -   _height: 78px;
  1900. 699.  - }
  1901. 700.  - .wall_module #page_wall_posts.own .post_online {
  1902. 701.  -   min-height: 0;
  1903. 702.  -   _height: auto;
  1904. 703.  - }
  1905. 704.  - /* Actions */
  1906. 705.  - .wall_module .delete_post_wrap {
  1907. 706.  -   position: relative;
  1908. 707.  -   z-index: 10;
  1909. 708.  - }
  1910. 709.  - .wall_module .delete_post {
  1911. 710.  -   height: 11px;
  1912. 711.  -   width: 11px;
  1913. 712.  -   padding-top: 4px;
  1914. 713.  -   position: absolute;
  1915. 714.  -   right: 0;
  1916. 715.  - }
  1917. 716.  - .wall_module .delete_post div {
  1918. 717.  -   background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
  1919. 718.  -   opacity: 0;
  1920. 719.  -   filter: alpha(opacity=0);
  1921. 720.  -   cursor: pointer;
  1922. 721.  -   height: 11px;
  1923. 722.  -   width: 11px;
  1924. 723.  - }
  1925. 724.  -
  1926. 725.  - /* Separate reply actions */
  1927. 726.  - .wall_module .post_actions_wrap,
  1928. 727.  - .wall_module .reply_actions_wrap {
  1929. 728.  -   position: relative;
  1930. 729.  -   z-index: 10;
  1931. 730.  - }
  1932. 731.  - .wall_module .post_actions,
  1933. 732.  - .wall_module .reply_actions {
  1934. 733.  -   height: 11px;
  1935. 734.  -   width: 32px;
  1936. 735.  -   padding-top: 4px;
  1937. 736.  -   position: absolute;
  1938. 737.  -   right: 0;
  1939. 738.  - }
  1940. 739.  - .wall_module .post_delete_button,
  1941. 740.  - .wall_module .post_edit_button,
  1942. 741.  - .wall_module .reply_delete_button,
  1943. 742.  - .wall_module .reply_edit_button {
  1944. 743.  -   background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
  1945. 744.  -   opacity: 0;
  1946. 745.  -   filter: alpha(opacity=0);
  1947. 746.  -   cursor: pointer;
  1948. 747.  -   height: 11px;
  1949. 748.  -   width: 11px;
  1950. 749.  -   margin-left: 5px;
  1951. 750.  - }
  1952. 751.  - .wall_module .reply_edit_button,
  1953. 752.  - .wall_module .post_edit_button {
  1954. 753.  -   background-image: url(/images/pics/statusedit.gif);
  1955. 754.  - }
  1956. 755.  -
  1957. 756.  - .wall_module div.post_table {
  1958. 757.  -   position: relative;
  1959. 758.  - }
  1960. 759.  - .wall_module div.post_image {
  1961. 760.  -   padding: 5px 0;
  1962. 761.  -   position: absolute;
  1963. 762.  -   top: 0;
  1964. 763.  -   *left: 0;
  1965. 764.  -   width: 50px;
  1966. 765.  - }
  1967. 766.  - .wall_module a.post_image {
  1968. 767.  -   width: 50px;
  1969. 768.  -   height: 50px;
  1970. 769.  -   display: block;
  1971. 770.  - }
  1972. 771.  - .wall_module .post_info {
  1973. 772.  -   margin-left: 60px;
  1974. 773.  -   padding: 0 0 2px;
  1975. 774.  -   width: 337px;
  1976. 775.  -   min-height: 60px;
  1977. 776.  -   *position: relative;
  1978. 777.  - }
  1979. 778.  - .wall_module .dld {
  1980. 779.  -   padding: 5px 4px 8px 60px;
  1981. 780.  -   color: #777;
  1982. 781.  - }
  1983. 782.  - .wall_module .reply .dld {
  1984. 783.  -   padding: 11px 4px 12px 41px;
  1985. 784.  - }
  1986. 785.  - .wide_wall_module .reply .dld {
  1987. 786.  -   padding: 11px 4px 12px 64px;
  1988. 787.  - }
  1989. 788.  - .wall_module .author {
  1990. 789.  -   font-weight: bold;
  1991. 790.  -   line-height: 140%;
  1992. 791.  - }
  1993. 792.  - .wall_module .published_by_wrap {
  1994. 793.  -   margin: 5px 0 5px;
  1995. 794.  - }
  1996. 795.  - .wall_module a.published_by_photo {
  1997. 796.  -   display: block;
  1998. 797.  -   width: 30px;
  1999. 798.  -   height: 30px;
  2000. 799.  -   margin-right: 8px;
  2001. 800.  - }
  2002. 801.  - .wall_module .published_by_title {
  2003. 802.  -   white-space: nowrap;
  2004. 803.  -   text-overflow: ellipsis;
  2005. 804.  -   max-width: 288px;
  2006. 805.  -   overflow: hidden;
  2007. 806.  - }
  2008. 807.  - .wide_wall_module .published_by_title {
  2009. 808.  -   max-width: 480px;
  2010. 809.  - }
  2011. 810.  - .wall_module .published_by {
  2012. 811.  -   padding-left: 12px;
  2013. 812.  -   background: url(/images/icons/published.gif) no-repeat 0px 3px;
  2014. 813.  -   font-weight: bold;
  2015. 814.  - }
  2016. 815.  - .wall_module div.published_by_date {
  2017. 816.  -   padding-top: 4px;
  2018. 817.  -   white-space: nowrap;
  2019. 818.  -   overflow: hidden;
  2020. 819.  -   text-overflow: ellipsis;
  2021. 820.  -   width: 290px;
  2022. 821.  - }
  2023. 822.  - .wall_module .published_comment {
  2024. 823.  -   padding: 4px 0 6px;
  2025. 824.  - }
  2026. 825.  - .wall_module .published_by_date, .wall_module .wall_post_source {
  2027. 826.  -   color: #777;
  2028. 827.  - }
  2029. 828.  - .wall_post_source_icon {
  2030. 829.  -   margin: 0px 0px -1px 4px;
  2031. 830.  -   display: inline-block;
  2032. 831.  -   *display: block;
  2033. 832.  -   zoom: 1;
  2034. 833.  -   background: url(/images/profile_icons.gif?11) no-repeat;
  2035. 834.  -   width: 11px;
  2036. 835.  -   height: 11px;
  2037. 836.  - }
  2038. 837.  - .wall_post_source_default {
  2039. 838.  -   background-position: 0px -132px;
  2040. 839.  - }
  2041. 840.  - .wall_post_source_iphone {
  2042. 841.  -   background-position: 0px -109px;
  2043. 842.  - }
  2044. 843.  - .wall_post_source_android {
  2045. 844.  -   background-position: 0px -97px;
  2046. 845.  - }
  2047. 846.  - .wall_post_source_windows {
  2048. 847.  -   background-position: 0px -143px;
  2049. 848.  - }
  2050. 849.  - .wall_post_source_mobile {
  2051. 850.  -   background-position: 0px -121px;
  2052. 851.  - }
  2053. 852.  - .published_a_quote:hover .wall_post_source_default {
  2054. 853.  -   background-position: 0px -209px;
  2055. 854.  - }
  2056. 855.  - .published_a_quote:hover .wall_post_source_iphone {
  2057. 856.  -   background-position: 0px -186px;
  2058. 857.  - }
  2059. 858.  - .published_a_quote:hover .wall_post_source_android {
  2060. 859.  -   background-position: 0px -174px;
  2061. 860.  - }
  2062. 861.  - .published_a_quote:hover .wall_post_source_windows {
  2063. 862.  -   background-position: 0px -220px;
  2064. 863.  - }
  2065. 864.  - .published_a_quote:hover .wall_post_source_mobile {
  2066. 865.  -   background-position: 0px -198px;
  2067. 866.  - }
  2068. 867.  - .wall_module .published_by_quote,
  2069. 868.  - .wall_module .published_sec_quote {
  2070. 869.  -   margin: 5px 0;
  2071. 870.  -   border-left: 2px solid #C3D1E0;
  2072. 871.  -   overflow: hidden;
  2073. 872.  -   padding-left: 8px;
  2074. 873.  - }
  2075. 874.  - .published_by_quote .published_by_wrap {
  2076. 875.  -   margin-top: 0;
  2077. 876.  - }
  2078. 877.  - .wall_module .published_sec_quote {
  2079. 878.  -   margin: 3px 0;
  2080. 879.  - }
  2081. 880.  - .published_sec_quote .published_by_wrap {
  2082. 881.  -   margin: 2px 0px;
  2083. 882.  - }
  2084. 883.  - .wall_module .published_by_quote .published_sec_quote {
  2085. 884.  -   margin: 3px 0px 0px -5px;
  2086. 885.  -   padding-left: 3px;
  2087. 886.  - }
  2088. 887.  - .published_a_quote:hover {
  2089. 888.  -   cursor: pointer;
  2090. 889.  -   background: #E9EDF1;
  2091. 890.  - }
  2092. 891.  - .wall_module .published_a_quote:hover .published_by_date {
  2093. 892.  -   color: #8795a5;
  2094. 893.  - }
  2095. 894.  - .wall_signed {
  2096. 895.  -   margin-top: 5px;
  2097. 896.  -   padding: 0px;
  2098. 897.  -   background: none;
  2099. 898.  - }
  2100. 899.  - .wall_signed_by {
  2101. 900.  -   padding: 0px 15px;
  2102. 901.  -   background: url(/images/icons/mono_iconset.gif?8) left 1px no-repeat;
  2103. 902.  - }
  2104. 903.  - .is_rtl1 .wall_signed_by {
  2105. 904.  -   background-position: right 1px;
  2106. 905.  - }
  2107. 906.  -
  2108. 907.  - .wall_module #submit_post_box {
  2109. 908.  -   padding: 8px;
  2110. 909.  -   background: #F1F1F1;
  2111. 910.  -   position: relative;
  2112. 911.  - }
  2113. 912.  - .wall_module #submit_post_box textarea {
  2114. 913.  -   overflow: hidden;
  2115. 914.  -   outline: none;
  2116. 915.  -   width: 372px;
  2117. 916.  -   height: 14px;
  2118. 917.  -   resize: none;
  2119. 918.  - }
  2120. 919.  - .wide_wall_module #submit_post_box textarea {
  2121. 920.  -   width: 568px;
  2122. 921.  - }
  2123. 922.  - .wall_module #submit_post {
  2124. 923.  -   display: none;
  2125. 924.  -   padding-top: 8px;
  2126. 925.  - }
  2127. 926.  - .wall_module #submit_post .progress.fl_r {
  2128. 927.  -   margin: 6px 8px 0px;
  2129. 928.  - }
  2130. 929.  - .wall_module #submit_post .checkbox,
  2131. 930.  - .wall_module #submit_post .checkbox_pic {
  2132. 931.  -   margin: 6px 0 0px 10px;
  2133. 932.  - }
  2134. 933.  - .wall_module td {
  2135. 934.  -   vertical-align: top;
  2136. 935.  - }
  2137. 936.  - .wall_module .online {
  2138. 937.  -   display: block;
  2139. 938.  -   width: 50px;
  2140. 939.  -   text-align: center;
  2141. 940.  -   padding-top: 5px;
  2142. 941.  -   color: #AAA;
  2143. 942.  -   white-space: nowrap;
  2144. 943.  - }
  2145. 944.  -
  2146. 945.  - .wall_post_over .wall_post_text,
  2147. 946.  - .wall_post_over .post_media,
  2148. 947.  - .wall_post_over .explain,
  2149. 948.  - .wall_post_over .group_share,
  2150. 949.  - .wall_post_over .group_checkin,
  2151. 950.  - .wall_post_over .public_share,
  2152. 951.  - .wall_post_over .event_share,
  2153. 952.  - .wall_post_over .reply_link_wrap {
  2154. 953.  -   cursor: pointer;
  2155. 954.  - }
  2156. 955.  -
  2157. 956.  - .wall_post_text,
  2158. 957.  - .wall_reply_text {
  2159. 958.  -   padding-top: 2px;
  2160. 959.  -   line-height: 130%;
  2161. 960.  - }
  2162. 961.  - .font_medium .wall_post_text,
  2163. 962.  - .font_medium .wall_reply_text {
  2164. 963.  -   line-height: 140%;
  2165. 964.  - }
  2166. 965.  - .wall_post_text {
  2167. 966.  -   width: 320px;
  2168. 967.  -   overflow: hidden;
  2169. 968.  -   word-wrap: break-word;
  2170. 969.  - }
  2171. 970.  - .published_by_quote .wall_post_text {
  2172. 971.  -   width: 310px;
  2173. 972.  - }
  2174. 973.  - .page_description {
  2175. 974.  -   cursor: pointer;
  2176. 975.  - }
  2177. 976.  - .wall_post_more,
  2178. 977.  - .wall_reply_more,
  2179. 978.  - .wall_module .reply_show_whole {
  2180. 979.  -   position: relative;
  2181. 980.  -   top: 2px;
  2182. 981.  -   font-weight: bold;
  2183. 982.  -   color: #91A4B8;
  2184. 983.  -   -webkit-transition: color 200ms linear;
  2185. 984.  -   -moz-transition: color 200ms linear;
  2186. 985.  -   -o-transition: color 200ms linear;
  2187. 986.  -   transition: color 200ms linear;
  2188. 987.  - }
  2189. 988.  - .wall_post_text:hover .wall_post_more,
  2190. 989.  - .wall_reply_text:hover .wall_reply_more,
  2191. 990.  - .page_description:hover .wall_post_more,
  2192. 991.  - .wall_post_more:hover,
  2193. 992.  - .wall_reply_more:hover {
  2194. 993.  -   color: #45688E;
  2195. 994.  -   text-decoration: none;
  2196. 995.  - }
  2197. 996.  - .wall_text {
  2198. 997.  -   width: 337px;
  2199. 998.  -   padding: 5px 0px 0px 4px;
  2200. 999.  -   margin-left: -4px;
  2201. 1000.  -   white-space: break-word;
  2202. 1001.  -   -o-text-overflow: ellipsis;
  2203. 1002.  -   text-overflow: ellipsis;
  2204. 1003.  -   position: relative;
  2205. 1004.  - }
  2206. 1005.  - .is_rtl1 .wall_text {
  2207. 1006.  -   padding: 5px 4px 0px 0px;
  2208. 1007.  -   margin-left: 0px;
  2209. 1008.  -   margin-right: -4px;
  2210. 1009.  - }
  2211. 1010.  - .published_by_quote .wall_text {
  2212. 1011.  -   width: 320px;
  2213. 1012.  - }
  2214. 1013.  - .wall_text .explain {
  2215. 1014.  -   color: #777;
  2216. 1015.  -   line-height: 140%;
  2217. 1016.  - }
  2218. 1017.  - .wall_module .audio {
  2219. 1018.  -   margin-left: -4px
  2220. 1019.  - }
  2221. 1020.  - .is_rtl1 .wall_module .audio {
  2222. 1021.  -   margin-left: 0px;
  2223. 1022.  -   margin-right: -4px;
  2224. 1023.  - }
  2225. 1024.  - .wall_module .audio .info {
  2226. 1025.  -   width: 100%;
  2227. 1026.  - }
  2228. 1027.  -
  2229. 1028.  - /* Likes */
  2230. 1029.  - .wall_module .like_wrap {
  2231. 1030.  -   margin: 4px 1px 8px;
  2232. 1031.  -   color: #2F5879;
  2233. 1032.  -   font-size: 10px;
  2234. 1033.  -   cursor: pointer;
  2235. 1034.  - }
  2236. 1035.  - .font_medium .wall_module .like_wrap {
  2237. 1036.  -   font-size: 11px;
  2238. 1037.  - }
  2239. 1038.  - .wall_module .reply .like_wrap {
  2240. 1039.  -   margin: 0 1px 0 0;
  2241. 1040.  - }
  2242. 1041.  - .fw_reply .like_wrap {
  2243. 1042.  -   margin: 0 1px 0 0;
  2244. 1043.  -   color: #2F5879;
  2245. 1044.  -   font-size: 11px;
  2246. 1045.  -   cursor: pointer;
  2247. 1046.  - }
  2248. 1047.  - .font_medium .fw_reply .like_wrap {
  2249. 1048.  -   font-size: 12px;
  2250. 1049.  - }
  2251. 1050.  -
  2252. 1051.  - .wall_module .like_link,
  2253. 1052.  - .wall_module .no_likes {
  2254. 1053.  -   visibility: hidden;
  2255. 1054.  -   opacity: 0;
  2256. 1055.  -   filter: alpha(opacity=0);
  2257. 1056.  - }
  2258. 1057.  - .fw_reply .like_link,
  2259. 1058.  - .wall_module .review_comment .like_link {
  2260. 1059.  -   cursor: pointer;
  2261. 1060.  -   color: #2F5879;
  2262. 1061.  -   visibility: visible;
  2263. 1062.  -   opacity: 1;
  2264. 1063.  -   filter: none;
  2265. 1064.  - }
  2266. 1065.  -
  2267. 1066.  - .wall_module .one .like_link {
  2268. 1067.  -   visibility: visible;
  2269. 1068.  -   opacity: 1;
  2270. 1069.  -   filter: none;
  2271. 1070.  - }
  2272. 1071.  - .wall_module .one .no_likes {
  2273. 1072.  -   visibility: visible;
  2274. 1073.  - }
  2275. 1074.  - .wall_module .like_wrap i,
  2276. 1075.  - .fw_reply .like_wrap i {
  2277. 1076.  -   background: url(/images/icons/like.gif?2) no-repeat 1px 0px;
  2278. 1077.  -   height: 10px;
  2279. 1078.  -   margin: 2px 2px 0px;
  2280. 1079.  -   padding-right: 1px;
  2281. 1080.  -   opacity: 0.4;
  2282. 1081.  -   filter: alpha(opacity=40);
  2283. 1082.  -   width: 11px;
  2284. 1083.  - }
  2285. 1084.  - .wide_wall_module .like_wrap i,
  2286. 1085.  - .wide_wall_module .fw_reply .like_wrap i,
  2287. 1086.  - #fw_post_wrap .fw_reply .like_wrap i {
  2288. 1087.  -   display: block;
  2289. 1088.  -   margin-top: 3px;
  2290. 1089.  - }
  2291. 1090.  -
  2292. 1091.  - .wall_module .like_wrap i.my_like,
  2293. 1092.  - .fw_reply .like_wrap i.my_like {
  2294. 1093.  -   opacity: 1;
  2295. 1094.  -   filter: none;
  2296. 1095.  - }
  2297. 1096.  - .wall_module .like_wrap i.no_likes {
  2298. 1097.  -   margin-right: 0px;
  2299. 1098.  - }
  2300. 1099.  - .wall_module .like_count,
  2301. 1100.  - .fw_reply .like_count {
  2302. 1101.  -   font-weight: bold;
  2303. 1102.  -   color: #7295b2;
  2304. 1103.  - }
  2305. 1104.  - .wall_module .like_count {
  2306. 1105.  -   margin-right: 3px;
  2307. 1106.  - }
  2308. 1107.  -
  2309. 1108.  - /* Replies */
  2310. 1109.  - .wall_module .reply_link_wrap {
  2311. 1110.  -   padding-top: 4px;
  2312. 1111.  -   padding-bottom: 8px;
  2313. 1112.  -   font-size: 10px;
  2314. 1113.  - }
  2315. 1114.  - .font_medium .wall_module .reply_link_wrap {
  2316. 1115.  -   font-size: 11px;
  2317. 1116.  - }
  2318. 1117.  - .wall_module .reply_link_wrap small, .wall_module .reply_link_wrap small a {
  2319. 1118.  -   color: #999;
  2320. 1119.  - }
  2321. 1120.  - a.reply_parent_link,
  2322. 1121.  - .wall_module .reply_link_wrap small a.reply_parent_link {
  2323. 1122.  -   color: #2B587A;
  2324. 1123.  - }
  2325. 1124.  -
  2326. 1125.  - /* Replies header link */
  2327. 1126.  - .wrh_text {
  2328. 1127.  -   text-align: center;
  2329. 1128.  - }
  2330. 1129.  - .wrh_prg {
  2331. 1130.  -   margin: 0px auto;
  2332. 1131.  - }
  2333. 1132.  - .wr_header {
  2334. 1133.  -   display: block;
  2335. 1134.  -   cursor: pointer;
  2336. 1135.  -   color: #6A7989;
  2337. 1136.  -   background: #E9EDF1;
  2338. 1137.  -   height: 13px;
  2339. 1138.  -   padding: 9px 0px 8px;
  2340. 1139.  - }
  2341. 1140.  - .wr_header:hover {
  2342. 1141.  -   text-decoration: none;
  2343. 1142.  - }
  2344. 1143.  - .wrh_all {
  2345. 1144.  -   background: #FFF;
  2346. 1145.  -   color: #777;
  2347. 1146.  - }
  2348. 1147.  - .wrh_all:hover {
  2349. 1148.  -   background: #E9EDF1;
  2350. 1149.  -   color: #6A7989;
  2351. 1150.  - }
  2352. 1151.  - .wd_lnk {
  2353. 1152.  -   color: #999;
  2354. 1153.  - }
  2355. 1154.  - .wall_module .replies_wrap {
  2356. 1155.  -   padding-top: 2px;
  2357. 1156.  -   margin-bottom: 6px;
  2358. 1157.  -   position: relative;
  2359. 1158.  - }
  2360. 1159.  - /* Reply */
  2361. 1160.  - .wall_module .reply {
  2362. 1161.  -   background: #FFF;
  2363. 1162.  -   border-top: 1px solid #E9EDF1;
  2364. 1163.  -   padding: 6px 0px;
  2365. 1164.  -   position: relative;
  2366. 1165.  - }
  2367. 1166.  - .wall_module .reply .delete_post {
  2368. 1167.  -   padding-top: 2px;
  2369. 1168.  - }
  2370. 1169.  - .wall_module a.reply_image {
  2371. 1170.  -   width: 32px;
  2372. 1171.  -   height: 32px;
  2373. 1172.  -   margin: 8px 0 2px;
  2374. 1173.  -   display: block;
  2375. 1174.  -   overflow: hidden;
  2376. 1175.  -   position: absolute;
  2377. 1176.  -   top: 0;
  2378. 1177.  -   *left: 0;
  2379. 1178.  - }
  2380. 1179.  - .wall_module img.reply_image {
  2381. 1180.  -   width: 32px;
  2382. 1181.  -   height: 32px;
  2383. 1182.  - }
  2384. 1183.  - .wall_module .reply .author {
  2385. 1184.  -   padding-right: 3px;
  2386. 1185.  -   font-weight: normal;
  2387. 1186.  - }
  2388. 1187.  - .wall_module .wall_reply_text {
  2389. 1188.  -   word-wrap: break-word;
  2390. 1189.  -   overflow: hidden;
  2391. 1190.  -   width: 298px;
  2392. 1191.  - }
  2393. 1192.  - .wall_module .reply_info {
  2394. 1193.  -   margin-left: 39px;
  2395. 1194.  -   *position: relative;
  2396. 1195.  -   width: 298px;
  2397. 1196.  -   white-space: break-word;
  2398. 1197.  -   min-height: 33px;
  2399. 1198.  - }
  2400. 1199.  - .wall_module .bp_post .like_link,
  2401. 1200.  - .wall_module .reply_info .like_link,
  2402. 1201.  - .wall_module .pv_comment .like_link,
  2403. 1202.  - .wall_module .mv_comment .like_link {
  2404. 1203.  -   cursor: pointer;
  2405. 1204.  -   color: #2F5879;
  2406. 1205.  -   visibility: visible;
  2407. 1206.  -   opacity: 0;
  2408. 1207.  -   filter:alpha(opacity=0);
  2409. 1208.  - }
  2410. 1209.  - .wall_module .bp_post .like_wrap {
  2411. 1210.  -   margin: 0px 1px;
  2412. 1211.  - }
  2413. 1212.  - #photos_container .pv_comment .like_link {
  2414. 1213.  -   opacity: 1;
  2415. 1214.  -   filter:none;
  2416. 1215.  - }
  2417. 1216.  - .wall_module .info_footer {
  2418. 1217.  -   font-size: 10px;
  2419. 1218.  -   color: #999;
  2420. 1219.  -   padding: 4px 0 0;
  2421. 1220.  - }
  2422. 1221.  - .font_medium .wall_module .info_footer {
  2423. 1222.  -   font-size: 11px;
  2424. 1223.  - }
  2425. 1224.  - .wall_module .reply_to {
  2426. 1225.  -   color: #999;
  2427. 1226.  - }
  2428. 1227.  - /* Reply form */
  2429. 1228.  - .wall_module .reply_fakebox_wrap {
  2430. 1229.  -   background: #F1F1F1;
  2431. 1230.  -   padding: 6px;
  2432. 1231.  - }
  2433. 1232.  - .wall_module .reply_fakebox {
  2434. 1233.  -   cursor: text;
  2435. 1234.  -   background: #FFF;
  2436. 1235.  -   border: 1px solid #C0CAD5;
  2437. 1236.  -   padding: 3px 5px;
  2438. 1237.  -   color: #777;
  2439. 1238.  - }
  2440. 1239.  -
  2441. 1240.  - .wall_module .reply_box {
  2442. 1241.  -   background: #F1F1F1;
  2443. 1242.  -   padding: 6px;
  2444. 1243.  -   *position: relative;
  2445. 1244.  -   clear: both;
  2446. 1245.  - }
  2447. 1246.  - .wall_module a.reply_form_image {
  2448. 1247.  -   display: none;
  2449. 1248.  -   width: 32px;
  2450. 1249.  -   height: 32px;
  2451. 1250.  -   overflow: hidden;
  2452. 1251.  -   position: absolute;
  2453. 1252.  -   *left: 6px;
  2454. 1253.  - }
  2455. 1254.  - .wall_module img.reply_form_image {
  2456. 1255.  -   width: 32px;
  2457. 1256.  -   height: 32px;
  2458. 1257.  - }
  2459. 1258.  - .wall_module .reply_form {
  2460. 1259.  -   zoom: 1;
  2461. 1260.  - }
  2462. 1261.  - .reply_field_wrap {
  2463. 1262.  -   padding: 3px;
  2464. 1263.  -   background: #FFF;
  2465. 1264.  -   border: 1px solid #C0CAD5;
  2466. 1265.  -   *position: relative;
  2467. 1266.  - }
  2468. 1267.  - .reply_field {
  2469. 1268.  -   padding: 0;
  2470. 1269.  -   border: 0;
  2471. 1270.  -   overflow: hidden;
  2472. 1271.  -   height: 14px;
  2473. 1272.  -   outline: 0;
  2474. 1273.  -   margin: 0px;
  2475. 1274.  -   width: 100%;
  2476. 1275.  -   resize: none;
  2477. 1276.  -   height: 14px;
  2478. 1277.  - }
  2479. 1278.  - .reply_field_tail {
  2480. 1279.  -   display: none;
  2481. 1280.  -   width: 5px;
  2482. 1281.  -   height: 9px;
  2483. 1282.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -155px no-repeat;
  2484. 1283.  -   position: absolute;
  2485. 1284.  -   margin-left: -8px;
  2486. 1285.  -   margin-top: 8px;
  2487. 1286.  - }
  2488. 1287.  - .wall_module .submit_reply {
  2489. 1288.  -   display: none;
  2490. 1289.  -   height: 25px;
  2491. 1290.  - }
  2492. 1291.  - .wall_module .reply_as_group_wrap {
  2493. 1292.  -   padding: 6px 0 0 5px;
  2494. 1293.  -   display: none;
  2495. 1294.  - }
  2496. 1295.  - .wall_module .reply_as_group_active {
  2497. 1296.  -   display: block;
  2498. 1297.  - }
  2499. 1298.  - .reply_as_group_long,
  2500. 1299.  - .wide_wall_module .reply_as_group_short {
  2501. 1300.  -   display: none;
  2502. 1301.  - }
  2503. 1302.  - .wide_wall_module .reply_as_group_long {
  2504. 1303.  -   display: inline;
  2505. 1304.  - }
  2506. 1305.  - .reply_button_wrap {
  2507. 1306.  -   padding-right: 5px;
  2508. 1307.  -   zoom: 1;
  2509. 1308.  -   *position: relative;
  2510. 1309.  - }
  2511. 1310.  - .wall_module .reply_button_wrap button {
  2512. 1311.  -   padding: 3px 14px;
  2513. 1312.  - }
  2514. 1313.  -
  2515. 1314.  - .reply_box_open .reply_field {
  2516. 1315.  -   height: 24px;
  2517. 1316.  - }
  2518. 1317.  - .wall_module .reply_box_open .reply_form {
  2519. 1318.  -   margin-left: 38px;
  2520. 1319.  - }
  2521. 1320.  - .wall_module .reply_hint {
  2522. 1321.  -   padding: 6px 0 0px 5px;
  2523. 1322.  -   overflow: hidden;
  2524. 1323.  -   -o-text-overflow: ellipsis;
  2525. 1324.  -   text-overflow: ellipsis;
  2526. 1325.  -   position: relative;
  2527. 1326.  - }
  2528. 1327.  - .wall_module .reply_hint_text {
  2529. 1328.  -   color: #777;
  2530. 1329.  -   cursor: default;
  2531. 1330.  -   white-space: nowrap;
  2532. 1331.  -   overflow: hidden;
  2533. 1332.  -   -o-text-overflow: ellipsis;
  2534. 1333.  -   text-overflow: ellipsis;
  2535. 1334.  - }
  2536. 1335.  - .wall_module .reply_box_open .reply_box {
  2537. 1336.  -   margin-left: -6px;
  2538. 1337.  - }
  2539. 1338.  - .wall_module .reply_to_title {
  2540. 1339.  -   display: none;
  2541. 1340.  -   padding: 6px 5px 0px;
  2542. 1341.  -   white-space: nowrap;
  2543. 1342.  -   overflow: hidden;
  2544. 1343.  -   -o-text-overflow: ellipsis;
  2545. 1344.  -   text-overflow: ellipsis;
  2546. 1345.  - }
  2547. 1346.  -
  2548. 1347.  - .reply_multiline_tt_point {
  2549. 1348.  -   position: absolute;
  2550. 1349.  -   width: 1px;
  2551. 1350.  -   height: 1px;
  2552. 1351.  - }
  2553. 1352.  - .wall_module .reply_box_open .replies_wrap,
  2554. 1353.  - .wall_module .reply_box_open .submit_reply,
  2555. 1354.  - .wall_module .reply_box_open a.reply_form_image,
  2556. 1355.  - .reply_box_open .reply_field_tail {
  2557. 1356.  -   display: block;
  2558. 1357.  - }
  2559. 1358.  - .wall_module .reply_box_open .reply_link {
  2560. 1359.  -   display: none;
  2561. 1360.  - }
  2562. 1361.  - .wall_module #post_warn,
  2563. 1362.  - .wall_module .reply_warn,
  2564. 1363.  - #like_repost_comment_warn {
  2565. 1364.  -   display: none;
  2566. 1365.  -   padding-top: 5px;
  2567. 1366.  -   color: #777;
  2568. 1367.  - }
  2569. 1368.  - .wall_module .reply_warn {
  2570. 1369.  -   padding: 0 0 7px;
  2571. 1370.  - }
  2572. 1371.  - #wl_reply_form .reply_warn {
  2573. 1372.  -   padding-top: 0px;
  2574. 1373.  -   padding-bottom: 12px;
  2575. 1374.  - }
  2576. 1375.  - .wall_module .reply_box .reply_warn {
  2577. 1376.  -   padding-top: 0;
  2578. 1377.  -   padding-bottom: 5px;
  2579. 1378.  - }
  2580. 1379.  - .wall_module #submit_post_error {
  2581. 1380.  -   display: none;
  2582. 1381.  -   margin-bottom: 10px;
  2583. 1382.  -   padding: 5px 10px;
  2584. 1383.  - }
  2585. 1384.  - /* Reply submit hint */
  2586. 1385.  - .reply_submit_hint_wrap {
  2587. 1386.  -   width: 210px;
  2588. 1387.  -   /*height: 110px;*/
  2589. 1388.  -   padding: 8px 5px 8px;
  2590. 1389.  - }
  2591. 1390.  - .reply_submit_hint_title {
  2592. 1391.  -   color: #2A5779;
  2593. 1392.  -   font-weight: bold;
  2594. 1393.  -   padding-bottom: 2px;
  2595. 1394.  - }
  2596. 1395.  - #reply_submit_hint_opts .radiobtn {
  2597. 1396.  -   color: #000;
  2598. 1397.  -   padding: 10px 0 5px 19px;
  2599. 1398.  -   line-height: 160%;
  2600. 1399.  -   position: relative;
  2601. 1400.  - }
  2602. 1401.  - #reply_submit_hint_opts .radiobtn div {
  2603. 1402.  -   position: absolute;
  2604. 1403.  -   left: 0;
  2605. 1404.  -   top: 12px;
  2606. 1405.  - }
  2607. 1406.  - .reply_multiline_tt .side_sh {
  2608. 1407.  -   display: table-cell !important;
  2609. 1408.  - }
  2610. 1409.  - .reply_submit_tail_wrap {
  2611. 1410.  -   left: 233px;
  2612. 1411.  -   position: absolute;
  2613. 1412.  -   bottom: 18px;
  2614. 1413.  -   z-index: 2001;
  2615. 1414.  - }
  2616. 1415.  - .reply_submit_tail {
  2617. 1416.  -   background: url(/images/ddtooltip.png) -8px 0 no-repeat;
  2618. 1417.  -   width: 8px;
  2619. 1418.  -   height: 11px;
  2620. 1419.  - }
  2621. 1420.  -
  2622. 1421.  - /* Post media */
  2623. 1422.  - .wall_module .post_media {
  2624. 1423.  -   padding: 6px 0px 4px;
  2625. 1424.  -   width: 338px;
  2626. 1425.  -   overflow: hidden;
  2627. 1426.  - }
  2628. 1427.  - .wall_module .reply_text .post_media {
  2629. 1428.  -   width: 298px;
  2630. 1429.  - }
  2631. 1430.  - .wall_module .reply_text .audio .title_wrap {
  2632. 1431.  -   width: 220px;
  2633. 1432.  - }
  2634. 1433.  - .wall_module .published_by_quote .post_media {
  2635. 1434.  -   width: 326px;
  2636. 1435.  - }
  2637. 1436.  - .wall_module .post_media.post_audio {
  2638. 1437.  -   padding: 2px 0px 0px 4px;
  2639. 1438.  -   margin-left: -4px;
  2640. 1439.  -   width: auto !important;
  2641. 1440.  - }
  2642. 1441.  - .wall_module .post_media.wall_audio {
  2643. 1442.  -   padding: 6px 0px 0px 4px;
  2644. 1443.  -   margin-left: -4px;
  2645. 1444.  -   width: auto !important;
  2646. 1445.  - }
  2647. 1446.  - .wall_module .page_media_thumb {
  2648. 1447.  -   height: 98px;
  2649. 1448.  -   max-width: 130px;
  2650. 1449.  -   *width: 130px;
  2651. 1450.  -   overflow: hidden;
  2652. 1451.  -   margin: 0 6px 6px 0;
  2653. 1452.  - }
  2654. 1453.  - .wall_module .page_media_graffiti {
  2655. 1454.  -   width: 196px;
  2656. 1455.  -   max-width: 196px;
  2657. 1456.  - }
  2658. 1457.  - .wall_module .graffiti img {
  2659. 1458.  -   width: auto;
  2660. 1459.  - }
  2661. 1460.  - .wall_module .photo {
  2662. 1461.  -   display: block;
  2663. 1462.  - }
  2664. 1463.  - .wall_module .photo:hover {
  2665. 1464.  -   text-decoration: none;
  2666. 1465.  - }
  2667. 1466.  - .wall_module .photo img {
  2668. 1467.  -   vertical-align: top;
  2669. 1468.  -   max-height: 98px;
  2670. 1469.  -   overflow: hidden;
  2671. 1470.  - }
  2672. 1471.  - .wall_module .page_media_full_photo,
  2673. 1472.  - .wall_module .page_media_full_video,
  2674. 1473.  - .wall_module .page_media_full_graffiti {
  2675. 1474.  -   max-width: 520px;
  2676. 1475.  -   max-height: 520px;
  2677. 1476.  -   height: auto;
  2678. 1477.  -   float: none;
  2679. 1478.  -   margin: 0;
  2680. 1479.  -   *width: auto;
  2681. 1480.  -   padding: 20px 0 10px;
  2682. 1481.  - }
  2683. 1482.  - .wall_module .post_full_thumbs .page_media_thumb1 {
  2684. 1483.  -   padding-top: 10px;
  2685. 1484.  - }
  2686. 1485.  - .wall_module .page_media_full_photo img,
  2687. 1486.  - .wall_module .page_media_full_graffiti img {
  2688. 1487.  -   max-width: 520px;
  2689. 1488.  -   max-height: 520px;
  2690. 1489.  -   width: auto;
  2691. 1490.  -   height: auto;
  2692. 1491.  -   *height: 500px;
  2693. 1492.  - }
  2694. 1493.  - .post_media .audio .actions {
  2695. 1494.  -   visibility: hidden;
  2696. 1495.  - }
  2697. 1496.  - .post_media .audio .actions a {
  2698. 1497.  -   display: block;
  2699. 1498.  -   padding: 6px;
  2700. 1499.  - }
  2701. 1500.  - .post_media .audio.over .actions {
  2702. 1501.  -   visibility: visible;
  2703. 1502.  -   background-color: #EDF1F5;
  2704. 1503.  - }
  2705. 1504.  -
  2706. 1505.  -
  2707. 1506.  - /* Single photo */
  2708. 1507.  - .wall_module .post_thumbs_num1 .page_media_thumb1,
  2709. 1508.  - .wall_module .post_thumbs_num3 .page_media_thumb1,
  2710. 1509.  - .wall_module .post_thumbs_num4 .page_media_thumb1,
  2711. 1510.  - .wall_module .post_thumbs_num2 .page_media_thumb1,
  2712. 1511.  - .wall_module .post_thumbs_num2 .page_media_thumb2 {
  2713. 1512.  -   max-width: 320px;
  2714. 1513.  -   max-height: 306px;
  2715. 1514.  -   height: auto;
  2716. 1515.  -   float: left;
  2717. 1516.  -   *width: auto;
  2718. 1517.  - }
  2719. 1518.  - .wall_module .post_thumbs_num1 .page_media_thumb1 img,
  2720. 1519.  - .wall_module .post_thumbs_num3 .page_media_thumb1 img,
  2721. 1520.  - .wall_module .post_thumbs_num4 .page_media_thumb1 img,
  2722. 1521.  - .wall_module .post_thumbs_num2 .page_media_thumb1 img,
  2723. 1522.  - .wall_module .post_thumbs_num2 .page_media_thumb2 img {
  2724. 1523.  -   max-width: 320px;
  2725. 1524.  -   max-height: 306px;
  2726. 1525.  -   width: auto;
  2727. 1526.  -   height: auto;
  2728. 1527.  -   *height: 200px;
  2729. 1528.  - }
  2730. 1529.  - .wall_module .post_thumbs_num1 .page_media_video {
  2731. 1530.  -   max-width: 320px;
  2732. 1531.  -   max-height: 240px;
  2733. 1532.  - }
  2734. 1533.  - .wall_module .post_thumbs_num1 .page_media_video .video img {
  2735. 1534.  -   max-width: 320px;
  2736. 1535.  -   max-height: 240px;
  2737. 1536.  -   width: 320px;
  2738. 1537.  -   height: 240px;
  2739. 1538.  - }
  2740. 1539.  -
  2741. 1540.  - /* Wide wall changes */
  2742. 1541.  - .wide_wall_module .post_thumbs_num1 .page_media_thumb1,
  2743. 1542.  - .wide_wall_module .post_thumbs_num3 .page_media_thumb1,
  2744. 1543.  - .wide_wall_module .post_thumbs_num4 .page_media_thumb1 {
  2745. 1544.  -   max-width: 537px;
  2746. 1545.  - }
  2747. 1546.  - .wide_wall_module .post_thumbs_num1 .page_media_thumb1 img,
  2748. 1547.  - .wide_wall_module .post_thumbs_num3 .page_media_thumb1 img,
  2749. 1548.  - .wide_wall_module .post_thumbs_num4 .page_media_thumb1 img {
  2750. 1549.  -   max-width: 537px;
  2751. 1550.  - }
  2752. 1551.  - .wide_wall_module .post_thumbs_num2 .page_media_thumb1,
  2753. 1552.  - .wide_wall_module .post_thumbs_num2 .page_media_thumb2 {
  2754. 1553.  -   max-width: 240px;
  2755. 1554.  - }
  2756. 1555.  - .wide_wall_module .post_thumbs_num2 .page_media_thumb1 img,
  2757. 1556.  - .wide_wall_module .post_thumbs_num2 .page_media_thumb2 img {
  2758. 1557.  -   max-width: 240px;
  2759. 1558.  - }
  2760. 1559.  - .wide_wall_module .audio .title_wrap {
  2761. 1560.  -   width: 430px;
  2762. 1561.  - }
  2763. 1562.  - .wide_wall_module .audio .title_wrap b {
  2764. 1563.  -   max-width: 310px;
  2765. 1564.  - }
  2766. 1565.  - .wide_wall_module .published_by_quote .audio .title_wrap {
  2767. 1566.  -   width: 415px;
  2768. 1567.  - }
  2769. 1568.  - .wide_wall_module .published_by_quote .audio .title_wrap b {
  2770. 1569.  -   max-width: 290px;
  2771. 1570.  - }
  2772. 1571.  - .wide_wall_module .reply_table .audio .title_wrap {
  2773. 1572.  -   width: 400px;
  2774. 1573.  - }
  2775. 1574.  - .wide_wall_module .reply_table .audio .title_wrap b {
  2776. 1575.  -   max-width: 280px;
  2777. 1576.  - }
  2778. 1577.  -
  2779. 1578.  - /* Inline view video */
  2780. 1579.  - .wide_wall_module .post_thumbs_num1 .page_media_video .video div,
  2781. 1580.  - .wall_module .page_media_full_video .video div {
  2782. 1581.  -   bottom: 10px;
  2783. 1582.  -   font-size: 11px;
  2784. 1583.  - }
  2785. 1584.  - .font_medium .wide_wall_module .post_thumbs_num1 .page_media_video .video div,
  2786. 1585.  - .font_medium .wall_module .page_media_full_video .video div {
  2787. 1586.  -   font-size: 12px;
  2788. 1587.  - }
  2789. 1588.  - .wall_module .post_thumbs_num1 .page_media_thumb1 {
  2790. 1589.  -   margin: 0;
  2791. 1590.  - }
  2792. 1591.  - .wall_module .page_media_full_video {
  2793. 1592.  -   padding-bottom: 0;
  2794. 1593.  - }
  2795. 1594.  - .wide_wall_module .post_thumbs_num1 .page_media_video,
  2796. 1595.  - .wall_module .page_media_full_video  {
  2797. 1596.  -   max-width: 480px;
  2798. 1597.  -   max-height: 360px;
  2799. 1598.  - }
  2800. 1599.  - .wide_wall_module .post_thumbs_num1 .page_media_video .video img,
  2801. 1600.  - .wall_module .page_media_full_video .video img {
  2802. 1601.  -   max-width: 480px;
  2803. 1602.  -   max-height: 360px;
  2804. 1603.  -   width: 480px;
  2805. 1604.  -   height: 360px;
  2806. 1605.  - }
  2807. 1606.  - .wall_module .page_media_video .video div.video_play_inline,
  2808. 1607.  - .wall_module .page_media_full_video .video div.video_play_inline {
  2809. 1608.  -   left: 137px;
  2810. 1609.  -   top: 97px;
  2811. 1610.  -   position: absolute;
  2812. 1611.  -   z-index: 10;
  2813. 1612.  -   background: url(/images/inline_video_play.png) no-repeat;
  2814. 1613.  -   width: 46px;
  2815. 1614.  -   height: 46px;
  2816. 1615.  - }
  2817. 1616.  - .wide_wall_module .page_media_video .video div.video_play_inline,
  2818. 1617.  - .wall_module .page_media_full_video .video div.video_play_inline {
  2819. 1618.  -   left: 225px;
  2820. 1619.  -   top: 165px;
  2821. 1620.  - }
  2822. 1621.  - .wall_module .video div.page_video_play_live {
  2823. 1622.  -   left: 80px;
  2824. 1623.  -   top: 97px;
  2825. 1624.  -   position: absolute;
  2826. 1625.  -   z-index: 10;
  2827. 1626.  -   background: url(/images/inline_video_small_play.png) right no-repeat;
  2828. 1627.  -   background-color: rgba(0,0,0,0.5);
  2829. 1628.  -   width: 100px;
  2830. 1629.  -   height: 14px;
  2831. 1630.  -   color: #FFFFFF;
  2832. 1631.  -   font-weight: bold;
  2833. 1632.  -   border-radius: 10px;
  2834. 1633.  -   padding: 16px 40px 16px 20px;
  2835. 1634.  -   font-size: 13px !important;
  2836. 1635.  -   font-size: 13px;
  2837. 1636.  -   line-height: 100%;
  2838. 1637.  - }
  2839. 1638.  - .font_medium .wall_module .video div.page_video_play_live {
  2840. 1639.  -   font-size: 13px;
  2841. 1640.  - }
  2842. 1641.  -
  2843. 1642.  - .wide_wall_module .video div.page_video_play_live,
  2844. 1643.  - .wall_module .page_media_full_video div.page_video_play_live {
  2845. 1644.  -   left: 160px;
  2846. 1645.  -   top: 165px;
  2847. 1646.  - }
  2848. 1647.  - .wide_wall_module .page_media_video .video div.video_play_inline_loading,
  2849. 1648.  - .wall_module .page_media_full_video .video div.video_play_inline_loading {
  2850. 1649.  -   background: url(/images/upload_inv_mono.gif) no-repeat 50% 50%;
  2851. 1650.  -   width: 100px;
  2852. 1651.  -   background-color: #000;
  2853. 1652.  -   background-color: rgba(0, 0, 0, 0.7);
  2854. 1653.  -   *filter: alpha(opacity=70);
  2855. 1654.  -
  2856. 1655.  -   -webkit-border-radius: 5px;
  2857. 1656.  -   -khtml-border-radius: 5px;
  2858. 1657.  -   -moz-border-radius: 5px;
  2859. 1658.  -   border-radius: 5px;
  2860. 1659.  -
  2861. 1660.  -   margin: -2px 0 0 -27px;
  2862. 1661.  - }
  2863. 1662.  -
  2864. 1663.  - /* Thumbed links */
  2865. 1664.  - .wall_module .page_media_thumbed_link {
  2866. 1665.  -   display: block;
  2867. 1666.  -   margin: 5px 0 5px 3px;
  2868. 1667.  -   border-left: 2px solid #C3D1E0;
  2869. 1668.  -   padding: 0 5px;
  2870. 1669.  -   overflow: hidden;
  2871. 1670.  - }
  2872. 1671.  - .wall_module a.page_media_thumbed_link {
  2873. 1672.  -   cursor: pointer !important;
  2874. 1673.  - }
  2875. 1674.  - .wall_module a.page_media_thumbed_link:hover {
  2876. 1675.  -   background: #E1E7ED;
  2877. 1676.  -   cursor: pointer;
  2878. 1677.  -   margin: 0;
  2879. 1678.  -   border: 0;
  2880. 1679.  -   padding: 5px 5px 5px 10px;
  2881. 1680.  - }
  2882. 1681.  - .wall_module td.page_media_link_thumb {
  2883. 1682.  -   cursor: pointer;
  2884. 1683.  -   background-position: 50% 50%;
  2885. 1684.  -   background-repeat: no-repeat;
  2886. 1685.  - }
  2887. 1686.  - .wall_module a.page_media_link_thumb,
  2888. 1687.  - .wall_module i.page_media_link_thumb {
  2889. 1688.  -   display: block;
  2890. 1689.  -   width: 100px;
  2891. 1690.  -   overflow: hidden;
  2892. 1691.  -   line-height: 0;
  2893. 1692.  -   min-height: 63px;
  2894. 1693.  -   height: 100%;
  2895. 1694.  -   *height: 63px;
  2896. 1695.  - }
  2897. 1696.  - .wall_module a.page_media_link_thumb:hover {
  2898. 1697.  -   text-decoration: none;
  2899. 1698.  - }
  2900. 1699.  - .wall_module div.page_media_link_desc_wrap {
  2901. 1700.  -   padding-left: 10px;
  2902. 1701.  -   line-height: 15px;
  2903. 1702.  -   min-height: 63px;
  2904. 1703.  -   max-height: 7.1em;
  2905. 1704.  -   overflow: hidden;
  2906. 1705.  -   -o-text-overflow: ellipsis;
  2907. 1706.  -   text-overflow: ellipsis;
  2908. 1707.  - }
  2909. 1708.  - .font_medium .wall_module div.page_media_link_desc_wrap {
  2910. 1709.  -   line-height: 16px;
  2911. 1710.  -   max-height: 7.1em;
  2912. 1711.  - }
  2913. 1712.  - .wall_module div.page_media_no_photo {
  2914. 1713.  -   padding-left: 0px;
  2915. 1714.  - }
  2916. 1715.  - .wall_module div.page_media_link_wpreview_desc {
  2917. 1716.  -   min-height: 48px;
  2918. 1717.  - }
  2919. 1718.  - .wall_module a.page_media_link_title,
  2920. 1719.  - .wall_module span.page_media_link_title {
  2921. 1720.  -   font-weight: bold;
  2922. 1721.  - }
  2923. 1722.  - .wall_module div.page_media_link_desc {
  2924. 1723.  -   color: #000;
  2925. 1724.  -   padding-top: 3px;
  2926. 1725.  - }
  2927. 1726.  - .wall_module .wall_postlink_preview_btn {
  2928. 1727.  -   padding: 7px 10px 0;
  2929. 1728.  - }
  2930. 1729.  - .wall_postlink_preview_disabler {
  2931. 1730.  -   display: none;
  2932. 1731.  - }
  2933. 1732.  - .wall_postlink_preview_btn_disabled .wall_postlink_preview_disabler {
  2934. 1733.  -   display: block;
  2935. 1734.  -   width: 122px;
  2936. 1735.  -   background: #bbcada;
  2937. 1736.  -   background: rgba(255, 255, 255, 0.5);
  2938. 1737.  -   color: #FFF;
  2939. 1738.  -   padding: 6px 0;
  2940. 1739.  -   text-align: center;
  2941. 1740.  -   position: absolute;
  2942. 1741.  -   height: 15px;
  2943. 1742.  -   z-index: 10;
  2944. 1743.  -   margin: 0 auto;
  2945. 1744.  - }
  2946. 1745.  - .wall_postlink_preview_btn .button_blue {
  2947. 1746.  -   width: 120px;
  2948. 1747.  - }
  2949. 1748.  - .wall_postlink_preview_btn button {
  2950. 1749.  -   width: 120px;
  2951. 1750.  - }
  2952. 1751.  - .wall_postlink_preview_btn_disabled .wall_postlink_preview_btn_label {
  2953. 1752.  -   visibility: hidden;
  2954. 1753.  - }
  2955. 1754.  - .post_media_link_preview_loading {
  2956. 1755.  -   color: #777;
  2957. 1756.  -   display: none;
  2958. 1757.  - }
  2959. 1758.  - .wall_postlink_preview_btn_disabled .post_media_link_preview_loading {
  2960. 1759.  -   display: inline;
  2961. 1760.  - }
  2962. 1761.  - .wall_postlink_preview_btn_disabled .post_media_link_preview {
  2963. 1762.  -   display: none;
  2964. 1763.  - }
  2965. 1764.  -
  2966. 1765.  - .post_media_link_preview_wrap .button_blue {
  2967. 1766.  -   margin: -4px 0 0 10px;
  2968. 1767.  - }
  2969. 1768.  - .post_media_link_preview_wrap button {
  2970. 1769.  -   padding: 2px 8px;
  2971. 1770.  -   vertical-align: baseline;
  2972. 1771.  - }
  2973. 1772.  -
  2974. 1773.  - .post_media_link_preview_wrap .post_media_link_preview_disabler {
  2975. 1774.  -   display: none;
  2976. 1775.  - }
  2977. 1776.  - .post_media_link_preview_wrap .wall_postlink_preview_btn_disabled .post_media_link_preview_disabler {
  2978. 1777.  -   cursor: default;
  2979. 1778.  -   display: block;
  2980. 1779.  -   border: 1px solid #4E6F93;
  2981. 1780.  -   border-top-color: #517295;
  2982. 1781.  -   background: #7d99b8;
  2983. 1782.  -   background: rgba(93, 128, 167, 0.8);
  2984. 1783.  -
  2985. 1784.  -   color: #FFF;
  2986. 1785.  -   text-shadow: 0 1px 0 #45688E;
  2987. 1786.  -   padding: 2px 9px;
  2988. 1787.  -   margin: -3px 0 0 10px;
  2989. 1788.  -
  2990. 1789.  -   -webkit-border-radius: 2px;
  2991. 1790.  -   -khtml-border-radius: 2px;
  2992. 1791.  -   -moz-border-radius: 2px;
  2993. 1792.  -   border-radius: 2px;
  2994. 1793.  - }
  2995. 1794.  - .post_media_link_preview_wrap .wall_postlink_preview_btn_disabled .button_blue {
  2996. 1795.  -   display: none;
  2997. 1796.  - }
  2998. 1797.  -
  2999. 1798.  - .page_media_caption {
  3000. 1799.  -   padding: 1px 0 5px;
  3001. 1800.  -   line-height: 160%;
  3002. 1801.  - }
  3003. 1802.  - span.post_video_title {
  3004. 1803.  -   font-weight: bold;
  3005. 1804.  - }
  3006. 1805.  - span.post_video_duration {
  3007. 1806.  -   font-weight: bold;
  3008. 1807.  -   color: #000;
  3009. 1808.  - }
  3010. 1809.  - .wall_module .video {
  3011. 1810.  -   display: block;
  3012. 1811.  -   position: relative;
  3013. 1812.  - }
  3014. 1813.  - .wall_module .video:hover {
  3015. 1814.  -   text-decoration: none;
  3016. 1815.  - }
  3017. 1816.  - .wall_module .video img {
  3018. 1817.  -   height: 98px;
  3019. 1818.  -   vertical-align: top;
  3020. 1819.  - }
  3021. 1820.  - .wall_module .app img.icon {
  3022. 1821.  -   padding: 4px 5px 0px 0px;
  3023. 1822.  -   vertical-align: bottom;
  3024. 1823.  - }
  3025. 1824.  - .wall_module .app img.thumb {
  3026. 1825.  -   max-width: 75px;
  3027. 1826.  -   max-height: 75px;
  3028. 1827.  -   margin: 3px 6px 3px 0px;
  3029. 1828.  -   vertical-align: middle;
  3030. 1829.  - }
  3031. 1830.  - .wall_module .post_single_thumb_media .page_media_graffiti {
  3032. 1831.  -   height: 100px;
  3033. 1832.  -   width: 200px;
  3034. 1833.  -   max-width: 200px;
  3035. 1834.  - }
  3036. 1835.  - .wall_module .post_single_thumb_media .page_media_graffiti img {
  3037. 1836.  -   width: 200px;
  3038. 1837.  -   height: 100px;
  3039. 1838.  - }
  3040. 1839.  -
  3041. 1840.  - /* Mentions */
  3042. 1841.  - .wall_module .mention_rich_ta {
  3043. 1842.  -   background: #FFF;
  3044. 1843.  -   color: #000;
  3045. 1844.  -   padding: 3px;
  3046. 1845.  -   border: 1px solid #C0CAD5;
  3047. 1846.  -   outline: none;
  3048. 1847.  -   overflow-x: hidden;
  3049. 1848.  -   line-height: normal;
  3050. 1849.  - }
  3051. 1850.  - .wall_module .mini_editor_cont {
  3052. 1851.  -   display: none;
  3053. 1852.  -   position: relative;
  3054. 1853.  -   z-index: 100;
  3055. 1854.  - }
  3056. 1855.  - .wall_module .mention_rich_ta a {
  3057. 1856.  -   color: #2B587A !important;
  3058. 1857.  -   cursor: text !important;
  3059. 1858.  -   text-decoration: none !important;
  3060. 1859.  - }
  3061. 1860.  - .wall_module .mention_rich_ta p {
  3062. 1861.  -   font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
  3063. 1862.  -   font-size: 11px;
  3064. 1863.  -   padding: 0px;
  3065. 1864.  -   margin: 0;
  3066. 1865.  -   line-height: normal;
  3067. 1866.  - }
  3068. 1867.  - .big_wall_post #submit_post_box textarea,
  3069. 1868.  - .big_wall_post .mention_rich_ta,
  3070. 1869.  - .wall_module .mention_rich_ta p {
  3071. 1870.  -   font-size: 13px !important;
  3072. 1871.  -   line-height: 150% !important;
  3073. 1872.  - }
  3074. 1873.  - .font_medium .wall_module .mention_rich_ta p {
  3075. 1874.  -   font-size: 12px;
  3076. 1875.  - }
  3077. 1876.  -
  3078. 1877.  - .big_wall_post #submit_post_box textarea::-webkit-input-placeholder { color:#FFF; }
  3079. 1878.  - .big_wall_post #submit_post_box textarea::-moz-placeholder { color:#FFF; }
  3080. 1879.  -
  3081. 1880.  - .wall_module .mini_editor_cont .selector_container .result_list {
  3082. 1881.  -   display: none;
  3083. 1882.  - }
  3084. 1883.  - #page_add_media {
  3085. 1884.  -   padding: 6px 9px 0px;
  3086. 1885.  - }
  3087. 1886.  - .add_media_lnk {
  3088. 1887.  -   cursor: default;
  3089. 1888.  -   color: #2B587A;
  3090. 1889.  - }
  3091. 1890.  - #page_no_wall,
  3092. 1891.  - #page_no_suggests {
  3093. 1892.  -   padding: 30px 15px;
  3094. 1893.  -   font-size: 1.09em;
  3095. 1894.  -   color: #777;
  3096. 1895.  -   text-align: center;
  3097. 1896.  - }
  3098. 1897.  -
  3099. 1898.  - .add_media_rows {
  3100. 1899.  -   -webkit-border-radius: 2px;
  3101. 1900.  -   -khtml-border-radius: 2px;
  3102. 1901.  -   -moz-border-radius: 2px;
  3103. 1902.  -   border-radius: 2px;
  3104. 1903.  -   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  3105. 1904.  -   -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  3106. 1905.  -   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  3107. 1906.  -   background: #FFF;
  3108. 1907.  -   border: 1px solid #B2BDCA;
  3109. 1908.  -   position: static;
  3110. 1909.  -   margin: 0px -20px;
  3111. 1910.  - }
  3112. 1911.  - .add_media_head {
  3113. 1912.  -   background: #EDF1F5;
  3114. 1913.  -   padding: 7px 27px;
  3115. 1914.  -   color: #2B587A;
  3116. 1915.  - }
  3117. 1916.  - .add_media_menu {
  3118. 1917.  -   /* position: absolute; is in js*/
  3119. 1918.  -   display: none;
  3120. 1919.  -   cursor: default;
  3121. 1920.  -   z-index: 1005;
  3122. 1921.  - }
  3123. 1922.  - .add_media_item {
  3124. 1923.  -   padding: 6px 10px 2px 27px;
  3125. 1924.  -   display: block;
  3126. 1925.  -   height: 18px;
  3127. 1926.  -   position: relative;
  3128. 1927.  -   background: #FFF no-repeat;
  3129. 1928.  - }
  3130. 1929.  - .add_media_item:last-child,
  3131. 1930.  - .add_media_head:last-child,
  3132. 1931.  - .add_media_more_wrap a.add_media_more {
  3133. 1932.  -   -webkit-border-radius: 0px 0px 2px 2px;
  3134. 1933.  -   -khtml-border-radius: 0px 0px 2px 2px;
  3135. 1934.  -   -moz-border-radius: 0px 0px 2px 2px;
  3136. 1935.  -   border-radius: 0px 0px 2px 2px;
  3137. 1936.  - }
  3138. 1937.  - .add_media_item:first-child,
  3139. 1938.  - .add_media_head:first-child,
  3140. 1939.  - .add_media_rev .add_media_more_wrap a.add_media_more {
  3141. 1940.  -   -webkit-border-radius: 2px 2px 0px 0px;
  3142. 1941.  -   -khtml-border-radius: 2px 2px 0px 0px;
  3143. 1942.  -   -moz-border-radius: 2px 2px 0px 0px;
  3144. 1943.  -   border-radius: 2px 2px 0px 0px;
  3145. 1944.  - }
  3146. 1945.  - .add_media_item:hover {
  3147. 1946.  -   text-decoration: none;
  3148. 1947.  -   background-color: #e1e7ed;
  3149. 1948.  - }
  3150. 1949.  - .add_media_menu .rows {
  3151. 1950.  -   margin: 0px;
  3152. 1951.  -   position: relative;
  3153. 1952.  -   *position: static;
  3154. 1953.  -   z-index: 1006;
  3155. 1954.  - }
  3156. 1955.  - div.media_preview {
  3157. 1956.  -   margin-bottom: 8px;
  3158. 1957.  -   display: none;
  3159. 1958.  - }
  3160. 1959.  - .media_preview .audio,
  3161. 1960.  - .media_preview .doc {
  3162. 1961.  -   padding-top: 4px;
  3163. 1962.  - }
  3164. 1963.  - .media_preview .doc {
  3165. 1964.  -   padding-bottom: 5px;
  3166. 1965.  - }
  3167. 1966.  -
  3168. 1967.  - .media_preview .x {
  3169. 1968.  -   cursor: pointer;
  3170. 1969.  -   margin: 4px 5px 0px;
  3171. 1970.  -   background: url(/images/pics/statusx_op.gif) no-repeat 0 0;
  3172. 1971.  -   opacity: 0.6;
  3173. 1972.  -   filter: alpha(opacity=60);
  3174. 1973.  -   height: 11px;
  3175. 1974.  -   width: 11px;
  3176. 1975.  - }
  3177. 1976.  - .media_preview .x:hover {
  3178. 1977.  -   opacity: 1;
  3179. 1978.  -   filter: none;
  3180. 1979.  - }
  3181. 1980.  - .media_preview .graffiti {
  3182. 1981.  -   width: 100px;
  3183. 1982.  -   height: 50px;
  3184. 1983.  - }
  3185. 1984.  - .media_preview .audio img,
  3186. 1985.  - .media_preview .app img {
  3187. 1986.  -   padding-top: 3px;
  3188. 1987.  - }
  3189. 1988.  - .media_preview .audio span,
  3190. 1989.  - .media_preview .app span,
  3191. 1990.  - .media_preview .doc span {
  3192. 1991.  -   padding: 0px 2px;
  3193. 1992.  -   position: relative;
  3194. 1993.  -   top: -1px;
  3195. 1994.  -   color: #45688E;
  3196. 1995.  - }
  3197. 1996.  - .page_pics_preview .pam_dpic .page_media_x_wrap {
  3198. 1997.  -   position: absolute;
  3199. 1998.  -   right: 0;
  3200. 1999.  -   top: 0;
  3201. 2000.  - }
  3202. 2001.  - .pam_dpic {
  3203. 2002.  -   position: relative;
  3204. 2003.  - }
  3205. 2004.  - .pam_dpic_up .pam_dpic {
  3206. 2005.  -   position: absolute;
  3207. 2006.  -   float: none;
  3208. 2007.  - }
  3209. 2008.  - .pam_bg {
  3210. 2009.  -   display: none;
  3211. 2010.  - }
  3212. 2011.  - .pam_dpic_up .pam_bg {
  3213. 2012.  -   display: block;
  3214. 2013.  -   position: static;
  3215. 2014.  - }
  3216. 2015.  - .page_preview_audio_wrap,
  3217. 2016.  - .page_preview_doc_wrap,
  3218. 2017.  - .page_preview_note_wrap,
  3219. 2018.  - .page_preview_share_wrap,
  3220. 2019.  - .page_preview_page_wrap,
  3221. 2020.  - .page_preview_poll_wrap,
  3222. 2021.  - .page_preview_postpone_wrap {
  3223. 2022.  -   padding: 5px 0px;
  3224. 2023.  - }
  3225. 2024.  - .media_audio_icon {
  3226. 2025.  -   float: left;
  3227. 2026.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -222px;
  3228. 2027.  -   width: 13px;
  3229. 2028.  -   height: 11px;
  3230. 2029.  - }
  3231. 2030.  - .media_doc_icon {
  3232. 2031.  -   float: left;
  3233. 2032.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -280px;
  3234. 2033.  -   width: 11px;
  3235. 2034.  -   height: 11px;
  3236. 2035.  -   margin: 0px 3px 0 -1px;
  3237. 2036.  - }
  3238. 2037.  - .wall_module .media_preview .share,
  3239. 2038.  - .wall_module .media_preview .note,
  3240. 2039.  - .wall_module .media_preview .poll {
  3241. 2040.  -   padding: 3px 0;
  3242. 2041.  -   color: #555;
  3243. 2042.  - }
  3244. 2043.  - .wall_module .media_preview .share,
  3245. 2044.  - .wall_module .media_preview .note,
  3246. 2045.  - .wall_module .media_preview .poll,
  3247. 2046.  - .wall_module .media_desc {
  3248. 2047.  -   line-height: 140%;
  3249. 2048.  - }
  3250. 2049.  - .wall_module .media_preview .share b,
  3251. 2050.  - .wall_module .media_preview .note b,
  3252. 2051.  - .wall_module .media_preview .poll b,
  3253. 2052.  - .wall_module .media_desc b {
  3254. 2053.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat left -237px;
  3255. 2054.  -   width: 15px;
  3256. 2055.  -   height: 11px;
  3257. 2056.  -   margin-top: 3px;
  3258. 2057.  - }
  3259. 2058.  - .wall_module .media_preview b.postpone {
  3260. 2059.  -   background-position: 0 -334px;
  3261. 2060.  -   margin-top: 2px;
  3262. 2061.  - }
  3263. 2062.  - .wall_module .media_desc b.topic {
  3264. 2063.  -   background-position: 0 -192px;
  3265. 2064.  - }
  3266. 2065.  - .wall_module .media_desc b.group {
  3267. 2066.  -   background-position: 0 -45px;
  3268. 2067.  -   height: 12px;
  3269. 2068.  - }
  3270. 2069.  - .wall_module .media_desc b.doc {
  3271. 2070.  -   background-position: 0 -280px;
  3272. 2071.  -   height: 11px;
  3273. 2072.  - }
  3274. 2073.  - .wall_module .media_desc b.note,
  3275. 2074.  - .wall_module .media_preview .note b {
  3276. 2075.  -   background-position: 0 -134px;
  3277. 2076.  - }
  3278. 2077.  - .wall_module .media_preview .poll {
  3279. 2078.  -   max-width: 300px;
  3280. 2079.  -   overflow: hidden;
  3281. 2080.  -   text-overflow: ellipsis;
  3282. 2081.  - }
  3283. 2082.  - .wall_module .media_preview .poll b {
  3284. 2083.  -   background-position: left -208px;
  3285. 2084.  - }
  3286. 2085.  - .wall_module .poll span span {
  3287. 2086.  -   color: #2B587A;
  3288. 2087.  - }
  3289. 2088.  -
  3290. 2089.  - .page_preview_map {
  3291. 2090.  -   -webkit-border-radius: 3px;
  3292. 2091.  -   -moz-border-radius: 3px;
  3293. 2092.  -   border-radius: 3px;
  3294. 2093.  -   margin-bottom: 5px;
  3295. 2094.  - }
  3296. 2095.  - .page_preview_map_wrap {
  3297. 2096.  -   margin-right: 8px;
  3298. 2097.  - }
  3299. 2098.  - .wall_module .media_desc {
  3300. 2099.  -   padding: 4px 0px 2px;
  3301. 2100.  - }
  3302. 2101.  - .wall_module .post_media .media_desc {
  3303. 2102.  -   padding-top: 8px;
  3304. 2103.  -   clear: both;
  3305. 2104.  - }
  3306. 2105.  - .wall_module .post_media .media_desc_soft {
  3307. 2106.  -   padding: 0px;
  3308. 2107.  -   float: left;
  3309. 2108.  -   margin-bottom: 2px;
  3310. 2109.  -   margin-right: 8px;
  3311. 2110.  -   margin-top: 8px;
  3312. 2111.  -   clear: none;
  3313. 2112.  - }
  3314. 2113.  - .wall_module .media_desc .lnk {
  3315. 2114.  -   color: #777;
  3316. 2115.  -   cursor: pointer;
  3317. 2116.  - }
  3318. 2117.  - .wall_module .media_desc .lnk:hover {
  3319. 2118.  -   text-decoration: none;
  3320. 2119.  - }
  3321. 2120.  - .wall_module .media_desc .a {
  3322. 2121.  -   color: #2b587a;
  3323. 2122.  -   word-wrap: break-word;
  3324. 2123.  - }
  3325. 2124.  - .wall_module .media_desc .lnk:hover .a {
  3326. 2125.  -   text-decoration: underline;
  3327. 2126.  - }
  3328. 2127.  - .wall_module .media_desc .comment {
  3329. 2128.  -   background-position: 0px -194px;
  3330. 2129.  - }
  3331. 2130.  - .wall_module .media_desc .note {
  3332. 2131.  -   background-position: 0px -150px;
  3333. 2132.  - }
  3334. 2133.  - .wall_module .media_desc .poll {
  3335. 2134.  -   background-position: 0px -208px;
  3336. 2135.  - }
  3337. 2136.  - .wall_module .media_desc .app {
  3338. 2137.  -   background-position: 0px -60px;
  3339. 2138.  - }
  3340. 2139.  - .wall_module .media_desc .checkin {
  3341. 2140.  -   background-position: 0px -165px;
  3342. 2141.  - }
  3343. 2142.  - .wall_module .media_desc .donation {
  3344. 2143.  -   background-position: 0px -179px;
  3345. 2144.  - }
  3346. 2145.  - .wall_module .media_desc .video {
  3347. 2146.  -   background-position: 0px -75px;
  3348. 2147.  - }
  3349. 2148.  - .page_media_map {
  3350. 2149.  -   margin: 5px 0px;
  3351. 2150.  -   -webkit-border-radius: 3px;
  3352. 2151.  -   -moz-border-radius: 3px;
  3353. 2152.  -   border-radius: 3px;
  3354. 2153.  -   display: block;
  3355. 2154.  - }
  3356. 2155.  - .page_media_map_point {
  3357. 2156.  -   position: absolute;
  3358. 2157.  -   background: url('/images/map/small.png') center no-repeat;
  3359. 2158.  -   width: 190px;
  3360. 2159.  -   height: 60px;
  3361. 2160.  - }
  3362. 2161.  - .page_media_fullmap_wrap {
  3363. 2162.  -   display: block;
  3364. 2163.  -   width: 320px;
  3365. 2164.  -   overflow: hidden;
  3366. 2165.  - }
  3367. 2166.  - .page_media_fullmap_wrap .page_media_map_point {
  3368. 2167.  -   width: 344px;
  3369. 2168.  -   height: 205px;
  3370. 2169.  - }
  3371. 2170.  - .wall_module .media_desc .page_media_geo {
  3372. 2171.  -   color: #2B587A;
  3373. 2172.  - }
  3374. 2173.  - .wall_module .media_desc .page_media_geo:hover {
  3375. 2174.  -   text-decoration: underline;
  3376. 2175.  - }
  3377. 2176.  -
  3378. 2177.  - .big_wall_post #submit_post_box {
  3379. 2178.  -   padding: 15px;
  3380. 2179.  -   border-top: 0px;
  3381. 2180.  -   border-bottom: 1px solid #DAE1E8;
  3382. 2181.  -   background: #F7F7F7;
  3383. 2182.  - }
  3384. 2183.  - .big_wall_post #submit_post_box textarea {
  3385. 2184.  -   width: 589px;
  3386. 2185.  -   height: 50px;
  3387. 2186.  - }
  3388. 2187.  - .big_wall_post #submit_post {
  3389. 2188.  -   display: block;
  3390. 2189.  - }
  3391. 2190.  -
  3392. 2191.  - .box_body .shadow div {
  3393. 2192.  -   background: #000;
  3394. 2193.  -   height: 1px;
  3395. 2194.  -   opacity: 0.8;
  3396. 2195.  -   filter: alpha(opacity=80);
  3397. 2196.  -   position: absolute;
  3398. 2197.  -   z-index: 1050;
  3399. 2198.  -   overflow: hidden;
  3400. 2199.  - }
  3401. 2200.  - .box_body .shadow .sh0 {
  3402. 2201.  -   background: #FFFFFF;
  3403. 2202.  - }
  3404. 2203.  - .box_body .shadow .sh1 {
  3405. 2204.  -   opacity: 0.3;
  3406. 2205.  -   filter: alpha(opacity=30);
  3407. 2206.  -   margin-top: 0px;
  3408. 2207.  - }
  3409. 2208.  - .box_body .shadow.bottom .sh1 {
  3410. 2209.  -   margin-top: -1px;
  3411. 2210.  - }
  3412. 2211.  - .box_body .shadow .sh2 {
  3413. 2212.  -   opacity: 0.11;
  3414. 2213.  -   filter: alpha(opacity=11);
  3415. 2214.  -   margin-top: 1px;
  3416. 2215.  - }
  3417. 2216.  - .box_body .shadow.bottom .sh2 {
  3418. 2217.  -   margin-top: -2px;
  3419. 2218.  - }
  3420. 2219.  - .box_body .shadow .sh3 {
  3421. 2220.  -   opacity: 0.07;
  3422. 2221.  -   filter: alpha(opacity=7);
  3423. 2222.  -   margin-top: 2px;
  3424. 2223.  - }
  3425. 2224.  - .box_body .shadow.bottom .sh3 {
  3426. 2225.  -   margin-top: -3px;
  3427. 2226.  - }
  3428. 2227.  - .box_body .shadow .sh4 {
  3429. 2228.  -   opacity: 0.03;
  3430. 2229.  -   filter: alpha(opacity=3);
  3431. 2230.  -   margin-top: 3px;
  3432. 2231.  - }
  3433. 2232.  - .box_body .shadow.bottom .sh4 {
  3434. 2233.  -   margin-top: -4px;
  3435. 2234.  - }
  3436. 2235.  - .box_body .search_bar {
  3437. 2236.  -   background: #F2F2F2;
  3438. 2237.  -   /*height: 38px;*/
  3439. 2238.  -   padding: 9px 4px;
  3440. 2239.  - }
  3441. 2240.  - #add_place_data {
  3442. 2241.  -   background: #F7F7F7;
  3443. 2242.  -   padding: 14px 20px 6px;
  3444. 2243.  - }
  3445. 2244.  - .box_body .search_wrap {
  3446. 2245.  -   padding:  0px 4px;
  3447. 2246.  - }
  3448. 2247.  - .box_body .search_wrap .button_blue button {
  3449. 2248.  -  padding: 2px 14px 2px;
  3450. 2249.  -  *padding: 3px 14px 1px;
  3451. 2250.  - }
  3452. 2251.  -
  3453. 2252.  - .box_body .choose_box .shadow div {
  3454. 2253.  -   width: 608px;
  3455. 2254.  - }
  3456. 2255.  - .box_body .search {
  3457. 2256.  -   margin: 0px 4px;
  3458. 2257.  -   width: 300px;
  3459. 2258.  - }
  3460. 2259.  - .font_medium .box_body .search {
  3461. 2260.  -   width: 280px;
  3462. 2261.  - }
  3463. 2262.  -
  3464. 2263.  - .choose_box {
  3465. 2264.  -   position: relative;
  3466. 2265.  - }
  3467. 2266.  - .choose_box .rows {
  3468. 2267.  -   margin: 0px auto;
  3469. 2268.  - }
  3470. 2269.  - .choose_box .return_link {
  3471. 2270.  -   padding: 4px 8px 0px;
  3472. 2271.  -   display: none;
  3473. 2272.  - }
  3474. 2273.  - .choose_box .progress {
  3475. 2274.  -   display: block;
  3476. 2275.  -   visibility: hidden;
  3477. 2276.  -   position: relative;
  3478. 2277.  -   margin: 3px 5px 0px;
  3479. 2278.  - }
  3480. 2279.  -
  3481. 2280.  - .choose_photo .item {
  3482. 2281.  -   background: #FFF;
  3483. 2282.  -   margin: 0px auto 10px;
  3484. 2283.  -   width: 87px;
  3485. 2284.  - }
  3486. 2285.  - .choose_photo .item.last {
  3487. 2286.  -   margin-bottom: 0px;
  3488. 2287.  - }
  3489. 2288.  - .choose_photo .item a {
  3490. 2289.  -   background: #FFF;
  3491. 2290.  -   border: 1px solid #AAA;
  3492. 2291.  -   display: block;
  3493. 2292.  -   height: 57px;
  3494. 2293.  -   padding: 5px;
  3495. 2294.  -   width: 75px;
  3496. 2295.  - }
  3497. 2296.  - .choose_photo .item a:hover {
  3498. 2297.  -   border-color: #45688E;
  3499. 2298.  -   text-decoration: none;
  3500. 2299.  - }
  3501. 2300.  - .choose_photo .item .thumb {
  3502. 2301.  -   background: #FFF;
  3503. 2302.  -   cursor: pointer;
  3504. 2303.  -   height: 57px;
  3505. 2304.  -   overflow: hidden;
  3506. 2305.  -   text-align: center;
  3507. 2306.  -   width: 75px;
  3508. 2307.  - }
  3509. 2308.  - .choose_photo .item img {
  3510. 2309.  -   cursor: pointer;
  3511. 2310.  - }
  3512. 2311.  - #choose_photo_rows, #choose_video_rows, #choose_audio_rows {
  3513. 2312.  -   padding: 10px 0px;
  3514. 2313.  -   position: relative;
  3515. 2314.  - }
  3516. 2315.  - #choose_video_rows .no_results, #choose_audio_rows .no_results {
  3517. 2316.  -   text-align: center;
  3518. 2317.  -   color: #777;
  3519. 2318.  -   line-height: 150%;
  3520. 2319.  - }
  3521. 2320.  - #choose_photo_bottom, #choose_video_bottom, #choose_audio_bottom {
  3522. 2321.  -   padding: 0px 10px;
  3523. 2322.  -   height: 21px;
  3524. 2323.  -   border-top: 1px solid #DAE2E8;
  3525. 2324.  - }
  3526. 2325.  - #choose_photo_content, #choose_video_content, #choose_audio_content {
  3527. 2326.  -   height: 374px;
  3528. 2327.  -   position: relative;
  3529. 2328.  -   overflow: auto;
  3530. 2329.  -   overflow-x: hidden;
  3531. 2330.  -   overflow-y: auto;
  3532. 2331.  - }
  3533. 2332.  - .choose_box .summary {
  3534. 2333.  -   padding: 5px 10px 0px;
  3535. 2334.  -   border-bottom: 1px solid #DAE2E8;
  3536. 2335.  - }
  3537. 2336.  - #choose_photo_summary, #choose_video_summary, #choose_audio_summary {
  3538. 2337.  -   padding: 3px 0px 4px;
  3539. 2338.  -   color: #45688E;
  3540. 2339.  -   font-weight: bold;
  3541. 2340.  - }
  3542. 2341.  - #choose_photo td, #choose_video td {
  3543. 2342.  -   text-align: center;
  3544. 2343.  -   vertical-align: top;
  3545. 2344.  - }
  3546. 2345.  - #choose_video td {
  3547. 2346.  -   width: 148px;
  3548. 2347.  - }
  3549. 2348.  - #choose_photo_upload_box {
  3550. 2349.  -   background-color: #F2F2F2;
  3551. 2350.  -   height: 38px;
  3552. 2351.  -   padding: 0px 4px;
  3553. 2352.  - }
  3554. 2353.  - #choose_photo_upload_box div {
  3555. 2354.  -   padding: 8px 6px 0px;
  3556. 2355.  - }
  3557. 2356.  - #choose_photo_upload_box div#choose_photo_upload {
  3558. 2357.  -   padding: 0px;
  3559. 2358.  -   margin: 0px;
  3560. 2359.  -   height: 20px;
  3561. 2360.  - }
  3562. 2361.  - #choose_photo_upload_box.over {
  3563. 2362.  -   background-color: #F9F9F9;
  3564. 2363.  - }
  3565. 2364.  - #choose_photo_upload .loading {
  3566. 2365.  -   padding: 5px;
  3567. 2366.  - }
  3568. 2367.  -
  3569. 2368.  - #page_new_photo {
  3570. 2369.  -   padding: 16px 14px;
  3571. 2370.  - }
  3572. 2371.  - #page_photo_upload {
  3573. 2372.  -   margin: 15px 0 0;
  3574. 2373.  -   text-align: center;
  3575. 2374.  - }
  3576. 2375.  - .page_upload_progress_wrap {
  3577. 2376.  -   width: 250px;
  3578. 2377.  -   height: 18px;
  3579. 2378.  -   margin: auto;
  3580. 2379.  -   background: #FFF;
  3581. 2380.  -   border: 1px solid #CCC;
  3582. 2381.  - }
  3583. 2382.  - .page_upload_progress {
  3584. 2383.  -   height: 18px;
  3585. 2384.  -   background: #597DA3 url(/images/progress_grad.gif) repeat;
  3586. 2385.  -   border: 1px solid #45688E;
  3587. 2386.  -   margin: -1px;
  3588. 2387.  - }
  3589. 2388.  - .page_attach_progress_wrap {
  3590. 2389.  -   width: 110px;
  3591. 2390.  -   height: 8px;
  3592. 2391.  -   margin: auto;
  3593. 2392.  -   margin-bottom: 6px;
  3594. 2393.  -   background: #FFF;
  3595. 2394.  -   border: 1px solid #CCC;
  3596. 2395.  - }
  3597. 2396.  - .page_attach_progress {
  3598. 2397.  -   height: 8px;
  3599. 2398.  -   background: #597DA3 url(/images/progress_grad.gif) repeat;
  3600. 2399.  -   border: 1px solid #45688E;
  3601. 2400.  -   margin: -1px;
  3602. 2401.  - }
  3603. 2402.  - .attach_label {
  3604. 2403.  -   color: #777777;
  3605. 2404.  -   margin: 0px 0 0 6px;
  3606. 2405.  - }
  3607. 2406.  - .media_preview .progress_x {
  3608. 2407.  -   cursor: pointer;
  3609. 2408.  -   margin: 3px 5px 0px;
  3610. 2409.  -   background: url(/images/hide_to.gif) no-repeat -2px -2px;
  3611. 2410.  -   opacity: 0.6;
  3612. 2411.  -   filter: alpha(opacity=60);
  3613. 2412.  -   height: 10px;
  3614. 2413.  -   width: 10px;
  3615. 2414.  - }
  3616. 2415.  -
  3617. 2416.  - #choose_video .item {
  3618. 2417.  -   display: block;
  3619. 2418.  -   position: relative;
  3620. 2419.  -   padding: 2px 0px 1px;
  3621. 2420.  -   font-size: 10px;
  3622. 2421.  -   margin: 0px auto 10px;
  3623. 2422.  -   overflow: hidden;
  3624. 2423.  -   text-decoration: none;
  3625. 2424.  -   width: 134px;
  3626. 2425.  - }
  3627. 2426.  - .font_medium #choose_video .item {
  3628. 2427.  -   font-size: 11px;
  3629. 2428.  - }
  3630. 2429.  - #choose_video .item img {
  3631. 2430.  -   background: #FFF;
  3632. 2431.  -   border: 1px solid #AAA;
  3633. 2432.  -   height: 97px;
  3634. 2433.  -   padding: 1px;
  3635. 2434.  -   width: 130px;
  3636. 2435.  - }
  3637. 2436.  - #choose_video .item:hover img {
  3638. 2437.  -   border: 1px solid #45688E;
  3639. 2438.  - }
  3640. 2439.  - #choose_video .item:hover span {
  3641. 2440.  -   text-decoration: underline;
  3642. 2441.  - }
  3643. 2442.  - #choose_video .item div {
  3644. 2443.  -   position: absolute;
  3645. 2444.  -   z-index: 1100;
  3646. 2445.  -   width: 130px;
  3647. 2446.  -   margin-top: 84px;
  3648. 2447.  - }
  3649. 2448.  - #choose_video .item div span.bg {
  3650. 2449.  -   background: #000;
  3651. 2450.  -   color: #000;
  3652. 2451.  -   opacity: 0.6;
  3653. 2452.  -   filter: alpha(opacity=60);
  3654. 2453.  - }
  3655. 2454.  - #choose_video .item div span {
  3656. 2455.  -   color: #FFF;
  3657. 2456.  -   padding: 0px 3px 1px;
  3658. 2457.  - }
  3659. 2458.  - #choose_video .item:hover div span {
  3660. 2459.  -   text-decoration: none;
  3661. 2460.  - }
  3662. 2461.  -
  3663. 2462.  - #choose_audio .audio_content {
  3664. 2463.  -   width: 460px;
  3665. 2464.  - }
  3666. 2465.  - .choose_audio_row  {
  3667. 2466.  -   height: 38px;
  3668. 2467.  -   overflow: hidden;
  3669. 2468.  - }
  3670. 2469.  - .choose_audio_row .audio .title_wrap {
  3671. 2470.  -   width: 340px;
  3672. 2471.  - }
  3673. 2472.  - .choose_audio_row .audio .title_wrap b {
  3674. 2473.  -   max-width: 240px;
  3675. 2474.  - }
  3676. 2475.  - .font_medium .choose_audio_row  .audio .title_wrap {
  3677. 2476.  -   width: 330px;
  3678. 2477.  - }
  3679. 2478.  - .font_medium .choose_audio_row  .audio .title_wrap b {
  3680. 2479.  -   max-width: 230px;
  3681. 2480.  - }
  3682. 2481.  - .narrow_column .audio .title_wrap {
  3683. 2482.  -   width: 116px;
  3684. 2483.  - }
  3685. 2484.  - .narrow_column .audio .title_wrap b {
  3686. 2485.  -   max-width: 116px;
  3687. 2486.  - }
  3688. 2487.  - a.choose {
  3689. 2488.  -   display: block;
  3690. 2489.  -   padding: 4px 6px;
  3691. 2490.  -   margin: 2px 6px 0px;
  3692. 2491.  - }
  3693. 2492.  - a.choose:hover {
  3694. 2493.  -   background: #DAE1E8;
  3695. 2494.  -   text-decoration: none;
  3696. 2495.  - }
  3697. 2496.  -
  3698. 2497.  -
  3699. 2498.  - /* new audio/video attach box */
  3700. 2499.  - .choose_close a {
  3701. 2500.  -   display: inline-block;
  3702. 2501.  -   padding-top: 17px;
  3703. 2502.  -   padding-bottom: 18px;
  3704. 2503.  -   color: #C7D7E9;
  3705. 2504.  -   -webkit-transition: color 100ms linear;
  3706. 2505.  -   -moz-transition: color 100ms linear;
  3707. 2506.  -   -o-transition: color 100ms linear;
  3708. 2507.  -   transition: color 100ms linear;
  3709. 2508.  - }
  3710. 2509.  - .choose_close a:hover {
  3711. 2510.  -   color: #FFF;
  3712. 2511.  -   text-decoration: none;
  3713. 2512.  - }
  3714. 2513.  - .choose_close .divider {
  3715. 2514.  -   color: #C7D7E9;
  3716. 2515.  - }
  3717. 2516.  - .choose_close a.choose_close_link {
  3718. 2517.  -   padding-right: 20px;
  3719. 2518.  -   padding-left: 0px;
  3720. 2519.  - }
  3721. 2520.  - .is_rtl1 .choose_close a.choose_close_link {
  3722. 2521.  -   padding-right: 0px;
  3723. 2522.  -   padding-left: 20px;
  3724. 2523.  - }
  3725. 2524.  - .choose_header {
  3726. 2525.  -   font-size: 1.09em;
  3727. 2526.  -   color: #FFF;
  3728. 2527.  -   background: #597BA5;
  3729. 2528.  -   font-weight: bold;
  3730. 2529.  -   padding: 17px 20px 18px;
  3731. 2530.  - }
  3732. 2531.  - #choose_audio.audio_search,
  3733. 2532.  - #choose_video.video_search_wrap {
  3734. 2533.  -   background-color: #ffffff;
  3735. 2534.  -   padding: 0px;
  3736. 2535.  - }
  3737. 2536.  - #choose_audio.audio_search #choose_audio_content,
  3738. 2537.  - #choose_video.video_search_wrap #choose_video_content {
  3739. 2538.  -   overflow: hidden;
  3740. 2539.  -   height: auto;
  3741. 2540.  - }
  3742. 2541.  - .choose_search_cont .search_bar {
  3743. 2542.  -   background-color: #eff1f3;
  3744. 2543.  -   margin: 0px;
  3745. 2544.  -   padding: 12px 5px 12px 20px;
  3746. 2545.  -   width: 619px;
  3747. 2546.  - }
  3748. 2547.  - #choose_audio a.choose {
  3749. 2548.  -   display: block;
  3750. 2549.  -   text-align: center;
  3751. 2550.  -   height: 28px;
  3752. 2551.  -   line-height: 28px;
  3753. 2552.  -   margin: 0px;
  3754. 2553.  -   padding: 0px 6px;
  3755. 2554.  -   float: right;
  3756. 2555.  -   max-width: 130px;
  3757. 2556.  -   overflow: hidden;
  3758. 2557.  -   text-overflow: ellipsis;
  3759. 2558.  - }
  3760. 2559.  - #choose_audio a.choose:hover {
  3761. 2560.  -   background: #EDF1F5;
  3762. 2561.  -   text-decoration: none;
  3763. 2562.  - }
  3764. 2563.  - .choose_search_cont {
  3765. 2564.  -   top: 0px;
  3766. 2565.  -   z-index: 10;
  3767. 2566.  - }
  3768. 2567.  - .choose_search_cont .top_shadow {
  3769. 2568.  -   position: absolute;
  3770. 2569.  -   height: 3px;
  3771. 2570.  -   margin-top: -1px;
  3772. 2571.  -   background: #555;
  3773. 2572.  -   opacity: 0.12;
  3774. 2573.  -   filter: alpha(opacity=12);
  3775. 2574.  -   width: 644px;
  3776. 2575.  -   display: none;
  3777. 2576.  - }
  3778. 2577.  - .choose_search_cont.fixed .top_shadow {
  3779. 2578.  -   display: block;
  3780. 2579.  - }
  3781. 2580.  - .choose_search_cont input {
  3782. 2581.  -   height: 13px;
  3783. 2582.  -   padding: 5px 20px;
  3784. 2583.  -   background: white url(/images/magglass.png) no-repeat 5px 6px;
  3785. 2584.  -   outline: none;
  3786. 2585.  - }
  3787. 2586.  - #choose_audio.audio_search .s_search {
  3788. 2587.  -   width: 418px;
  3789. 2588.  - }
  3790. 2589.  - .choose_search_cont input#choose_video_query {
  3791. 2590.  -   width: 564px;
  3792. 2591.  - }
  3793. 2592.  - #choose_audio.audio_search div.abutton_wrap button {
  3794. 2593.  -   width: 141px;
  3795. 2594.  - }
  3796. 2595.  - .choose_more_btn {
  3797. 2596.  -   display: block;
  3798. 2597.  -   background: #EEF0F2;
  3799. 2598.  -   text-align: center;
  3800. 2599.  -   padding: 16px;
  3801. 2600.  -   color: #738392;
  3802. 2601.  - }
  3803. 2602.  - .choose_more_btn:hover {
  3804. 2603.  -   text-decoration: none;
  3805. 2604.  -   background: #e9edf1;
  3806. 2605.  - }
  3807. 2606.  - .choose_preload {
  3808. 2607.  -   display: none;
  3809. 2608.  - }
  3810. 2609.  - .choose_no_rows {
  3811. 2610.  -   color: #777;
  3812. 2611.  -   padding: 150px 20px;
  3813. 2612.  -   text-align: center;
  3814. 2613.  -   font-size: 1.21em;
  3815. 2614.  - }
  3816. 2615.  - #choose_video .choose_no_rows {
  3817. 2616.  -   padding: 100px 20px 120px;
  3818. 2617.  - }
  3819. 2618.  - .dd_menu_stype_act.choose .dd_menu_header div,
  3820. 2619.  - .font_medium .dd_menu_stype_act.choose .dd_menu_header div {
  3821. 2620.  -   width: 111px;
  3822. 2621.  - }
  3823. 2622.  - #choose_audio #choose_audio_rows {
  3824. 2623.  -   padding: 12px 20px 0px;
  3825. 2624.  - }
  3826. 2625.  - #choose_video #choose_video_rows {
  3827. 2626.  -   padding: 20px 0px 7px 20px;
  3828. 2627.  - }
  3829. 2628.  - .is_rtl1 #choose_video #choose_video_rows {
  3830. 2629.  -   padding: 20px 20px 7px 0px;
  3831. 2630.  - }
  3832. 2631.  - .choose_video_row {
  3833. 2632.  -   width: 157px;
  3834. 2633.  -   text-align: center;
  3835. 2634.  - }
  3836. 2635.  - .choose_video_row .img {
  3837. 2636.  -   width: 130px;
  3838. 2637.  -   height: 97px;
  3839. 2638.  -   margin: 0px auto;
  3840. 2639.  -   position: relative;
  3841. 2640.  - }
  3842. 2641.  - .choose_video_row .duration {
  3843. 2642.  -   position: absolute;
  3844. 2643.  -   bottom: 4px;
  3845. 2644.  -   right: 4px;
  3846. 2645.  -   color: white;
  3847. 2646.  -   font-size: 0.9em;
  3848. 2647.  -   padding: 1px 4px 2px;
  3849. 2648.  -   -moz-border-radius: 2px;
  3850. 2649.  -   -webkit-border-radius: 2px;
  3851. 2650.  -   border-radius: 2px;
  3852. 2651.  -   background: rgba(0, 0, 0, 0.5);
  3853. 2652.  -   line-height: 1.35em;
  3854. 2653.  - }
  3855. 2654.  - .choose_video_row .label {
  3856. 2655.  -   font-size: 0.9em;
  3857. 2656.  -   height: 30px;
  3858. 2657.  -   width: 157px;
  3859. 2658.  -   padding: 4px 0px;
  3860. 2659.  -   margin-bottom: 7px;
  3861. 2660.  -   overflow: hidden;
  3862. 2661.  -   text-overflow: ellipsis;
  3863. 2662.  - }
  3864. 2663.  - #choose_video .search_reset {
  3865. 2664.  -   cursor: pointer;
  3866. 2665.  -   display: none;
  3867. 2666.  -   background: transparent url(/images/icons/input_clear.gif) 6px 6px no-repeat;
  3868. 2667.  -   padding: 2px;
  3869. 2668.  -   width: 19px;
  3870. 2669.  -   height: 19px;
  3871. 2670.  -   margin-left: -24px;
  3872. 2671.  -   margin-top: 1px;
  3873. 2672.  -   opacity: 0.6;
  3874. 2673.  -   filter: alpha(opacity=60);
  3875. 2674.  -   position: relative;
  3876. 2675.  -   z-index: 100;
  3877. 2676.  - }
  3878. 2677.  - #choose_video .search_progress {
  3879. 2678.  -   background: url("/images/upload.gif") no-repeat scroll center center transparent;
  3880. 2679.  -   display: none;
  3881. 2680.  -   height: 23px;
  3882. 2681.  -   margin-left: -41px;
  3883. 2682.  -   margin-top: 1px;
  3884. 2683.  -   position: relative;
  3885. 2684.  -   width: 32px;
  3886. 2685.  -   z-index: 95;
  3887. 2686.  - }
  3888. 2687.  - #choose_video.loading .search_progress,
  3889. 2688.  - #choose_video .search_reset.shown {
  3890. 2689.  -   display:block;
  3891. 2690.  - }
  3892. 2691.  - #choose_video.loading .search_reset.shown {
  3893. 2692.  -   display:none;
  3894. 2693.  - }
  3895. 2694.  - #choose_audio_rows.light div.title_wrap b span,
  3896. 2695.  - #choose_audio_rows.light div.title_wrap span.title span {
  3897. 2696.  -   background-color: #EFF1F3;
  3898. 2697.  -   border-bottom: 1px solid #EFF3F6;
  3899. 2698.  -   display: inline-block;
  3900. 2699.  - }
  3901. 2700.  -
  3902. 2701.  - .mem_no_list {
  3903. 2702.  -   background: #FFFFFF;
  3904. 2703.  -   border: 1px solid #DAE2E8;
  3905. 2704.  -   color: #777777;
  3906. 2705.  -   font-size: 1.18em;
  3907. 2706.  -   margin: 0 0 3px;
  3908. 2707.  -   padding: 80px 0;
  3909. 2708.  -   text-align: center;
  3910. 2709.  - }
  3911. 2710.  -
  3912. 2711.  - .module.empty .module_header .header_bottom,
  3913. 2712.  - .module.no_subheader .module_header .header_bottom {
  3914. 2713.  -   display: none;
  3915. 2714.  - }
  3916. 2715.  -
  3917. 2716.  - .module.empty .module_body {
  3918. 2717.  -   color: #707070;
  3919. 2718.  -   padding: 10px 8px;
  3920. 2719.  -   background-color: #F7F7F7;
  3921. 2720.  -   margin-bottom: 10px;
  3922. 2721.  -   text-align: center;
  3923. 2722.  -   border-bottom: 1px solid #DAE1E8;
  3924. 2723.  - }
  3925. 2724.  -
  3926. 2725.  - .module_warning {
  3927. 2726.  -   border-bottom: 1px solid #CCCCCC;
  3928. 2727.  -   color: #666666;
  3929. 2728.  -   background: #F7F7F7;
  3930. 2729.  -   padding: 8px;
  3931. 2730.  - }
  3932. 2731.  -
  3933. 2732.  - .video_module.empty .module_body,
  3934. 2733.  - .album_module.empty .module_body {
  3935. 2734.  -   padding: 10px 8px;
  3936. 2735.  - }
  3937. 2736.  -
  3938. 2737.  - .page_box .error {
  3939. 2738.  -   display: none;
  3940. 2739.  - }
  3941. 2740.  -
  3942. 2741.  - .page_box .error, .page_box .info_msg {
  3943. 2742.  -   margin-bottom:15px;
  3944. 2743.  - }
  3945. 2744.  -
  3946. 2745.  - .page_box .additional {
  3947. 2746.  -   font-size: 10px;
  3948. 2747.  -   margin-top:15px;
  3949. 2748.  - }
  3950. 2749.  - .font_medium .page_box .additional {
  3951. 2750.  -   font-size: 11px;
  3952. 2751.  - }
  3953. 2752.  -
  3954. 2753.  - .page_box .column {
  3955. 2754.  -   padding: 0px 7px;
  3956. 2755.  - }
  3957. 2756.  - .page_box #page_edit_small_photos {
  3958. 2757.  -   width: 179px;
  3959. 2758.  - }
  3960. 2759.  - .page_box #page_edit_preview50,
  3961. 2760.  - .page_box #page_edit_preview100 {
  3962. 2761.  -   height: 50px;
  3963. 2762.  -   overflow: hidden;
  3964. 2763.  -   width: 50px;
  3965. 2764.  - }
  3966. 2765.  - .page_box #page_edit_preview100 {
  3967. 2766.  -   height: 100px;
  3968. 2767.  -   width: 100px;
  3969. 2768.  - }
  3970. 2769.  -
  3971. 2770.  - .page_actions {
  3972. 2771.  -   padding-bottom: 10px;
  3973. 2772.  -   position: relative;
  3974. 2773.  - }
  3975. 2774.  - .page_actions .separator {
  3976. 2775.  -   border-top: 1px solid #E7EAED;
  3977. 2776.  -   margin: 3px 0 2px;
  3978. 2777.  -   height: 1px;
  3979. 2778.  - }
  3980. 2779.  - .page_actions a {
  3981. 2780.  -   background: none repeat scroll 0 0 #FFFFFF;
  3982. 2781.  -   display: block;
  3983. 2782.  -   padding: 4px 6px;
  3984. 2783.  -   width: 188px;
  3985. 2784.  - }
  3986. 2785.  - .page_actions a.unshown {
  3987. 2786.  -   display: none;
  3988. 2787.  - }
  3989. 2788.  -
  3990. 2789.  - .group_block_module a {
  3991. 2790.  -   display: block;
  3992. 2791.  -   padding: 4px 6px;
  3993. 2792.  -   background: #F1F1F1;
  3994. 2793.  -   width: 168px;
  3995. 2794.  - }
  3996. 2795.  -
  3997. 2796.  - .other_acts {
  3998. 2797.  -   position: absolute;
  3999. 2798.  -   z-index: 2000;
  4000. 2799.  -   display: none;
  4001. 2800.  - }
  4002. 2801.  - .other_acts .side_shadow {
  4003. 2802.  -   background: #000;
  4004. 2803.  -   opacity: 0.1;
  4005. 2804.  -   filter: alpha(opacity=10);
  4006. 2805.  - }
  4007. 2806.  - .other_acts .side_shadow div {
  4008. 2807.  -   width: 1px;
  4009. 2808.  - }
  4010. 2809.  - .other_acts .shadow1, .other_acts .shadow2 {
  4011. 2810.  -   background: #000;
  4012. 2811.  -   height: 1px;
  4013. 2812.  -   overflow: hidden;
  4014. 2813.  -   position: relative;
  4015. 2814.  -   opacity: 0.1;
  4016. 2815.  -   filter: alpha(opacity=10);
  4017. 2816.  - }
  4018. 2817.  - .other_acts .shadow2 {
  4019. 2818.  -   height: 1px;
  4020. 2819.  -   opacity: 0.05;
  4021. 2820.  -   filter: alpha(opacity=5);
  4022. 2821.  - }
  4023. 2822.  - .other_acts .header {
  4024. 2823.  -   cursor: pointer;
  4025. 2824.  -   width: 198px;
  4026. 2825.  -   border: 1px solid #517295;
  4027. 2826.  - }
  4028. 2827.  - .other_acts .header div {
  4029. 2828.  -   color: #FFF;
  4030. 2829.  -   background: #5e82a8;
  4031. 2830.  -   border: 1px solid;
  4032. 2831.  -   border-color: #7E9CBC #5C82AB #5e82a8;
  4033. 2832.  -   padding: 2px 4px;
  4034. 2833.  - }
  4035. 2834.  - .other_acts .header span {
  4036. 2835.  -   padding-right: 12px;
  4037. 2836.  -   background: url(/images/darr_dd_over.gif) no-repeat right 6px;
  4038. 2837.  - }
  4039. 2838.  - .other_acts .actions {
  4040. 2839.  -   border: 1px solid #96AABE;
  4041. 2840.  -   border-top: 0px;
  4042. 2841.  - }
  4043. 2842.  - .other_acts a,
  4044. 2843.  - .page_actions .other_acts a {
  4045. 2844.  -   background: #FFF;
  4046. 2845.  -   display: block;
  4047. 2846.  -   width: 192px !important;
  4048. 2847.  -   padding: 4px 3px !important;
  4049. 2848.  - }
  4050. 2849.  - .other_acts a span {
  4051. 2850.  -   font-weight: normal;
  4052. 2851.  -   margin: 0px 3px;
  4053. 2852.  - }
  4054. 2853.  - .other_acts a span.fl_l {
  4055. 2854.  -   background: url(/images/edit_photo_icons.gif) no-repeat;
  4056. 2855.  -   width: 16px;
  4057. 2856.  -   height: 13px;
  4058. 2857.  -   margin: 0px 1px;
  4059. 2858.  - }
  4060. 2859.  - .other_acts a span.new_photo {
  4061. 2860.  -   background-position: 0px -4px;
  4062. 2861.  - }
  4063. 2862.  - .other_acts a span.edit_small {
  4064. 2863.  -   background-position: 0px -26px;
  4065. 2864.  - }
  4066. 2865.  - .other_acts a span.from_webcam {
  4067. 2866.  -   background-position: 0px -48px;
  4068. 2867.  - }
  4069. 2868.  - .other_acts a span.delete_photo {
  4070. 2869.  -   background-position: 0px -70px;
  4071. 2870.  - }
  4072. 2871.  - .other_acts a:hover {
  4073. 2872.  -   text-decoration: none;
  4074. 2873.  -   background: #DAE1E8;
  4075. 2874.  - }
  4076. 2875.  - .page_actions a:hover {
  4077. 2876.  -   text-decoration: none;
  4078. 2877.  -   background: #DAE1E8;
  4079. 2878.  - }
  4080. 2879.  - .page_actions a span.other {
  4081. 2880.  -   background: url(/images/darr_on.gif) no-repeat right 6px;
  4082. 2881.  -   padding-right: 12px;
  4083. 2882.  - }
  4084. 2883.  -
  4085. 2884.  - .apps_list_module .module_body {
  4086. 2885.  -   padding: 5px 0px 10px;
  4087. 2886.  - }
  4088. 2887.  - .apps_list_module .thumb img {
  4089. 2888.  -   width: 16px;
  4090. 2889.  -   display: block;
  4091. 2890.  - }
  4092. 2891.  - .apps_list_module .thumb {
  4093. 2892.  -   height: 16px;
  4094. 2893.  -   width: 16px;
  4095. 2894.  -   overflow: hidden;
  4096. 2895.  - }
  4097. 2896.  - .apps_list_module .line_cell {
  4098. 2897.  -   display: block;
  4099. 2898.  -   padding: 3px 8px 3px;
  4100. 2899.  -   margin: 0px 0px;
  4101. 2900.  - }
  4102. 2901.  - .apps_list_module .line_cell:hover {
  4103. 2902.  -   text-decoration: none;
  4104. 2903.  - }
  4105. 2904.  - .apps_list_module .line_cell:hover .info .name {
  4106. 2905.  -   text-decoration: underline;
  4107. 2906.  - }
  4108. 2907.  - .apps_list_module .info {
  4109. 2908.  -   padding: 1px 6px 0px;
  4110. 2909.  -   width: 145px;
  4111. 2910.  -   overflow: hidden;
  4112. 2911.  -   /*height:14px;*/
  4113. 2912.  - }
  4114. 2913.  - .apps_list_module .info div {
  4115. 2914.  -   width: 300px;
  4116. 2915.  - }
  4117. 2916.  - .apps_list_module .info span {
  4118. 2917.  -   display: block;
  4119. 2918.  -   width: 300px;
  4120. 2919.  -   color: #777;
  4121. 2920.  -   font-size: 0.81em;
  4122. 2921.  - }
  4123. 2922.  -
  4124. 2923.  - .wide_column .big_header .fl_r {
  4125. 2924.  -   font-size: 11px;
  4126. 2925.  - }
  4127. 2926.  - .font_medium .wide_column .big_header .fl_r {
  4128. 2927.  -   font-size: 12px;
  4129. 2928.  - }
  4130. 2929.  -
  4131. 2930.  - .groups_list_module .thumb {
  4132. 2931.  -   height: 32px;
  4133. 2932.  -   width: 37px;
  4134. 2933.  -   overflow: hidden;
  4135. 2934.  - }
  4136. 2935.  -
  4137. 2936.  - .groups_list_module .module_body {
  4138. 2937.  -   padding: 5px 5px 10px;
  4139. 2938.  - }
  4140. 2939.  -
  4141. 2940.  - .groups_list_module .thumb img {
  4142. 2941.  -   width: 32px;
  4143. 2942.  - }
  4144. 2943.  -
  4145. 2944.  - .groups_list_module .group_desc,
  4146. 2945.  - .page_list_module .group_desc,
  4147. 2946.  - .page_list_module .people_desc,
  4148. 2947.  - .page_list_module .people_extra {
  4149. 2948.  -   max-height: 36px;
  4150. 2949.  -   overflow: hidden;
  4151. 2950.  -   font-size: 0.9em;
  4152. 2951.  -   color: gray;
  4153. 2952.  -   margin-bottom: 5px;
  4154. 2953.  - }
  4155. 2954.  - .font_medium .groups_list_module .group_desc,
  4156. 2955.  - .font_medium .page_list_module .group_desc,
  4157. 2956.  - .font_medium .page_list_module .people_desc,
  4158. 2957.  - .font_medium .page_list_module .people_extra {
  4159. 2958.  -   max-height: 42px;
  4160. 2959.  - }
  4161. 2960.  - .people_extra_lnk {
  4162. 2961.  -   color: gray;
  4163. 2962.  - }
  4164. 2963.  -
  4165. 2964.  - .page_list_module .people_extra {
  4166. 2965.  -   padding-bottom: 0px;
  4167. 2966.  - }
  4168. 2967.  -
  4169. 2968.  - .page_list_module .people_desc {
  4170. 2969.  -   color: #000;
  4171. 2970.  -   padding-bottom: 1px;
  4172. 2971.  - }
  4173. 2972.  -
  4174. 2973.  - .search_image {
  4175. 2974.  -   height: 100px;
  4176. 2975.  -   width: 100px;
  4177. 2976.  -   overflow: hidden;
  4178. 2977.  -   margin-right: 10px;
  4179. 2978.  - }
  4180. 2979.  -
  4181. 2980.  - .module .closed,
  4182. 2981.  - .module.closed .opened {
  4183. 2982.  -   display: none;
  4184. 2983.  - }
  4185. 2984.  -
  4186. 2985.  - .module.closed .closed {
  4187. 2986.  -   display: block;
  4188. 2987.  - }
  4189. 2988.  -
  4190. 2989.  - .help_steps_module .closed h4 {
  4191. 2990.  -   /*border: 0;*/
  4192. 2991.  - }
  4193. 2992.  -
  4194. 2993.  - .page_list_module .thumb img {
  4195. 2994.  -   width: 32px;
  4196. 2995.  -   display: block;
  4197. 2996.  - }
  4198. 2997.  -
  4199. 2998.  - .page_list_module .thumb {
  4200. 2999.  -   height: 32px;
  4201. 3000.  -   width: 32px;
  4202. 3001.  -   padding-top: 3px;
  4203. 3002.  -   overflow: hidden;
  4204. 3003.  - }
  4205. 3004.  -
  4206. 3005.  - .page_list_app {
  4207. 3006.  -   padding: 3px 0px 3px 10px;
  4208. 3007.  - }
  4209. 3008.  - .page_list_app .thumb img {
  4210. 3009.  -   width: 68px;
  4211. 3010.  -   display: block;
  4212. 3011.  -   border-radius: 5px;
  4213. 3012.  -   -moz-border-radius: 5px;
  4214. 3013.  -   -webkit-border-radius: 5px;
  4215. 3014.  - }
  4216. 3015.  -
  4217. 3016.  - .page_list_app .thumb {
  4218. 3017.  -   height: 68px;
  4219. 3018.  -   width: 68px;
  4220. 3019.  -   border-radius: 5px;
  4221. 3020.  -   -moz-border-radius: 5px;
  4222. 3021.  -   -webkit-border-radius: 5px;
  4223. 3022.  -   padding-top: 3px;
  4224. 3023.  -   overflow: hidden;
  4225. 3024.  - }
  4226. 3025.  -
  4227. 3026.  - .page_list_app .extra_info {
  4228. 3027.  -   width: 108px;
  4229. 3028.  -   padding: 4px 0px 0px 10px;
  4230. 3029.  - }
  4231. 3030.  - .page_list_app .people_name {
  4232. 3031.  -   font-weight: bold;
  4233. 3032.  -   padding-bottom: 4px;
  4234. 3033.  - }
  4235. 3034.  - .page_list_app .people_desc {
  4236. 3035.  -   color: #888888;
  4237. 3036.  -   padding-bottom: 9px;
  4238. 3037.  -   font-size: 1em;
  4239. 3038.  - }
  4240. 3039.  - .page_list_short .thumb {
  4241. 3040.  -   width: 38px;
  4242. 3041.  -   height: 38px;
  4243. 3042.  - }
  4244. 3043.  - .page_list_short .thumb img {
  4245. 3044.  -   width: 38px;
  4246. 3045.  - }
  4247. 3046.  - .page_list_short .extra_info {
  4248. 3047.  -   width: 120px;
  4249. 3048.  - }
  4250. 3049.  - .page_list_app button {
  4251. 3050.  -   padding-right: 8px;
  4252. 3051.  -   padding-left: 8px;
  4253. 3052.  - }
  4254. 3053.  - .page_app_run_arr {
  4255. 3054.  -   padding-right: 10px;
  4256. 3055.  -   width: 60px;
  4257. 3056.  -   background: url(/images/backlink.gif?4) no-repeat 62px -127px;
  4258. 3057.  - }
  4259. 3058.  - #group_apps {
  4260. 3059.  -
  4261. 3060.  - }
  4262. 3061.  -
  4263. 3062.  - .page_list_module .line_cell {
  4264. 3063.  -   display: block;
  4265. 3064.  -   padding: 3px 8px;
  4266. 3065.  -   margin: 0px 0px;
  4267. 3066.  - }
  4268. 3067.  -
  4269. 3068.  - .page_list_module .line_cell .info,
  4270. 3069.  - .page_list_module .line_cell .desc_info,
  4271. 3070.  - .page_list_module .line_cell .extra_info {
  4272. 3071.  -   width: 138px;
  4273. 3072.  -   overflow: hidden;
  4274. 3073.  -   word-wrap: break-word;
  4275. 3074.  - }
  4276. 3075.  -
  4277. 3076.  - .page_list_module .line_cell .info {
  4278. 3077.  -   padding: 9px 6px 0px;
  4279. 3078.  - }
  4280. 3079.  - .page_list_module .line_cell .info:hover {
  4281. 3080.  -   text-decoration: underline;
  4282. 3081.  - }
  4283. 3082.  -
  4284. 3083.  - .page_list_module .line_cell .desc_info {
  4285. 3084.  -   padding: 3px 6px 0px;
  4286. 3085.  - }
  4287. 3086.  -
  4288. 3087.  - .page_list_module .line_cell .extra_info {
  4289. 3088.  -   padding: 0px 6px;
  4290. 3089.  - }
  4291. 3090.  -
  4292. 3091.  - .page_list_module .module_body {
  4293. 3092.  -   padding: 5px 0px 10px;
  4294. 3093.  - }
  4295. 3094.  -
  4296. 3095.  - .groups_list_module .line_cell .info {
  4297. 3096.  -   padding: 5px 0px 0px;
  4298. 3097.  - }
  4299. 3098.  -
  4300. 3099.  - #own_reply_add_media {
  4301. 3100.  -   padding: 10px 9px 0px;
  4302. 3101.  - }
  4303. 3102.  -
  4304. 3103.  - #own_reply .wall_module .post,
  4305. 3104.  - #own_reply .wall_text,
  4306. 3105.  - .tt .wall_module .post,
  4307. 3106.  - .tt .wall_text,
  4308. 3107.  - .tt .wall_module div.post_image {
  4309. 3108.  -   border-top: 0px;
  4310. 3109.  -   padding-top: 0px;
  4311. 3110.  - }
  4312. 3111.  - #own_reply .wall_module .online,
  4313. 3112.  - .tt .wall_module .online {
  4314. 3113.  -   display: none;
  4315. 3114.  - }
  4316. 3115.  - #own_reply .your_reply {
  4317. 3116.  -   color: #777;
  4318. 3117.  -   padding-bottom: 10px;
  4319. 3118.  - }
  4320. 3119.  - #own_reply_field {
  4321. 3120.  -   width: 422px;
  4322. 3121.  - }
  4323. 3122.  - #own_reply_in_news,
  4324. 3123.  - #own_reply_no_news,
  4325. 3124.  - #own_reply_warn {
  4326. 3125.  -   color: #777;
  4327. 3126.  -   padding-top: 10px;
  4328. 3127.  - }
  4329. 3128.  - #own_reply_no_news,
  4330. 3129.  - #own_reply_warn {
  4331. 3130.  -   display: none;
  4332. 3131.  - }
  4333. 3132.  - #own_reply_media_preview {
  4334. 3133.  -   padding-top: 8px;
  4335. 3134.  - }
  4336. 3135.  -
  4337. 3136.  - .module .add_link {
  4338. 3137.  -   padding-top: 5px;
  4339. 3138.  -   padding-bottom: 5px;
  4340. 3139.  - }
  4341. 3140.  - .module .add_item {
  4342. 3141.  -   padding-top: 5px;
  4343. 3142.  -   padding-bottom: 5px;
  4344. 3143.  - }
  4345. 3144.  -
  4346. 3145.  - #page_edit_small_photos .fl_l {
  4347. 3146.  -   padding: 0 7px 10px;
  4348. 3147.  - }
  4349. 3148.  -
  4350. 3149.  - #choose_photo_upload_box .right_link, .choose_box .right_link {
  4351. 3150.  -   padding: 4px;
  4352. 3151.  - }
  4353. 3152.  -
  4354. 3153.  - .group_share, .event_share, .group_checkin {
  4355. 3154.  -   padding-top: 5px;
  4356. 3155.  - }
  4357. 3156.  -
  4358. 3157.  - .group_share .photo, .event_share .photo {
  4359. 3158.  -   width: 75px;
  4360. 3159.  -   height: 75px;
  4361. 3160.  -   padding: 3px 0 0;
  4362. 3161.  -   overflow: hidden;
  4363. 3162.  - }
  4364. 3163.  -
  4365. 3164.  - .group_share .photo img, .event_share .photo img {
  4366. 3165.  -   width: 75px;
  4367. 3166.  - }
  4368. 3167.  -
  4369. 3168.  - .group_share .info, .event_share .info {
  4370. 3169.  -   width: 220px;
  4371. 3170.  -   overflow: hidden;
  4372. 3171.  -   padding: 0 10px;
  4373. 3172.  - }
  4374. 3173.  - .group_checkin .photo {
  4375. 3174.  -   width: 35px;
  4376. 3175.  -   height: 35px;
  4377. 3176.  -   padding: 3px 0 3px;
  4378. 3177.  -   overflow: hidden;
  4379. 3178.  - }
  4380. 3179.  - .group_checkin .photo img {
  4381. 3180.  -   width: 35px;
  4382. 3181.  - }
  4383. 3182.  - .group_checkin .info {
  4384. 3183.  -   margin: 3px 0px 3px 8px;
  4385. 3184.  -   width: 292px;
  4386. 3185.  - }
  4387. 3186.  - .group_checkin .desc {
  4388. 3187.  -   color: #777;
  4389. 3188.  -   padding: 3px 0 0;
  4390. 3189.  -   line-height: 140%;
  4391. 3190.  - }
  4392. 3191.  -
  4393. 3192.  - .tt .wall_module .group_share .info, .tt .wall_module .event_share .info, .tt .wall_module .group_checkin .info {
  4394. 3193.  -   width: 180px;
  4395. 3194.  - }
  4396. 3195.  -
  4397. 3196.  - .group_share .title, .event_share .title, .group_checkin .title {
  4398. 3197.  -   font-weight: bold;
  4399. 3198.  - }
  4400. 3199.  -
  4401. 3200.  - .group_share .desc {
  4402. 3201.  -   color: #777;
  4403. 3202.  -   padding: 5px 0 0;
  4404. 3203.  -   line-height: 140%;
  4405. 3204.  - }
  4406. 3205.  -
  4407. 3206.  - .event_share .desc {
  4408. 3207.  -   padding: 5px 0 0;
  4409. 3208.  -   line-height: 140%;
  4410. 3209.  - }
  4411. 3210.  -
  4412. 3211.  - .event_share .where {
  4413. 3212.  -   color: #777;
  4414. 3213.  -   padding: 5px 0 0;
  4415. 3214.  - }
  4416. 3215.  -
  4417. 3216.  - .event_share .when {
  4418. 3217.  -   color: #777;
  4419. 3218.  - }
  4420. 3219.  -
  4421. 3220.  - .page_add_place_box .row {
  4422. 3221.  -   padding: 0px 0px 6px;
  4423. 3222.  - }
  4424. 3223.  - .page_add_place_box .label {
  4425. 3224.  -   clear: left;
  4426. 3225.  -   color: #555555;
  4427. 3226.  -   padding-right: 10px;
  4428. 3227.  -   padding-top: 4px;
  4429. 3228.  -   width: 160px;
  4430. 3229.  - }
  4431. 3230.  - .page_add_place_box .labeled {
  4432. 3231.  -   width: 200px;
  4433. 3232.  - }
  4434. 3233.  - .page_add_place_box .details {
  4435. 3234.  -   color: #777;
  4436. 3235.  -   font-size: 0.9em;
  4437. 3236.  -   width: 140px;
  4438. 3237.  -   margin: 0px 10px 0px 170px;
  4439. 3238.  - }
  4440. 3239.  - .page_add_place_box .text {
  4441. 3240.  -   width: 200px;
  4442. 3241.  -   padding: 6px 3px;
  4443. 3242.  -
  4444. 3243.  - }
  4445. 3244.  - .box_body .page_add_place_box .shadow div {
  4446. 3245.  -   width: 548px;
  4447. 3246.  -   z-index: 5;
  4448. 3247.  - }
  4449. 3248.  - #public_place_map {
  4450. 3249.  -   padding: 20px;
  4451. 3250.  - }
  4452. 3251.  - .page_add_place_box .places_map {
  4453. 3252.  -   height: 300px;
  4454. 3253.  - }
  4455. 3254.  - #place_map_yandex, #place_map_google {
  4456. 3255.  -   display: none;
  4457. 3256.  - }
  4458. 3257.  -
  4459. 3258.  - .member_list_more_link {
  4460. 3259.  -   display: block;
  4461. 3260.  -   padding: 10px 0px;
  4462. 3261.  -   text-align: center;
  4463. 3262.  -   margin-bottom: 5px;
  4464. 3263.  - }
  4465. 3264.  - .member_list_more_link:hover {
  4466. 3265.  -   text-decoration: none;
  4467. 3266.  -   background: #E9EDF1;
  4468. 3267.  - }
  4469. 3268.  - .member_list_more_link .progress {
  4470. 3269.  -   margin: 0px auto;
  4471. 3270.  - }
  4472. 3271.  - .member_list_more_link div {
  4473. 3272.  -   height: 13px;
  4474. 3273.  - }
  4475. 3274.  -
  4476. 3275.  - .page_add_event_info .tip {
  4477. 3276.  -   color: #777;
  4478. 3277.  -   padding: 0 0 3px 23px;
  4479. 3278.  - }
  4480. 3279.  -
  4481. 3280.  - .page_members_box {
  4482. 3281.  -   overflow: auto;
  4483. 3282.  -   max-height: 380px;
  4484. 3283.  -   padding: 10px;
  4485. 3284.  -   padding-bottom: 0px;
  4486. 3285.  - }
  4487. 3286.  - .page_members_box .member_row {
  4488. 3287.  -   border-bottom: 1px solid #dee4e8;
  4489. 3288.  -   margin-bottom: 5px;
  4490. 3289.  -   padding-bottom: 2px;
  4491. 3290.  - }
  4492. 3291.  - .page_members_box .member_row:last-child {
  4493. 3292.  -   border-bottom: none;
  4494. 3293.  - }
  4495. 3294.  - .page_members_box .member_row .member_info {
  4496. 3295.  -   width: 200px;
  4497. 3296.  - }
  4498. 3297.  - .page_members_box .member_row .photo {
  4499. 3298.  -   display: block;
  4500. 3299.  -   width: 60px;
  4501. 3300.  - }
  4502. 3301.  - .page_members_box .member_row .actions {
  4503. 3302.  -   width: 150px;
  4504. 3303.  - }
  4505. 3304.  - .page_members_box .member_row b {
  4506. 3305.  -   color: #888888;
  4507. 3306.  -   font-weight: normal;
  4508. 3307.  - }
  4509. 3308.  -
  4510. 3309.  - .page_members_box .member_row .actions a {
  4511. 3310.  -   background: white;
  4512. 3311.  -   border-top: #FFFFFF;
  4513. 3312.  -   border-style:solid none none;
  4514. 3313.  -   border-width:1px 0 0;
  4515. 3314.  -   display:block;
  4516. 3315.  -   padding:3px 6px 3px;
  4517. 3316.  - }
  4518. 3317.  -
  4519. 3318.  - .page_members_box .member_row .actions a:hover {
  4520. 3319.  -   background: #DAE1E8;
  4521. 3320.  -   color:#36638E;
  4522. 3321.  -   /*border-top: 1px solid #CAD1D9;*/
  4523. 3322.  -   text-decoration:none;
  4524. 3323.  - }
  4525. 3324.  -
  4526. 3325.  - .page_members_box .member_row .res {
  4527. 3326.  -   background-color: #F7F7F7;
  4528. 3327.  -   border: 1px solid #CCC;
  4529. 3328.  -   padding: 5px 11px;
  4530. 3329.  -   margin: 5px 0 0;
  4531. 3330.  -   width: 310px;
  4532. 3331.  - }
  4533. 3332.  -
  4534. 3333.  - .add_blacklist_box .photo {
  4535. 3334.  -   width: 110px;
  4536. 3335.  -   height: 100px;
  4537. 3336.  -   overflow: hidden;
  4538. 3337.  - }
  4539. 3338.  -
  4540. 3339.  - .add_blacklist_box .info {
  4541. 3340.  -   width: 270px;
  4542. 3341.  - }
  4543. 3342.  -
  4544. 3343.  - .page_contact_error {
  4545. 3344.  -   margin-bottom: 15px;
  4546. 3345.  - }
  4547. 3346.  - a.wall_reply_greeting {
  4548. 3347.  -   color: #000;
  4549. 3348.  - }
  4550. 3349.  -
  4551. 3350.  - /* Docs module */
  4552. 3351.  - .page_doc {
  4553. 3352.  -   padding: 10px 8px 0px 8px;
  4554. 3353.  -   display: block;
  4555. 3354.  - }
  4556. 3355.  - .page_doc_icon {
  4557. 3356.  -   background: #E1E7ED url('/images/icons/darr.gif') 6px 7px no-repeat;
  4558. 3357.  -   width: 27px;
  4559. 3358.  -   height: 17px;
  4560. 3359.  -   border-radius: 3px;
  4561. 3360.  -   -moz-border-radius: 3px;
  4562. 3361.  -   color: #6A839E;
  4563. 3362.  -   padding: 3px 0px 0px 17px;
  4564. 3363.  -   position: absolute;
  4565. 3364.  -   display: block;
  4566. 3365.  - }
  4567. 3366.  - .page_doc_icon:hover {
  4568. 3367.  -   text-decoration: none;
  4569. 3368.  - }
  4570. 3369.  - .page_doc_cont {
  4571. 3370.  -   padding: 2px 5px 0px 52px;
  4572. 3371.  - }
  4573. 3372.  - .page_doc_name {
  4574. 3373.  -   font-weight: bold;
  4575. 3374.  - }
  4576. 3375.  - .page_doc_date {
  4577. 3376.  -   color: #777;
  4578. 3377.  - }
  4579. 3378.  -
  4580. 3379.  - /* Real-time replies update */
  4581. 3380.  - .new_reply {
  4582. 3381.  -   display: none;
  4583. 3382.  - }
  4584. 3383.  - .replies_open {
  4585. 3384.  -   color: #71869B;
  4586. 3385.  -   background: #E9EDF1;
  4587. 3386.  -   cursor: pointer;
  4588. 3387.  -   padding: 6px;
  4589. 3388.  -   text-align: center;
  4590. 3389.  -   margin: 5px 0;
  4591. 3390.  - }
  4592. 3391.  - .replies_open:hover {
  4593. 3392.  -   background: #EEF2F6;
  4594. 3393.  - }
  4595. 3394.  -
  4596. 3395.  - /* Replies side pointer */
  4597. 3396.  - .replies_side_wrap {
  4598. 3397.  -   cursor: pointer;
  4599. 3398.  -   width: 50px;
  4600. 3399.  -   position: absolute;
  4601. 3400.  -   margin-left: -60px;
  4602. 3401.  -   padding-top: 31px;
  4603. 3402.  - }
  4604. 3403.  - .wide_wall_module .replies_side_wrap {
  4605. 3404.  -   margin-left: -61px;
  4606. 3405.  - }
  4607. 3406.  - .replies_side {
  4608. 3407.  -   position: relative;
  4609. 3408.  -   padding: 10px 0;
  4610. 3409.  - }
  4611. 3410.  - .replies_side_over {
  4612. 3411.  -   background: #E9EDF1;
  4613. 3412.  - }
  4614. 3413.  - .replies_side_icon {
  4615. 3414.  -   display: none;
  4616. 3415.  -   width: 14px;
  4617. 3416.  -   height: 7px;
  4618. 3417.  -   background: url(/images/toplink.gif?3) 0 -58px no-repeat;
  4619. 3418.  - }
  4620. 3419.  - .replies_side_over .replies_side_icon {
  4621. 3420.  -   display: block;
  4622. 3421.  - }
  4623. 3422.  -
  4624. 3423.  - /* Abuse */
  4625. 3424.  - .page_abuse_footer {
  4626. 3425.  -   border-top: 1px solid #D8DFE5;
  4627. 3426.  -   color: #777;
  4628. 3427.  -   padding: 6px 8px;
  4629. 3428.  -   background: #F1F1F1;
  4630. 3429.  -   margin: 0 -10px;
  4631. 3430.  -   text-align: center;
  4632. 3431.  - }
  4633. 3432.  - #abx_error_wrap {
  4634. 3433.  -   display: none;
  4635. 3434.  - }
  4636. 3435.  - #abx_error {
  4637. 3436.  -   line-height: 160%;
  4638. 3437.  -   background: #F4EBBD;
  4639. 3438.  -   margin-bottom: 10px;
  4640. 3439.  - }
  4641. 3440.  - .abx_content {
  4642. 3441.  -   line-height: 140%;
  4643. 3442.  - }
  4644. 3443.  - h2.abx_header {
  4645. 3444.  -   border-bottom: none;
  4646. 3445.  -   margin-bottom: 7px;
  4647. 3446.  - }
  4648. 3447.  - #abx_radiobtns {
  4649. 3448.  -   padding: 0px 0 20px 12px;
  4650. 3449.  - }
  4651. 3450.  - #abx_radiobtns .radiobtn {
  4652. 3451.  -   margin-top: 14px;
  4653. 3452.  - }
  4654. 3453.  - .abx_addinfo {
  4655. 3454.  -   margin-top: 2px;
  4656. 3455.  - }
  4657. 3456.  - #abx_comment {
  4658. 3457.  -   width: 372px;
  4659. 3458.  -   height: 34px;
  4660. 3459.  - }
  4661. 3460.  - .abx_blacklist_cb_wrap {
  4662. 3461.  -   padding-top: 10px;
  4663. 3462.  - }
  4664. 3463.  - .abx_hint {
  4665. 3464.  -   padding-top: 10px;
  4666. 3465.  - }
  4667. 3466.  -
  4668. 3467.  -
  4669. 3468.  -
  4670. 3469.  - /* Multi attaches */
  4671. 3470.  - .page_preview_photo_wrap, .page_preview_video_wrap, .page_preview_graffiti_wrap {
  4672. 3471.  -   position: relative;
  4673. 3472.  -   height: 57px;
  4674. 3473.  -   overflow: hidden;
  4675. 3474.  -   cursor: pointer;
  4676. 3475.  -   padding: 0 10px 8px 0;
  4677. 3476.  - }
  4678. 3477.  - .page_preview_album_wrap {
  4679. 3478.  -   position: relative;
  4680. 3479.  -   overflow: hidden;
  4681. 3480.  -   cursor: pointer;
  4682. 3481.  -   padding: 0 10px 8px 0;
  4683. 3482.  - }
  4684. 3483.  - div.page_preview_photo, div.page_preview_video, div.page_preview_graffiti {
  4685. 3484.  -   height: 57px;
  4686. 3485.  -   overflow: hidden;
  4687. 3486.  - }
  4688. 3487.  - div.page_preview_video, div.page_preview_graffiti {
  4689. 3488.  -   width: 75px;
  4690. 3489.  -   overflow: hidden;
  4691. 3490.  - }
  4692. 3491.  - img.page_preview_video, img.page_preview_graffiti {
  4693. 3492.  -   width: 75px;
  4694. 3493.  - }
  4695. 3494.  -
  4696. 3495.  - .page_doc_photo {
  4697. 3496.  -   width: 130px;
  4698. 3497.  -   height: 98px;
  4699. 3498.  -   background: #000000;
  4700. 3499.  -   background-position: 50% 50%;
  4701. 3500.  -   background-repeat: no-repeat;
  4702. 3501.  -   text-align: center;
  4703. 3502.  - }
  4704. 3503.  - .page_doc_photo_href:hover {
  4705. 3504.  -   text-decoration: none;
  4706. 3505.  - }
  4707. 3506.  - .page_preview_doc_photo_hint {
  4708. 3507.  -   width: 80px;
  4709. 3508.  -   *width: 100px;
  4710. 3509.  -   text-align: center;
  4711. 3510.  -   color: #FFFFFF;
  4712. 3511.  -   background: #000000;
  4713. 3512.  -   padding: 3px 10px 1px 10px;
  4714. 3513.  -   font-size: 0.81em;
  4715. 3514.  -   margin-bottom: 5px;
  4716. 3515.  -   *background: #000000;
  4717. 3516.  -   background: rgba(0,0,0,0.5);
  4718. 3517.  -   position: absolute;
  4719. 3518.  -   margin-top: -18px;
  4720. 3519.  -   height: 14px;
  4721. 3520.  -   *height: 18px;
  4722. 3521.  - }
  4723. 3522.  -
  4724. 3523.  - .page_doc_photo_hint {
  4725. 3524.  -   width: 110px;
  4726. 3525.  -   *width: 130px;
  4727. 3526.  -   text-align: center;
  4728. 3527.  -   color: #FFFFFF;
  4729. 3528.  -   background: #000000;
  4730. 3529.  -   padding: 2px 10px;
  4731. 3530.  -   font-size: 0.81em;
  4732. 3531.  -   margin-bottom: 5px;
  4733. 3532.  -   *background: #000000;
  4734. 3533.  -   background: rgba(0,0,0,0.5);
  4735. 3534.  -   position: absolute;
  4736. 3535.  -   margin-top: -18px;
  4737. 3536.  -   height: 14px;
  4738. 3537.  -   *height: 18px;
  4739. 3538.  -   padding: 2px 10px;
  4740. 3539.  -   font-size: 0.81em;
  4741. 3540.  - }
  4742. 3541.  -
  4743. 3542.  -
  4744. 3543.  - .page_pics_preview .page_preview_doc_wrap {
  4745. 3544.  -   padding: 0 10px 8px 0;
  4746. 3545.  -   width: 100px;
  4747. 3546.  -   height: 75px;
  4748. 3547.  - }
  4749. 3548.  -
  4750. 3549.  - .page_preview_doc_photo {
  4751. 3550.  -   width: 100px;
  4752. 3551.  -   min-height: 30px;
  4753. 3552.  -   background: #000000;
  4754. 3553.  -   text-align: center;
  4755. 3554.  - }
  4756. 3555.  -
  4757. 3556.  -
  4758. 3557.  - .page_pics_preview {
  4759. 3558.  -   position: relative;
  4760. 3559.  -   margin-bottom: 0;
  4761. 3560.  - }
  4762. 3561.  - .page_pics_preview .page_media_x_wrap {
  4763. 3562.  -   position: relative;
  4764. 3563.  -   background: #222;
  4765. 3564.  -   background: rgba(0, 0, 0, 0.5);
  4766. 3565.  -
  4767. 3566.  -   -webkit-border-radius: 3px;
  4768. 3567.  -   -moz-border-radius: 3px;
  4769. 3568.  -   border-radius: 3px;
  4770. 3569.  -   padding: 3px;
  4771. 3570.  -
  4772. 3571.  -   cursor: pointer;
  4773. 3572.  -   margin-left: -13px;
  4774. 3573.  - }
  4775. 3574.  - .page_photos_count {
  4776. 3575.  -   position: absolute;
  4777. 3576.  -   top: 3px;
  4778. 3577.  -   right: 3px;
  4779. 3578.  -   padding: 1px 3px;
  4780. 3579.  -   font-size: 0.7em;
  4781. 3580.  -   color: #FFF;
  4782. 3581.  -   background: rgba(0,0,0,1);
  4783. 3582.  -   opacity: 0.6;
  4784. 3583.  -   filter: alpha(opacity=60);
  4785. 3584.  -   -moz-border-radius: 3px;
  4786. 3585.  -   -webkit-border-radius: 3px;
  4787. 3586.  -   border-radius: 3px;
  4788. 3587.  -   font-weight: bold;
  4789. 3588.  - }
  4790. 3589.  - .page_pics_preview .page_media_x {
  4791. 3590.  -   display: block;
  4792. 3591.  -   background: url("/images/notifier_close.gif") no-repeat scroll 0 0 transparent;
  4793. 3592.  -   opacity: 0.6;
  4794. 3593.  -   filter: alpha(opacity=60);
  4795. 3594.  -
  4796. 3595.  -   width: 7px;
  4797. 3596.  -   height: 7px;
  4798. 3597.  - }
  4799. 3598.  - .page_pics_preview .page_media_x_wrap:hover .page_media_x {
  4800. 3599.  -   opacity: 0.8;
  4801. 3600.  -   filter: alpha(opacity=80);
  4802. 3601.  - }
  4803. 3602.  - .page_media_sortable {
  4804. 3603.  -   position: relative;
  4805. 3604.  - }
  4806. 3605.  - .page_docs_preview .page_media_x_wrap {
  4807. 3606.  -   cursor: pointer;
  4808. 3607.  -   margin: 6px 5px 0px;
  4809. 3608.  -   background: url(/images/pics/statusx_op.gif) no-repeat 0 0;
  4810. 3609.  -   opacity: 0.6;
  4811. 3610.  -   filter: alpha(opacity=60);
  4812. 3611.  -   height: 11px;
  4813. 3612.  -   width: 11px;
  4814. 3613.  -   -webkit-box-shadow: 0;
  4815. 3614.  -   -moz-box-shadow: 0;
  4816. 3615.  -   box-shadow: 0;
  4817. 3616.  -   -webkit-transition: opacity 100ms linear;
  4818. 3617.  -   -moz-transition: opacity 100ms linear;
  4819. 3618.  -   -o-transition: opacity 100ms linear;
  4820. 3619.  -   transition: opacity 100ms linear;
  4821. 3620.  - }
  4822. 3621.  - .page_docs_preview .page_media_x_wrap:hover {
  4823. 3622.  -   opacity: 1;
  4824. 3623.  - }
  4825. 3624.  -
  4826. 3625.  - /* New checkboxes */
  4827. 3626.  - .checkbox_pic {
  4828. 3627.  -   cursor: pointer;
  4829. 3628.  - }
  4830. 3629.  - #status_export.checkbox_pic, #facebook_export.checkbox_pic,
  4831. 3630.  - #own_status_export.checkbox_pic, #own_facebook_export.checkbox_pic,
  4832. 3631.  - .checkbox_status_export, .checkbox_facebook_export
  4833. 3632.  -  {
  4834. 3633.  -   background: url(/images/icons/wall_export.gif?1) no-repeat 0 0;
  4835. 3634.  -   height: 14px;
  4836. 3635.  -   width: 14px;
  4837. 3636.  -   overflow: hidden;
  4838. 3637.  - }
  4839. 3638.  - #status_export.checkbox_pic,
  4840. 3639.  - #own_status_export.checkbox_pic,
  4841. 3640.  - .checkbox_status_export {
  4842. 3641.  -   background-position: 0 -42px;
  4843. 3642.  -   opacity: 0.5;
  4844. 3643.  -   filter: alpha(opacity=50);
  4845. 3644.  - }
  4846. 3645.  - #facebook_export.checkbox_pic,
  4847. 3646.  - #own_facebook_export.checkbox_pic,
  4848. 3647.  - .checkbox_facebook_export {
  4849. 3648.  -   background-position: 0 -14px;
  4850. 3649.  -   opacity: 0.5;
  4851. 3650.  -   filter: alpha(opacity=50);
  4852. 3651.  - }
  4853. 3652.  - #status_export.on,
  4854. 3653.  - #own_status_export.on,
  4855. 3654.  - .checkbox_status_export.on {
  4856. 3655.  -   opacity: 1;
  4857. 3656.  -   filter: none;
  4858. 3657.  - }
  4859. 3658.  - #facebook_export.on,
  4860. 3659.  - #own_facebook_export.on,
  4861. 3660.  - .checkbox_facebook_export.on {
  4862. 3661.  -   opacity: 1;
  4863. 3662.  -   filter: none;
  4864. 3663.  - }
  4865. 3664.  - .box_controls_text .checkbox_pic {
  4866. 3665.  -   margin-right: 5px;
  4867. 3666.  - }
  4868. 3667.  - .postpone_preview .checkbox,
  4869. 3668.  - .postpone_preview .checkbox_status_export,
  4870. 3669.  - .postpone_preview .checkbox_facebook_export {
  4871. 3670.  -   margin: 0 10px 0 0;
  4872. 3671.  - }
  4873. 3672.  - .postpone_preview .checkbox div {
  4874. 3673.  -   margin-bottom: 0;
  4875. 3674.  - }
  4876. 3675.  -
  4877. 3676.  - /* New upload form */
  4878. 3677.  - .post_upload_wrap {
  4879. 3678.  -   position: absolute;
  4880. 3679.  -   right: 10px;
  4881. 3680.  -   z-index: 110;
  4882. 3681.  - }
  4883. 3682.  - .post_upload_wrap .loading {
  4884. 3683.  -   display: none;
  4885. 3684.  - }
  4886. 3685.  - .post_upload_wrap div.post_upload {
  4887. 3686.  -   background: url(/images/icons/attach_photo.gif) center 15px no-repeat;
  4888. 3687.  -   width: 34px;
  4889. 3688.  -   height: 40px;
  4890. 3689.  -   overflow: hidden;
  4891. 3690.  -   position: relative;
  4892. 3691.  -   opacity: 0.8;
  4893. 3692.  -   filter: alpha(opacity=80);
  4894. 3693.  - }
  4895. 3694.  - .post_upload_wrap div.post_upload:hover {
  4896. 3695.  -   opacity: 1;
  4897. 3696.  -   filter: none;
  4898. 3697.  - }
  4899. 3698.  - .post_upload_wrap input {
  4900. 3699.  -   opacity: 0.01;
  4901. 3700.  -   filter: alpha(opacity=1);
  4902. 3701.  -   font-size: 6.54em !important;
  4903. 3702.  -   right: 0px;
  4904. 3703.  -   margin: 0px;
  4905. 3704.  -   padding: 0px;
  4906. 3705.  -   cursor: pointer;
  4907. 3706.  -   position: absolute;
  4908. 3707.  - }
  4909. 3708.  - .post_upload_dropbox {
  4910. 3709.  -   position: absolute;
  4911. 3710.  -   z-index: 120;
  4912. 3711.  -   display: none;
  4913. 3712.  - }
  4914. 3713.  - .post_upload_dropbox_inner {
  4915. 3714.  -   background: #FFF;
  4916. 3715.  -   text-align: center;
  4917. 3716.  -   color: #7F92A5;
  4918. 3717.  -   font-size: 1.09em;
  4919. 3718.  -   border: 1px dashed #A3B6C9;
  4920. 3719.  -   padding: 0 5px;
  4921. 3720.  -   display: table-cell;
  4922. 3721.  -   vertical-align: middle;
  4923. 3722.  -   width: 369px;
  4924. 3723.  - }
  4925. 3724.  - .dropbox_over .post_upload_dropbox_inner {
  4926. 3725.  -   background-color: #E1E7ED;
  4927. 3726.  - }
  4928. 3727.  - .dropbox_over .post_upload_release_label {
  4929. 3728.  -   display: inline;
  4930. 3729.  - }
  4931. 3730.  - .post_upload_release_label, .dropbox_over .post_upload_drop_label {
  4932. 3731.  -   display: none;
  4933. 3732.  - }
  4934. 3733.  -
  4935. 3734.  - #wpe_signed {
  4936. 3735.  -   padding-bottom: 10px;
  4937. 3736.  - }
  4938. 3737.  - .wpe_buttons {
  4939. 3738.  -   height: 25px;
  4940. 3739.  -   padding-bottom: 10px;
  4941. 3740.  - }
  4942. 3741.  - .wpe_auth {
  4943. 3742.  -   padding-bottom: 10px;
  4944. 3743.  -   line-height: 160%;
  4945. 3744.  -   color: #777;
  4946. 3745.  - }
  4947. 3746.  - .wpe_auth_lnk {
  4948. 3747.  -   color: #777;
  4949. 3748.  - }
  4950. 3749.  - #wpe_warn {
  4951. 3750.  -   padding-top: 10px;
  4952. 3751.  -   color: #777;
  4953. 3752.  -   display: none;
  4954. 3753.  - }
  4955. 3754.  - .wpe_cancel {
  4956. 3755.  -   margin: 0px 7px;
  4957. 3756.  - }
  4958. 3757.  - .wpe_cancel .button {
  4959. 3758.  -   padding-left: 10px;
  4960. 3759.  -   padding-right: 10px;
  4961. 3760.  - }
  4962. 3761.  - #wpe_prg {
  4963. 3762.  -   margin: 6px 10px 0px;
  4964. 3763.  - }
  4965. 3764.  - #wpe_add_media {
  4966. 3765.  -   padding: 6px 9px 0px;
  4967. 3766.  - }
  4968. 3767.  - .wpe_info {
  4969. 3768.  -   color: #777;
  4970. 3769.  - }
  4971. 3770.  - .wpe_prg {
  4972. 3771.  -   margin: 0px 3px;
  4973. 3772.  -   height: 10px;
  4974. 3773.  - }
  4975. 3774.  - #wpe_text {
  4976. 3775.  -   line-height: 1.27em;
  4977. 3776.  -   outline: none;
  4978. 3777.  - }
  4979. 3778.  - #wpe_cont .mention_rich_ta {
  4980. 3779.  -   line-height: 1.27em;
  4981. 3780.  - }
  4982. 3781.  - #wpe_cont {
  4983. 3782.  -   margin-top: 10px;
  4984. 3783.  - }
  4985. 3784.  - #wpe_text {
  4986. 3785.  -   width: 329px;
  4987. 3786.  - }
  4988. 3787.  - .reply_text #wpe_text {
  4989. 3788.  -   width: 290px;
  4990. 3789.  - }
  4991. 3790.  - .fw_reply_info #wpe_text {
  4992. 3791.  -   width: 446px;
  4993. 3792.  - }
  4994. 3793.  - .wpe_buttons {
  4995. 3794.  -   width: 337px;
  4996. 3795.  - }
  4997. 3796.  - .reply_text .wpe_buttons {
  4998. 3797.  -   width: 298px;
  4999. 3798.  - }
  5000. 3799.  - #wpe_media_preview {
  5001. 3800.  -   padding-top: 10px;
  5002. 3801.  - }
  5003. 3802.  -
  5004. 3803.  -
  5005. 3804.  - /* Inline polls */
  5006. 3805.  - .page_media_poll_desc {
  5007. 3806.  -   padding-left: 5px;
  5008. 3807.  -   font-weight: normal;
  5009. 3808.  -   color: #777;
  5010. 3809.  - }
  5011. 3810.  - .page_media_poll_wrap {
  5012. 3811.  -   padding: 5px 0 10px;
  5013. 3812.  -   clear: left;
  5014. 3813.  - }
  5015. 3814.  - .page_media_poll {
  5016. 3815.  -   max-width: 400px;
  5017. 3816.  - }
  5018. 3817.  - .page_media_poll_title {
  5019. 3818.  -   line-height: 140%;
  5020. 3819.  -   border-bottom: 1px solid #E7EAED;
  5021. 3820.  -   font-weight: bold;
  5022. 3821.  -   color: #45688E;
  5023. 3822.  -   padding: 4px 0px 2px;
  5024. 3823.  -   max-width: 400px;
  5025. 3824.  - }
  5026. 3825.  - .page_media_poll_title .a {
  5027. 3826.  -   color: #45688E;
  5028. 3827.  - }
  5029. 3828.  - .page_poll_options {
  5030. 3829.  -   padding: 2px 0 0 ;
  5031. 3830.  - }
  5032. 3831.  - .page_poll_radio {
  5033. 3832.  -   padding: 10px 0 0;
  5034. 3833.  - }
  5035. 3834.  - .wall_module .page_poll_radio .progress_inline {
  5036. 3835.  -   float: none;
  5037. 3836.  -   margin: 0 0 0 5px;
  5038. 3837.  -   display: inline;
  5039. 3838.  -   display: inline-block;
  5040. 3839.  -   _zoom: 1;
  5041. 3840.  -   vertical-align: bottom;
  5042. 3841.  -   width: 32px;
  5043. 3842.  -   height: 13px;
  5044. 3843.  -   background: url(/images/upload.gif) no-repeat 50% 50%;
  5045. 3844.  - }
  5046. 3845.  -
  5047. 3846.  - .page_media_poll .page_poll_row {
  5048. 3847.  -   background: #F7F7F7;
  5049. 3848.  -   width: 100%;
  5050. 3849.  - }
  5051. 3850.  - .page_media_poll .page_poll_row_count {
  5052. 3851.  -   text-align: center;
  5053. 3852.  -   margin-top: -15px;
  5054. 3853.  -   color: #8BA1BC;
  5055. 3854.  -   line-height: 15px;
  5056. 3855.  - }
  5057. 3856.  - .page_media_poll .page_poll_row_percent,
  5058. 3857.  - .im_log_t .post_media td.page_poll_row_percent {
  5059. 3858.  -   line-height: 13px;
  5060. 3859.  -   padding: 2px 0 0 6px;
  5061. 3860.  -   cursor: default;
  5062. 3861.  - }
  5063. 3862.  - .page_media_poll .page_poll_text {
  5064. 3863.  -   padding: 10px 2px 2px;
  5065. 3864.  - }
  5066. 3865.  - .page_media_poll .page_poll_percent {
  5067. 3866.  -   background: #DAE1E8;
  5068. 3867.  -   height: 15px;
  5069. 3868.  - }
  5070. 3869.  - .page_poll_bottom {
  5071. 3870.  -   padding-top: 12px;
  5072. 3871.  - }
  5073. 3872.  -
  5074. 3873.  -
  5075. 3874.  - /* Wide wall fixes */
  5076. 3875.  - .wide_wall_module {
  5077. 3876.  -   background: #FFF;
  5078. 3877.  -   padding: 5px 15px 15px;
  5079. 3878.  - }
  5080. 3879.  - .wide_wall_module .audio .info {
  5081. 3880.  -   width: 100%;
  5082. 3881.  - }
  5083. 3882.  - .wide_wall_module .post {
  5084. 3883.  -   border-top: 0px;
  5085. 3884.  -   border-bottom: 1px solid #DAE1E8;
  5086. 3885.  - }
  5087. 3886.  - .wide_wall_module .post:last-child {
  5088. 3887.  -   border-bottom: 0px;
  5089. 3888.  - }
  5090. 3889.  - .wide_wall_module .post_info {
  5091. 3890.  -   width: 537px;
  5092. 3891.  - }
  5093. 3892.  - .wide_wall_module .wall_text,
  5094. 3893.  - .wide_wall_module .wall_post_text,
  5095. 3894.  - .wide_wall_module .post_media {
  5096. 3895.  -   width: 537px;
  5097. 3896.  - }
  5098. 3897.  -
  5099. 3898.  - .wide_wall_module .reply_table .post_media {
  5100. 3899.  -   width: 465px;
  5101. 3900.  - }
  5102. 3901.  - .wide_wall_module .published_by_quote .wall_text,
  5103. 3902.  - .wide_wall_module .published_by_quote .wall_post_text,
  5104. 3903.  - .wide_wall_module .published_by_quote .post_media  {
  5105. 3904.  -   width: 527px;
  5106. 3905.  - }
  5107. 3906.  - .wide_wall_module .wall_post_text, .wide_wall_module .wall_reply_text {
  5108. 3907.  -   line-height: 160%;
  5109. 3908.  - }
  5110. 3909.  - .wide_wall_module .like_wrap, .wide_wall_module .reply_link_wrap,
  5111. 3910.  - .wide_wall_module .reply_link_wrap small, .wide_wall_module .info_footer {
  5112. 3911.  -   font-size: 11px;
  5113. 3912.  - }
  5114. 3913.  - .font_medium .wide_wall_module .like_wrap,
  5115. 3914.  - .font_medium .wide_wall_module .reply_link_wrap,
  5116. 3915.  - .font_medium .wide_wall_module .reply_link_wrap small,
  5117. 3916.  - .font_medium .wide_wall_module .info_footer {
  5118. 3917.  -   font-size: 12px;
  5119. 3918.  - }
  5120. 3919.  -
  5121. 3920.  - .big_wall #page_wall_posts .post,
  5122. 3921.  - .big_wall #page_wall_posts .online {
  5123. 3922.  -   display: block;
  5124. 3923.  - }
  5125. 3924.  - .wide_wall_module .group_share .info, .wide_wall_module .event_share .info, .wide_wall_module .group_checkin .info {
  5126. 3925.  -   width: 390px;
  5127. 3926.  - }
  5128. 3927.  - .wide_wall_module .wpe_prg {
  5129. 3928.  -   height: 13px;
  5130. 3929.  -   margin: 0px 10px;
  5131. 3930.  - }
  5132. 3931.  - .wide_wall_module #wpe_text {
  5133. 3932.  -   width: 529px;
  5134. 3933.  -   line-height: 1.54em;
  5135. 3934.  - }
  5136. 3935.  -
  5137. 3936.  - .wide_wall_module div.published_by_date {
  5138. 3937.  -   width: 480px;
  5139. 3938.  - }
  5140. 3939.  - .wide_wall_module .reply_text #wpe_text {
  5141. 3940.  -   width: 468px;
  5142. 3941.  - }
  5143. 3942.  - .fw_reply_info #wpe_text {
  5144. 3943.  -   width: 450px;
  5145. 3944.  - }
  5146. 3945.  - .wide_wall_module .reply_text .wpe_buttons {
  5147. 3946.  -   width: 477px;
  5148. 3947.  - }
  5149. 3948.  - .fw_reply_info .wpe_buttons {
  5150. 3949.  -   width: 455px;
  5151. 3950.  - }
  5152. 3951.  - .wide_wall_module .wpe_buttons {
  5153. 3952.  -   width: 537px;
  5154. 3953.  - }
  5155. 3954.  - .wide_wall_module #wpe_cont .mention_rich_ta {
  5156. 3955.  -   line-height: 1.54em;
  5157. 3956.  - }
  5158. 3957.  - .wide_wall_module .postpone_preview .content, .fw_post_info .postpone_preview .content {
  5159. 3958.  -   width: 300px!important;
  5160. 3959.  - }
  5161. 3960.  - .wide_wall_module a.page_media_link_thumb,
  5162. 3961.  - .wide_wall_module i.page_media_link_thumb,
  5163. 3962.  - .wide_wall_moudle span.page_media_link_thumb {
  5164. 3963.  -   width: 130px;
  5165. 3964.  - }
  5166. 3965.  - .wide_wall_module .reply {
  5167. 3966.  -   padding: 10px 0px 11px;
  5168. 3967.  - }
  5169. 3968.  - .wide_wall_module a.reply_image,
  5170. 3969.  - .wide_wall_module img.reply_image {
  5171. 3970.  -   width: 50px;
  5172. 3971.  -   height: 50px;
  5173. 3972.  - }
  5174. 3973.  - .wide_wall_module .reply_info {
  5175. 3974.  -   margin-left: 60px;
  5176. 3975.  -   width: 477px;
  5177. 3976.  -   min-height: 51px;
  5178. 3977.  - }
  5179. 3978.  - .wide_wall_module .wall_reply_text {
  5180. 3979.  -   width: 477px;
  5181. 3980.  - }
  5182. 3981.  - .wide_wall_module .reply_button_wrap button {
  5183. 3982.  -   padding: 4px 14px;
  5184. 3983.  - }
  5185. 3984.  - .wide_wall_module .reply_box_open .reply_field {
  5186. 3985.  -   height: 42px;
  5187. 3986.  - }
  5188. 3987.  - .wide_wall_module .reply_field_tail {
  5189. 3988.  -   width: 6px;
  5190. 3989.  -   height: 11px;
  5191. 3990.  -   background-position: 0 -154px;
  5192. 3991.  -   margin-left: -9px;
  5193. 3992.  -   margin-top: 16px;
  5194. 3993.  - }
  5195. 3994.  -
  5196. 3995.  - .wide_wall_module img.reply_form_image,
  5197. 3996.  - .wide_wall_module a.reply_form_image {
  5198. 3997.  -   width: 50px;
  5199. 3998.  -   height: 50px;
  5200. 3999.  - }
  5201. 4000.  - .wide_wall_module .reply_box_open .reply_form {
  5202. 4001.  -   margin-left: 62px;
  5203. 4002.  - }
  5204. 4003.  -
  5205. 4004.  - /* New post likes */
  5206. 4005.  - .wall_module .post_like_wrap {
  5207. 4006.  -   position: relative;
  5208. 4007.  -   width: 150px;
  5209. 4008.  - }
  5210. 4009.  - .wide_wall_module .post_like_wrap {
  5211. 4010.  -   width: 200px;
  5212. 4011.  - }
  5213. 4012.  - .post_like,
  5214. 4013.  - .post_share {
  5215. 4014.  -   background: #FFF;
  5216. 4015.  -   color: #2F5879;
  5217. 4016.  -   font-size: 10px;
  5218. 4017.  -   cursor: pointer;
  5219. 4018.  -   padding: 5px 6px;
  5220. 4019.  -   margin-top: -1px;
  5221. 4020.  -   right: 0px;
  5222. 4021.  -   position: absolute;
  5223. 4022.  -   white-space: nowrap;
  5224. 4023.  -
  5225. 4024.  -   -webkit-border-radius: 3px;
  5226. 4025.  -   -khtml-border-radius: 3px;
  5227. 4026.  -   -moz-border-radius: 3px;
  5228. 4027.  -   border-radius: 3px;
  5229. 4028.  -   overflow: hidden;
  5230. 4029.  - }
  5231. 4030.  - .font_medium .post_like,
  5232. 4031.  - .font_medium .post_share {
  5233. 4032.  -   font-size: 11px;
  5234. 4033.  - }
  5235. 4034.  - .wide_wall_module .post_like,
  5236. 4035.  - .wide_wall_module .post_share {
  5237. 4036.  -   font-size: 11px;
  5238. 4037.  - }
  5239. 4038.  - .font_medium .wide_wall_module .post_like,
  5240. 4039.  - .font_medium .wide_wall_module .post_share {
  5241. 4040.  -   font-size: 12px;
  5242. 4041.  - }
  5243. 4042.  - .post_like_link,
  5244. 4043.  - .post_share_link {
  5245. 4044.  -   color: #829BAF;
  5246. 4045.  - }
  5247. 4046.  - .wall_post_over .post_like_link,
  5248. 4047.  - .wall_module .post:hover .post_like_link,
  5249. 4048.  - .wall_post_over .post_share_link,
  5250. 4049.  - .wall_module .post:hover .post_share_link {
  5251. 4050.  -   color: #2F5879;
  5252. 4051.  - }
  5253. 4052.  - .wall_module .post_like:hover,
  5254. 4053.  - .wall_module .post_share:hover {
  5255. 4054.  -   background: #E9EDF1;
  5256. 4055.  - }
  5257. 4056.  - .wall_module .post_like_icon,
  5258. 4057.  - .wall_module .post_share_icon {
  5259. 4058.  -   background: url(/images/icons/like.gif?2) no-repeat 1px 0px;
  5260. 4059.  -   height: 10px;
  5261. 4060.  -   margin: 2px 2px 0px;
  5262. 4061.  -   padding-right: 1px;
  5263. 4062.  -   opacity: 0.4;
  5264. 4063.  -   filter: alpha(opacity=40);
  5265. 4064.  -   width: 11px;
  5266. 4065.  - }
  5267. 4066.  - .wall_module .post_share_icon {
  5268. 4067.  -   background-position: 0 -21px;
  5269. 4068.  -   margin-top: 1px;
  5270. 4069.  -   width: 11px;
  5271. 4070.  -   height: 11px;
  5272. 4071.  - }
  5273. 4072.  - .wide_wall_module .post_like_icon {
  5274. 4073.  -   margin-top: 3px;
  5275. 4074.  - }
  5276. 4075.  - .wide_wall_module .post_share_icon {
  5277. 4076.  -   margin: 2px 2px 0 3px;
  5278. 4077.  - }
  5279. 4078.  - .wall_module .post_like_count,
  5280. 4079.  - .wall_module .post_share_count {
  5281. 4080.  -   font-weight: bold;
  5282. 4081.  -   color: #7295b2;
  5283. 4082.  - }
  5284. 4083.  - .wall_module .post_like .no_likes {
  5285. 4084.  -   visibility: visible;
  5286. 4085.  -   opacity: 0.4;
  5287. 4086.  -   filter: alpha(opacity=40);
  5288. 4087.  -   padding-right: 1px;
  5289. 4088.  - }
  5290. 4089.  - .wall_module .post_like i.my_like,
  5291. 4090.  - .wall_module .my_share i {
  5292. 4091.  -   opacity: 1;
  5293. 4092.  -   filter: none;
  5294. 4093.  - }
  5295. 4094.  -
  5296. 4095.  -
  5297. 4096.  - /* New post shares */
  5298. 4097.  - .post_full_like_wrap {
  5299. 4098.  -   position: relative;
  5300. 4099.  -   width: 230px;
  5301. 4100.  - }
  5302. 4101.  - .wide_wall_module .post_full_like_wrap,
  5303. 4102.  - .post_fixed .post_full_like_wrap {
  5304. 4103.  -   width: 300px;
  5305. 4104.  - }
  5306. 4105.  - .post_full_like {
  5307. 4106.  -   position: absolute;
  5308. 4107.  -   top: 0;
  5309. 4108.  -   right: 0;
  5310. 4109.  - }
  5311. 4110.  - .post_full_like_wrap .post_like,
  5312. 4111.  - .post_full_like_wrap .post_share {
  5313. 4112.  -   position: static;
  5314. 4113.  - }
  5315. 4114.  - .post_share_link {
  5316. 4115.  -   display: none;
  5317. 4116.  - }
  5318. 4117.  - .wide_wall_module .post_share_link {
  5319. 4118.  -   display: inline;
  5320. 4119.  - }
  5321. 4120.  - .wall_module .no_shares {
  5322. 4121.  -   visibility: hidden;
  5323. 4122.  - }
  5324. 4123.  - .wall_module .wall_post_over .no_shares {
  5325. 4124.  -   visibility: visible;
  5326. 4125.  - }
  5327. 4126.  -
  5328. 4127.  -
  5329. 4128.  - .reply_replieable,
  5330. 4129.  - .reply_moreable {
  5331. 4130.  -   cursor: pointer;
  5332. 4131.  - }
  5333. 4132.  -
  5334. 4133.  - .like_comment_header,
  5335. 4134.  - .like_to_header {
  5336. 4135.  -   font-size: 1.18em;
  5337. 4136.  -   font-weight: bold;
  5338. 4137.  -   color: #45688E;
  5339. 4138.  -   padding: 5px 0px;
  5340. 4139.  - }
  5341. 4140.  - .like_comment_header {
  5342. 4141.  -   padding-top: 0;
  5343. 4142.  - }
  5344. 4143.  - .like_comment_row {
  5345. 4144.  -   padding: 4px 0px 10px;
  5346. 4145.  - }
  5347. 4146.  - #like_repost_comment {
  5348. 4147.  -   width: 372px;
  5349. 4148.  -   height: 32px;
  5350. 4149.  - }
  5351. 4150.  - .like_to_row {
  5352. 4151.  -   padding: 10px 0px 0px;
  5353. 4152.  - }
  5354. 4153.  - .like_to_about {
  5355. 4154.  -   color: #777;
  5356. 4155.  -   padding: 3px 25px;
  5357. 4156.  - }
  5358. 4157.  - .like_to_about_select {
  5359. 4158.  -   padding-top: 5px;
  5360. 4159.  - }
  5361. 4160.  - .like_to_point {
  5362. 4161.  -   padding: 0px 5px;
  5363. 4162.  - }
  5364. 4163.  - .like_to_row div.disabled {
  5365. 4164.  -   opacity: 0.4;
  5366. 4165.  -   filter: alpha(opacity=40);
  5367. 4166.  -   cursor: default;
  5368. 4167.  - }
  5369. 4168.  - .like_to_row div.disabled:hover div {
  5370. 4169.  -   background-position: 0px 0px;
  5371. 4170.  - }
  5372. 4171.  - .like_to_row div.disabled.on:hover div {
  5373. 4172.  -   background-position: 0px -14px;
  5374. 4173.  - }
  5375. 4174.  - .like_to_nopadd {
  5376. 4175.  -   padding: 0px !important;
  5377. 4176.  - }
  5378. 4177.  -
  5379. 4178.  -
  5380. 4179.  - .page_post_sized_thumbs {
  5381. 4180.  -   margin: 9px 0 4px;
  5382. 4181.  - }
  5383. 4182.  - .page_post_sized_full_thumb {
  5384. 4183.  -   margin: 20px 0 10px;
  5385. 4184.  - }
  5386. 4185.  - .page_post_sized_full_thumb_first {
  5387. 4186.  -   margin-top: 10px;
  5388. 4187.  - }
  5389. 4188.  - .page_post_sized_relative_wrap {
  5390. 4189.  -   position: relative;
  5391. 4190.  -   float: left;
  5392. 4191.  - }
  5393. 4192.  - .page_post_sized_relative {
  5394. 4193.  -   position: absolute;
  5395. 4194.  -   left: 0;
  5396. 4195.  -   right: 0;
  5397. 4196.  -   top: 0;
  5398. 4197.  -   bottom: 0;
  5399. 4198.  - }
  5400. 4199.  -
  5401. 4200.  - a.page_post_thumb_wrap,
  5402. 4201.  - span.page_post_thumb_wrap {
  5403. 4202.  -   display: block;
  5404. 4203.  -   overflow: hidden;
  5405. 4204.  -   position: relative;
  5406. 4205.  -   margin: 0 3px 3px 0;
  5407. 4206.  - }
  5408. 4207.  - a.page_post_thumb_wrap:hover,
  5409. 4208.  - a.page_post_thumb_unsized:hover {
  5410. 4209.  -   text-decoration: none !important;
  5411. 4210.  - }
  5412. 4211.  - .page_post_thumb_video {
  5413. 4212.  -   position: relative;
  5414. 4213.  - }
  5415. 4214.  - .page_post_thumb_sized_photo {
  5416. 4215.  -   position: absolute;
  5417. 4216.  -   top: 0;
  5418. 4217.  -   left: 0;
  5419. 4218.  - }
  5420. 4219.  - .video_module .video div.page_video_play_icon,
  5421. 4220.  - .page_post_video_play_inline {
  5422. 4221.  -   position: absolute;
  5423. 4222.  -   z-index: 10;
  5424. 4223.  -   background: url(/images/inline_video_play.png) no-repeat;
  5425. 4224.  -   margin-left: -23px;
  5426. 4225.  -   margin-top: -23px;
  5427. 4226.  -   width: 46px;
  5428. 4227.  -   height: 46px;
  5429. 4228.  -   top: 50%;
  5430. 4229.  -   left: 50%;
  5431. 4230.  - }
  5432. 4231.  - .page_post_video_is_processing {
  5433. 4232.  -   position: absolute;
  5434. 4233.  -   z-index: 10;
  5435. 4234.  -   margin-left: -70px;
  5436. 4235.  -   margin-top: -23px;
  5437. 4236.  -   width: 140px;
  5438. 4237.  -   height: 18px;
  5439. 4238.  -   top: 50%;
  5440. 4239.  -   left: 50%;
  5441. 4240.  -   color: #FFFFFF;
  5442. 4241.  -   background: #000000;
  5443. 4242.  -   background: rgba(0, 0, 0, 0.8);
  5444. 4243.  -   -webkit-border-radius: 5px;
  5445. 4244.  -   -moz-border-radius: 5px;
  5446. 4245.  -   border-radius: 5px;
  5447. 4246.  -   padding: 15px 10px;
  5448. 4247.  - }
  5449. 4248.  - .page_post_video_duration {
  5450. 4249.  -   background: url('/images/mv_bg.png');
  5451. 4250.  -   background: rgba(0,0,0, 0.6);
  5452. 4251.  -   color: #FFF;
  5453. 4252.  -   position: absolute;
  5454. 4253.  -   bottom: 5px;
  5455. 4254.  -   right: 5px;
  5456. 4255.  -   padding: 0px 3px 1px;
  5457. 4256.  -   z-index: 10;
  5458. 4257.  - }
  5459. 4258.  -
  5460. 4259.  - a.page_post_thumb_last_column .page_post_thumb_undersized_w,
  5461. 4260.  - span.page_post_thumb_last_column .page_post_thumb_undersized_w {
  5462. 4261.  -   right: 0;
  5463. 4262.  - }
  5464. 4263.  - a.page_post_thumb_last_row .page_post_thumb_undersized_h,
  5465. 4264.  - span.page_post_thumb_last_row .page_post_thumb_undersized_h {
  5466. 4265.  -   bottom: 0;
  5467. 4266.  - }
  5468. 4267.  -
  5469. 4268.  - a.page_post_thumb_unsized,
  5470. 4269.  - span.page_post_thumb_unsized {
  5471. 4270.  -   background: 50% 50% no-repeat;
  5472. 4271.  -   background-size: cover;
  5473. 4272.  -
  5474. 4273.  -   display: block;
  5475. 4274.  -   position: relative;
  5476. 4275.  -   overflow: hidden;
  5477. 4276.  -   margin: 0 3px 3px 0;
  5478. 4277.  - }
  5479. 4278.  - a.page_post_thumb_unsized_single,
  5480. 4279.  - span.page_post_thumb_unsized_single {
  5481. 4280.  -   /*background: 0 0 no-repeat;*/
  5482. 4281.  -   background-size: contain;
  5483. 4282.  - }
  5484. 4283.  -
  5485. 4284.  - .wide_wall_module a.page_post_thumb_unsized,
  5486. 4285.  - .wide_wall_module a.page_post_thumb_wrap,
  5487. 4286.  - .wide_wall_module span.page_post_thumb_unsized,
  5488. 4287.  - .wide_wall_module span.page_post_thumb_wrap {
  5489. 4288.  -   margin: 0 6px 6px 0;
  5490. 4289.  - }
  5491. 4290.  - .page_post_sized_thumbs a.page_post_thumb_last_column,
  5492. 4291.  - .page_post_sized_thumbs span.page_post_thumb_last_column {
  5493. 4292.  -   margin-right: 0;
  5494. 4293.  - }
  5495. 4294.  - .page_post_sized_thumbs a.page_post_thumb_last_row,
  5496. 4295.  - .page_post_sized_thumbs span.page_post_thumb_last_row {
  5497. 4296.  -   margin-bottom: 0;
  5498. 4297.  - }
  5499. 4298.  -
  5500. 4299.  - .page_post_queue_wide,
  5501. 4300.  - .wide_wall_module .page_post_queue_narrow {
  5502. 4301.  -   display: none;
  5503. 4302.  - }
  5504. 4303.  - .wide_wall_module .page_post_queue_wide {
  5505. 4304.  -   display: block;
  5506. 4305.  - }
  5507. 4306.  -
  5508. 4307.  - .page_name {
  5509. 4308.  -   padding-bottom: 2px;
  5510. 4309.  -   max-width: 385px;
  5511. 4310.  -   overflow: hidden;
  5512. 4311.  - }
  5513. 4312.  - h4.page_top {
  5514. 4313.  -   font-size: 1.09em;
  5515. 4314.  -   background: #FFF;
  5516. 4315.  -   padding: 0px 6px 4px;
  5517. 4316.  -   margin: 0px;
  5518. 4317.  - }
  5519. 4318.  - #page_current_info {
  5520. 4319.  -   font-weight: normal;
  5521. 4320.  -   padding: 2px 0px 2px;
  5522. 4321.  -   color: #000;
  5523. 4322.  -   width: 385px;
  5524. 4323.  -   overflow: hidden;
  5525. 4324.  -   max-height: 3.55em;
  5526. 4325.  -   height: auto !important;
  5527. 4326.  - }
  5528. 4327.  - #page_current_info #current_info {
  5529. 4328.  -   display: block;
  5530. 4329.  - }
  5531. 4330.  - .my_current_info, .no_current_info {
  5532. 4331.  -   display: block;
  5533. 4332.  -   cursor: pointer;
  5534. 4333.  -   margin: 0px -6px;
  5535. 4334.  -   padding: 0px 6px;
  5536. 4335.  - }
  5537. 4336.  - .my_current_info:hover, .no_current_info:hover {
  5538. 4337.  -   text-decoration: underline;
  5539. 4338.  - }
  5540. 4339.  - .current_text {
  5541. 4340.  -   padding: 0px 1px;
  5542. 4341.  - }
  5543. 4342.  - .current_audio {
  5544. 4343.  -   color: #2B587A;
  5545. 4344.  -   max-width: 334px;
  5546. 4345.  -   overflow: hidden;
  5547. 4346.  -   text-overflow: ellipsis;
  5548. 4347.  -   white-space: nowrap;
  5549. 4348.  - }
  5550. 4349.  - .page_wide_no_narrow #page_current_info {
  5551. 4350.  -   width: 576px;
  5552. 4351.  - }
  5553. 4352.  - .page_wide_no_narrow .current_audio {
  5554. 4353.  -   max-width: 520px;
  5555. 4354.  - }
  5556. 4355.  - .current_audio.prg {
  5557. 4356.  -   max-width: 302px;
  5558. 4357.  - }
  5559. 4358.  - .current_audio_cnt {
  5560. 4359.  -   opacity: 0.70;
  5561. 4360.  -   filter: alpha(opacity=70);
  5562. 4361.  -   font-size: 0.9em;
  5563. 4362.  -   font-weight: bold !important;
  5564. 4363.  -   color: #507292;
  5565. 4364.  -   cursor: pointer;
  5566. 4365.  -   -webkit-transition: all 150ms ease-in-out;
  5567. 4366.  -   -moz-transition: all 150ms ease-in-out;
  5568. 4367.  -   -o-transition: all 150ms ease-in-out;
  5569. 4368.  -   transition: all 150ms ease-in-out;
  5570. 4369.  - }
  5571. 4370.  - h4 .current_audio_cnt span {
  5572. 4371.  -   font-weight: bold;
  5573. 4372.  - }
  5574. 4373.  - .current_audio_cnt:hover {
  5575. 4374.  -   opacity: 1;
  5576. 4375.  -   filter: alpha(opacity=100);
  5577. 4376.  - }
  5578. 4377.  - .current_audio_cnt.hidden {
  5579. 4378.  -   display: none;
  5580. 4379.  - }
  5581. 4380.  - .current_audio_cnt .value {
  5582. 4381.  -   text-align: right;
  5583. 4382.  - }
  5584. 4383.  - .current_audio div.label {
  5585. 4384.  -   width: 13px;
  5586. 4385.  -   height: 11px;
  5587. 4386.  -   background: url(/images/icons/audio_icons.png?4) no-repeat scroll -66px -51px;
  5588. 4387.  -   opacity: 0.60;
  5589. 4388.  -   filter: alpha(opacity=60);
  5590. 4389.  -   margin: 2px 3px 0px 0px;
  5591. 4390.  - }
  5592. 4391.  - .is_rtl1 .current_audio div.label {
  5593. 4392.  -   margin-right: auto;
  5594. 4393.  -   margin-left: 3px;
  5595. 4394.  - }
  5596. 4395.  - .current_audio_cnt div.label {
  5597. 4396.  -   width: 12px;
  5598. 4397.  -   height: 12px;
  5599. 4398.  -   background: url(/images/icons/audio_icons.png?4) no-repeat scroll -202px -51px;
  5600. 4399.  -   margin-left: 5px;
  5601. 4400.  - }
  5602. 4401.  - .is_rtl1 .current_audio_cnt div {
  5603. 4402.  -   margin-left: auto;
  5604. 4403.  -   margin-right: 5px;
  5605. 4404.  - }
  5606. 4405.  - .audio_listeners {
  5607. 4406.  -   position: relative;
  5608. 4407.  -   overflow: hidden;
  5609. 4408.  -   padding: 20px 10px 1px;
  5610. 4409.  - }
  5611. 4410.  - .current_app {
  5612. 4411.  -   color: #2B587A;
  5613. 4412.  -   padding-left: 14px;
  5614. 4413.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat left -58px;
  5615. 4414.  - }
  5616. 4415.  - a.current_app_icon {
  5617. 4416.  -   padding: 1px 0px 2px 20px;
  5618. 4417.  -   display: inline;
  5619. 4418.  -   display: inline-block;
  5620. 4419.  -   zoom: 1;
  5621. 4420.  -   background-position: 0px 0px;
  5622. 4421.  -   margin-bottom: -2px;
  5623. 4422.  -   margin-top: -1px;
  5624. 4423.  - }
  5625. 4424.  - .is_rtl1 .current_audio {
  5626. 4425.  -   padding-left: 0px;
  5627. 4426.  -   padding-right: 14px;
  5628. 4427.  -   background-position: right -220px;
  5629. 4428.  - }
  5630. 4429.  - #page_current_info {
  5631. 4430.  -   font-size: 11px;
  5632. 4431.  - }
  5633. 4432.  - .font_medium #page_current_info {
  5634. 4433.  -   font-size: 12px;
  5635. 4434.  - }
  5636. 4435.  - .current_audio_prg {
  5637. 4436.  -   margin: 0px 10px;
  5638. 4437.  - }
  5639. 4438.  - #content h4 .no_current_info {
  5640. 4439.  -   color: #AAA;
  5641. 4440.  - }
  5642. 4441.  - #currinfo_editor {
  5643. 4442.  -   position: absolute;
  5644. 4443.  -   z-index: 10;
  5645. 4444.  -   margin: -27px -14px 0px;
  5646. 4445.  -   display: none;
  5647. 4446.  - }
  5648. 4447.  - #currinfo_editor .sidesh {
  5649. 4448.  -   background: #000;
  5650. 4449.  -   width: 1px;
  5651. 4450.  -   opacity: 0.08;
  5652. 4451.  -   filter: alpha(opacity=8);
  5653. 4452.  - }
  5654. 4453.  - #currinfo_editor .sidesh div {
  5655. 4454.  -   width: 1px;
  5656. 4455.  -   overflow: hidden;
  5657. 4456.  - }
  5658. 4457.  - #currinfo_editor .bottomsh1 {
  5659. 4458.  -   background: #000;
  5660. 4459.  -   height: 1px;
  5661. 4460.  -   opacity: 0.1;
  5662. 4461.  -   filter: alpha(opacity=10);
  5663. 4462.  - }
  5664. 4463.  - #currinfo_editor .bottomsh2 {
  5665. 4464.  -   background: #000;
  5666. 4465.  -   height: 1px;
  5667. 4466.  -   opacity: 0.05;
  5668. 4467.  -   filter: alpha(opacity=5);
  5669. 4468.  - }
  5670. 4469.  - #currinfo_editor .bottomsh1 div, #currinfo_editor .bottomsh2 div {
  5671. 4470.  -   height: 1px;
  5672. 4471.  -   overflow: hidden;
  5673. 4472.  - }
  5674. 4473.  - #currinfo_editor .editor {
  5675. 4474.  -   background: #F7F7F7;
  5676. 4475.  -   border: 1px solid #CCC;
  5677. 4476.  -   padding: 8px;
  5678. 4477.  -   width: 384px;
  5679. 4478.  - }
  5680. 4479.  - #content h4 #currinfo_about, #content h4 #currinfo_warn {
  5681. 4480.  -   margin: 5px 8px 0px;
  5682. 4481.  -   font-size: 0.9em;
  5683. 4482.  -   color: #777;
  5684. 4483.  -   display: none;
  5685. 4484.  - }
  5686. 4485.  - #currinfo_clear {
  5687. 4486.  -   margin: 4px 4px 0px;
  5688. 4487.  -   display: none;
  5689. 4488.  - }
  5690. 4489.  - #currinfo_audio,
  5691. 4490.  - #currinfo_app {
  5692. 4491.  -   margin: 5px 8px 0px;
  5693. 4492.  - }
  5694. 4493.  - #currinfo_editor .button_blue {
  5695. 4494.  -   margin: 0px;
  5696. 4495.  - }
  5697. 4496.  - button#currinfo_save {
  5698. 4497.  -   padding: 3px 10px 4px;
  5699. 4498.  -   *padding: 4px 10px 3px;
  5700. 4499.  - }
  5701. 4500.  - #currinfo_input {
  5702. 4501.  -   margin: 0px 0px 8px;
  5703. 4502.  -   width: 376px;
  5704. 4503.  -   padding: 4px 3px;
  5705. 4504.  - }
  5706. 4505.  -
  5707. 4506.  - /* Poll export */
  5708. 4507.  - .page_poll_export_label {
  5709. 4508.  -   vertical-align: top;
  5710. 4509.  -   white-space: nowrap;
  5711. 4510.  -   padding: 3px 10px 0px 0px;
  5712. 4511.  -   width: 90px;
  5713. 4512.  -   color: #777;
  5714. 4513.  - }
  5715. 4514.  - textarea.page_poll_export_code {
  5716. 4515.  -   background-color: #F0F4FB;
  5717. 4516.  -   width: 372px;
  5718. 4517.  -   height: 110px;
  5719. 4518.  -   margin: 0;
  5720. 4519.  - }
  5721. 4520.  - .page_poll_export_desc {
  5722. 4521.  -   vertical-align: top;
  5723. 4522.  -   padding: 0;
  5724. 4523.  -   font-size: 0.9em;
  5725. 4524.  -   color: #777;
  5726. 4525.  - }
  5727. 4526.  -
  5728. 4527.  - b.wall_mob_onl {
  5729. 4528.  -   background-position: -1px 0px;
  5730. 4529.  -   *background-position: -1px -1px;
  5731. 4530.  - }
  5732. 4531.  -
  5733. 4532.  - #page_suggest_post {
  5734. 4533.  -   display: none;
  5735. 4534.  - }
  5736. 4535.  - .page_sugg_loading {
  5737. 4536.  -   height: 41px;
  5738. 4537.  - /*  background: url(/images/upload.gif) no-repeat 50% 50%;*/
  5739. 4538.  - }
  5740. 4539.  - .post_publish_button,
  5741. 4540.  - .post_nopublish_button {
  5742. 4541.  -   margin: 0px 5px;
  5743. 4542.  - }
  5744. 4543.  - .post_publish {
  5745. 4544.  -   text-align: center;
  5746. 4545.  -   background: #F7F7F7;
  5747. 4546.  -   padding: 10px;
  5748. 4547.  -   margin: 5px 0px 8px;
  5749. 4548.  - }
  5750. 4549.  - .post_publish_text {
  5751. 4550.  -   color: #45688E;
  5752. 4551.  -   font-weight: bold;
  5753. 4552.  - }
  5754. 4553.  -
  5755. 4554.  - #suggest_publish_add_media {
  5756. 4555.  -   padding: 10px 9px 0px;
  5757. 4556.  - }
  5758. 4557.  - #suggest_publish_field {
  5759. 4558.  -   width: 422px;
  5760. 4559.  -   height: 32px;
  5761. 4560.  - }
  5762. 4561.  - #suggest_publish_warn {
  5763. 4562.  -   color: #777;
  5764. 4563.  -   padding-top: 10px;
  5765. 4564.  -   display: none;
  5766. 4565.  - }
  5767. 4566.  - #suggest_publish_media_preview {
  5768. 4567.  -   padding-top: 8px;
  5769. 4568.  - }
  5770. 4569.  - #suggest_publish_author_wrap {
  5771. 4570.  -   padding-top: 10px;
  5772. 4571.  -   color: #2B587A;
  5773. 4572.  - }
  5774. 4573.  - .closed_page {
  5775. 4574.  -   margin: 10px 0;
  5776. 4575.  - }
  5777. 4576.  - .closed_details {
  5778. 4577.  -   padding-top: 10px;
  5779. 4578.  - }
  5780. 4579.  - .closed_reason {
  5781. 4580.  -   font-weight: normal;
  5782. 4581.  - }
  5783. 4582.  - #custom_menu_cont {
  5784. 4583.  -   top: 0px;
  5785. 4584.  -   width: 100%;
  5786. 4585.  - }
  5787. 4586.  - #custom_menu_wrap {
  5788. 4587.  -   z-index: 1005;
  5789. 4588.  -   position: absolute;
  5790. 4589.  -   top: 0px;
  5791. 4590.  - }
  5792. 4591.  - .fw_post_thumb_img {
  5793. 4592.  -   width: 50px;
  5794. 4593.  - }
  5795. 4594.  - .page_photo_thumb {
  5796. 4595.  -   max-width: 75px;
  5797. 4596.  - }
  5798. 4597.  - .page_album_row {
  5799. 4598.  -   margin: 10px 10px 0px;
  5800. 4599.  -   width: 178px;
  5801. 4600.  -   height: 118px;
  5802. 4601.  -   overflow: hidden;
  5803. 4602.  -   display: inline-block;
  5804. 4603.  -   vertical-align: top;
  5805. 4604.  -   background: #EEEEEE;
  5806. 4605.  - }
  5807. 4606.  - .page_album_row a {
  5808. 4607.  -   position: relative;
  5809. 4608.  -   display: block;
  5810. 4609.  -   text-align: center;
  5811. 4610.  - }
  5812. 4611.  - .page_photo_thumb_big {
  5813. 4612.  -   vertical-align: top;
  5814. 4613.  -   max-width: 178px;
  5815. 4614.  - }
  5816. 4615.  - .page_album_title_wrap {
  5817. 4616.  -   background: rgba(0, 0, 0, 0.5);
  5818. 4617.  -   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7f000000', endColorstr='#7f000000')"; /* IE */
  5819. 4618.  -   color: white;
  5820. 4619.  -   position: absolute;
  5821. 4620.  -   top: 0px;
  5822. 4621.  -   width: 178px;
  5823. 4622.  -   margin-top: 98px;
  5824. 4623.  -   text-align: left;
  5825. 4624.  -   padding: 4px 0px 10px;
  5826. 4625.  -   line-height: 12px;
  5827. 4626.  - }
  5828. 4627.  - .page_album_title_wrap:not([dummy]) {
  5829. 4628.  -   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled='false')";
  5830. 4629.  - }
  5831. 4630.  - .page_album_title {
  5832. 4631.  -   white-space: nowrap;
  5833. 4632.  -   overflow: hidden;
  5834. 4633.  -   -o-text-overflow: ellipsis;
  5835. 4634.  -   text-overflow: ellipsis;
  5836. 4635.  -   max-width: 125px;
  5837. 4636.  -   font-weight: bold;
  5838. 4637.  -   margin-left: 6px;
  5839. 4638.  - }
  5840. 4639.  - .page_album_description {
  5841. 4640.  -   max-height: 49px;
  5842. 4641.  -   margin: 5px 6px 0px;
  5843. 4642.  -   font-size: 0.9em;
  5844. 4643.  -   overflow: hidden;
  5845. 4644.  -   text-overflow: ellipsis;
  5846. 4645.  - }
  5847. 4646.  - .page_album_camera {
  5848. 4647.  -   background: url(/images/camera_white.png) 0 2px no-repeat;
  5849. 4648.  -   padding-left: 14px;
  5850. 4649.  -   font-weight: bold;
  5851. 4650.  -   margin: 0px 6px;
  5852. 4651.  - }
  5853. 4652.  - #owner_photo_wrap {
  5854. 4653.  -   margin-bottom: 8px;
  5855. 4654.  - }
  5856. 4655.  - #owner_photo_bubble_wrap {
  5857. 4656.  -   /* height: 80px; */
  5858. 4657.  -   height: 56px;
  5859. 4658.  -   width: 200px;
  5860. 4659.  -   /* margin-top: -88px; */
  5861. 4660.  -   margin-top: -64px;
  5862. 4661.  -   overflow: hidden;
  5863. 4662.  -   position: relative;
  5864. 4663.  - }
  5865. 4664.  - #owner_photo_bubble {
  5866. 4665.  -   color: #FFF;
  5867. 4666.  -   opacity: 0;
  5868. 4667.  -   filter: alpha(opacity=0);
  5869. 4668.  -   background: rgba(0, 0, 0, 0.7);
  5870. 4669.  -   width: 200px;
  5871. 4670.  -   margin-top: 40px;
  5872. 4671.  -   -webkit-transition: all 200ms ease-in-out;
  5873. 4672.  -   -moz-transition: all 200ms ease-in-out;
  5874. 4673.  -   -o-transition: all 200ms ease-in-out;
  5875. 4674.  -   transition: all 200ms ease-in-out;
  5876. 4675.  -   z-index: 450;
  5877. 4676.  -   padding: 4px 0;
  5878. 4677.  - }
  5879. 4678.  - #owner_photo_top_bubble_wrap {
  5880. 4679.  -   position: relative;
  5881. 4680.  - }
  5882. 4681.  - #owner_photo_top_bubble {
  5883. 4682.  -   display: none;
  5884. 4683.  -   position: absolute;
  5885. 4684.  -   right: 0;
  5886. 4685.  -   top: 0;
  5887. 4686.  -   color: #FFF;
  5888. 4687.  -   opacity: 0;
  5889. 4688.  -   filter: alpha(opacity=0);
  5890. 4689.  -   background: rgba(0, 0, 0, 0.7);
  5891. 4690.  -   -webkit-transition: all 200ms ease-in-out;
  5892. 4691.  -   -moz-transition: all 200ms ease-in-out;
  5893. 4692.  -   -o-transition: all 200ms ease-in-out;
  5894. 4693.  -   transition: all 200ms ease-in-out;
  5895. 4694.  -   z-index: 450;
  5896. 4695.  -   padding: 4px 0;
  5897. 4696.  - }
  5898. 4697.  - #owner_photo_wrap:hover #owner_photo_bubble {
  5899. 4698.  -   opacity: 1;
  5900. 4699.  -   filter: none;
  5901. 4700.  -   margin-top: 0px;
  5902. 4701.  - }
  5903. 4702.  - #owner_photo_wrap:hover #owner_photo_top_bubble {
  5904. 4703.  -   display: block;
  5905. 4704.  -   opacity: 1;
  5906. 4705.  -   filter: none;
  5907. 4706.  - }
  5908. 4707.  - #owner_photo_top_bubble .owner_photo_bubble_action_delete {
  5909. 4708.  -   text-align: right;
  5910. 4709.  -   width: auto;
  5911. 4710.  -   max-width: 180px;
  5912. 4711.  -   white-space: nowrap;
  5913. 4712.  -   overflow: hidden;
  5914. 4713.  - }
  5915. 4714.  - .owner_photo_bubble_action {
  5916. 4715.  -   cursor: pointer;
  5917. 4716.  -   padding: 5px 10px;
  5918. 4717.  -   height: 14px;
  5919. 4718.  -   /*text-align: center;*/
  5920. 4719.  -   overflow: hidden;
  5921. 4720.  -   white-space: nowrap;
  5922. 4721.  -   text-shadow: 0px 1px 0px #262626;
  5923. 4722.  -   -o-text-overflow: ellipsis;
  5924. 4723.  -   text-overflow: ellipsis;
  5925. 4724.  -   width: 180px;
  5926. 4725.  - }
  5927. 4726.  - .owner_photo_bubble_action_in {
  5928. 4727.  -   background: url(/images/edit_photo_icons_white.gif) no-repeat 0 -3px;
  5929. 4728.  -   -webkit-transition: all 100ms ease-out;
  5930. 4729.  -   -moz-transition: all 100ms ease-out;
  5931. 4730.  -   -o-transition: all 100ms ease-out;
  5932. 4731.  -   transition: all 100ms ease-out;
  5933. 4732.  -   padding-left: 20px;
  5934. 4733.  -   opacity: 0.7;
  5935. 4734.  -   filter: none;
  5936. 4735.  - }
  5937. 4736.  - .owner_photo_bubble_action_crop .owner_photo_bubble_action_in {
  5938. 4737.  -   background-position: 0 -26px;
  5939. 4738.  - }
  5940. 4739.  - .owner_photo_bubble_action_delete .owner_photo_bubble_action_in {
  5941. 4740.  -   background-position: 0 -70px;
  5942. 4741.  - }
  5943. 4742.  - .owner_photo_bubble_action:hover .owner_photo_bubble_action_in {
  5944. 4743.  -   opacity: 1;
  5945. 4744.  -   filter: none;
  5946. 4745.  - }
  5947. 4746.  - .owner_photo_bubble_delete_wrap {
  5948. 4747.  -   position: absolute;
  5949. 4748.  -   z-index: 10;
  5950. 4749.  -   right: 0px;
  5951. 4750.  -   top: 0px;
  5952. 4751.  -   background: #222;
  5953. 4752.  -   background: rgba(0, 0, 0, 0.5);
  5954. 4753.  -   padding: 5px;
  5955. 4754.  -   cursor: pointer;
  5956. 4755.  -   -webkit-border-radius: 3px;
  5957. 4756.  -   -moz-border-radius: 3px;
  5958. 4757.  -   border-radius: 3px;
  5959. 4758.  -   /* -webkit-transition: opacity 100ms linear; */
  5960. 4759.  -   /* -moz-transition: opacity 100ms linear; */
  5961. 4760.  -   /* -o-transition: opacity 100ms linear; */
  5962. 4761.  -   /* transition: opacity 100ms linear; */
  5963. 4762.  - }
  5964. 4763.  - .owner_photo_bubble_delete {
  5965. 4764.  -   background: url(/images/notifier_close.gif) no-repeat;
  5966. 4765.  -   width: 7px;
  5967. 4766.  -   height: 7px;
  5968. 4767.  -   opacity: 0.5;
  5969. 4768.  -   filter: alpha(opacity=50);
  5970. 4769.  -   -webkit-transition: opacity 100ms linear;
  5971. 4770.  -   -moz-transition: opacity 100ms linear;
  5972. 4771.  -   -o-transition: opacity 100ms linear;
  5973. 4772.  -   transition: opacity 100ms linear;
  5974. 4773.  - }
  5975. 4774.  - .owner_photo_bubble_delete_wrap:hover .owner_photo_bubble_delete {
  5976. 4775.  -   opacity: 1;
  5977. 4776.  -   filter: none;
  5978. 4777.  - }
  5979. 4778.  - #owner_photo_bubble_input {
  5980. 4779.  -   position: absolute;
  5981. 4780.  -   visibility: hidden;
  5982. 4781.  - }
  5983. 4782.  -
  5984. 4783.  - .page_preview_photo {
  5985. 4784.  -   max-width: 80px;
  5986. 4785.  - }
  5987. 4786.  - .page_preview_ph_graff .page_preview_photo, .page_preview_ph_graff {
  5988. 4787.  -   max-width: 106px;
  5989. 4788.  - }
  5990. 4789.  - #page_load_photo {
  5991. 4790.  -   position: absolute;
  5992. 4791.  -   margin-top: -40px;
  5993. 4792.  -   width: 200px;
  5994. 4793.  -   text-align: center;
  5995. 4794.  - }
  5996. 4795.  - #page_avatar {
  5997. 4796.  -   text-align: center;
  5998. 4797.  -   max-height: 500px;
  5999. 4798.  -   height: auto !important;
  6000. 4799.  -   height: 500px;
  6001. 4800.  -   overflow: hidden;
  6002. 4801.  -   margin-bottom: 8px;
  6003. 4802.  - }
  6004. 4803.  - * html #page_avatar {
  6005. 4804.  -   height: expression((this.flag == undefined) ? (this.scrollHeight > 500) ? this.flag = '500px' : 'auto' : '');
  6006. 4805.  - }
  6007. 4806.  - #page_avatar img {
  6008. 4807.  -   vertical-align: top;
  6009. 4808.  - }
  6010. 4809.  -
  6011. 4810.  - .wall_album_wrap {
  6012. 4811.  -   padding: 6px 0 4px;
  6013. 4812.  - }
  6014. 4813.  -
  6015. 4814.  - .wall_private_album_wrap {
  6016. 4815.  -   width: 200px;
  6017. 4816.  -   padding: 60px 0;
  6018. 4817.  -   margin: 6px 0 4px;
  6019. 4818.  -   background: #EEE;
  6020. 4819.  -   font-size: 12px;
  6021. 4820.  -   color: #777;
  6022. 4821.  -   text-align: center;
  6023. 4822.  - }
  6024. 4823.  - .wall_album_cover_wrap {
  6025. 4824.  -   position: relative;
  6026. 4825.  -   display: block;
  6027. 4826.  -   width: 279px;
  6028. 4827.  -   height: 185px;
  6029. 4828.  -   overflow: hidden;
  6030. 4829.  -   text-align: center;
  6031. 4830.  -   background: #F1F1F1;
  6032. 4831.  - }
  6033. 4832.  - .wall_album_nocover {
  6034. 4833.  -   background: #F1F1F1 url('/images/camera_big.png') 50% 60px no-repeat !important;
  6035. 4834.  - }
  6036. 4835.  - .wall_album_cover {
  6037. 4836.  -   vertical-align: top;
  6038. 4837.  -   max-width: 279px;
  6039. 4838.  - }
  6040. 4839.  - .wide_wall_module .wall_album_cover_wrap {
  6041. 4840.  -   width: 390px;
  6042. 4841.  -   height: 260px;
  6043. 4842.  - }
  6044. 4843.  - .wide_wall_module .wall_album_cover {
  6045. 4844.  -   max-width: 390px;
  6046. 4845.  - }
  6047. 4846.  -
  6048. 4847.  - .wall_album_caption {
  6049. 4848.  -   background: url('/images/mv_bg.png');
  6050. 4849.  -   background: rgba(0, 0, 0, 0.5);
  6051. 4850.  -   color: white;
  6052. 4851.  -   position: absolute;
  6053. 4852.  -   top: 0px;
  6054. 4853.  -   width: 279px;
  6055. 4854.  -   margin-top: 163px;
  6056. 4855.  -   text-align: left;
  6057. 4856.  -   padding: 4px 0px 10px;
  6058. 4857.  -   line-height: 12px;
  6059. 4858.  - }
  6060. 4859.  - .page_post_thumb_album .wall_album_caption {
  6061. 4860.  -   z-index: 1;
  6062. 4861.  - }
  6063. 4862.  - .wide_wall_module .wall_album_caption {
  6064. 4863.  -   width: 390px;
  6065. 4864.  -   margin-top: 238px;
  6066. 4865.  - }
  6067. 4866.  -
  6068. 4867.  - #wpe_cont .wall_album_cover_wrap {
  6069. 4868.  -   width: 279px;
  6070. 4869.  -   height: 185px;
  6071. 4870.  - }
  6072. 4871.  - #wpe_cont .wall_album_cover {
  6073. 4872.  -   max-width: 279px;
  6074. 4873.  - }
  6075. 4874.  - #wpe_cont .wall_album_caption {
  6076. 4875.  -   width: 279px;
  6077. 4876.  -   margin-top: 163px;
  6078. 4877.  - }
  6079. 4878.  -
  6080. 4879.  - .wall_album_title {
  6081. 4880.  -   white-space: nowrap;
  6082. 4881.  -   overflow: hidden;
  6083. 4882.  -   -o-text-overflow: ellipsis;
  6084. 4883.  -   text-overflow: ellipsis;
  6085. 4884.  -   max-width: 208px;
  6086. 4885.  -   font-weight: bold;
  6087. 4886.  -   margin-right: 5px;
  6088. 4887.  -   margin: 0 7px;
  6089. 4888.  - }
  6090. 4889.  - .wall_album_count {
  6091. 4890.  -   background: url(/images/camera_white.png) 0 2px no-repeat;
  6092. 4891.  -   padding-left: 14px;
  6093. 4892.  -   font-weight: bold;
  6094. 4893.  -   margin: 0 7px;
  6095. 4894.  - }
  6096. 4895.  - .wall_album_description {
  6097. 4896.  -   max-height: 126px;
  6098. 4897.  -   margin: 5px 7px 0;
  6099. 4898.  - }
  6100. 4899.  - .wall_album_wrap .page_post_sized_thumbs {
  6101. 4900.  -   margin: 0;
  6102. 4901.  - }
  6103. 4902.  - .wall_album_photos {
  6104. 4903.  -   margin-left: 3px;
  6105. 4904.  - }
  6106. 4905.  - .wall_album_under_row {
  6107. 4906.  -   padding-top: 3px;
  6108. 4907.  -   clear: both;
  6109. 4908.  - }
  6110. 4909.  - .wide_wall_module .wall_album_photos {
  6111. 4910.  -   margin-left: 6px;
  6112. 4911.  - }
  6113. 4912.  - .wide_wall_module .wall_album_under_row {
  6114. 4913.  -   padding-top: 6px;
  6115. 4914.  - }
  6116. 4915.  -
  6117. 4916.  - .page_gif_preview {
  6118. 4917.  -   display: block;
  6119. 4918.  -   min-width: 130px;
  6120. 4919.  -   min-height: 98px;
  6121. 4920.  -   background: #000000;
  6122. 4921.  -   text-align: center;
  6123. 4922.  -   position: relative;
  6124. 4923.  - }
  6125. 4924.  - .page_gif_loading {
  6126. 4925.  -   position: absolute;
  6127. 4926.  -   width: 130px;
  6128. 4927.  -   height: 98px;
  6129. 4928.  - }
  6130. 4929.  - .pages_gif_img {
  6131. 4930.  -   max-width: 130px;
  6132. 4931.  -   max-height: 600px;
  6133. 4932.  -   vertical-align: middle;
  6134. 4933.  -   cursor: pointer;
  6135. 4934.  - }
  6136. 4935.  - .page_gif_big {
  6137. 4936.  -   max-width: 337px;
  6138. 4937.  - }
  6139. 4938.  - .reply_table .page_gif_big {
  6140. 4939.  -   max-width: 298px;
  6141. 4940.  - }
  6142. 4941.  - .wide_wall_module .page_gif_big {
  6143. 4942.  -   max-width: 536px;
  6144. 4943.  - }
  6145. 4944.  - .wide_wall_module .reply_text .page_gif_big {
  6146. 4945.  -   max-width: 465px;
  6147. 4946.  - }
  6148. 4947.  -
  6149. 4948.  - #dark_box_topic_wrap {
  6150. 4949.  -   background: #597BA5;
  6151. 4950.  -   padding: 10px 10px 11px;
  6152. 4951.  -   position: relative;
  6153. 4952.  -   overflow: hidden;
  6154. 4953.  - }
  6155. 4954.  - .dark_box_close {
  6156. 4955.  -   margin: -10px -10px -11px;
  6157. 4956.  -   padding: 17px 26px 18px;
  6158. 4957.  -   color: #C7D7E9;
  6159. 4958.  -   -webkit-transition: color 100ms linear;
  6160. 4959.  -   -moz-transition: color 100ms linear;
  6161. 4960.  -   -o-transition: color 100ms linear;
  6162. 4961.  -   transition: color 100ms linear;
  6163. 4962.  - }
  6164. 4963.  - .dark_box_close:hover {
  6165. 4964.  -   color: #FFF;
  6166. 4965.  -   text-decoration: none;
  6167. 4966.  - }
  6168. 4967.  - #dark_box_topic {
  6169. 4968.  -   color: #FFF;
  6170. 4969.  -   padding: 7px 16px;
  6171. 4970.  -   font-weight: bold;
  6172. 4971.  -   font-size: 1.09em;
  6173. 4972.  - }
  6174. 4973.  - .dark_box_label {
  6175. 4974.  -   color: #45688E;
  6176. 4975.  -   line-height: 1.27em;
  6177. 4976.  -   margin: 0px;
  6178. 4977.  -   padding: 26px 0px 9px;
  6179. 4978.  -   font-size: 1.09em;
  6180. 4979.  -   font-weight: bold;
  6181. 4980.  - }
  6182. 4981.  - #dark_box_ava {
  6183. 4982.  -   position: absolute;
  6184. 4983.  -   width: 32px;
  6185. 4984.  -   height: 32px;
  6186. 4985.  -   margin: -1px 0px 0px -26px;
  6187. 4986.  -   display: none;
  6188. 4987.  -   opacity: 0;
  6189. 4988.  - }
  6190. 4989.  - #dark_box_ava .wdd_img_layer {
  6191. 4990.  -   background: #597BA5;
  6192. 4991.  - }
  6193. 4992.  - .dark_box_cont .wdd_text {
  6194. 4993.  -   width: 405px;
  6195. 4994.  - }
  6196. 4995.  - #dark_box_ava .wdd_img {
  6197. 4996.  -   width: 32px;
  6198. 4997.  - }
  6199. 4998.  - #dark_box_ava .wdd_img_full,
  6200. 4999.  - #dark_box_ava .wdd_img_half,
  6201. 5000.  - #dark_box_ava .wdd_img_tiny {
  6202. 5001.  -   width: 32px;
  6203. 5002.  -   height: 32px;
  6204. 5003.  - }
  6205. 5004.  - #dark_box_ava .wdd_img_half {
  6206. 5005.  -   width: 15px;
  6207. 5006.  - }
  6208. 5007.  - #dark_box_ava .wdd_img_half .wdd_img {
  6209. 5008.  -   margin-left: -8px;
  6210. 5009.  - }
  6211. 5010.  - #dark_box_ava .wdd_img_tiny {
  6212. 5011.  -   width: 15px;
  6213. 5012.  -   height: 15px;
  6214. 5013.  -   margin-bottom: 2px;
  6215. 5014.  - }
  6216. 5015.  - #dark_box_ava .wdd_img_tiny .wdd_img {
  6217. 5016.  -   width: 15px;
  6218. 5017.  - }
  6219. 5018.  - #dark_box_ava .wdd_mark {
  6220. 5019.  -   margin: 0px 26px;
  6221. 5020.  - }
  6222. 5021.  - #dark_box_ava .wdd_img_tiny .wdd_mark,
  6223. 5022.  - #dark_box_ava .wdd_img_half .wdd_mark {
  6224. 5023.  -   margin: 0px 9px;
  6225. 5024.  - }
  6226. 5025.  - .dark_box_cont {
  6227. 5026.  -   padding: 0px 26px 26px;
  6228. 5027.  -   background: #F7F7F7;
  6229. 5028.  - }
  6230. 5029.  - .dark_box_btn {
  6231. 5030.  -   margin-top: 16px;
  6232. 5031.  - }
  6233. 5032.  -
  6234. 5033.  - #like_share_title_wrap {
  6235. 5034.  -   display: none;
  6236. 5035.  - }
  6237. 5036.  - #like_share_title {
  6238. 5037.  -   width: 438px;
  6239. 5038.  -   padding: 6px 5px 8px;
  6240. 5039.  - }
  6241. 5040.  - #like_share_text {
  6242. 5041.  -   width: 438px;
  6243. 5042.  -   height: 80px;
  6244. 5043.  -   padding: 5px;
  6245. 5044.  -   vertical-align: top;
  6246. 5045.  -   margin: 0px;
  6247. 5046.  - }
  6248. 5047.  - .like_share_row {
  6249. 5048.  -   padding: 10px 0px 0px;
  6250. 5049.  - }
  6251. 5050.  - .like_share_row div.disabled {
  6252. 5051.  -   opacity: 0.4;
  6253. 5052.  -   filter: alpha(opacity=40);
  6254. 5053.  -   cursor: default;
  6255. 5054.  - }
  6256. 5055.  - .like_share_row div.disabled:hover div {
  6257. 5056.  -   background-position: 0px 0px;
  6258. 5057.  - }
  6259. 5058.  - .like_share_row div.disabled.on:hover div {
  6260. 5059.  -   background-position: 0px -14px;
  6261. 5060.  - }
  6262. 5061.  - .like_share_about {
  6263. 5062.  -   color: #777;
  6264. 5063.  -   padding: 17px 8px 13px;
  6265. 5064.  - }
  6266. 5065.  - .like_share_about_select {
  6267. 5066.  -   padding: 10px 0px 5px;
  6268. 5067.  - }
  6269. 5068.  - .like_share_point {
  6270. 5069.  -   padding: 0px 5px;
  6271. 5070.  - }
  6272. 5071.  - .like_share_disabled {
  6273. 5072.  -   opacity: 0.4;
  6274. 5073.  -   filter: alpha(opacity=40);
  6275. 5074.  - }
  6276. 5075.  - #like_share_warn {
  6277. 5076.  -   color: #777;
  6278. 5077.  -   display: none;
  6279. 5078.  - }
  6280. 5079.  - #like_share_after_text {
  6281. 5080.  -   padding-top: 10px;
  6282. 5081.  - }
  6283. 5082.  - #like_share_add_media {
  6284. 5083.  -   padding: 16px 9px 0px;
  6285. 5084.  - }
  6286. 5085.  - #like_share_media_preview {
  6287. 5086.  -   line-height: normal;
  6288. 5087.  - }
  6289. 5088.  - div.like_share_target_label {
  6290. 5089.  -   padding-top: 16px;
  6291. 5090.  - }
  6292. 5091.  -
  6293. 5092.  - /* Composer */
  6294. 5093.  - .composer_wdd {
  6295. 5094.  -   clear: both;
  6296. 5095.  -   position: relative;
  6297. 5096.  - }
  6298. 5097.  - .composer_wdd .wdd_lwrap {
  6299. 5098.  -   left: 0;
  6300. 5099.  -   top: 0;
  6301. 5100.  - }
  6302. 5101.  - .reply_composer_dd .wdd_lwrap {
  6303. 5102.  -   left: -4px;
  6304. 5103.  -   top: 4px;
  6305. 5104.  - }
  6306. 5105.  - .reply_media_lnk {
  6307. 5106.  -   padding: 6px 9px 0px;
  6308. 5107.  - }
  6309. 5108.  - .wide_wall_module .reply_media_lnk {
  6310. 5109.  -   display: block;
  6311. 5110.  - }
  6312. 5111.  -
  6313. 5112.  - .reply_box_open .reply_field_wrap,
  6314. 5113.  - .wall_fixed_reply_to .reply_field_wrap {
  6315. 5114.  -   margin-bottom: 6px;
  6316. 5115.  - }
  6317. 5116.  -
  6318. 5117.  - .reply_media_preview .media_preview {
  6319. 5118.  -   margin-bottom: 6px;
  6320. 5119.  - }
  6321. 5120.  - .share_parse_progress {
  6322. 5121.  -   height: 10px;
  6323. 5122.  -   background-image: url(/images/upload_gray.gif);
  6324. 5123.  -   margin: 0 auto;
  6325. 5124.  -   display: block !important;
  6326. 5125.  - }
  6327. 5126.  - .page_gif_add {
  6328. 5127.  -   width: 15px;
  6329. 5128.  -   height: 12px;
  6330. 5129.  -   position: absolute;
  6331. 5130.  -   bottom: 4px;
  6332. 5131.  -   right: 4px;
  6333. 5132.  -   padding: 6px 5px;
  6334. 5133.  -   background: rgba(0, 0, 0, 0.6);
  6335. 5134.  -   -webkit-border-radius: 3px;
  6336. 5135.  -   -moz-border-radius: 3px;
  6337. 5136.  -   border-radius: 3px;
  6338. 5137.  -   display: none;
  6339. 5138.  -   opacity: 0.7;
  6340. 5139.  -   filter: alpha(opacity=70);
  6341. 5140.  -   cursor: pointer;
  6342. 5141.  - }
  6343. 5142.  - .page_gif_loaded .page_gif_add {
  6344. 5143.  -   display: block;
  6345. 5144.  - }
  6346. 5145.  - .page_gif_add_icon {
  6347. 5146.  -   width: 16px;
  6348. 5147.  -   height: 12px;
  6349. 5148.  -   background: url(/images/icons/audio_icons.png?4) -92px -51px no-repeat;
  6350. 5149.  - }
  6351. 5150.  - .page_gif_added .page_gif_add_icon {
  6352. 5151.  -   background: url(/images/icons/audio_icons.png?4) -184px -51px no-repeat;
  6353. 5152.  - }
  6354. 5153.  -
  6355. 5154.  - div.create_poll_cb,
  6356. 5155.  - .wall_module #submit_post div.create_poll_cb {
  6357. 5156.  -   color: #777;
  6358. 5157.  -   margin: 0px 0px 10px;
  6359. 5158.  - }
  6360. 5159.  - .page_fronly {
  6361. 5160.  -   margin-left: 4px;
  6362. 5161.  -   background: url(/images/profile_icons.gif?10) no-repeat;
  6363. 5162.  -   background-position: 0px -163px;
  6364. 5163.  -   width: 8px;
  6365. 5164.  -   height: 11px;
  6366. 5165.  -   margin: 2px 0px 0px 4px;
  6367. 5166.  - }
  6368. 5167.  - .wl_owner_head_date .page_fronly {
  6369. 5168.  -   background-position: 0px -153px;
  6370. 5169.  - }
  6371. 5170.  - .medadd_c_doc {
  6372. 5171.  -   overflow: hidden;
  6373. 5172.  -   -o-text-overflow: ellipsis;
  6374. 5173.  -   text-overflow: ellipsis;
  6375. 5174.  - }
  6376. 5175.  - .medadd_h,
  6377. 5176.  - .medadd_c_pollh {
  6378. 5177.  -   font-size: 1.09em;
  6379. 5178.  -   font-weight: bold;
  6380. 5179.  -   color: #45688E;
  6381. 5180.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat;
  6382. 5181.  -   margin: 4px 2px 0px;
  6383. 5182.  - }
  6384. 5183.  - .font_medium .medadd_h,
  6385. 5184.  - .font_medium .medadd_c_pollh {
  6386. 5185.  -   margin-top: 3px;
  6387. 5186.  - }
  6388. 5187.  - .medadd_h:hover {
  6389. 5188.  -   text-decoration: none;
  6390. 5189.  - }
  6391. 5190.  - .medadd_h_note {
  6392. 5191.  -   background-position: 0 -132px;
  6393. 5192.  - }
  6394. 5193.  - .medadd_h_doc {
  6395. 5194.  -   background-position: 0 -278px;
  6396. 5195.  - }
  6397. 5196.  - .medadd_h_poll {
  6398. 5197.  -   background-position: 0 -206px;
  6399. 5198.  - }
  6400. 5199.  - .medadd_h_link,
  6401. 5200.  - .medadd_h_page {
  6402. 5201.  -   background-position: 0 -235px;
  6403. 5202.  - }
  6404. 5203.  - .medadd_h_timer {
  6405. 5204.  -   background-position: 0 -332px;
  6406. 5205.  - }
  6407. 5206.  - .medadd_h_mail {
  6408. 5207.  -   background-position: 0 -292px;
  6409. 5208.  - }
  6410. 5209.  - .medadd_h,
  6411. 5210.  - .medadd_c {
  6412. 5211.  -   padding-left: 15px;
  6413. 5212.  - }
  6414. 5213.  - .medadd_c {
  6415. 5214.  -   margin: 7px 2px 0px;
  6416. 5215.  - }
  6417. 5216.  -
  6418. 5217.  - .medadd_c_pollh {
  6419. 5218.  -   margin: 7px 0px 0px;
  6420. 5219.  -   background: none;
  6421. 5220.  - }
  6422. 5221.  - .wall_module #submit_post div.medadd_c_pollcb,
  6423. 5222.  - div.medadd_c_pollcb {
  6424. 5223.  -   margin: 5px 0px 0px;
  6425. 5224.  - }
  6426. 5225.  - .page_docs_preview div.medadd_c_pollrem {
  6427. 5226.  -   margin: 11px 0px 0px 8px;
  6428. 5227.  -   opacity: 0;
  6429. 5228.  - }
  6430. 5229.  - .page_docs_preview .medadd_c_polla_wr:hover div.medadd_c_pollrem {
  6431. 5230.  -   opacity: 0.6;
  6432. 5231.  - }
  6433. 5232.  - .page_docs_preview .medadd_c_polla_wr div.medadd_c_pollrem:hover {
  6434. 5233.  -   opacity: 1;
  6435. 5234.  - }
  6436. 5235.  - .medadd_c_timerat {
  6437. 5236.  -   padding: 4px 8px 0;
  6438. 5237.  - }
  6439. 5238.  - .medadd_c_timer .datepicker_control {
  6440. 5239.  -   padding: 4px;
  6441. 5240.  - }
  6442. 5241.  - .firefox .medadd_c_timer .datepicker_control {
  6443. 5242.  -   padding: 3px 4px;
  6444. 5243.  - }
  6445. 5244.  - .medadd_c_timer .datepicker_container input {
  6446. 5245.  -   margin: 0;
  6447. 5246.  -   padding: 0px;
  6448. 5247.  - }
  6449. 5248.  - .medadd_c_timer .timepicker_container input {
  6450. 5249.  -   position: static;
  6451. 5250.  -   margin: 1px 0 2px 0;
  6452. 5251.  - }
  6453. 5252.  - .medadd_c_timer .selector_container td.selector {
  6454. 5253.  -   padding-top: 1px;
  6455. 5254.  - }
  6456. 5255.  -
  6457. 5256.  - div.medadd_c_poll,
  6458. 5257.  - div.medadd_c_link {
  6459. 5258.  -   margin: 0px 2px;
  6460. 5259.  -   padding-bottom: 10px;
  6461. 5260.  -   overflow: hidden;
  6462. 5261.  - }
  6463. 5262.  - div.medadd_c_timer {
  6464. 5263.  -   margin: 5px 2px 0px;
  6465. 5264.  -   height: 33px;
  6466. 5265.  -   overflow: hidden;
  6467. 5266.  - }
  6468. 5267.  - div.medadd_c_nofixed {
  6469. 5268.  -   height: auto;
  6470. 5269.  - }
  6471. 5270.  - .medadd_c_linkcon {
  6472. 5271.  -   overflow: hidden;
  6473. 5272.  -   background: #FFF;
  6474. 5273.  -   padding: 6px 8px;
  6475. 5274.  -   border: 1px solid #C0CAD5;
  6476. 5275.  - }
  6477. 5276.  - div.medadd_c_linkprg {
  6478. 5277.  -   display: block;
  6479. 5278.  -   margin: 0px auto;
  6480. 5279.  - }
  6481. 5280.  - .medadd_c_linkimg {
  6482. 5281.  -   padding: 5px 10px 5px 5px;
  6483. 5282.  - }
  6484. 5283.  - .medadd_c_linkhead {
  6485. 5284.  -   margin: 0px;
  6486. 5285.  -   padding: 5px;
  6487. 5286.  -   border: 0px;
  6488. 5287.  -   font-size: 11px;
  6489. 5288.  - }
  6490. 5289.  - .font_medium .medadd_c_linkhead {
  6491. 5290.  -   font-size: 12px;
  6492. 5291.  - }
  6493. 5292.  - .medadd_c_linkdsc {
  6494. 5293.  -   padding: 0px 5px 5px;
  6495. 5294.  - }
  6496. 5295.  -
  6497. 5296.  - .medadd_c_polladd,
  6498. 5297.  - .medadd_c_poll input.medadd_c_pollq,
  6499. 5298.  - .medadd_c_poll input.medadd_c_polla {
  6500. 5299.  -   width: 330px;
  6501. 5300.  -   margin: 5px 0px;
  6502. 5301.  -   border: 1px solid #C0CAD5;
  6503. 5302.  -   background: #FFF;
  6504. 5303.  -   padding: 4px;
  6505. 5304.  -   cursor: text;
  6506. 5305.  - }
  6507. 5306.  - .medadd_c_poll input.medadd_c_pollq {
  6508. 5307.  -   margin-top: 0px;
  6509. 5308.  - }
  6510. 5309.  - .medadd_c_polladd_wr {
  6511. 5310.  -   padding: 5px 0px;
  6512. 5311.  - }
  6513. 5312.  - .medadd_c_polladd {
  6514. 5313.  -   margin: 0px;
  6515. 5314.  -   color: #777;
  6516. 5315.  - }
  6517. 5316.  -
  6518. 5317.  - .medadd_c_mail {
  6519. 5318.  -   color: #2B587A;
  6520. 5319.  - }
  6521. 5320.  - .medadd_c_timersett {
  6522. 5321.  -   padding-top: 10px;
  6523. 5322.  - }
  6524. 5323.  - .medadd_c_timersett .checkbox_status_export,
  6525. 5324.  - .medadd_c_timersett .checkbox_facebook_export,
  6526. 5325.  - .medadd_c_timersett .checkbox {
  6527. 5326.  -   cursor: pointer;
  6528. 5327.  -   margin-right: 10px;
  6529. 5328.  - }
  6530. 5329.  -
  6531. 5330.  - .medadd_aud {
  6532. 5331.  -   width: 355px;
  6533. 5332.  -   padding: 0px 3px 0px 2px;
  6534. 5333.  -   line-height: normal;
  6535. 5334.  - }
  6536. 5335.  - .medadd_aud .title_wrap {
  6537. 5336.  -   width: 285px;
  6538. 5337.  -   overflow: hidden;
  6539. 5338.  -   -o-text-overflow: ellipsis;
  6540. 5339.  -   text-overflow: ellipsis;
  6541. 5340.  -   white-space: nowrap;
  6542. 5341.  -   color: #2B587A;
  6543. 5342.  - }
  6544. 5343.  - .medadd_aud_play {
  6545. 5344.  -   margin-right: 8px;
  6546. 5345.  -   background: url(/images/icons/audio_icons.png?4) no-repeat 0 -25px;
  6547. 5346.  -   padding: 0px;
  6548. 5347.  -   width: 22px;
  6549. 5348.  -   height: 22px;
  6550. 5349.  -   cursor: pointer;
  6551. 5350.  - }
  6552. 5351.  - .medadd_aud_play.playing {
  6553. 5352.  -   background-position: -72px -25px;
  6554. 5353.  - }
  6555. 5354.  - .medadd_aud_perf {
  6556. 5355.  -   color: #45688E;
  6557. 5356.  - }
  6558. 5357.  - .medadd_aud .duration {
  6559. 5358.  -   color: #777;
  6560. 5359.  -   font-size: 0.9em;
  6561. 5360.  -   max-width: 40px;
  6562. 5361.  -   overflow: hidden;
  6563. 5362.  -   white-space: nowrap;
  6564. 5363.  -   -o-text-overflow: ellipsis;
  6565. 5364.  -   text-overflow: ellipsis;
  6566. 5365.  - }
  6567. 5366.  - .medadd_aud .player {
  6568. 5367.  -   height: 9px;
  6569. 5368.  -   display: none;
  6570. 5369.  - }
  6571. 5370.  - .medadd_aud.current .player {
  6572. 5371.  -   display: block;
  6573. 5372.  - }
  6574. 5373.  - .medadd_aud .audio_vol,
  6575. 5374.  - .medadd_aud .audio_pr {
  6576. 5375.  -   padding-top: 4px;
  6577. 5376.  - }
  6578. 5377.  - div.medadd_aud_ph {
  6579. 5378.  -   top: 4px;
  6580. 5379.  - }
  6581. 5380.  - .current .medadd_aud_ph {
  6582. 5381.  -   display: none;
  6583. 5382.  - }
  6584. 5383.  - .medadd_aud_td {
  6585. 5384.  -   vertical-align: top;
  6586. 5385.  - }
  6587. 5386.  - .medadd_aud_wid {
  6588. 5387.  -   width: 100%;
  6589. 5388.  - }
  6590. 5389.  - #wpe_media_preview .medadd_aud {
  6591. 5390.  -   width: 295px;
  6592. 5391.  - }
  6593. 5392.  - #wpe_media_preview .medadd_aud .title_wrap {
  6594. 5393.  -   width: 225px;
  6595. 5394.  - }
  6596. 5395.  - #wpe_media_preview .medadd_c_polladd,
  6597. 5396.  - #wpe_media_preview .medadd_c_poll input.medadd_c_pollq,
  6598. 5397.  - #wpe_media_preview .medadd_c_poll input.medadd_c_polla {
  6599. 5398.  -   width: 270px;
  6600. 5399.  - }
  6601. 5400.  - .reply_media_preview .medadd_aud,
  6602. 5401.  - .reply_info #wpe_media_preview .medadd_aud {
  6603. 5402.  -   width: 265px;
  6604. 5403.  - }
  6605. 5404.  - .reply_media_preview .medadd_aud .title_wrap,
  6606. 5405.  - .reply_info #wpe_media_preview .medadd_aud .title_wrap {
  6607. 5406.  -   width: 195px;
  6608. 5407.  - }
  6609. 5408.  - .wide_wall_module .reply_media_preview .medadd_aud {
  6610. 5409.  -   width: 335px;
  6611. 5410.  - }
  6612. 5411.  - .wide_wall_module .reply_media_preview .medadd_aud .title_wrap {
  6613. 5412.  -   width: 265px;
  6614. 5413.  - }
  6615. 5414.  - #like_share_media_preview .medadd_aud {
  6616. 5415.  -   width: 420px;
  6617. 5416.  - }
  6618. 5417.  - #like_share_media_preview .medadd_aud .title_wrap {
  6619. 5418.  -   width: 350px;
  6620. 5419.  - }
  6621. 5420.  -
  6622. 5421.  - button.wall_block_app_btn {
  6623. 5422.  -   max-width: 290px;
  6624. 5423.  -   overflow: hidden;
  6625. 5424.  - }
  6626. 5425.  - .wide_wall_module button.wall_block_app_btn {
  6627. 5426.  -   max-width: 390px;
  6628. 5427.  - }
  6629. 5428.  - .page_place_error {
  6630. 5429.  -   display: block;
  6631. 5430.  -   padding: 2px 0px 2px;
  6632. 5431.  - }
  6633. 5432.  - .page_no_flash_wrap {
  6634. 5433.  -   padding: 10px;
  6635. 5434.  -   background: rgba(255,255,255,0.8);
  6636. 5435.  -   position: absolute;
  6637. 5436.  -   margin: -160px 0px 0px -140px;
  6638. 5437.  -   -webkit-border-radius: 5px;
  6639. 5438.  -   -moz-border-radius: 5px;
  6640. 5439.  -   border-radius: 5px;
  6641. 5440.  -   width: 264px;
  6642. 5441.  -   left: 50%;
  6643. 5442.  -   line-height: 160%;
  6644. 5443.  - }
  6645. 5444.  - .wide_wall_module .page_no_flash_wrap {
  6646. 5445.  -   margin: -220px 0px 0px -55px;
  6647. 5446.  -   width: 300px;
  6648. 5447.  - }
  6649. 5448.  - #mv_box .page_no_flash_wrap {
  6650. 5449.  -   margin: -200px 0px 0px -160px;
  6651. 5450.  -   width: 300px;
  6652. 5451.  - }
  6653. 5452.  - .wall_browse_images {
  6654. 5453.  -   padding-top: 4px;
  6655. 5454.  - }
  6656. 5455.  -
  6657. 5456.  - .status_audio_shared {
  6658. 5457.  -   padding: 8px 2px 2px;
  6659. 5458.  -   font-size: 0.9em;
  6660. 5459.  -   color: #777;
  6661. 5460.  -   overflow: hidden;
  6662. 5461.  -
  6663. 5462.  -   -o-text-overflow: ellipsis;
  6664. 5463.  -   text-overflow: ellipsis;
  6665. 5464.  - }
  6666. 5465.  - .status_audio_shared_lnk {
  6667. 5466.  -   color: #777;
  6668. 5467.  - }
  6669. 5468.  -
  6670. 5469.  - /* Verified accounts */
  6671. 5470.  - .page_verified {
  6672. 5471.  -   background: url(/images/profile_icons.gif?10) no-repeat 0 -73px;
  6673. 5472.  -   width: 13px;
  6674. 5473.  -   height: 11px;
  6675. 5474.  -   display:-moz-inline-stack;
  6676. 5475.  -   display:inline-block;
  6677. 5476.  -   _overflow:hidden;
  6678. 5477.  -   zoom:1;
  6679. 5478.  -   *display:inline;
  6680. 5479.  -   position: relative;
  6681. 5480.  -   top: 1px;
  6682. 5481.  -   margin: 0 3px 0 6px;
  6683. 5482.  - }
  6684. ------
  6685. Файл - page_fixed.css (Старый размер - 6111 | Новый - 0):
  6686. 0.  - #page_fixed_css {
  6687. 1.  -   display: none;
  6688. 2.  - }
  6689. 3.  - /* Wall Fixed */
  6690. 4.  - .wall_fixed .wall_module div.post_image {
  6691. 5.  -   display: none;
  6692. 6.  - }
  6693. 7.  - .wall_fixed .wall_module .post {
  6694. 8.  -   border: none;
  6695. 9.  -   padding: 5px 1px 0px;
  6696. 10.  - }
  6697. 11.  - .wall_fixed .wall_module .post_media {
  6698. 12.  -   width: 386px;
  6699. 13.  - }
  6700. 14.  - .wall_fixed .wide_wall_module .post_media {
  6701. 15.  -   width: 580px;
  6702. 16.  - }
  6703. 17.  - .wall_fixed .wide_wall_module .post {
  6704. 18.  -   border: none;
  6705. 19.  - }
  6706. 20.  - .wall_fixed .wall_module .post_info {
  6707. 21.  -   margin-left: 6px;
  6708. 22.  -   width: 390px;
  6709. 23.  - }
  6710. 24.  - .is_rtl1 .wall_fixed .wall_module .post_info {
  6711. 25.  -   margin-right: 6px;
  6712. 26.  -   width: 390px;
  6713. 27.  - }
  6714. 28.  - .wall_fixed .wide_wall_module .post_info {
  6715. 29.  -   width: 580px;
  6716. 30.  - }
  6717. 31.  - .wall_fixed .wall_module .wall_text {
  6718. 32.  -   width: 390px;
  6719. 33.  -   padding: 0px;
  6720. 34.  - }
  6721. 35.  - .wall_fixed .wide_wall_module .wall_text {
  6722. 36.  -   width: 580px;
  6723. 37.  - }
  6724. 38.  - .wall_fixed .wall_post_text {
  6725. 39.  -   width: 390px;
  6726. 40.  -   line-height: 160%;
  6727. 41.  - }
  6728. 42.  - .wall_fixed .wide_wall_module .wall_post_text {
  6729. 43.  -   width: 580px;
  6730. 44.  - }
  6731. 45.  - .wall_fixed .wall_module .post_thumbs_num1 .page_media_video .video img {
  6732. 46.  -   max-width: 386px;
  6733. 47.  -   max-height: 290px;
  6734. 48.  -   width: 386px;
  6735. 49.  -   height: 290px;
  6736. 50.  - }
  6737. 51.  - .wall_fixed .wide_wall_module .post_thumbs_num1 .page_media_video .video img {
  6738. 52.  -   max-width: 580px;
  6739. 53.  -   max-height: 435px;
  6740. 54.  -   width: 580px;
  6741. 55.  -   height: 435px;
  6742. 56.  - }
  6743. 57.  - .wall_fixed .wall_module .post_thumbs_num1 .page_media_video,
  6744. 58.  - .wall_fixed .wall_module .page_media_full_video {
  6745. 59.  -   max-width: 386px;
  6746. 60.  -   max-height: 290px;
  6747. 61.  - }
  6748. 62.  - .wall_fixed .wide_wall_module .post_thumbs_num1 .page_media_video,
  6749. 63.  - .wall_fixed .wide_wall_module .page_media_full_video {
  6750. 64.  -   max-width: 580px;
  6751. 65.  -   max-height: 435px;
  6752. 66.  - }
  6753. 67.  - .wall_fixed .wall_module .page_media_video .video div.video_play_inline {
  6754. 68.  -   left: 170px;
  6755. 69.  -   top: 122px;
  6756. 70.  - }
  6757. 71.  - .wall_fixed .wide_wall_module .page_media_video .video div.video_play_inline {
  6758. 72.  -   left: 267px;
  6759. 73.  -   top: 194px;
  6760. 74.  - }
  6761. 75.  - .wall_fixed .wall_module .video div.page_video_play_live {
  6762. 76.  -   left: 113px;
  6763. 77.  -   top: 122px;
  6764. 78.  -   font-size: 13px;
  6765. 79.  - }
  6766. 80.  - .wall_fixed .wide_wall_module .video div.page_video_play_live {
  6767. 81.  -   left: 210px;
  6768. 82.  -   top: 194px;
  6769. 83.  -   font-size: 13px;
  6770. 84.  - }
  6771. 85.  - .wall_fixed .wall_fixed_more {
  6772. 86.  -   background: #EFF1F3;
  6773. 87.  -   display: block;
  6774. 88.  -   text-align: center;
  6775. 89.  -   color: #738392;
  6776. 90.  -   padding: 8px;
  6777. 91.  - }
  6778. 92.  - .wall_fixed .wall_fixed_more:hover {
  6779. 93.  -   text-decoration: none;
  6780. 94.  -   background: #E9EDF1;
  6781. 95.  - }
  6782. 96.  - #group .wall_fixed_more {
  6783. 97.  -   margin-bottom: 10px;
  6784. 98.  - }
  6785. 99.  - .wall_fixed .wall_module .post_thumbs_num1 .page_media_thumb1,
  6786. 100.  - .wall_fixed .wall_module .post_thumbs_num3 .page_media_thumb1,
  6787. 101.  - .wall_fixed .wall_module .post_thumbs_num4 .page_media_thumb1,
  6788. 102.  - .wall_fixed .wall_module .post_thumbs_num2 .page_media_thumb1,
  6789. 103.  - .wall_fixed .wall_module .post_thumbs_num2 .page_media_thumb2 {
  6790. 104.  -   max-width: 386px;
  6791. 105.  -   max-height: 290px;
  6792. 106.  -   height: auto;
  6793. 107.  -   float: left;
  6794. 108.  -   *width: auto;
  6795. 109.  - }
  6796. 110.  - .wall_fixed .wide_wall_module .post_thumbs_num1 .page_media_video {
  6797. 111.  -   width: 580px;
  6798. 112.  -   height: 435px;
  6799. 113.  - }
  6800. 114.  - .wall_fixed .wide_wall_module .post_thumbs_num1 .page_media_thumb1,
  6801. 115.  - .wall_fixed .wide_wall_module .post_thumbs_num3 .page_media_thumb1,
  6802. 116.  - .wall_fixed .wide_wall_module .post_thumbs_num4 .page_media_thumb1,
  6803. 117.  - .wall_fixed .wide_wall_module .post_thumbs_num2 .page_media_thumb1,
  6804. 118.  - .wall_fixed .wide_wall_module .post_thumbs_num2 .page_media_thumb2 {
  6805. 119.  -   max-width: 580px;
  6806. 120.  -   max-height: 435px;
  6807. 121.  - }
  6808. 122.  - .wall_fixed .wall_module .post_thumbs_num1 .page_media_thumb1 img,
  6809. 123.  - .wall_fixed .wall_module .post_thumbs_num3 .page_media_thumb1 img,
  6810. 124.  - .wall_fixed .wall_module .post_thumbs_num4 .page_media_thumb1 img,
  6811. 125.  - .wall_fixed .wall_module .post_thumbs_num2 .page_media_thumb1 img,
  6812. 126.  - .wall_fixed .wall_module .post_thumbs_num2 .page_media_thumb2 img {
  6813. 127.  -   max-width: 386px;
  6814. 128.  -   max-height: 290px;
  6815. 129.  -   width: auto;
  6816. 130.  -   height: auto;
  6817. 131.  -   *height: 290px;
  6818. 132.  - }
  6819. 133.  - .wall_fixed .wide_wall_module .post_thumbs_num1 .page_media_thumb1 img,
  6820. 134.  - .wall_fixed .wide_wall_module .post_thumbs_num3 .page_media_thumb1 img,
  6821. 135.  - .wall_fixed .wide_wall_module .post_thumbs_num4 .page_media_thumb1 img,
  6822. 136.  - .wall_fixed .wide_wall_module .post_thumbs_num2 .page_media_thumb1 img,
  6823. 137.  - .wall_fixed .wide_wall_module .post_thumbs_num2 .page_media_thumb2 img {
  6824. 138.  -   max-width: 386px;
  6825. 139.  -   max-height: 290px;
  6826. 140.  -   width: auto;
  6827. 141.  -   height: auto;
  6828. 142.  -   *height: 290px;
  6829. 143.  - }
  6830. 144.  - .wall_fixed .wall_module .post_empty_text {
  6831. 145.  -   padding-top: 5px;
  6832. 146.  - }
  6833. 147.  - .wall_fixed .wall_module .page_post_sized_thumbs {
  6834. 148.  -   margin-top: 6px;
  6835. 149.  - }
  6836. 150.  - .wall_fixed .wall_module .wall_album_photos .page_post_sized_thumbs {
  6837. 151.  -   margin: 0;
  6838. 152.  - }
  6839. 153.  - .wall_fixed .wall_fixed_more_arrow {
  6840. 154.  -   display: inline-block;
  6841. 155.  -   *display: block;
  6842. 156.  -   *zoom: 1;
  6843. 157.  -   width: 10px;
  6844. 158.  -   height: 10px;
  6845. 159.  -   padding: 2px 0px 0px 4px;
  6846. 160.  -   background: url('/images/icons/wall_fixed_more_arrows.gif') 1px 2px no-repeat;
  6847. 161.  - }
  6848. 162.  - .wall_fixed .wall_fixed_more_arrow_back {
  6849. 163.  -   background: url('/images/icons/wall_fixed_more_arrows.gif') 1px -10px no-repeat;
  6850. 164.  - }
  6851. 165.  - .page_fixed_wide #page_wall_posts.all .own {
  6852. 166.  -   display: none;
  6853. 167.  - }
  6854. 168.  - .wall_fixed .more_link {
  6855. 169.  -   margin: 0px 7px;
  6856. 170.  - }
  6857. 171.  - .fixed_module_cont #info_module_wrap {
  6858. 172.  -   margin-bottom: 0px;
  6859. 173.  - }
  6860. 174.  - #content .wall_fixed_info {
  6861. 175.  -   padding-bottom: 2px;
  6862. 176.  - }
  6863. 177.  - .page_fixed_wide .module {
  6864. 178.  -   display: none;
  6865. 179.  - }
  6866. 180.  -
  6867. 181.  - /* Comment form */
  6868. 182.  - .wall_fixed .wall_module .reply_box {
  6869. 183.  -   background: #F1F1F1;
  6870. 184.  -   padding: 7px;
  6871. 185.  -   margin-top: 13px;
  6872. 186.  -   padding-bottom: 27px;
  6873. 187.  - }
  6874. 188.  - .wall_fixed .wall_module a.reply_form_image {
  6875. 189.  -   display: block;
  6876. 190.  -   width: 50px;
  6877. 191.  -   height: 50px;
  6878. 192.  -   position: absolute;
  6879. 193.  - }
  6880. 194.  - .wall_fixed .wall_module img.reply_form_image {
  6881. 195.  -   width: 50px;
  6882. 196.  -   height: 50px;
  6883. 197.  - }
  6884. 198.  - .wall_fixed .reply_form {
  6885. 199.  -   margin: 0px 0px 0px 57px;
  6886. 200.  - }
  6887. 201.  - .wall_fixed .reply_field_wrap {
  6888. 202.  -   position: relative;
  6889. 203.  -   padding: 6px 5px 3px 5px;
  6890. 204.  - }
  6891. 205.  - .wall_fixed .reply_field {
  6892. 206.  -   height: 19px;
  6893. 207.  - }
  6894. 208.  - .wall_fixed_replies {
  6895. 209.  -   padding: 0px 7px;
  6896. 210.  - }
  6897. 211.  - .wall_fixed .wide_wall_module .reply_media_lnk {
  6898. 212.  -   display: none;
  6899. 213.  - }
  6900. 214.  - .wall_fixed .wall_module .reply {
  6901. 215.  -   border-bottom: 1px solid #E9EDF1;
  6902. 216.  -   border-top: none;
  6903. 217.  - }
  6904. 218.  - .wall_fixed .wall_module .reply:last-child {
  6905. 219.  -   border-bottom: none;
  6906. 220.  - }
  6907. 221.  - .wall_fixed_preload {
  6908. 222.  -   text-align: center;
  6909. 223.  -   padding: 10px
  6910. 224.  - }
  6911. 225.  - .wall_fixed .wide_wall_module .reply_info {
  6912. 226.  -   width: 512px;
  6913. 227.  - }
  6914. 228.  - #wall_fixed_input_hint {
  6915. 229.  -   position: absolute;
  6916. 230.  -   margin-top: -22px;
  6917. 231.  -   margin-left: 65px;
  6918. 232.  -   color: #777777;
  6919. 233.  - }
  6920. 234.  - .wall_fixed_reply_to #wall_fixed_input_hint {
  6921. 235.  -   display: none;
  6922. 236.  - }
  6923. 237.  - .wall_fixed .wall_fixed_reply_to .reply_box {
  6924. 238.  -   padding-bottom: 7px;
  6925. 239.  - }
  6926. 240.  - .wall_fixed .reply_composer_dd .wdd_lwrap {
  6927. 241.  -   left: -6px;
  6928. 242.  -   top: 4px;
  6929. 243.  - }
  6930. 244.  - .wall_fixed .reply_hint_text {
  6931. 245.  -   display: none;
  6932. 246.  - }
  6933. ------
  6934. Файл - feed.css (Старый размер - 30135 | Новый - 0):
  6935. 0.  - #feed_css {
  6936. 1.  -   display: none;
  6937. 2.  - }
  6938. 3.  - #no_updates {
  6939. 4.  -  text-align:center;
  6940. 5.  -  padding: 90px 35px;
  6941. 6.  -  font-size: 1.18em;
  6942. 7.  -  color:#777;
  6943. 8.  - }
  6944. 9.  - /* Top nav */
  6945. 10.  - .feed_tab_hidden {
  6946. 11.  -   display: none;
  6947. 12.  - }
  6948. 13.  - #feed_bar {
  6949. 14.  -   padding: 8px 10px 8px;
  6950. 15.  -   background: #F7F7F7;
  6951. 16.  -   border-bottom: 1px solid #DAE1E8;
  6952. 17.  - }
  6953. 18.  - #feed_search_wrap {
  6954. 19.  -   clear: left;
  6955. 20.  -   padding: 0;
  6956. 21.  -   position: relative;
  6957. 22.  - }
  6958. 23.  - #feed_search {
  6959. 24.  -   margin: 0;
  6960. 25.  -   padding: 6px 21px 6px 20px;
  6961. 26.  -   width: 554px;
  6962. 27.  -   line-height: 1.27em;
  6963. 28.  -   background: #FFF url(/images/magglass.png) no-repeat 5px 8px;
  6964. 29.  -   outline: none;
  6965. 30.  - }
  6966. 31.  - #feed_search::-ms-clear {
  6967. 32.  -   display: none;
  6968. 33.  - }
  6969. 34.  -
  6970. 35.  - #feed_query_reset {
  6971. 36.  -   cursor: pointer;
  6972. 37.  -   display: none;
  6973. 38.  -   background: transparent url(/images/icons/input_clear.gif) 6px 8px no-repeat;
  6974. 39.  -   padding: 1px;
  6975. 40.  -   width: 22px;
  6976. 41.  -   height: 25px;
  6977. 42.  -   margin: 0 0 0 573px;
  6978. 43.  -   opacity: 0.6;
  6979. 44.  -   filter: alpha(opacity=60);
  6980. 45.  -   z-index: 100;
  6981. 46.  -   position: absolute;
  6982. 47.  - }
  6983. 48.  - #feed_query_reset:hover {
  6984. 49.  -   opacity: 1;
  6985. 50.  -   filter: none;
  6986. 51.  - }
  6987. 52.  - .feed_search_submit {
  6988. 53.  -   margin: 0 10px;
  6989. 54.  - }
  6990. 55.  - .feed_search_extended {
  6991. 56.  -   margin: 6px 5px 5px;
  6992. 57.  -   white-space: nowrap;
  6993. 58.  -   max-width: 122px;
  6994. 59.  -   overflow: hidden;
  6995. 60.  -   text-overflow: ellipsis;
  6996. 61.  - }
  6997. 62.  - #feed_search_submit_wrap {
  6998. 63.  -   display: none;
  6999. 64.  - }
  7000. 65.  - #feed_search_submit {
  7001. 66.  -   width: 75px;
  7002. 67.  -   padding-top: 5px;
  7003. 68.  -   padding-bottom: 5px;
  7004. 69.  -   line-height: 13px;
  7005. 70.  - }
  7006. 71.  - #feed_search_bar {
  7007. 72.  -   position: relative;
  7008. 73.  -   padding: 4px 5px;
  7009. 74.  - }
  7010. 75.  - .feed_search_extform_wrap {
  7011. 76.  -   display: none;
  7012. 77.  - }
  7013. 78.  - .feed_bar_extended_search #feed_search_submit_wrap,
  7014. 79.  - .feed_bar_extended_search .feed_search_extform_wrap {
  7015. 80.  -   display: block;
  7016. 81.  - }
  7017. 82.  -
  7018. 83.  - #feed_search_bar .selector_container .results_container {
  7019. 84.  -   top: 30px;
  7020. 85.  - }
  7021. 86.  - #feed_search_bar #feed_search_extform .selector_container .results_container {
  7022. 87.  -   top: auto;
  7023. 88.  - }
  7024. 89.  -
  7025. 90.  - #feedtab_owner,
  7026. 91.  - #feedtab_source {
  7027. 92.  -   display: none;
  7028. 93.  - }
  7029. 94.  - #feed_bar .summary_tab_sel,
  7030. 95.  - #main_feed .active_link {
  7031. 96.  -   display: block;
  7032. 97.  - }
  7033. 98.  - #feed_menu_toggle {
  7034. 99.  -   padding-top: 3px;
  7035. 100.  - }
  7036. 101.  - #feed_edit_hidden {
  7037. 102.  -   padding-top: 3px;
  7038. 103.  - }
  7039. 104.  - #feed_progress {
  7040. 105.  -   display: none;
  7041. 106.  -   margin: 5px 5px 2px;
  7042. 107.  - }
  7043. 108.  - #feed_popular_period {
  7044. 109.  -   border-bottom: 1px solid #DAE2E8;
  7045. 110.  -   margin-bottom: 5px;
  7046. 111.  -   padding-bottom: 5px;
  7047. 112.  -   overflow: hidden;
  7048. 113.  -   width: 136px;
  7049. 114.  - }
  7050. 115.  - #feed_articles_period {
  7051. 116.  -   overflow: hidden;
  7052. 117.  -   width: 136px;
  7053. 118.  - }
  7054. 119.  -
  7055. 120.  - .feed_tab_settings nobr {
  7056. 121.  -   display: block;
  7057. 122.  -   background: url(/images/icons/audio_icons.png?4) -80px -52px no-repeat;
  7058. 123.  -   width: 11px;
  7059. 124.  -   height: 11px;
  7060. 125.  -   margin: 1px 0 0;
  7061. 126.  - }
  7062. 127.  -
  7063. 128.  - /* New post field */
  7064. 129.  - .feed_post_field_wrap {
  7065. 130.  -   padding: 5px;
  7066. 131.  - }
  7067. 132.  - td.feed_post_field_photo {
  7068. 133.  -   width: 42px;
  7069. 134.  - }
  7070. 135.  - a.feed_post_field_photo {
  7071. 136.  -   display: block;
  7072. 137.  -   width: 32px;
  7073. 138.  -   height: 32px;
  7074. 139.  -   position: absolute;
  7075. 140.  -   overflow: hidden;
  7076. 141.  - }
  7077. 142.  - img.feed_post_field_photo {
  7078. 143.  -   width: 32px;
  7079. 144.  -   height: 32px;
  7080. 145.  - }
  7081. 146.  - div.feed_post_field {
  7082. 147.  -   margin-left: 42px;
  7083. 148.  - }
  7084. 149.  -
  7085. 150.  - #main_feed .feed_post_field_wrap #submit_post_box {
  7086. 151.  -   padding: 0;
  7087. 152.  -   background: none;
  7088. 153.  -   border: 0;
  7089. 154.  - }
  7090. 155.  - #main_feed .feed_post_field_wrap #submit_post_box .clear_fix .input_back {
  7091. 156.  -   min-height: 0;
  7092. 157.  -   margin-left: 5px !important;
  7093. 158.  - }
  7094. 159.  - #main_feed .feed_post_field_wrap #submit_post_box .clear_fix .input_back_content {
  7095. 160.  -   line-height: 2.09em;
  7096. 161.  - }
  7097. 162.  - #main_feed .feed_post_field_wrap #submit_post_box textarea#post_field {
  7098. 163.  -   width: 547px;
  7099. 164.  -   height: 24px;
  7100. 165.  -   line-height: 150%;
  7101. 166.  - }
  7102. 167.  - .feed_post_field_wrap #submit_post {
  7103. 168.  -   display: none;
  7104. 169.  - }
  7105. 170.  - .feed_post_field_wrap .mention_rich_ta {
  7106. 171.  -   line-height: 150%;
  7107. 172.  - }
  7108. 173.  -
  7109. 174.  - .feed_post_field_wrap .post_upload_wrap {
  7110. 175.  -   top: 7px;
  7111. 176.  -   right: 5px;
  7112. 177.  - }
  7113. 178.  - .feed_post_field_wrap .post_upload_dropbox_inner {
  7114. 179.  -   width: 543px;
  7115. 180.  - }
  7116. 181.  - .feed_post_field_wrap .post_upload_min_wrap {
  7117. 182.  -   top: 0px;
  7118. 183.  -   right: 0px;
  7119. 184.  - }
  7120. 185.  - .feed_post_field_wrap .post_upload_min_wrap div.post_upload {
  7121. 186.  -   height: 32px;
  7122. 187.  -   background-position: center 10px;
  7123. 188.  - }
  7124. 189.  -
  7125. 190.  -
  7126. 191.  - #main_feed .post {
  7127. 192.  -   border-top: 0;
  7128. 193.  -   border-bottom: 1px solid #DAE1E8;
  7129. 194.  -   padding: 5px 0 3px;
  7130. 195.  - }
  7131. 196.  - #main_feed .post .match {
  7132. 197.  -   background: #E1E7ED;
  7133. 198.  -   border-bottom: 1px solid #DAE1E8;
  7134. 199.  -   margin: 0px;
  7135. 200.  -   padding: 0px 1px;
  7136. 201.  - }
  7137. 202.  - #main_feed .post .feed_ignore_label {
  7138. 203.  -   text-align: center;
  7139. 204.  -   line-height: 1.81em;
  7140. 205.  -   padding: 8px 60px 8px;
  7141. 206.  - }
  7142. 207.  - .feed_ignore_owner_button {
  7143. 208.  -   margin: 0 5px;
  7144. 209.  - }
  7145. 210.  - .feed_ignore_cancel_wrap {
  7146. 211.  -   position: relative;
  7147. 212.  - }
  7148. 213.  - .feed_ignore_cancel {
  7149. 214.  -   display: block;
  7150. 215.  -   position: absolute;
  7151. 216.  -   right: -60px;
  7152. 217.  -   padding: 3px 5px 2px;
  7153. 218.  - }
  7154. 219.  - .feed_ignore_owner_second_button {
  7155. 220.  -   margin-top: 10px;
  7156. 221.  - }
  7157. 222.  -
  7158. 223.  - #main_feed #show_more_link {
  7159. 224.  -   margin-top: -1px;
  7160. 225.  -   padding: 10px 0;
  7161. 226.  -   margin-bottom: 15px;
  7162. 227.  - }
  7163. 228.  -
  7164. 229.  - #main_feed .explain {
  7165. 230.  -   line-height: 150%;
  7166. 231.  -   padding-left: 1px;
  7167. 232.  - }
  7168. 233.  - #main_feed .feed_group_explain {
  7169. 234.  -   padding-top: 6px;
  7170. 235.  -   color: #777;
  7171. 236.  - }
  7172. 237.  -
  7173. 238.  - #main_feed .feed_explain_list {
  7174. 239.  -   padding-top: 4px;
  7175. 240.  -   line-height: 160%;
  7176. 241.  -   height: auto;
  7177. 242.  - }
  7178. 243.  -
  7179. 244.  - .post_photos .like_wrap, .post_photos .replies_wrap {
  7180. 245.  -   display: none;
  7181. 246.  - }
  7182. 247.  -
  7183. 248.  - .feed_friends {
  7184. 249.  -   vertical-align: middle;
  7185. 250.  -   padding-top: 5px;
  7186. 251.  - }
  7187. 252.  - .feed_friend {
  7188. 253.  -   float: left;
  7189. 254.  -   width: 100px;
  7190. 255.  -   padding: 8px 15px 0 0;
  7191. 256.  - }
  7192. 257.  - .feed_friend_image {
  7193. 258.  -   height: 100px;
  7194. 259.  -   overflow: hidden;
  7195. 260.  - }
  7196. 261.  - .feed_friend_name {
  7197. 262.  -   padding: 5px 5px 1px;
  7198. 263.  -   overflow: hidden;
  7199. 264.  -   line-height: 1.27em;
  7200. 265.  -   text-align: center;
  7201. 266.  - }
  7202. 267.  -
  7203. 268.  - .feed_gifts {
  7204. 269.  -   vertical-align: middle;
  7205. 270.  -   padding-top: 5px;
  7206. 271.  - }
  7207. 272.  - .feed_gift {
  7208. 273.  -   float: left;
  7209. 274.  -   width: 96px;
  7210. 275.  -   padding: 5px 5px 5px 0;
  7211. 276.  -   text-align: center;
  7212. 277.  - }
  7213. 278.  - .feed_gift_image {
  7214. 279.  -   height: 96px;
  7215. 280.  -   overflow: hidden;
  7216. 281.  - }
  7217. 282.  -
  7218. 283.  - .feed_videos {
  7219. 284.  -   vertical-align: middle;
  7220. 285.  -   padding-top: 10px;
  7221. 286.  - }
  7222. 287.  -
  7223. 288.  - .feed_filter_sep {
  7224. 289.  -   margin: 10px 0px;
  7225. 290.  -   border-bottom: 1px solid #DAE2E8;
  7226. 291.  -   height: 1px;
  7227. 292.  -   overflow: hidden;
  7228. 293.  -   width: 136px;
  7229. 294.  - }
  7230. 295.  - #feed_menu .feed_s_filter {
  7231. 296.  -   display: none;
  7232. 297.  - }
  7233. 298.  -
  7234. 299.  - #posts_filter {
  7235. 300.  -   padding: 0;
  7236. 301.  -   margin: 0;
  7237. 302.  -   outline: 0;
  7238. 303.  - }
  7239. 304.  -
  7240. 305.  - #feed_summary_wrap .summary {
  7241. 306.  -   word-wrap: break-word;
  7242. 307.  - }
  7243. 308.  -
  7244. 309.  - a#posts_filter:hover {
  7245. 310.  -   text-decoration: underline !important;
  7246. 311.  - }
  7247. 312.  - .dd_menu_posts .dd_menu_header {
  7248. 313.  -   width: 130px;
  7249. 314.  - }
  7250. 315.  - .dd_menu_posts .dd_header_hover {
  7251. 316.  -   visibility: hidden;
  7252. 317.  - }
  7253. 318.  - .dd_menu_posts .dd_menu_rows a, .dd_menu_groups .dd_menu_rows a {
  7254. 319.  -   padding-top: 3px;
  7255. 320.  -   height: 17px;
  7256. 321.  - }
  7257. 322.  - .dd_menu_groups .dd_menu_rows a {
  7258. 323.  -   padding-top: 2px;
  7259. 324.  -   height: 16px;
  7260. 325.  - }
  7261. 326.  - .dd_menu_groups .dd_menu_rows a {
  7262. 327.  -   overflow: hidden;
  7263. 328.  - }
  7264. 329.  -
  7265. 330.  - .dd_menu_groups .dd_menu_rows .dd_item_-5,
  7266. 331.  - .dd_menu_groups .dd_menu_rows .dd_item_-4,
  7267. 332.  - .dd_menu_groups .dd_menu_rows .dd_item_-3,
  7268. 333.  - .dd_menu_groups .dd_menu_rows .dd_item_-2,
  7269. 334.  - .dd_menu_groups .dd_menu_rows .dd_item_-1 {
  7270. 335.  -   background-image: url(/images/icons/mono_iconset.gif?8);
  7271. 336.  -   background-repeat: no-repeat;
  7272. 337.  -   padding-right: 26px;
  7273. 338.  - }
  7274. 339.  -
  7275. 340.  - .dd_menu_groups .dd_menu_rows .dd_item_-5 { background-position: 97% -40px; }
  7276. 341.  - .dd_menu_groups .dd_menu_rows .dd_item_-4 { background-position: 97% -53px; }
  7277. 342.  - .dd_menu_groups .dd_menu_rows .dd_item_-3 { background-position: 97% 3px; }
  7278. 343.  - .dd_menu_groups .dd_menu_rows .dd_item_-2 { background-position: 97% -116px; }
  7279. 344.  - .dd_menu_groups .dd_menu_rows .dd_item_-1 { background-position: 97% -86px; }
  7280. 345.  -
  7281. 346.  -
  7282. 347.  -
  7283. 348.  - #feed_menu_wrap {
  7284. 349.  -   position: relative;
  7285. 350.  - }
  7286. 351.  - #feed_menu {
  7287. 352.  -   position: absolute;
  7288. 353.  -   left: 470px;
  7289. 354.  -   top: -1px;
  7290. 355.  -   -moz-box-shadow: 0 1px 3px #DAE1E8;
  7291. 356.  -   -webkit-box-shadow: 0 1px 3px #DAE1E8;
  7292. 357.  -   box-shadow: 0 1px 3px #DAE1E8;
  7293. 358.  -   background: #F7F7F7;
  7294. 359.  -   z-index: 1403;
  7295. 360.  -   display: none;
  7296. 361.  -   border: 1px solid #DAE1E8;
  7297. 362.  -   line-height: 150%;
  7298. 363.  -   width: 136px;
  7299. 364.  -   padding: 10px;
  7300. 365.  - }
  7301. 366.  - .feed_filter_row {
  7302. 367.  -   cursor: pointer;
  7303. 368.  -   margin-bottom: 2px;
  7304. 369.  -   padding: 3px 0;
  7305. 370.  -   clear: left;
  7306. 371.  -   line-height: normal;
  7307. 372.  - }
  7308. 373.  - .feed_filter_row:last-child {
  7309. 374.  -   margin: 0;
  7310. 375.  - }
  7311. 376.  - .feed_filter_row_over {
  7312. 377.  -   background-color: #DAE1E8;
  7313. 378.  - }
  7314. 379.  -
  7315. 380.  - .feed_filter_icon {
  7316. 381.  -   margin: 1px 0 0 4px;
  7317. 382.  -   width: 11px;
  7318. 383.  -   height: 11px;
  7319. 384.  -   background-image: url(/images/icons/mono_iconset.gif?8);
  7320. 385.  -   background-repeat: no-repeat;
  7321. 386.  - }
  7322. 387.  - .feed_filter_check {
  7323. 388.  -   width: 13px;
  7324. 389.  -   height: 12px;
  7325. 390.  -   background: url(/images/icons/check_balanced.gif) no-repeat 0 0;
  7326. 391.  -   visibility: hidden;
  7327. 392.  - }
  7328. 393.  - .checked .feed_filter_check {
  7329. 394.  -   visibility: visible;
  7330. 395.  - }
  7331. 396.  - .feed_icon_news {background-position: 0 -45px;}
  7332. 397.  - .feed_icon_ph { background-position: 0 -30px; }
  7333. 398.  - .feed_icon_vd { background-position: 0 -75px; }
  7334. 399.  - .feed_icon_nt { background-position: 0 -150px; }
  7335. 400.  - .feed_icon_ps { background-position: 0 -45px; }
  7336. 401.  - .feed_icon_tp { background-position: 0 -192px; }
  7337. 402.  - .feed_icon_nw { background-position: 0 -148px; }
  7338. 403.  - .feed_icon_fr { background-position: 0 -15px; }
  7339. 404.  - .feed_icon_gf { background-position: 0 -104px; }
  7340. 405.  - .feed_icon_gr { background-position: 0 -88px; }
  7341. 406.  - .feed_icon_ev { background-position: 0 -164px; }
  7342. 407.  - .feed_icon_lk { background-position: 0 -178px; }
  7343. 408.  - .feed_icon_rp { background-position: 0 -250px; }
  7344. 409.  - .feed_icon_mt { background-position: 0 0; }
  7345. 410.  -
  7346. 411.  -
  7347. 412.  - .feed_tab_add .summary_tab3 {
  7348. 413.  -   padding: 0;
  7349. 414.  - }
  7350. 415.  - #feed_tab_add_menu_wrap {
  7351. 416.  -   position: relative;
  7352. 417.  - }
  7353. 418.  - #feed_tab_add_menu {
  7354. 419.  -   position: absolute;
  7355. 420.  -   display: none;
  7356. 421.  -   font-weight: normal;
  7357. 422.  -   top: -20px;
  7358. 423.  -   /* right: -2px; */
  7359. 424.  -   right: 0;
  7360. 425.  -   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  7361. 426.  -   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  7362. 427.  -   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  7363. 428.  -   z-index: 2000;
  7364. 429.  -   width: 156px;
  7365. 430.  - }
  7366. 431.  - .feed_tab_add_icon {
  7367. 432.  -   width: 16px;
  7368. 433.  -   height: 16px;
  7369. 434.  -   margin: 0;
  7370. 435.  -   background: url(/images/icons/news_iconset.png?2) no-repeat 0 -144px;
  7371. 436.  - }
  7372. 437.  - #feed_tab_add_menu .feed_tab_add_icon {
  7373. 438.  -   background-position: 0 -128px;
  7374. 439.  - }
  7375. 440.  - #feed_tab_add_header {
  7376. 441.  -   cursor: pointer;
  7377. 442.  -   /*background: #7190b1;*/
  7378. 443.  -   background: #597DA3;
  7379. 444.  -   padding: 3px 8px 1px 8px;
  7380. 445.  -   color: #FFF;
  7381. 446.  -   font-weight: bold;
  7382. 447.  -   -webkit-border-radius: 2px 2px 0 0;
  7383. 448.  -   -moz-border-radius: 2px 2px 0 0;
  7384. 449.  -   border-radius: 2px 2px 0 0;
  7385. 450.  -   overflow: hidden;
  7386. 451.  -   position: relative;
  7387. 452.  - }
  7388. 453.  - #feed_tab_add_filters {
  7389. 454.  -   background: #FFF;
  7390. 455.  -   border: 1px solid #a8b4c3;
  7391. 456.  -   border-top: 0;
  7392. 457.  -   -webkit-border-radius: 0 0 2px 2px;
  7393. 458.  -   -moz-border-radius: 0 0 2px 2px;
  7394. 459.  -   border-radius: 0 0 2px 2px;
  7395. 460.  -   overflow: hidden;
  7396. 461.  -   line-height: 150%;
  7397. 462.  -   padding: 0;
  7398. 463.  -   margin: 0;
  7399. 464.  -   position: relative;
  7400. 465.  - }
  7401. 466.  - .feed_filter_tabs_row {
  7402. 467.  -   cursor: pointer;
  7403. 468.  -   margin-bottom: 2px;
  7404. 469.  -   padding: 4px 5px 4px 7px;
  7405. 470.  -   clear: left;
  7406. 471.  -   line-height: normal;
  7407. 472.  - }
  7408. 473.  - .feed_filter_tabs_row:last-child {
  7409. 474.  -   margin: 0;
  7410. 475.  - }
  7411. 476.  - .feed_filter_tabs_row_over {
  7412. 477.  -   background-color: #DAE1E8;
  7413. 478.  - }
  7414. 479.  - .feed_filter_tabs_icon,
  7415. 480.  - .feed_filter_tabs_check {
  7416. 481.  -   width: 16px;
  7417. 482.  -   height: 16px;
  7418. 483.  -   margin: 0;
  7419. 484.  -   background-image: url(/images/icons/news_iconset.png?2);
  7420. 485.  - }
  7421. 486.  - .feed_filter_tabs_icon {
  7422. 487.  -   margin-right: 8px;
  7423. 488.  - }
  7424. 489.  - .feed_filter_tabs_title {
  7425. 490.  -   color: #2B587A;
  7426. 491.  -   line-height: 16px;
  7427. 492.  -   width: 102px;
  7428. 493.  -   overflow: hidden;
  7429. 494.  -   text-overflow: ellipsis;
  7430. 495.  -   white-space: nowrap;
  7431. 496.  - }
  7432. 497.  - .feed_filter_tabs_check {
  7433. 498.  -   background-position: 0 -97px;
  7434. 499.  -   background-repeat: no-repeat;
  7435. 500.  -   visibility: hidden;
  7436. 501.  - }
  7437. 502.  - .checked .feed_filter_tabs_check {
  7438. 503.  -   visibility: visible;
  7439. 504.  - }
  7440. 505.  - .feed_icon_friends { background-position: 0 0; }
  7441. 506.  - .feed_icon_groups { background-position: 0 -16px; }
  7442. 507.  - .feed_icon_photos { background-position: 0 -32px; }
  7443. 508.  - .feed_icon_search { background-position: 0 -48px; }
  7444. 509.  - .feed_icon_articles { background-position: 0 -64px; }
  7445. 510.  - .feed_icon_likes { background-position: 0 -80px; }
  7446. 511.  - .feed_icon_recommended { background-position: 0 -160px; }
  7447. 512.  - .feed_filter_lists_row .feed_filter_tabs_icon { background: none; }
  7448. 513.  - .feed_filter_lists_row .feed_filter_tabs_check { background-position: 0 -112px; }
  7449. 514.  - .feed_icon_newlist { background: none; }
  7450. 515.  -
  7451. 516.  - #filter_t_news {display: none;}
  7452. 517.  -
  7453. 518.  - b.feed_gr_icon,
  7454. 519.  - b.feed_ev_icon,
  7455. 520.  - b.feed_tp_icon,
  7456. 521.  - b.feed_nt_icon {
  7457. 522.  -   margin: 2px 4px 0 0;
  7458. 523.  -   display: block;
  7459. 524.  -   float: left;
  7460. 525.  -   width: 11px;
  7461. 526.  -   height: 11px;
  7462. 527.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat;
  7463. 528.  - }
  7464. 529.  - b.feed_gr_icon { background-position: 0 -88px; }
  7465. 530.  - b.feed_ev_icon { background-position: 0 -164px; }
  7466. 531.  - b.feed_nt_icon { background-position: 0 -148px; }
  7467. 532.  - b.feed_tp_icon { background-position: 0 -192px; }
  7468. 533.  -
  7469. 534.  - .feed_filter_title {
  7470. 535.  -   padding-left: 7px;
  7471. 536.  -   width: 98px;
  7472. 537.  -   *width: 95px;
  7473. 538.  -   color: #2B587A;
  7474. 539.  - }
  7475. 540.  -
  7476. 541.  -
  7477. 542.  - #feed_rows_next {
  7478. 543.  -   display: none;
  7479. 544.  - }
  7480. 545.  -
  7481. 546.  - #all_shown {
  7482. 547.  -   margin-top: -1px;
  7483. 548.  -   margin-bottom: 15px;
  7484. 549.  -   border-top: 1px solid #CAD1D9;
  7485. 550.  -   color: #777;
  7486. 551.  -   height: 13px;
  7487. 552.  -   display: none;
  7488. 553.  -   padding: 10px 0px;
  7489. 554.  -   text-align: center;
  7490. 555.  - }
  7491. 556.  -
  7492. 557.  - #feed_empty {
  7493. 558.  -   color: #777;
  7494. 559.  -   display: none;
  7495. 560.  -   font-size: 1.09em;
  7496. 561.  -   line-height: 170%;
  7497. 562.  -   padding: 100px 30px;
  7498. 563.  -   text-align: center;
  7499. 564.  - }
  7500. 565.  - #feed_error_wrap {
  7501. 566.  -   color: #777;
  7502. 567.  -   font-size: 1.09em;
  7503. 568.  -   line-height: 170%;
  7504. 569.  -   padding: 100px 30px;
  7505. 570.  -   text-align: center;
  7506. 571.  - }
  7507. 572.  -
  7508. 573.  - #feed_wall .feed_reposts_more_link {
  7509. 574.  -   border-top: 1px solid #FFF;
  7510. 575.  -   border-bottom: 1px solid #DAE1E8;
  7511. 576.  -   margin-top: -1px;
  7512. 577.  -   text-align: center;
  7513. 578.  - }
  7514. 579.  - .feed_reposts_group {
  7515. 580.  -   display: none;
  7516. 581.  - }
  7517. 582.  -
  7518. 583.  -
  7519. 584.  - /* Posts ignoring */
  7520. 585.  - .ignore_row {
  7521. 586.  -   background:#FFFFFF;
  7522. 587.  -   border-bottom:1px solid #DAE2E8;
  7523. 588.  -   padding:8px 0;
  7524. 589.  - }
  7525. 590.  -
  7526. 591.  - .ignore_row td.img img {
  7527. 592.  -   width:25px;
  7528. 593.  - }
  7529. 594.  -
  7530. 595.  - .ignore_row td.img a {
  7531. 596.  -   display:block;
  7532. 597.  -   height:25px;
  7533. 598.  -   overflow:hidden;
  7534. 599.  -   width:25px;
  7535. 600.  - }
  7536. 601.  -
  7537. 602.  - .ignore_row td.info {
  7538. 603.  - padding-left:10px;
  7539. 604.  - }
  7540. 605.  -
  7541. 606.  - .ignore_row td.info .actions {
  7542. 607.  -   height: 14px;
  7543. 608.  - }
  7544. 609.  -
  7545. 610.  - .ignore_row table {
  7546. 611.  - border-collapse:collapse;
  7547. 612.  - width:100%;
  7548. 613.  - line-height:120%;
  7549. 614.  - vertical-align:top;
  7550. 615.  - }
  7551. 616.  -
  7552. 617.  - .ignore_row td.img {
  7553. 618.  -   width:25px;
  7554. 619.  - }
  7555. 620.  -
  7556. 621.  - #ignore_header {
  7557. 622.  -   border-bottom:1px solid #DAE1E8;
  7558. 623.  -   margin:0;
  7559. 624.  -   padding:5px 0 2px;
  7560. 625.  - }
  7561. 626.  -
  7562. 627.  - .ignore_row .dld {
  7563. 628.  -   background: #FFFFFF;
  7564. 629.  -   color: #777;
  7565. 630.  -   font-weight: normal;
  7566. 631.  -   margin: 0;
  7567. 632.  -   border: 0;
  7568. 633.  - }
  7569. 634.  - .feed_post_report {
  7570. 635.  -   padding: 3px 0 8px;
  7571. 636.  - }
  7572. 637.  - .ignore_row_empty {
  7573. 638.  -   padding: 20px;
  7574. 639.  -   text-align: center;
  7575. 640.  -   color: #888;
  7576. 641.  - }
  7577. 642.  -
  7578. 643.  - .feed_ignore_list {
  7579. 644.  -   height:300px;
  7580. 645.  -   overflow:auto;
  7581. 646.  - }
  7582. 647.  -
  7583. 648.  -
  7584. 649.  - /* Comments autoupdate */
  7585. 650.  - #main_feed .wall_module .reply {
  7586. 651.  -   background: none;
  7587. 652.  - }
  7588. 653.  -
  7589. 654.  - /* Notifications feed */
  7590. 655.  - .feedback_answered_row_wrap {
  7591. 656.  -   border-bottom: 1px solid #DAE1E8;
  7592. 657.  -   padding: 0;
  7593. 658.  - }
  7594. 659.  - .feedback_row_wrap {
  7595. 660.  -   padding: 0 0 10px;
  7596. 661.  -   cursor: pointer;
  7597. 662.  - }
  7598. 663.  - .feedback_row_clickable_over1, .feedback_row_clickable_over2, .feedback_row_clickable_over3 {
  7599. 664.  -   background: #edf1f5;
  7600. 665.  -   margin: 0 -15px 0 -15px;
  7601. 666.  -   padding: 0 15px 0 15px;
  7602. 667.  - }
  7603. 668.  - .feedback_row_clickable_over2 {
  7604. 669.  -   border-top: 1px solid #DAE1E8;
  7605. 670.  -   margin-top: -1px;
  7606. 671.  - }
  7607. 672.  - .feedback_row_clickable_over3 {
  7608. 673.  -   padding-top: 5px;
  7609. 674.  -   margin-top: -5px;
  7610. 675.  -   margin-bottom: 0px;
  7611. 676.  - }
  7612. 677.  -
  7613. 678.  - .feedback_grouped_row {
  7614. 679.  -   padding: 10px 25px 0 0;
  7615. 680.  - }
  7616. 681.  - .feedback_row {
  7617. 682.  -   padding: 10px 30px 0 0;
  7618. 683.  - }
  7619. 684.  - .wide_wall_module .feedback_row .audio .title_wrap {
  7620. 685.  -   width: 300px;
  7621. 686.  - }
  7622. 687.  - .wide_wall_module .feedback_row .audio .title_wrap b {
  7623. 688.  -   max-width: 210px;
  7624. 689.  - }
  7625. 690.  - .feedback_grouped_row_wrap {
  7626. 691.  -   border-bottom: 1px solid #DAE1E8;
  7627. 692.  -   padding: 0 0 10px;
  7628. 693.  - }
  7629. 694.  -
  7630. 695.  -
  7631. 696.  - /* Answer */
  7632. 697.  - .feedback_row_answer_wrap {
  7633. 698.  -   border: 1px solid #d5dee7;
  7634. 699.  -   background: #edf1f5;
  7635. 700.  -   margin: 10px 0 0;
  7636. 701.  - }
  7637. 702.  - .feedback_answer_tail_wrap {
  7638. 703.  -   position: relative;
  7639. 704.  - }
  7640. 705.  - .feedback_answer_tail {
  7641. 706.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -127px no-repeat;
  7642. 707.  -   width: 15px;
  7643. 708.  -   height: 9px;
  7644. 709.  -   position: absolute;
  7645. 710.  -   left: 20px;
  7646. 711.  -   top: -7px;
  7647. 712.  - }
  7648. 713.  - .feedback_row_answer {
  7649. 714.  -   padding: 8px 10px 6px;
  7650. 715.  - }
  7651. 716.  - .feedback_row_answer .feedback_row_text {
  7652. 717.  -   padding: 0 0 1px 4px;
  7653. 718.  - }
  7654. 719.  - .feedback_row_answer td.feedback_row_photo {
  7655. 720.  -   padding: 2px 0;
  7656. 721.  - }
  7657. 722.  -
  7658. 723.  - .feedback_row_clickable_over .feedback_row_answer_wrap {
  7659. 724.  -   border: 1px solid #ccd5de;
  7660. 725.  -   background: #dae1e8;
  7661. 726.  - }
  7662. 727.  - .feedback_row_clickable_over .feedback_answer_tail {
  7663. 728.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -114px no-repeat;
  7664. 729.  - }
  7665. 730.  - .feedback_row_answer .feedback_row_date {
  7666. 731.  -   font-size: 0.9em;
  7667. 732.  - }
  7668. 733.  -
  7669. 734.  -
  7670. 735.  - /* Reply form */
  7671. 736.  - .feedback_reply_row_wrap {
  7672. 737.  -   border: 1px solid #ced7e0;
  7673. 738.  -   background: #e1e7ed;
  7674. 739.  -   margin: 5px 0px 10px 0;
  7675. 740.  -   zoom: 1;
  7676. 741.  - }
  7677. 742.  - .feedback_reply_row {
  7678. 743.  -   padding: 10px 10px 10px;
  7679. 744.  - }
  7680. 745.  - .feedback_reply_field {
  7681. 746.  -   width: 518px;
  7682. 747.  -   height: 31px;
  7683. 748.  -   resize: none;
  7684. 749.  - }
  7685. 750.  - .feedback_reply_actions {
  7686. 751.  -   padding-top: 10px;
  7687. 752.  - }
  7688. 753.  - .feedback_reply_hint_wrap {
  7689. 754.  -   padding: 6px 0 6px 10px;
  7690. 755.  - }
  7691. 756.  - .feedback_reply_hint {
  7692. 757.  -   color: #879BB0;
  7693. 758.  -   cursor: default;
  7694. 759.  - }
  7695. 760.  - .wall_module .feedback_reply_actions .reply_hint {
  7696. 761.  -   padding: 0;
  7697. 762.  - }
  7698. 763.  -
  7699. 764.  -
  7700. 765.  - .feedback_ownreply_tt table .tt_text {
  7701. 766.  -   color: #000;
  7702. 767.  -   padding: 10px;
  7703. 768.  -   width: 310px;
  7704. 769.  - }
  7705. 770.  - .feedback_ownreply_tt table.toup1 .bottom_pointer {
  7706. 771.  -   margin-right: 0px;
  7707. 772.  -   margin-left: 64px;
  7708. 773.  -   display: block;
  7709. 774.  -   background: url(/images/tooltip_arrow_white.gif) no-repeat;
  7710. 775.  - }
  7711. 776.  - .feedback_ownreply_tt table.toup .top_pointer {
  7712. 777.  -   margin-right: 0px;
  7713. 778.  -   margin-left: 64px;
  7714. 779.  -   display: block;
  7715. 780.  -   bottom: -2px;
  7716. 781.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  7717. 782.  - }
  7718. 783.  -
  7719. 784.  -
  7720. 785.  - .feedback_reply_tail_wrap {
  7721. 786.  -   position: relative;
  7722. 787.  - }
  7723. 788.  - .feedback_reply_tail {
  7724. 789.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -140px no-repeat;
  7725. 790.  -   width: 15px;
  7726. 791.  -   height: 9px;
  7727. 792.  -   position: absolute;
  7728. 793.  -   left: 20px;
  7729. 794.  -   top: -7px;
  7730. 795.  - }
  7731. 796.  -
  7732. 797.  - table.feedback_row_t {
  7733. 798.  -   width: 100%;
  7734. 799.  - }
  7735. 800.  - td.feedback_row_photo {
  7736. 801.  -   padding-top: 0;
  7737. 802.  -   width: 60px;
  7738. 803.  - }
  7739. 804.  - div.feedback_row_photo {
  7740. 805.  -   width: 60px;
  7741. 806.  -   height: 50px;
  7742. 807.  -   overflow: hidden;
  7743. 808.  - }
  7744. 809.  - img.feedback_row_photo {
  7745. 810.  -   max-width: 50px;
  7746. 811.  -   *width: 50px;
  7747. 812.  - }
  7748. 813.  -
  7749. 814.  - .feedback_row_answer td.feedback_row_photo, .feedback_row_answer div.feedback_row_photo {
  7750. 815.  -   width: 49px;
  7751. 816.  - }
  7752. 817.  - .feedback_reply_row td.feedback_row_photo {
  7753. 818.  -   width: 49px;
  7754. 819.  -   padding-top: 0;
  7755. 820.  - }
  7756. 821.  - .feedback_row_answer div.feedback_row_photo, .feedback_reply_row div.feedback_row_photo {
  7757. 822.  -   height: 39px;
  7758. 823.  - }
  7759. 824.  -
  7760. 825.  - .feedback_row_answer img.feedback_row_photo, .feedback_reply_row img.feedback_row_photo {
  7761. 826.  -   width: 39px;
  7762. 827.  - }
  7763. 828.  -
  7764. 829.  - td.feedback_row_content {
  7765. 830.  -   line-height: 150%;
  7766. 831.  - }
  7767. 832.  - div.feedback_row_content,
  7768. 833.  - .wall_module .feedback_row_text .wall_post_text {
  7769. 834.  -   width: 450px;
  7770. 835.  - }
  7771. 836.  - div.feedback_row_content {
  7772. 837.  -   padding-left: 4px;
  7773. 838.  -   margin-left: -4px;
  7774. 839.  - }
  7775. 840.  - .feedback_row_text {
  7776. 841.  -   line-height: 160%;
  7777. 842.  -   padding: 2px 0 4px;
  7778. 843.  -   max-width: 450px;
  7779. 844.  -   overflow: hidden;
  7780. 845.  -   word-wrap: break-word;
  7781. 846.  -   padding-left: 4px;
  7782. 847.  -   margin-left: -4px;
  7783. 848.  - }
  7784. 849.  - .feedback_row_text .wall_post_text {
  7785. 850.  -   padding-top: 0;
  7786. 851.  - }
  7787. 852.  - #feed_wall .feedback_row_text .wall_post_text {
  7788. 853.  -   padding-right: 0;
  7789. 854.  - }
  7790. 855.  - #feed_wall .feedback_row_text .wall_reply_text,
  7791. 856.  - #feed_wall .feedback_row_text .wall_post_text {
  7792. 857.  -   width: 450px;
  7793. 858.  - }
  7794. 859.  - .feedback_row_title {
  7795. 860.  -   font-weight: bold;
  7796. 861.  -   padding-bottom: 5px;
  7797. 862.  - }
  7798. 863.  - .feedback_row_date {
  7799. 864.  -   color: #999;
  7800. 865.  -   max-width: 450px;
  7801. 866.  -   white-space: nowrap;
  7802. 867.  -   -o-text-overflow: ellipsis;
  7803. 868.  -   text-overflow: ellipsis;
  7804. 869.  -   overflow: hidden;
  7805. 870.  - }
  7806. 871.  - .wide_wall_module div.feedback_row .post_media.wall_audio  {
  7807. 872.  -   width: 450px;
  7808. 873.  - }
  7809. 874.  - .feedback_row_date_link {
  7810. 875.  -   color: #999;
  7811. 876.  - }
  7812. 877.  - .feedback_row_clickable_over .feedback_row_date_link, .feedback_row_clickable_over .feedback_row_date {
  7813. 878.  -   color: #879BB0;
  7814. 879.  - }
  7815. 880.  - .feedback_grouped_row .feedback_row_icon {
  7816. 881.  -   margin: 2px 0 0 38px;
  7817. 882.  -   width: 15px;
  7818. 883.  -   height: 11px;
  7819. 884.  -   background-image: url(/images/icons/feedback_iconset.gif?5);
  7820. 885.  -   background-repeat: no-repeat;
  7821. 886.  - }
  7822. 887.  - .feedback_like_row .feedback_row_icon {
  7823. 888.  -   background-position: 0 -16px;
  7824. 889.  - }
  7825. 890.  - .feedback_copy_row .feedback_row_icon {
  7826. 891.  -   background-position: 0 -32px;
  7827. 892.  -   height: 13px;
  7828. 893.  - }
  7829. 894.  - .feedback_friends_row .feedback_row_icon {
  7830. 895.  -   background-position: 0 -169px;
  7831. 896.  -   height: 13px;
  7832. 897.  - }
  7833. 898.  -
  7834. 899.  - .feedback_row_group_names .mem_link,
  7835. 900.  - .feedback_row_group_names .group_link {
  7836. 901.  -   font-weight: bold;
  7837. 902.  - }
  7838. 903.  - .feedback_row_group_photos {
  7839. 904.  -   padding-top: 7px;
  7840. 905.  - }
  7841. 906.  - .feedback_group_photo_wrap {
  7842. 907.  -   padding: 0 6px 6px 0;
  7843. 908.  - }
  7844. 909.  - .feedback_group_photo_wrap:last-child {
  7845. 910.  -   padding-right: 0;
  7846. 911.  - }
  7847. 912.  - a.feedback_group_photo {
  7848. 913.  -   display: block;
  7849. 914.  -   width: 32px;
  7850. 915.  -   height: 32px;
  7851. 916.  -   overflow: hidden;
  7852. 917.  - }
  7853. 918.  - img.feedback_group_photo {
  7854. 919.  -   width: 32px;
  7855. 920.  -   height: 32px;
  7856. 921.  - }
  7857. 922.  -
  7858. 923.  - /* Reply likes */
  7859. 924.  - .feedback_like_wrap {
  7860. 925.  -   position: absolute;
  7861. 926.  -   margin: -15px 0 0 584px;
  7862. 927.  - }
  7863. 928.  - .wall_module .feedback_like_wrap .like_wrap {
  7864. 929.  -   margin: 0;
  7865. 930.  -   padding: 0;
  7866. 931.  - }
  7867. 932.  - .wall_module .feedback_like_wrap .like_link {
  7868. 933.  -   display: none;
  7869. 934.  - }
  7870. 935.  - .wall_module .feedback_like_wrap .no_likes {
  7871. 936.  -   visibility: visible;
  7872. 937.  - }
  7873. 938.  - .wall_module .feedback_like_wrap .like_count {
  7874. 939.  -   display: none;
  7875. 940.  - }
  7876. 941.  - .wall_module .feedback_like_wrap .like_wrap div {
  7877. 942.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -49px no-repeat;
  7878. 943.  -   width: 14px;
  7879. 944.  -   height: 11px;
  7880. 945.  -   margin: 0;
  7881. 946.  -   opacity: 0.6;
  7882. 947.  -   filter: alpha(opacity=60);
  7883. 948.  - }
  7884. 949.  - .wall_module .feedback_like_wrap .like_wrap div.my_like {
  7885. 950.  -   opacity: 1;
  7886. 951.  -   filter: alpha(opacity=100);
  7887. 952.  - }
  7888. 953.  - /* Reply delete */
  7889. 954.  - .feedback_del_wrap {
  7890. 955.  -   position: absolute;
  7891. 956.  -   margin: 1px 0 0 585px;
  7892. 957.  - }
  7893. 958.  - .feedback_del {
  7894. 959.  -   cursor: pointer;
  7895. 960.  -   padding: 0;
  7896. 961.  -   margin: 0;
  7897. 962.  - }
  7898. 963.  - .feedback_del_icon {
  7899. 964.  -   background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
  7900. 965.  -   width: 11px;
  7901. 966.  -   height: 11px;
  7902. 967.  -   margin: 0;
  7903. 968.  -
  7904. 969.  -   opacity: 0.6;
  7905. 970.  -   filter: alpha(opacity=60);
  7906. 971.  - }
  7907. 972.  - .feedback_del_label {
  7908. 973.  -   color: #2B587A;
  7909. 974.  -   padding: 1px 0 0 7px;
  7910. 975.  - }
  7911. 976.  -
  7912. 977.  - .wall_module .feedback_ignored_row {
  7913. 978.  -   border-bottom: 1px solid #DAE1E8;
  7914. 979.  -   text-align: center;
  7915. 980.  -   line-height: 1.81em;
  7916. 981.  -   padding: 10px 0;
  7917. 982.  - }
  7918. 983.  - .feedback_ignored_flush {
  7919. 984.  -   line-height: 120%;
  7920. 985.  -   padding-top: 6px;
  7921. 986.  -   text-align: center;
  7922. 987.  - }
  7923. 988.  -
  7924. 989.  - .feedback_row_clickable .feedback_del_wrap,
  7925. 990.  - .feedback_row_clickable .feedback_like_wrap .like_wrap div {
  7926. 991.  -   display: none;
  7927. 992.  - }
  7928. 993.  -
  7929. 994.  - .feedback_row_clickable_over .feedback_del_wrap,
  7930. 995.  - .feedback_row_clickable .feedback_like_wrap .like_wrap div.my_like,
  7931. 996.  - .feedback_row_clickable_over .feedback_like_wrap .like_wrap div {
  7932. 997.  -   display: block;
  7933. 998.  - }
  7934. 999.  - .wall_module .feedback_row_answer .delete_post {
  7935. 1000.  -   width: 11px;
  7936. 1001.  -   padding-top: 2px;
  7937. 1002.  -   display: none;
  7938. 1003.  - }
  7939. 1004.  - .wall_module .feedback_row_answer .delete_post div {
  7940. 1005.  -   background-position: 0 0;
  7941. 1006.  -   width: 11px;
  7942. 1007.  -   height: 11px;
  7943. 1008.  -   opacity: 0.6;
  7944. 1009.  -   filter: alpha(opacity=0.6);
  7945. 1010.  - }
  7946. 1011.  - .wall_module .feedback_row_answer .dld,
  7947. 1012.  - .wall_module .feedback_reply_row .dld {
  7948. 1013.  -   color: #879BB0;
  7949. 1014.  -   padding: 1px 49px 3px;
  7950. 1015.  - }
  7951. 1016.  - .wall_module .feedback_row_answer .dld .dld {
  7952. 1017.  -   padding: 0;
  7953. 1018.  - }
  7954. 1019.  - .feedback_graphs_wrap {
  7955. 1020.  -   padding-bottom: 10px;
  7956. 1021.  -   border-bottom: 1px solid #DAE1E8;
  7957. 1022.  - }
  7958. 1023.  - .feedback_graphs_shadow_wrap {
  7959. 1024.  -   position: relative;
  7960. 1025.  - }
  7961. 1026.  - .feedback_graphs_shadow {
  7962. 1027.  -   background: #555;
  7963. 1028.  -   opacity: 0.12;
  7964. 1029.  -   filter: alpha(opacity=12);
  7965. 1030.  -   position: absolute;
  7966. 1031.  -   width: 599px;
  7967. 1032.  -   height: 3px;
  7968. 1033.  - }
  7969. 1034.  -
  7970. 1035.  -
  7971. 1036.  - /* Slider */
  7972. 1037.  - #feed_rate_slider_wrap {
  7973. 1038.  -   position: absolute;
  7974. 1039.  -   width: 100px;
  7975. 1040.  -   right: 32px;
  7976. 1041.  -   margin-top: -17px;
  7977. 1042.  - }
  7978. 1043.  - div.feed_rate_label {
  7979. 1044.  -   cursor: default;
  7980. 1045.  -   color: #8699AE;
  7981. 1046.  -   font-size: 1em;
  7982. 1047.  -   text-align: center;
  7983. 1048.  -   line-height: 1.18em;
  7984. 1049.  -   height: 13px;
  7985. 1050.  -   white-space: nowrap;
  7986. 1051.  - }
  7987. 1052.  - div.feed_rate_label b {
  7988. 1053.  -   color: #47688d;
  7989. 1054.  - }
  7990. 1055.  - #feed_rate_slider_scale {
  7991. 1056.  -   cursor: pointer;
  7992. 1057.  -   padding-top: 3px;
  7993. 1058.  - }
  7994. 1059.  - #feed_rate_slider_line {
  7995. 1060.  -   cursor: pointer;
  7996. 1061.  -   border-bottom: 1px solid #5F7D9D;
  7997. 1062.  - }
  7998. 1063.  - #feed_rate_slider {
  7999. 1064.  -   cursor: pointer;
  8000. 1065.  -   background: #5F7D9D;
  8001. 1066.  -   width: 11px;
  8002. 1067.  -   height: 4px;
  8003. 1068.  - }
  8004. 1069.  - .feed_rate_wait,
  8005. 1070.  - .feed_rate_wait #feed_rate_slider_scale,
  8006. 1071.  - .feed_rate_wait #feed_rate_slider_line,
  8007. 1072.  - .feed_rate_wait #feed_rate_slider {
  8008. 1073.  -   cursor: wait;
  8009. 1074.  - }
  8010. 1075.  -
  8011. 1076.  - .feed_rate_wait .feed_rate_label {
  8012. 1077.  -   cursor: wait;
  8013. 1078.  -   text-align: left;
  8014. 1079.  -   padding-left: 15px;
  8015. 1080.  - }
  8016. 1081.  - span.feed_rate_load_label,
  8017. 1082.  - .feed_rate_wait #feed_rate_slider_label {
  8018. 1083.  -   display: none;
  8019. 1084.  - }
  8020. 1085.  - .feed_rate_wait span.feed_rate_load_label {
  8021. 1086.  -   display: inline;
  8022. 1087.  - }
  8023. 1088.  - #feed_rate_mobile {
  8024. 1089.  -   display: none;
  8025. 1090.  -   text-align: right;
  8026. 1091.  -   margin-top: -6px;
  8027. 1092.  - }
  8028. 1093.  - #feed_rate_select {
  8029. 1094.  -   margin: 0;
  8030. 1095.  - }
  8031. 1096.  -
  8032. 1097.  - /* Slider tooltip */
  8033. 1098.  - .feed_side_tt table .tt_text {
  8034. 1099.  -   line-height: 120%;
  8035. 1100.  -   color: #000;
  8036. 1101.  -   padding: 10px;
  8037. 1102.  -   width: 200px;
  8038. 1103.  - }
  8039. 1104.  - .feed_side_tt_pointer {
  8040. 1105.  -   background: url(/images/ddtooltip.png) 0 0 no-repeat;
  8041. 1106.  -   width: 8px;
  8042. 1107.  -   height: 11px;
  8043. 1108.  -   position: absolute;
  8044. 1109.  -   left: -7px;
  8045. 1110.  -   top: 50px;
  8046. 1111.  -   overflow: hidden;
  8047. 1112.  -   z-index: 10;
  8048. 1113.  - }
  8049. 1114.  - #feed_rate_tt_place {
  8050. 1115.  -   width: 1px;
  8051. 1116.  -   height: 1px;
  8052. 1117.  - }
  8053. 1118.  -
  8054. 1119.  - /* Feedback page thumbs fixes */
  8055. 1120.  - #feed_wall .feedback_row a.page_post_thumb_wrap,
  8056. 1121.  - #feed_wall .feedback_row a.page_post_thumb_unsized {
  8057. 1122.  -   margin: 0 3px 3px 0;
  8058. 1123.  - }
  8059. 1124.  - #feed_wall .feedback_row  a.page_post_thumb_last_column {
  8060. 1125.  -   margin-right: 0;
  8061. 1126.  - }
  8062. 1127.  - #feed_wall .feedback_row  a.page_post_thumb_last_row {
  8063. 1128.  -   margin-bottom: 0;
  8064. 1129.  - }
  8065. 1130.  -
  8066. 1131.  - #feed_recom_rows,
  8067. 1132.  - #feed_recom_preview {
  8068. 1133.  -   padding: 5px 10px;
  8069. 1134.  - }
  8070. 1135.  - #feed_recom_more {
  8071. 1136.  -   display: block;
  8072. 1137.  -   margin: 0px 15px;
  8073. 1138.  -   color: #6A7989;
  8074. 1139.  -   background: #E9EDF1;
  8075. 1140.  -   height: 13px;
  8076. 1141.  -   padding: 9px 0px 8px;
  8077. 1142.  -   text-align: center;
  8078. 1143.  - }
  8079. 1144.  - #feed_recom_norows {
  8080. 1145.  -   color: #777;
  8081. 1146.  -   font-size: 13px;
  8082. 1147.  -   display: none;
  8083. 1148.  -   text-align: center;
  8084. 1149.  -   padding: 100px 20px;
  8085. 1150.  - }
  8086. 1151.  - #feed_recom_prg {
  8087. 1152.  -   margin: 0px auto;
  8088. 1153.  - }
  8089. 1154.  - #feed_recom_more:hover {
  8090. 1155.  -   text-decoration: none;
  8091. 1156.  - }
  8092. 1157.  - div.feed_recom {
  8093. 1158.  -   display: inline;
  8094. 1159.  -   display: inline-block;
  8095. 1160.  -   zoom: 1;
  8096. 1161.  -   width: 292px;
  8097. 1162.  -   padding: 10px 5px;
  8098. 1163.  - }
  8099. 1164.  - .feed_recoms_edit .feed_recom {
  8100. 1165.  -   width: 592px;
  8101. 1166.  - }
  8102. 1167.  - .feed_recom_edit:hover {
  8103. 1168.  -   cursor: pointer;
  8104. 1169.  -   text-decoration: underline;
  8105. 1170.  - }
  8106. 1171.  - .feed_recom_photo {
  8107. 1172.  -   width: 105px;
  8108. 1173.  -   height: 90px;
  8109. 1174.  -   overflow: hidden;
  8110. 1175.  - }
  8111. 1176.  - .feed_recom_img {
  8112. 1177.  -   width: 90px;
  8113. 1178.  -   vertical-align: top;
  8114. 1179.  - }
  8115. 1180.  - .feed_recom_lnk {
  8116. 1181.  -   color: #45688E;
  8117. 1182.  - }
  8118. 1183.  - .feed_recom_name {
  8119. 1184.  -   font-weight: bold;
  8120. 1185.  -   padding: 1px 0px 4px;
  8121. 1186.  - }
  8122. 1187.  - .feed_recom_desc,
  8123. 1188.  - .feed_recom_size {
  8124. 1189.  -   color: #777;
  8125. 1190.  -   padding: 3px 0px 4px;
  8126. 1191.  - }
  8127. 1192.  - .feed_recom_name,
  8128. 1193.  - .feed_recom_desc,
  8129. 1194.  - .feed_recom_size {
  8130. 1195.  -   width: 187px;
  8131. 1196.  -   overflow: hidden;
  8132. 1197.  -   -o-text-overflow: ellipsis;
  8133. 1198.  -   text-overflow: ellipsis;
  8134. 1199.  -   white-space: nowrap;
  8135. 1200.  - }
  8136. 1201.  - .feed_recom_info {
  8137. 1202.  -   width: 187px;
  8138. 1203.  - }
  8139. 1204.  - .feed_recom_right {
  8140. 1205.  -   width: 290px;
  8141. 1206.  - }
  8142. 1207.  - .feed_recom_label {
  8143. 1208.  -   color: #777;
  8144. 1209.  -   padding: 1px 10px 6px;
  8145. 1210.  -   width: 100px;
  8146. 1211.  - }
  8147. 1212.  - .feed_recom_labeled {
  8148. 1213.  -   padding: 1px 0px 6px;
  8149. 1214.  -   width: 170px;
  8150. 1215.  - }
  8151. 1216.  - .feed_recom_labeled .selector_container {
  8152. 1217.  -   margin: -5px -6px -4px;
  8153. 1218.  - }
  8154. 1219.  - .feed_recom_btn {
  8155. 1220.  -   margin-top: 7px;
  8156. 1221.  - }
  8157. 1222.  - .feed_recom_done {
  8158. 1223.  -   padding-top: 13px;
  8159. 1224.  -   color: #777;
  8160. 1225.  - }
  8161. 1226.  - .feed_recom_add,
  8162. 1227.  - .feed_recom_preview {
  8163. 1228.  -   background: #F7F7F7;
  8164. 1229.  -   padding: 10px;
  8165. 1230.  -   border-bottom: 1px solid #DAE1E8;
  8166. 1231.  - }
  8167. 1232.  - .feed_recom_preview {
  8168. 1233.  -   padding-top: 0px;
  8169. 1234.  - }
  8170. 1235.  - #feed_recom_add {
  8171. 1236.  -   width: 545px;
  8172. 1237.  -   background: white url(/images/magglass.png) no-repeat 5px 6px;
  8173. 1238.  -   outline: none;
  8174. 1239.  -   padding: 5px 40px 5px 20px;
  8175. 1240.  - }
  8176. 1241.  - #feed_recom_msg {
  8177. 1242.  -   display: none;
  8178. 1243.  -   line-height: 160%;
  8179. 1244.  -   margin: 15px 15px 0px;
  8180. 1245.  - }
  8181. 1246.  - .feed_recom_ignore {
  8182. 1247.  -   margin: 0px -20px -3px;
  8183. 1248.  - }
  8184. 1249.  - .feed_recom_filter {
  8185. 1250.  -   margin: 0px -5px;
  8186. 1251.  - }
  8187. 1252.  - .feed_recom_filter_txt {
  8188. 1253.  -   padding: 15px 10px 4px;
  8189. 1254.  -   width: 57px;
  8190. 1255.  -   color: #777;
  8191. 1256.  - }
  8192. 1257.  - .feed_recom_filter_cb {
  8193. 1258.  -   width: 80px;
  8194. 1259.  -   padding-top: 15px;
  8195. 1260.  - }
  8196. 1261.  - .feed_recom_filter_dd {
  8197. 1262.  -   padding: 10px 5px 0px;
  8198. 1263.  - }
  8199. 1264.  - .feed_recom_blocked {
  8200. 1265.  -   font-weight: bold;
  8201. 1266.  -   color: #800;
  8202. 1267.  - }
  8203. 1268.  - .feed_recom_nosearch {
  8204. 1269.  -   font-weight: bold;
  8205. 1270.  -   color: #BB6900;
  8206. 1271.  - }
  8207. 1272.  -
  8208. 1273.  - /* Feed articles thumbed links */
  8209. 1274.  - .feed_article {
  8210. 1275.  -   margin: 6px 0 10px 0;
  8211. 1276.  - }
  8212. 1277.  - .wall_module div.feed_article_desc_wrap {
  8213. 1278.  -   padding-right: 10px;
  8214. 1279.  -   line-height: 160%;
  8215. 1280.  -   min-height: 63px;
  8216. 1281.  -   max-height: 12.7em;
  8217. 1282.  -   overflow: hidden;
  8218. 1283.  -   -o-text-overflow: ellipsis;
  8219. 1284.  -   text-overflow: ellipsis;
  8220. 1285.  - }
  8221. 1286.  - div.feed_article_desc {
  8222. 1287.  -   color: #000;
  8223. 1288.  -   padding-top: 3px;
  8224. 1289.  - }
  8225. 1290.  - td.feed_article_thumb {
  8226. 1291.  -   cursor: pointer;
  8227. 1292.  -   background-position: 50% 0;
  8228. 1293.  -   background-repeat: no-repeat;
  8229. 1294.  - }
  8230. 1295.  - a.feed_article_thumb {
  8231. 1296.  -   display: block;
  8232. 1297.  -   width: 100px;
  8233. 1298.  -   overflow: hidden;
  8234. 1299.  -   line-height: 0;
  8235. 1300.  -   min-height: 63px;
  8236. 1301.  -   height: 100%;
  8237. 1302.  -   *height: 63px;
  8238. 1303.  - }
  8239. 1304.  - .feed_article_preview_btn {
  8240. 1305.  -   padding: 10px 0 0;
  8241. 1306.  - }
  8242. 1307.  - .feed_article_preview_btn .button_blue,
  8243. 1308.  - .feed_article_preview_btn button {
  8244. 1309.  -   width: 140px;
  8245. 1310.  - }
  8246. 1311.  - .feed_blog_cont {
  8247. 1312.  -   background: #F7F7F7;
  8248. 1313.  -   border-bottom: 1px solid #DAE1E8;
  8249. 1314.  -   padding: 15px 18px;
  8250. 1315.  -   display: block;
  8251. 1316.  -   text-align: center;
  8252. 1317.  -   color: #777777;
  8253. 1318.  -   -o-transition:all 200ms ease-in-out;
  8254. 1319.  -   -moz-transition:all 200ms ease-in-out;
  8255. 1320.  -   -webkit-transition:all 200ms ease-in-out;
  8256. 1321.  -   transition:all 200ms ease-in-out;
  8257. 1322.  -   position: relative;
  8258. 1323.  - }
  8259. 1324.  - .feed_blog_cont:hover {
  8260. 1325.  -   background: #F1F1F1;
  8261. 1326.  -   text-decoration: none;
  8262. 1327.  - }
  8263. 1328.  - .feed_blog_cont:active {
  8264. 1329.  -   padding-top: 16px;
  8265. 1330.  -   padding-bottom: 14px;
  8266. 1331.  - }
  8267. 1332.  - .feed_blog_close {
  8268. 1333.  -   background: url(/images/pics/statusx_op.gif) 3px 1px no-repeat;
  8269. 1334.  -   opacity: 0;
  8270. 1335.  -   filter: alpha(opacity=0);
  8271. 1336.  -   cursor: pointer;
  8272. 1337.  -   height: 17px;
  8273. 1338.  -   width: 17px;
  8274. 1339.  -   -o-transition:all 400ms ease-in-out;
  8275. 1340.  -   -moz-transition:all 400ms ease-in-out;
  8276. 1341.  -   -webkit-transition:all 400ms ease-in-out;
  8277. 1342.  -   transition:all 400ms ease-in-out;
  8278. 1343.  -   position: absolute;
  8279. 1344.  -   top: 15px;
  8280. 1345.  -   right: 6px;
  8281. 1346.  - }
  8282. 1347.  - .feed_blog_cont:hover .feed_blog_close:hover {
  8283. 1348.  -   opacity: 1;
  8284. 1349.  -   filter: alpha(opacity=100);
  8285. 1350.  - }
  8286. 1351.  - .feed_blog_cont:hover .feed_blog_close {
  8287. 1352.  -   opacity: 0.3;
  8288. 1353.  -   filter: alpha(opacity=30);
  8289. 1354.  - }
  8290. 1355.  -
  8291. 1356.  -
  8292. 1357.  - .feed_suggested_since {
  8293. 1358.  -   padding: 5px 15px 15px;
  8294. 1359.  - }
  8295. 1360.  -
  8296. 1361.  - .feed_searchext_wrap {
  8297. 1362.  -   clear: both;
  8298. 1363.  - }
  8299. 1364.  - #feed_search_sort {
  8300. 1365.  -   display: none;
  8301. 1366.  -   padding: 3px 0 0;
  8302. 1367.  - }
  8303. 1368.  - .feed_serachext_header {
  8304. 1369.  -   color: #45688E;
  8305. 1370.  -   font-weight: bold;
  8306. 1371.  -   padding: 15px 0 8px;
  8307. 1372.  - }
  8308. 1373.  - .feed_searchext_geo_wrap {
  8309. 1374.  -   height: 108px;
  8310. 1375.  -   width: 130px;
  8311. 1376.  - }
  8312. 1377.  - .feed_searchext_map_icon {
  8313. 1378.  -   background: url(/images/icons/attach_icons_2x.png?3) 0 -179px no-repeat;
  8314. 1379.  -   width: 40px;
  8315. 1380.  -   height: 40px;
  8316. 1381.  - }
  8317. 1382.  - #feed_searchext_map {
  8318. 1383.  -   cursor: pointer;
  8319. 1384.  -   padding: 20px 45px;
  8320. 1385.  -   background: #E1E4E8;
  8321. 1386.  -   position: relative;
  8322. 1387.  - }
  8323. 1388.  - #feed_searchext_map_delete_wrap {
  8324. 1389.  -   display: none;
  8325. 1390.  -   position: absolute;
  8326. 1391.  -   top: 0;
  8327. 1392.  -   right: 0;
  8328. 1393.  -   background: #222;
  8329. 1394.  -   background: rgba(0, 0, 0, 0.5);
  8330. 1395.  -   -webkit-border-radius: 3px;
  8331. 1396.  -   -moz-border-radius: 3px;
  8332. 1397.  -   border-radius: 3px;
  8333. 1398.  -   padding: 3px;
  8334. 1399.  -   cursor: pointer;
  8335. 1400.  -   margin-left: -13px;
  8336. 1401.  - }
  8337. 1402.  - .feed_searchext_map_delete {
  8338. 1403.  -   background: url("/images/notifier_close.gif") no-repeat scroll 0 0 transparent;
  8339. 1404.  -   opacity: 0.6;
  8340. 1405.  -   filter: alpha(opacity=60);
  8341. 1406.  -   width: 7px;
  8342. 1407.  -   height: 7px;
  8343. 1408.  - }
  8344. 1409.  - #feed_searchext_map_delete_wrap:hover .feed_searchext_map_delete {
  8345. 1410.  -   opacity: 0.8;
  8346. 1411.  -   filter: alpha(opacity=80);
  8347. 1412.  - }
  8348. 1413.  - .feed_searchext_map_selected .feed_searchext_map_icon {
  8349. 1414.  -   background: url('/images/map/small.png') 13px 8px no-repeat;
  8350. 1415.  - }
  8351. 1416.  - .feed_searchext_map_selected #feed_searchext_map_delete_wrap {
  8352. 1417.  -   display: block;
  8353. 1418.  - }
  8354. 1419.  - .feed_searchext_param {
  8355. 1420.  -   width: 140px;
  8356. 1421.  -   padding: 0 15px 5px 0;
  8357. 1422.  - }
  8358. 1423.  - .feed_searchext_param_dropdown {
  8359. 1424.  -   position: relative;
  8360. 1425.  - }
  8361. 1426.  - .feed_searchext_param_last_row .feed_serachext_header {
  8362. 1427.  -   padding-top: 11px;
  8363. 1428.  - }
  8364. 1429.  -
  8365. 1430.  - #feed_searchext_exclude,
  8366. 1431.  - #feed_searchext_link,
  8367. 1432.  - #feed_searchext_content {
  8368. 1433.  -   width: 132px;
  8369. 1434.  -   outline: none;
  8370. 1435.  - }
  8371. 1436.  -
  8372. 1437.  - .feed_since_photos {
  8373. 1438.  -   padding: 15px 15px 0;
  8374. 1439.  - }
  8375. 1440.  - .feed_since_photos .page_post_sized_thumbs {
  8376. 1441.  -   margin: 0;
  8377. 1442.  -   padding: 0;
  8378. 1443.  - }
  8379. 1444.  - .feed_since_photos .page_post_thumb_wrap {
  8380. 1445.  -   margin-right: 5px;
  8381. 1446.  - }
  8382. 1447.  - .feed_since_owners {
  8383. 1448.  -   padding: 15px 10px 0 9px;
  8384. 1449.  - }
  8385. 1450.  - .feed_since_owner_row {
  8386. 1451.  -   padding: 0 5px 0 6px;
  8387. 1452.  - }
  8388. 1453.  -
  8389. 1454.  - .feed_since_ownerph_wrap {
  8390. 1455.  -   position: relative;
  8391. 1456.  -   width: 90px;
  8392. 1457.  -   height: 90px;
  8393. 1458.  -   margin: 0px auto;
  8394. 1459.  -   overflow: hidden;
  8395. 1460.  - }
  8396. 1461.  - .feed_since_ownerph {
  8397. 1462.  -   position: absolute;
  8398. 1463.  -   color: #FFF;
  8399. 1464.  -   margin-top: 90px;
  8400. 1465.  -   background: #333;
  8401. 1466.  -   background: rgba(0, 0, 0, 0.5);
  8402. 1467.  -   width: 90px;
  8403. 1468.  -   height: 15px;
  8404. 1469.  -   line-height: 15px;
  8405. 1470.  -   padding: 4px 0px 6px 0px;
  8406. 1471.  -   text-align: center;
  8407. 1472.  -   filter: alpha(opacity=75);
  8408. 1473.  - }
  8409. 1474.  - @media all and (min-width:0) { /* IE9-10 */
  8410. 1475.  -   .feed_since_ownerph { filter: none; }
  8411. 1476.  - }
  8412. 1477.  - .feed_since_ownerph:hover {
  8413. 1478.  -   text-decoration: none;
  8414. 1479.  - }
  8415. 1480.  - .feed_since_ownerph_label {
  8416. 1481.  -   opacity: 0.75;
  8417. 1482.  -   -webkit-transition: opacity 100ms linear;
  8418. 1483.  -   -moz-transition: opacity 100ms linear;
  8419. 1484.  -   -o-transition: opacity 100ms linear;
  8420. 1485.  -   transition: opacity 100ms linear;
  8421. 1486.  -   padding: 0px 0px 1px 20px;
  8422. 1487.  -   background: url(/images/icons/photo_icons.png?2) no-repeat left -62px;
  8423. 1488.  - }
  8424. 1489.  - .is_rtl1 .feed_since_ownerph_label {
  8425. 1490.  -   padding: 0px 20px 1px 0px;
  8426. 1491.  -   background-position: right -62px;
  8427. 1492.  - }
  8428. 1493.  - .feed_since_ownerph:hover .feed_since_ownerph_label {
  8429. 1494.  -   opacity: 1;
  8430. 1495.  - }
  8431. 1496.  - .feed_since_owner_tt .tt_text {
  8432. 1497.  -   width: 100px;
  8433. 1498.  -   text-align: center;
  8434. 1499.  -   max-height: 100px;
  8435. 1500.  -   overflow: hidden;
  8436. 1501.  -   text-overflow: ellipsis;
  8437. 1502.  - }
  8438. 1503.  - .feed_since_owner_tt .toup1 .bottom_pointer {
  8439. 1504.  -   margin: 0 52px;
  8440. 1505.  - }
  8441. 1506.  - .feed_found_photos .page_post_sized_thumbs {
  8442. 1507.  -   margin: 6px 0 0;
  8443. 1508.  - }
  8444. 1509.  - .feed_row:last-child .feed_found_photos .page_post_sized_thumbs {
  8445. 1510.  -   margin-bottom: 10px;
  8446. 1511.  - }
  8447. 1512.  -
  8448. 1513.  -
  8449. 1514.  -
  8450. 1515.  - #feed_list_name_wrap {
  8451. 1516.  -   border-bottom: 1px solid #DAE1E8;
  8452. 1517.  -   padding: 10px;
  8453. 1518.  - }
  8454. 1519.  - #feed_list_name {
  8455. 1520.  -   width: 150px;
  8456. 1521.  -   height: 13px;
  8457. 1522.  -   padding: 4px 5px 5px;
  8458. 1523.  - }
  8459. ------
Advertisement
Add Comment
Please, Sign In to add comment