Hormold

VK Change (#1384989303)

Nov 20th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 67.01 KB | None | 0 0
  1. Файл - tooltips.css (Старый размер - 15657 | Новый - 0):
  2. 0.  - #tooltips_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - .tt, .ttb {
  7. 5.  -   position: absolute;
  8. 6.  -   z-index: 2000;
  9. 7.  -   cursor: default;
  10. 8.  - }
  11. 9.  - .tt .side_sh {
  12. 10.  -   opacity: 0.05;
  13. 11.  -   filter: alpha(opacity=5);
  14. 12.  -   background: #000;
  15. 13.  -   overflow: hidden;
  16. 14.  -   width: 1px;
  17. 15.  -   display: none;
  18. 16.  - }
  19. 17.  - .tt .outer .side_sh {
  20. 18.  -   opacity: 0.12;
  21. 19.  -   filter: alpha(opacity=12);
  22. 20.  - }
  23. 21.  - .tt .bottom_sh {
  24. 22.  -   opacity: 0.05;
  25. 23.  -   filter: alpha(opacity=5);
  26. 24.  -   background: #000;
  27. 25.  -   overflow: hidden;
  28. 26.  -   height: 1px;
  29. 27.  -   line-height: 1px;
  30. 28.  - }
  31. 29.  - .tt .top_pointer, .tt .bottom_pointer {
  32. 30.  -   display: none;
  33. 31.  -   position: relative;
  34. 32.  -   bottom: -1px;
  35. 33.  -   height: 8px;
  36. 34.  -   width: 11px;
  37. 35.  -   margin: 0px 20px;
  38. 36.  -   overflow: hidden;
  39. 37.  - }
  40. 38.  - .tt .bottom_pointer {
  41. 39.  -   bottom: auto;
  42. 40.  -   top: -3px;
  43. 41.  - }
  44. 42.  - .tt .outer .bottom_sh {
  45. 43.  -   opacity: 0.12;
  46. 44.  -   filter: alpha(opacity=12);
  47. 45.  - }
  48. 46.  - .tt.rich .side_sh {
  49. 47.  -   display: table-cell;
  50. 48.  - }
  51. 49.  - .tt .tt_text {
  52. 50.  -   background: #FFF;
  53. 51.  -   border: 1px solid #96AABE;
  54. 52.  -   padding: 2px 5px 3px;
  55. 53.  -   color: #2C587D;
  56. 54.  - }
  57. 55.  -
  58. 56.  - .wall_tt .toup .top_pointer,
  59. 57.  - .mobile_tt .toup .top_pointer,
  60. 58.  - .verified_tt .toup .top_pointer,
  61. 59.  - .gifts_tt .toup .top_pointer,
  62. 60.  - .board_tt .toup .top_pointer {
  63. 61.  -   margin-right: 0px;
  64. 62.  -   margin-left: 64px;
  65. 63.  -   display: block;
  66. 64.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  67. 65.  - }
  68. 66.  - .wall_tt .toup1 .bottom_pointer,
  69. 67.  - .mobile_tt .toup1 .bottom_pointer,
  70. 68.  - .verified_tt .toup1 .bottom_pointer,
  71. 69.  - .gifts_tt .toup1 .bottom_pointer,
  72. 70.  - .board_tt .toup1 .bottom_pointer {
  73. 71.  -   margin-right: 0px;
  74. 72.  -   margin-left: 64px;
  75. 73.  -   display: block;
  76. 74.  -   background: url(/images/tooltip_arrow_white.png) no-repeat;
  77. 75.  - }
  78. 76.  - .settings_comments_disabled_tt .toup1 .bottom_pointer {
  79. 77.  -   margin: 0 158px;
  80. 78.  - }
  81. 79.  - .mobile_tt .toup .top_pointer,
  82. 80.  - .mobile_tt .toup1 .bottom_pointer {
  83. 81.  -   margin-left: 34px;
  84. 82.  - }
  85. 83.  - .mobile_tt_right .toup .top_pointer,
  86. 84.  - .mobile_tt_right .toup1 .bottom_pointer {
  87. 85.  -   margin-left: 277px;
  88. 86.  - }
  89. 87.  - .verified_tt .toup .top_pointer,
  90. 88.  - .verified_tt .toup1 .bottom_pointer {
  91. 89.  -   margin-left: 94px;
  92. 90.  - }
  93. 91.  - .fwd_reply_tt table.toup .top_pointer,
  94. 92.  - .fwd_reply_tt table.toup1 .bottom_pointer {
  95. 93.  -   margin-left: 309px;
  96. 94.  - }
  97. 95.  - .gifts_tt .toup .top_pointer,
  98. 96.  - .gifts_tt .toup1 .bottom_pointer {
  99. 97.  -   margin-left: 91px;
  100. 98.  - }
  101. 99.  - .fw_reply_tt .fw_reply_date {
  102. 100.  -   max-width: 300px;
  103. 101.  -   white-space: nowrap;
  104. 102.  -   -o-text-overflow: ellipsis;
  105. 103.  -   text-overflow: ellipsis;
  106. 104.  -   overflow: hidden;
  107. 105.  - }
  108. 106.  - .wall_tt.bottom table.toup1 .bottom_pointer,
  109. 107.  - .board_tt.bottom table.toup1 .bottom_pointer {
  110. 108.  -   background: url(/images/tooltip_arrow_down.gif) no-repeat;
  111. 109.  - }
  112. 110.  - .wall_tt .wall_module .like_wrap,
  113. 111.  - .wall_tt .wall_module .reply_link_wrap,
  114. 112.  - .wall_tt .wall_module .reply_link_wrap small,
  115. 113.  - .wall_tt .wall_module .info_footer {
  116. 114.  -   font-size: 1em;
  117. 115.  - }
  118. 116.  - .gifts_tt .bottom_sh {
  119. 117.  -   display: none;
  120. 118.  - }
  121. 119.  - .gifts_tt .bottom_pointer {
  122. 120.  -   top: -2px;
  123. 121.  - }
  124. 122.  - .gifts_tt table table {
  125. 123.  -   -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  126. 124.  -   -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  127. 125.  -   box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  128. 126.  - }
  129. 127.  -
  130. 128.  - .wall_tt .header,
  131. 129.  - .verified_tt_header,
  132. 130.  - .mott_header {
  133. 131.  -   color: #45688E;
  134. 132.  -   font-weight: bold;
  135. 133.  -   overflow: hidden;
  136. 134.  -   margin: 0px 0px 6px;
  137. 135.  - }
  138. 136.  - .mott_header a {
  139. 137.  -   color: #45688E;
  140. 138.  - }
  141. 139.  - .verified_tt_text,
  142. 140.  - .mott_text {
  143. 141.  -   line-height: 160%;
  144. 142.  - }
  145. 143.  - .wall_tt .bottom {
  146. 144.  -   background: #EEF2F6;
  147. 145.  -   border-top: 1px solid #CCD3DC;
  148. 146.  -   padding: 8px 10px;
  149. 147.  - }
  150. 148.  - .wall_tt .wrap,
  151. 149.  - .bp_tt_wrap,
  152. 150.  - .mott_wrap,
  153. 151.  - .verified_tt_wrap,
  154. 152.  - .gifts_tt_wrap {
  155. 153.  -   border: 1px solid #AEBDCC;
  156. 154.  -   background: #FFF;
  157. 155.  - }
  158. 156.  - .gifts_tt_wrap {
  159. 157.  -   border: 1px solid #96AABE;
  160. 158.  - }
  161. 159.  - .wall_tt .open_graph span {
  162. 160.  -   color: #777;
  163. 161.  - }
  164. 162.  - .wall_tt div.thumb {
  165. 163.  -   margin: 0px 10px 10px 0px;
  166. 164.  - }
  167. 165.  - .wall_tt div.thumb img {
  168. 166.  -   max-width: 200px;
  169. 167.  - }
  170. 168.  - .wall_tt table.withphoto td {
  171. 169.  -   vertical-align: top;
  172. 170.  -   padding: 0px 10px;
  173. 171.  - }
  174. 172.  - .wall_tt table.withphoto td.thumb {
  175. 173.  -   padding: 3px 0px 0px;
  176. 174.  - }
  177. 175.  - .wall_mvkcom_tt .text_content {
  178. 176.  -   line-height: 160%;
  179. 177.  - }
  180. 178.  - .mott_content {
  181. 179.  -   max-width: 315px;
  182. 180.  -   width: auto !important;
  183. 181.  -   width: 315px;
  184. 182.  -   padding: 10px;
  185. 183.  -   overflow: hidden;
  186. 184.  - }
  187. 185.  - * html .mott_content {
  188. 186.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 315) ? this.flag = '315px' : 'auto' : '');
  189. 187.  - }
  190. 188.  - .verified_tt_content {
  191. 189.  -   max-width: 270px;
  192. 190.  -   width: auto !important;
  193. 191.  -   width: 270px;
  194. 192.  -   padding: 10px;
  195. 193.  -   overflow: hidden;
  196. 194.  - }
  197. 195.  - * html .verified_tt_content {
  198. 196.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 270) ? this.flag = '270px' : 'auto' : '');
  199. 197.  - }
  200. 198.  - .verified_group_tt .verified_tt_content {
  201. 199.  -   max-width: 240px;
  202. 200.  -   width: auto !important;
  203. 201.  -   width: 240px;
  204. 202.  - }
  205. 203.  - * html .verified_group_tt .verified_tt_content {
  206. 204.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 240) ? this.flag = '240px' : 'auto' : '');
  207. 205.  - }
  208. 206.  - .wall_tt .content {
  209. 207.  -   min-width: 80px;
  210. 208.  -   max-width: 360px;
  211. 209.  -   width: auto !important;
  212. 210.  -   width: 360px;
  213. 211.  -   padding: 10px;
  214. 212.  -   overflow: hidden;
  215. 213.  - }
  216. 214.  - * html .wall_tt .content {
  217. 215.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 360) ? this.flag = '360px' : 'auto' : '');
  218. 216.  - }
  219. 217.  - div.own_reply_tt .content {
  220. 218.  -   max-width: 396px;
  221. 219.  -   width: auto !important;
  222. 220.  -   width: 396px;
  223. 221.  - }
  224. 222.  - * html div.own_reply_tt .content {
  225. 223.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 396) ? this.flag = '396px' : 'auto' : '');
  226. 224.  - }
  227. 225.  - .wall_tt .wk_photo {
  228. 226.  -   max-width: 358px !important;
  229. 227.  -   height: auto !important;
  230. 228.  - }
  231. 229.  - .wall_tt .audio .title_wrap {
  232. 230.  -   width: 215px;
  233. 231.  - }
  234. 232.  - .wall_tt .audio .title_wrap b {
  235. 233.  -   max-width: 150px;
  236. 234.  - }
  237. 235.  -
  238. 236.  - .wall_mvkcom_tt .content {
  239. 237.  -   max-width: 365px;
  240. 238.  -   width: auto !important;
  241. 239.  -   width: 365px;
  242. 240.  - }
  243. 241.  -
  244. 242.  - .wall_checkin_tt .label {
  245. 243.  -   width: 80px;
  246. 244.  -   color: #777;
  247. 245.  -   padding: 2px 0px;
  248. 246.  - }
  249. 247.  - .wall_checkin_tt .header {
  250. 248.  -   border-bottom: 1px solid #DAE1E8;
  251. 249.  -   margin-bottom: 4px;
  252. 250.  - }
  253. 251.  - .wall_checkin_tt .header span {
  254. 252.  -   display: block;
  255. 253.  -   color: #777;
  256. 254.  -   font-weight: normal;
  257. 255.  -   font-size: 0.9em;
  258. 256.  -   margin: 2px 0px;
  259. 257.  - }
  260. 258.  -
  261. 259.  - .wall_poll_tt .content table {
  262. 260.  -   width: 300px;
  263. 261.  - }
  264. 262.  - .wall_poll_tt .radiobtn {
  265. 263.  -   padding: 4px 0px;
  266. 264.  - }
  267. 265.  - .wall_poll_tt .wall_poll_row {
  268. 266.  -   background: #FAFAFA;
  269. 267.  -   width: 95%;
  270. 268.  - }
  271. 269.  - .wall_poll_tt .wall_poll_row_desc {
  272. 270.  -   padding: 2px 4px;
  273. 271.  - }
  274. 272.  - .wall_poll_tt .wall_poll_text {
  275. 273.  -   padding: 7px 2px 2px;
  276. 274.  - }
  277. 275.  - .wall_poll_tt .wall_poll_percent {
  278. 276.  -   background: #DAE1E8;
  279. 277.  -   border-top: 1px solid #CAD1E9;
  280. 278.  -   height: 14px;
  281. 279.  - }
  282. 280.  -
  283. 281.  - .share_tt table.toup .top_pointer {
  284. 282.  -   margin-right: 0px;
  285. 283.  -   margin-left: 15px;
  286. 284.  -   display: block;
  287. 285.  -   background: url(/images/like_tooltip_arrow.gif) no-repeat;
  288. 286.  - }
  289. 287.  - .share_tt table.toup1 .bottom_pointer {
  290. 288.  -   display: block;
  291. 289.  -   margin: 0px 15px;
  292. 290.  -   background: url(/images/like_tooltip_arrow.gif) no-repeat left -8px;
  293. 291.  - }
  294. 292.  - .share_tt .content {
  295. 293.  -   padding: 5px;
  296. 294.  -   border: 1px solid #AEBDCC;
  297. 295.  -   background: #F7F7F7;
  298. 296.  -   color: #2B587A;
  299. 297.  - }
  300. 298.  -
  301. 299.  - .invite_tt table .tt_text {
  302. 300.  -   color: #000;
  303. 301.  -   padding: 12px 16px;
  304. 302.  -   line-height: 160%;
  305. 303.  -   width: 385px;
  306. 304.  - }
  307. 305.  - .invite_tt table.toup .top_pointer {
  308. 306.  -   display: block;
  309. 307.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  310. 308.  - }
  311. 309.  - #top_invite_hint {
  312. 310.  -   position: absolute;
  313. 311.  -   width: 1px;
  314. 312.  -   height: 1px;
  315. 313.  -   margin-top: -30px;
  316. 314.  -   margin-left: 220px;
  317. 315.  - }
  318. 316.  - #invite_hint_img {
  319. 317.  -   background: url(/images/relatives.gif?2) no-repeat left top;
  320. 318.  -   width: 59px;
  321. 319.  -   height: 30px;
  322. 320.  -   margin: 2px 0px 0px 0px;
  323. 321.  - }
  324. 322.  - #invite_hint_close {
  325. 323.  -   right: 3px;
  326. 324.  -   position: absolute;
  327. 325.  -   top: 13px;
  328. 326.  -   width: 18px;
  329. 327.  -   height: 18px;
  330. 328.  -   background: url(/images/hide_left.gif) no-repeat center center;
  331. 329.  -   filter: alpha(opacity=50);
  332. 330.  -   opacity: 0.5;
  333. 331.  -   cursor: pointer;
  334. 332.  - }
  335. 333.  -
  336. 334.  - .bp_tt_content {
  337. 335.  -   max-width: 450px;
  338. 336.  -   width: auto !important;
  339. 337.  -   width: 450px;
  340. 338.  -   padding: 1px;
  341. 339.  -   overflow: hidden;
  342. 340.  - }
  343. 341.  - * html .bp_tt_content {
  344. 342.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 450) ? this.flag = '450px' : 'auto' : '');
  345. 343.  - }
  346. 344.  - .bp_tt_content .bp_text {
  347. 345.  -   width: 367px;
  348. 346.  - }
  349. 347.  - .bp_tt_content .bp_post {
  350. 348.  -   width: 432px;
  351. 349.  - }
  352. 350.  - .board_tt table.toup .top_pointer {
  353. 351.  -   margin-right: 0px;
  354. 352.  -   margin-left: 84px;
  355. 353.  - }
  356. 354.  - .board_tt table.toup1 .bottom_pointer {
  357. 355.  -   margin-right: 0px;
  358. 356.  -   margin-left: 84px;
  359. 357.  - }
  360. 358.  - .bp_tt_header {
  361. 359.  -   color: #36638E;
  362. 360.  -   font-weight: bold;
  363. 361.  -   overflow: hidden;
  364. 362.  -   padding: 10px 10px 6px;
  365. 363.  - }
  366. 364.  - .bp_tt_doc {
  367. 365.  -   padding: 0px 10px 10px;
  368. 366.  - }
  369. 367.  - .bp_tt_docsize {
  370. 368.  -   color: #777;
  371. 369.  - }
  372. 370.  -
  373. 371.  - .preq_wrap {
  374. 372.  -   border: 1px solid #96aabe;
  375. 373.  -   width: 243px;
  376. 374.  -   overflow: hidden;
  377. 375.  -   background: #FFF;
  378. 376.  - }
  379. 377.  - .preq_bottom {
  380. 378.  -   border-top: 1px solid #dae1e8;
  381. 379.  -   background: #F7F7F7;
  382. 380.  -   padding: 9px 10px 8px;
  383. 381.  - }
  384. 382.  - .preq_content {
  385. 383.  -   line-height: 160%;
  386. 384.  -   padding: 8px 14px 7px;
  387. 385.  - }
  388. 386.  - .preq_friend {
  389. 387.  -   line-height: 160%;
  390. 388.  -   padding: 8px 14px 9px;
  391. 389.  - }
  392. 390.  - .preq_header {
  393. 391.  -   color: #36638E;
  394. 392.  -   font-weight: bold;
  395. 393.  -   overflow: hidden;
  396. 394.  -   margin: 0px 3px 5px;
  397. 395.  - }
  398. 396.  - #preq_text {
  399. 397.  -   line-height: 160%;
  400. 398.  -   padding: 0px 3px 3px;
  401. 399.  -   color: #777;
  402. 400.  - }
  403. 401.  - #preq_input {
  404. 402.  -   width: 215px;
  405. 403.  -   height: 14px;
  406. 404.  -   vertical-align: top;
  407. 405.  -   resize: none;
  408. 406.  -   margin: 1px 0px 2px;
  409. 407.  -   outline: none;
  410. 408.  - }
  411. 409.  - #preq_buttons {
  412. 410.  -   padding-top: 6px;
  413. 411.  -   display: none;
  414. 412.  - }
  415. 413.  - #preq_warn {
  416. 414.  -   padding: 6px 0px 2px;
  417. 415.  -   color: #777;
  418. 416.  -   display: none;
  419. 417.  - }
  420. 418.  - .preq_tt .top_pointer {
  421. 419.  -   margin-left: 63px;
  422. 420.  -   margin-right: 63px;
  423. 421.  -   display: block;
  424. 422.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  425. 423.  - }
  426. 424.  -
  427. 425.  -
  428. 426.  - /* Like black tooltip */
  429. 427.  - .like_tt,
  430. 428.  - .poll_tt,
  431. 429.  - .mention_tt {
  432. 430.  -   color: #FFF;
  433. 431.  -   cursor: pointer;
  434. 432.  -   background: url('/images/mv_bg.png');
  435. 433.  -   background: rgba(0, 0, 0, 0.7);
  436. 434.  -
  437. 435.  -   -moz-border-radius: 5px;
  438. 436.  -   -webkit-border-radius: 5px;
  439. 437.  -   border-radius: 5px;
  440. 438.  -
  441. 439.  -   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  442. 440.  -    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  443. 441.  -    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  444. 442.  -
  445. 443.  -   /* padding: 10px; */
  446. 444.  -   /*width: 320px;*/
  447. 445.  -   text-shadow: 0px 1px 0px #262626;
  448. 446.  - }
  449. 447.  - .like_tt table.toup1 .bottom_pointer,
  450. 448.  - .mention_tt table.toup1 .bottom_pointer,
  451. 449.  - .poll_tt table.toup1 .bottom_pointer {
  452. 450.  -   margin-right: 0px;
  453. 451.  -   margin-left: 64px;
  454. 452.  -   display: block;
  455. 453.  -   background: url(/images/icons/like_icons_bl.png) -2px -47px no-repeat;
  456. 454.  -   width: 13px;
  457. 455.  -   height: 7px;
  458. 456.  -   position: absolute;
  459. 457.  -   bottom: -7px;
  460. 458.  -   top: auto;
  461. 459.  - }
  462. 460.  - .like_tt table.toup .top_pointer,
  463. 461.  - .mention_tt table.toup .top_pointer,
  464. 462.  - .poll_tt table.toup .top_pointer {
  465. 463.  -   margin-right: 0px;
  466. 464.  -   margin-left: 64px;
  467. 465.  -   display: block;
  468. 466.  -   bottom: -2px;
  469. 467.  -   background: url(/images/icons/like_icons_bl.png) -2px -58px no-repeat;
  470. 468.  -   width: 13px;
  471. 469.  -   height: 7px;
  472. 470.  -   position: absolute;
  473. 471.  -   top: -6px;
  474. 472.  -   bottom: auto;
  475. 473.  - }
  476. 474.  - .like_tt .header,
  477. 475.  - .poll_tt .header {
  478. 476.  -   cursor: pointer;
  479. 477.  - }
  480. 478.  - .like_tt .header .like_head_wrap,
  481. 479.  - .poll_tt .header .poll_tt_head_wrap {
  482. 480.  -   padding: 8px 9px 3px;
  483. 481.  -   font-weight: bold;
  484. 482.  - }
  485. 483.  - .like_tt .content table {
  486. 484.  -   position: relative;
  487. 485.  - }
  488. 486.  - .like_tt .content,
  489. 487.  - .poll_tt .content {
  490. 488.  -   width: 210px;
  491. 489.  -   padding: 5px 10px 7px;
  492. 490.  - }
  493. 491.  - .like_tt .content .hider,
  494. 492.  - .poll_tt .content .hider {
  495. 493.  -   width: 210px;
  496. 494.  -   height: 33px;
  497. 495.  -   position: relative;
  498. 496.  -   overflow: hidden;
  499. 497.  - }
  500. 498.  - .like_tt_usr,
  501. 499.  - .poll_tt_usr {
  502. 500.  -   display: block;
  503. 501.  -   height: 30px;
  504. 502.  -   width: 30px;
  505. 503.  -   margin-right: 6px;
  506. 504.  -
  507. 505.  -   -moz-border-radius: 3px;
  508. 506.  -   -webkit-border-radius: 3px;
  509. 507.  -   border-radius: 3px;
  510. 508.  -
  511. 509.  -   -moz-box-shadow: 0 1px 1px rgba(0,0,0, 0.3);
  512. 510.  -   -webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.3);
  513. 511.  -   box-shadow: 0 1px 1px rgba(0,0,0, 0.3);
  514. 512.  -   overflow: hidden;
  515. 513.  - }
  516. 514.  - .like_tt .like_tt_stats_photo,
  517. 515.  - .poll_tt .poll_tt_stats_photo {
  518. 516.  -   -moz-border-radius: 3px;
  519. 517.  -   -webkit-border-radius: 3px;
  520. 518.  -   border-radius: 3px;
  521. 519.  - }
  522. 520.  - .like_tt .like_tt_clubs {
  523. 521.  -   text-decoration: none;
  524. 522.  -   margin-top: 3px;
  525. 523.  -   width: 11px;
  526. 524.  -   height: 11px;
  527. 525.  -   background: url(/images/icons/like_icons_bl.png) -3px -32px no-repeat;
  528. 526.  -   cursor: pointer;
  529. 527.  - }
  530. 528.  - .like_tt .bottom {
  531. 529.  -   padding: 0 10px 9px;
  532. 530.  - }
  533. 531.  - .like_tt .bottom .checkbox,
  534. 532.  - .like_tt .like_tt_clubs {
  535. 533.  -   opacity: 0.75;
  536. 534.  -   filter: alpha(opacity=75);
  537. 535.  -   -webkit-transition: background-color 100ms ease-out;
  538. 536.  -   -moz-transition: background-color 100ms ease-out;
  539. 537.  -   -o-transition: background-color 100ms ease-out;
  540. 538.  -   transition: background-color 100ms ease-out;
  541. 539.  -   -webkit-transition: opacity 100ms ease-out;
  542. 540.  -   -moz-transition: opacity 100ms ease-out;
  543. 541.  -   -o-transition: opacity 100ms ease-out;
  544. 542.  -   transition: opacity 100ms ease-out;
  545. 543.  - }
  546. 544.  - .like_tt .bottom .checkbox:hover,
  547. 545.  - .like_tt .like_tt_clubs:hover {
  548. 546.  -   opacity: 1;
  549. 547.  -   filter: none;
  550. 548.  - }
  551. 549.  - .like_tt .bottom .checkbox div {
  552. 550.  -   background: url(/images/icons/like_icons_bl.png) -2px 0 no-repeat;
  553. 551.  -   width: 14px;
  554. 552.  -   height: 12px;
  555. 553.  -   margin-top: 1px;
  556. 554.  - }
  557. 555.  - .like_tt .bottom .on div {
  558. 556.  -   background: url(/images/icons/like_icons_bl.png) -2px -15px no-repeat;
  559. 557.  -   width: 15px;
  560. 558.  -   height: 12px;
  561. 559.  -   margin-top: 2px;
  562. 560.  - }
  563. 561.  - .like_tt .like_published_label,
  564. 562.  - .like_tt .bottom .on .like_publish_label {
  565. 563.  -   display: none;
  566. 564.  - }
  567. 565.  - .like_tt .bottom .on .like_published_label {
  568. 566.  -   display: inline;
  569. 567.  - }
  570. 568.  - .like_tt .side_sh,
  571. 569.  - .like_tt .bottom_sh,
  572. 570.  - .mention_tt .side_sh,
  573. 571.  - .mention_tt .bottom_sh {
  574. 572.  -   display: none;
  575. 573.  - }
  576. 574.  - .like_tt .bottom .checkbox {
  577. 575.  -   /*color: #2B587A;*/
  578. 576.  - }
  579. 577.  - /* Black */
  580. 578.  - .ttb_cont {
  581. 579.  -   background: url('/images/ttb_bg.png');
  582. 580.  -   background: rgba(0,0,0,0.7);
  583. 581.  -   border-radius: 3px;
  584. 582.  -   padding: 4px 7px 4px;
  585. 583.  -   color: #FFFFFF;
  586. 584.  -   font-size: 1em;
  587. 585.  -   font-weight: bold;
  588. 586.  - }
  589. 587.  - .rich .ttb_cont {
  590. 588.  -   background: url('/images/ttb_bg.png');
  591. 589.  -   background: rgba(0,0,0,0.7);
  592. 590.  -   -webkit-border-radius: 5px;
  593. 591.  -   -khtml-border-radius: 5px;
  594. 592.  -   -moz-border-radius: 5px;
  595. 593.  -   border-radius: 5px;
  596. 594.  -   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  597. 595.  -   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  598. 596.  -   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  599. 597.  - }
  600. 598.  - .ttb .top_pointer, .ttb .bottom_pointer {
  601. 599.  -   display: none;
  602. 600.  -   position: relative;
  603. 601.  -   float: left;
  604. 602.  -   bottom: -1px;
  605. 603.  -   height: 5px;
  606. 604.  -   width: 9px;
  607. 605.  -   margin: 0px 15px;
  608. 606.  -   overflow: hidden;
  609. 607.  - }
  610. 608.  - .ttb .top_pointer {
  611. 609.  -   margin: -5px 15px;
  612. 610.  - }
  613. 611.  - .ttb .toup1 .bottom_pointer {
  614. 612.  -   display: block;
  615. 613.  -   bottom: auto;
  616. 614.  -   opacity: 0.7;
  617. 615.  -   filter: alpha(opacity=70);
  618. 616.  -   background: url('/images/blacktip.gif') 0px -5px;
  619. 617.  - }
  620. 618.  - .is_2x .ttb .toup1 .bottom_pointer {
  621. 619.  -   background-image: url('/images/blacktip_2x.gif');
  622. 620.  -   background-size: 9px 10px;
  623. 621.  - }
  624. 622.  - .ttb .toleft .bottom_pointer,.ttb .toleft .top_pointer {
  625. 623.  -   position: relative;
  626. 624.  -   float: right;
  627. 625.  - }
  628. 626.  - .ttb .toup .top_pointer {
  629. 627.  -   display: block;
  630. 628.  -   bottom: auto;
  631. 629.  -   opacity: 0.7;
  632. 630.  -   background: url('/images/blacktip.gif') 0px 0px;
  633. 631.  - }
  634. 632.  - .ttb.rich .bottom_pointer {
  635. 633.  -   background: url(/images/icons/like_icons_bl.png) -2px -47px no-repeat;
  636. 634.  -   width: 13px;
  637. 635.  -   height: 7px;
  638. 636.  -   opacity: 1;
  639. 637.  -   filter: none
  640. 638.  - }
  641. 639.  - .ttb a {
  642. 640.  -   color: #B1DAFF;
  643. 641.  - }
  644. 642.  -
  645. 643.  -
  646. 644.  - /* Wall mentions tooltip */
  647. 645.  - .mention_tt {
  648. 646.  -   cursor: default;
  649. 647.  - }
  650. 648.  - .mention_tt_t {
  651. 649.  -   margin: 10px 10px 10px;
  652. 650.  -   width: 270px;
  653. 651.  - }
  654. 652.  - .mention_tt_t td {
  655. 653.  -   vertical-align: top;
  656. 654.  - }
  657. 655.  - .mention_tt a {
  658. 656.  -   /*color: #AAA;*/
  659. 657.  -   /*color: #B1DAFF;*/
  660. 658.  -   color: #CCC;
  661. 659.  - }
  662. 660.  - td.mention_tt_photo {
  663. 661.  -   width: 113px;
  664. 662.  - }
  665. 663.  - a.mention_tt_photo {
  666. 664.  -   display: block;
  667. 665.  -   overflow: hidden;
  668. 666.  -
  669. 667.  -   -moz-border-radius: 3px;
  670. 668.  -   -webkit-border-radius: 3px;
  671. 669.  -   border-radius: 3px;
  672. 670.  -
  673. 671.  -   -moz-box-shadow: 0 1px 2px #111;
  674. 672.  -   -webkit-box-shadow: 0 1px 2px #111;
  675. 673.  -   box-shadow: 0 1px 2px #111;
  676. 674.  -   line-height: 0;
  677. 675.  -   height: 100px;
  678. 676.  -   width: 100px;
  679. 677.  - }
  680. 678.  - .mention_tt_right {
  681. 679.  -   width: 155px;
  682. 680.  -   overflow: hidden;
  683. 681.  -   word-wrap: break-word;
  684. 682.  - }
  685. 683.  - .mention_tt_title {
  686. 684.  -   font-size: 1.09em;
  687. 685.  -   border: 0;
  688. 686.  -   margin: 3px 0 0;
  689. 687.  -   padding: 0;
  690. 688.  - }
  691. 689.  - .mention_tt_title a {
  692. 690.  -   color: #FFF;
  693. 691.  - }
  694. 692.  - .mention_tt_info {
  695. 693.  -   color: #CCC;
  696. 694.  -   margin: 3px 0 0;
  697. 695.  - }
  698. 696.  - .mention_tt_people_wrap {
  699. 697.  -   margin: 10px 0 0;
  700. 698.  - }
  701. 699.  - table.mention_tt_people {
  702. 700.  -   margin-top: 5px;
  703. 701.  - }
  704. 702.  - td.mention_tt_person {
  705. 703.  - }
  706. 704.  - a.mention_tt_person {
  707. 705.  -   display: block;
  708. 706.  -   height: 30px;
  709. 707.  -   width: 30px;
  710. 708.  -   margin-right: 6px;
  711. 709.  -
  712. 710.  -   -moz-border-radius: 3px;
  713. 711.  -   -webkit-border-radius: 3px;
  714. 712.  -   border-radius: 3px;
  715. 713.  -
  716. 714.  -   -moz-box-shadow: 0 1px 1px rgba(0,0,0, 0.3);
  717. 715.  -   -webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.3);
  718. 716.  -   box-shadow: 0 1px 1px rgba(0,0,0, 0.3);
  719. 717.  -   overflow: hidden;
  720. 718.  - }
  721. 719.  - .mention_tt_bottom {
  722. 720.  -   border-top: 1px solid #000;
  723. 721.  -   background: rgba(0, 0, 0, 0.5);
  724. 722.  -   padding: 3px 4px 4px;
  725. 723.  -
  726. 724.  -   -moz-border-radius: 0 0 5px 5px;
  727. 725.  -   -webkit-border-radius: 0 0 5px 5px;
  728. 726.  -   border-radius: 0 0 5px 5px;
  729. 727.  - }
  730. 728.  - .mention_tt_bottom .button_blue {
  731. 729.  -   margin: 4px;
  732. 730.  - }
  733. 731.  - button.mention_tt_half_btn {
  734. 732.  -   width: 132px;
  735. 733.  - }
  736. 734.  -
  737. 735.  -
  738. 736.  - .ttb.im_date_tt .tt_text {
  739. 737.  -   width: 120px;
  740. 738.  -   text-align: center;
  741. 739.  - }
  742. 740.  - .ttb.im_date_tt .bottom_pointer {
  743. 741.  -   margin: 0 62px;
  744. 742.  - }
  745. 743.  -
  746. 744.  - .reply_multiline_tt .toup .top_pointer {
  747. 745.  -   margin-left: 50px;
  748. 746.  - }
  749. 747.  - .feed_searchext_tt .toup .top_pointer {
  750. 748.  -   margin-left: 33px;
  751. 749.  - }
  752. 750.  - .feed_searchext_hint_wrap {
  753. 751.  -   padding: 3px 5px 7px;
  754. 752.  -   color: #000;
  755. 753.  - }
  756. 754.  - .feed_searchext_hint_wrap .radiobtn {
  757. 755.  -   padding: 10px 0 6px;
  758. 756.  - }
  759. 757.  - .feed_searchext_content_hint_wrap {
  760. 758.  -   width: 215px;
  761. 759.  -   line-height: 160%;
  762. 760.  - }
  763. ------
  764. Файл - widget_comments.css (Старый размер - 32862 | Новый - 0):
  765. 0.  - #widget_comments_css {
  766. 1.  -   display: none;
  767. 2.  - }
  768. 3.  -
  769. 4.  -
  770. 5.  - /* Global wall styles (from page.css) */
  771. 6.  - .wide_column {
  772. 7.  -   padding-bottom: 10px;
  773. 8.  -   width: 397px;
  774. 9.  - }
  775. 10.  -
  776. 11.  - .narrow_column {
  777. 12.  -   padding-bottom: 10px;
  778. 13.  -   width: 200px;
  779. 14.  - }
  780. 15.  -
  781. 16.  - .wall_module .more_link {
  782. 17.  -   display: none;
  783. 18.  -   padding: 8px 0px;
  784. 19.  -   text-align: center;
  785. 20.  -   border-top: 1px solid #DAE1E8;
  786. 21.  -   margin-bottom: 10px;
  787. 22.  - }
  788. 23.  - .wall_module .module_header span.fl_r {
  789. 24.  -   color: #2B587A;
  790. 25.  - }
  791. 26.  - .wall_module .module_header span.fl_r:hover {
  792. 27.  -   text-decoration: underline;
  793. 28.  - }
  794. 29.  - .wall_module #page_wall_posts_count {
  795. 30.  -   color: #99ADC2;
  796. 31.  -   font-weight: bold;
  797. 32.  -   padding: 0px 5px;
  798. 33.  - }
  799. 34.  - .wall_module #page_wall_posts_count:hover {
  800. 35.  -   text-decoration: underline;
  801. 36.  - }
  802. 37.  - .wall_module .more_link:hover {
  803. 38.  -   text-decoration: none;
  804. 39.  -   background: #E9EDF1;
  805. 40.  - }
  806. 41.  - .wall_module .more_link .progress {
  807. 42.  -   margin: 0px auto;
  808. 43.  - }
  809. 44.  - .wall_module .more_link div {
  810. 45.  -   height: 13px;
  811. 46.  - }
  812. 47.  - .wall_module .ext_video img {
  813. 48.  -   width: 120px;
  814. 49.  -   height: 90px;
  815. 50.  - }
  816. 51.  - div.wall_module .ext_video div {
  817. 52.  -   width: 120px;
  818. 53.  -   margin-top: 75px;
  819. 54.  - }
  820. 55.  - .wall_module .video div {
  821. 56.  -   bottom: 5px;
  822. 57.  -   right: 0px;
  823. 58.  -   position: absolute;
  824. 59.  -   font-size: 11px;
  825. 60.  -   z-index: 10;
  826. 61.  - }
  827. 62.  - .wall_module .video div span.bg {
  828. 63.  -   background: #000;
  829. 64.  -   color: #000;
  830. 65.  -   opacity: 0.6;
  831. 66.  -   filter: alpha(opacity=60);
  832. 67.  - }
  833. 68.  - .wall_module .video div span {
  834. 69.  -   color: #FFF;
  835. 70.  -   padding: 0px 3px 1px;
  836. 71.  - }
  837. 72.  -
  838. 73.  - /* Posts */
  839. 74.  - .wall_module .post {
  840. 75.  -   padding: 3px 0;
  841. 76.  -   border-top: 1px solid #DAE1E8;
  842. 77.  -   *position: relative;
  843. 78.  - }
  844. 79.  - .wall_module .post:first-child {
  845. 80.  -   border-top: none;
  846. 81.  - }
  847. 82.  - /* Actions */
  848. 83.  - .wall_module .delete_post_wrap {
  849. 84.  -   position: relative;
  850. 85.  -   z-index: 10;
  851. 86.  - }
  852. 87.  - .wall_module .delete_post {
  853. 88.  -   height: 13px;
  854. 89.  -   width: 17px;
  855. 90.  -   padding-top: 4px;
  856. 91.  - }
  857. 92.  - .wall_module .delete_post div {
  858. 93.  -   background: url(/images/pics/statusx_op.gif) no-repeat;
  859. 94.  -   opacity: 0;
  860. 95.  -   filter: alpha(opacity=0);
  861. 96.  -   cursor: pointer;
  862. 97.  -   height: 17px;
  863. 98.  -   width: 17px;
  864. 99.  - }
  865. 100.  -
  866. 101.  - .wall_module .post_actions_wrap,
  867. 102.  - .wall_module .reply_actions_wrap {
  868. 103.  -   position: relative;
  869. 104.  -   z-index: 10;
  870. 105.  - }
  871. 106.  - .wall_module .post_actions,
  872. 107.  - .wall_module .reply_actions {
  873. 108.  -   height: 11px;
  874. 109.  -   width: 32px;
  875. 110.  -   padding-top: 4px;
  876. 111.  -   position: absolute;
  877. 112.  -   right: 0;
  878. 113.  - }
  879. 114.  - .wall_module .post_delete_button,
  880. 115.  - .wall_module .post_edit_button,
  881. 116.  - .wall_module .reply_delete_button,
  882. 117.  - .wall_module .reply_edit_button {
  883. 118.  -   background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
  884. 119.  -   opacity: 0;
  885. 120.  -   filter: alpha(opacity=0);
  886. 121.  -   cursor: pointer;
  887. 122.  -   height: 11px;
  888. 123.  -   width: 11px;
  889. 124.  -   margin-left: 5px;
  890. 125.  - }
  891. 126.  - .wall_module .reply_edit_button,
  892. 127.  - .wall_module .post_edit_button {
  893. 128.  -   display: none;
  894. 129.  -   background-image: url(/images/pics/statusedit.gif);
  895. 130.  - }
  896. 131.  -
  897. 132.  -
  898. 133.  - .wall_module div.post_image {
  899. 134.  -   position: absolute;
  900. 135.  -   *left: 0;
  901. 136.  -   padding: 5px 0;
  902. 137.  -   width: 50px;
  903. 138.  - }
  904. 139.  - .wall_module a.post_image {
  905. 140.  -   width: 50px;
  906. 141.  -   height: 50px;
  907. 142.  -   display: block;
  908. 143.  - }
  909. 144.  - #wcomments_page .wall_module .post_info {
  910. 145.  -   margin-left: 65px;
  911. 146.  -   padding: 0 0 2px;
  912. 147.  -   *position: relative;
  913. 148.  -   width: auto;
  914. 149.  - }
  915. 150.  - .wall_module .dld {
  916. 151.  -   color: #777;
  917. 152.  -   padding: 5px 60px 8px;
  918. 153.  - }
  919. 154.  - .wall_module .reply .dld {
  920. 155.  -   padding: 11px 4px 12px 41px;
  921. 156.  - }
  922. 157.  - .wide_wall_module .reply .dld {
  923. 158.  -   padding: 11px 4px 12px 64px;
  924. 159.  - }
  925. 160.  - .wall_module .author {
  926. 161.  -   font-weight: bold;
  927. 162.  -   line-height: 140%;
  928. 163.  - }
  929. 164.  - .wall_module .published_by_wrap {
  930. 165.  -   margin: 7px 0 5px;
  931. 166.  - }
  932. 167.  - .wall_module a.published_by_photo {
  933. 168.  -   display: block;
  934. 169.  -   width: 30px;
  935. 170.  -   height: 30px;
  936. 171.  -   margin-right: 8px;
  937. 172.  - }
  938. 173.  - .wall_module .published_by {
  939. 174.  -   padding-left: 12px;
  940. 175.  -   background: url(/images/icons/published.gif) no-repeat 0px 3px;
  941. 176.  -   font-weight: bold;
  942. 177.  - }
  943. 178.  - .wall_module div.published_by_date {
  944. 179.  -   padding-top: 4px;
  945. 180.  - }
  946. 181.  - .wall_module .published_by_date, .wall_module .wall_post_source {
  947. 182.  -   color: #777;
  948. 183.  - }
  949. 184.  -
  950. 185.  - #submit_post_box_wrap {
  951. 186.  -   padding: 10px;
  952. 187.  -   background: #F7F7F7;
  953. 188.  - }
  954. 189.  - .wall_module #submit_post_box {
  955. 190.  -   padding: 8px;
  956. 191.  -   background: #F7F7F7;
  957. 192.  -   border-top: 1px solid #d8dfe5;
  958. 193.  - }
  959. 194.  - .wall_module #submit_post_box textarea {
  960. 195.  -   overflow: hidden;
  961. 196.  -   outline: none;
  962. 197.  -   width: 372px;
  963. 198.  -   height: 14px;
  964. 199.  -   resize: none;
  965. 200.  - }
  966. 201.  - .wall_module #submit_post {
  967. 202.  -   display: none;
  968. 203.  -   padding-top: 8px;
  969. 204.  - }
  970. 205.  - .wall_module #submit_post .progress.fl_r {
  971. 206.  -   margin: 6px 8px 0px;
  972. 207.  - }
  973. 208.  - .wall_module #submit_post .checkbox,
  974. 209.  - .wall_module #submit_post .checkbox_pic {
  975. 210.  -   margin: 6px 0 0px 10px;
  976. 211.  - }
  977. 212.  - .wall_module td {
  978. 213.  -   vertical-align: top;
  979. 214.  - }
  980. 215.  - .wall_module .online {
  981. 216.  -   display: block;
  982. 217.  -   width: 50px;
  983. 218.  -   text-align: center;
  984. 219.  -   padding-top: 5px;
  985. 220.  -   color: #AAA;
  986. 221.  - }
  987. 222.  -
  988. 223.  - .wall_post_over .wall_post_text,
  989. 224.  - .wall_post_over .post_media,
  990. 225.  - .wall_post_over .explain,
  991. 226.  - .wall_post_over .group_share,
  992. 227.  - .wall_post_over .public_share,
  993. 228.  - .wall_post_over .event_share {
  994. 229.  -   cursor: pointer;
  995. 230.  - }
  996. 231.  -
  997. 232.  - .wall_post_text,
  998. 233.  - .wall_reply_text {
  999. 234.  -   padding-top: 2px;
  1000. 235.  -   line-height: 130%;
  1001. 236.  - }
  1002. 237.  - .wall_post_text {
  1003. 238.  -   overflow: hidden;
  1004. 239.  -   word-wrap: break-word;
  1005. 240.  - }
  1006. 241.  - .wall_post_more,
  1007. 242.  - .wall_reply_more,
  1008. 243.  - .wall_module .reply_show_whole {
  1009. 244.  -   position: relative;
  1010. 245.  -   top: 2px;
  1011. 246.  -   font-weight: bold;
  1012. 247.  -   color: #91A4B8;
  1013. 248.  -   -webkit-transition: color 200ms linear;
  1014. 249.  -   -moz-transition: color 200ms linear;
  1015. 250.  -   -o-transition: color 200ms linear;
  1016. 251.  -   transition: color 200ms linear;
  1017. 252.  - }
  1018. 253.  - .wall_post_text:hover .wall_post_more,
  1019. 254.  - .wall_reply_text:hover .wall_reply_more,
  1020. 255.  - .wall_post_more:hover, .wall_reply_more:hover {
  1021. 256.  -   color: #45688E;
  1022. 257.  -   text-decoration: none;
  1023. 258.  - }
  1024. 259.  - #wcomments_page .wall_text {
  1025. 260.  -   width: auto;
  1026. 261.  -   padding: 5px 0px 0px;
  1027. 262.  -   position: relative;
  1028. 263.  -   margin: 0px;
  1029. 264.  - }
  1030. 265.  - .wall_text .explain {
  1031. 266.  -   color: #777;
  1032. 267.  -   line-height: 140%;
  1033. 268.  - }
  1034. 269.  - .wall_module .audio .info {
  1035. 270.  -   padding: 2px;
  1036. 271.  -   width: 100%;
  1037. 272.  - }
  1038. 273.  -
  1039. 274.  - /* Likes */
  1040. 275.  - .wall_module .like_wrap {
  1041. 276.  -   margin: 4px 1px 8px;
  1042. 277.  -   color: #2F5879;
  1043. 278.  -   font-size: 11px;
  1044. 279.  -   cursor: pointer;
  1045. 280.  - }
  1046. 281.  - .wall_module .reply .like_wrap {
  1047. 282.  -   margin: 0 1px 0 0;
  1048. 283.  - }
  1049. 284.  - .fw_reply .like_wrap {
  1050. 285.  -   margin: 0 1px 0 0;
  1051. 286.  -   color: #2F5879;
  1052. 287.  -   font-size: 1em;
  1053. 288.  -   cursor: pointer;
  1054. 289.  - }
  1055. 290.  - .wall_module .like_link, .wall_module .no_likes {
  1056. 291.  -   visibility: hidden;
  1057. 292.  -   opacity: 0;
  1058. 293.  -   filter: alpha(opacity=0);
  1059. 294.  - }
  1060. 295.  - .wall_module .reply .like_link, .fw_reply .like_link {
  1061. 296.  -   cursor: pointer;
  1062. 297.  -   color: #2F5879;
  1063. 298.  -   visibility: visible;
  1064. 299.  -   opacity: 1;
  1065. 300.  -   filter: none;
  1066. 301.  - }
  1067. 302.  -
  1068. 303.  - .wall_module .one .like_link {
  1069. 304.  -   visibility: visible;
  1070. 305.  -   opacity: 1;
  1071. 306.  -   filter: none;
  1072. 307.  - }
  1073. 308.  - .wall_module .one .no_likes {
  1074. 309.  -   visibility: visible;
  1075. 310.  - }
  1076. 311.  - .wall_module .like_wrap i {
  1077. 312.  -   display: block;
  1078. 313.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  1079. 314.  -   height: 10px;
  1080. 315.  -   margin: 3px 3px 0px;
  1081. 316.  -   opacity: 0.4;
  1082. 317.  -   filter: alpha(opacity=40);
  1083. 318.  -   width: 11px;
  1084. 319.  - }
  1085. 320.  -
  1086. 321.  - .wall_module .like_wrap i.my_like,
  1087. 322.  - .fw_reply .like_wrap i.my_like {
  1088. 323.  -   opacity: 1;
  1089. 324.  -   filter: none;
  1090. 325.  - }
  1091. 326.  - .wall_module .like_wrap i.no_likes {
  1092. 327.  -   margin-right: 0px;
  1093. 328.  - }
  1094. 329.  - .wall_module .like_count, .fw_reply .like_count {
  1095. 330.  -   font-weight: bold;
  1096. 331.  -   color: #7295b2;
  1097. 332.  -   margin-right: 3px;
  1098. 333.  - }
  1099. 334.  - .wall_module .fw_like_count {
  1100. 335.  -   color: #7295b2;
  1101. 336.  -   font-weight: bold;
  1102. 337.  - }
  1103. 338.  -
  1104. 339.  - /* Replies */
  1105. 340.  - .wall_module .reply_link_wrap {
  1106. 341.  -   padding-top: 4px;
  1107. 342.  -   padding-bottom: 8px;
  1108. 343.  -   font-size: 11px;
  1109. 344.  - }
  1110. 345.  - .wall_module .reply_link_wrap small, .wall_module .reply_link_wrap small a {
  1111. 346.  -   color: #999;
  1112. 347.  -   font-size: 11px;
  1113. 348.  - }
  1114. 349.  -
  1115. 350.  - /* Replies header link */
  1116. 351.  - .wrh_text {
  1117. 352.  -   text-align: center;
  1118. 353.  - }
  1119. 354.  - .wrh_prg {
  1120. 355.  -   margin: 0px auto;
  1121. 356.  - }
  1122. 357.  - .wr_header {
  1123. 358.  -   display: block;
  1124. 359.  -   cursor: pointer;
  1125. 360.  -   color: #6A7989;
  1126. 361.  -   background: #E9EDF1;
  1127. 362.  -   height: 13px;
  1128. 363.  -   padding: 9px 0px 8px;
  1129. 364.  - }
  1130. 365.  - .wr_header:hover {
  1131. 366.  -   text-decoration: none;
  1132. 367.  - }
  1133. 368.  - .wrh_all {
  1134. 369.  -   background: #FFF;
  1135. 370.  -   color: #777;
  1136. 371.  - }
  1137. 372.  - .wrh_all:hover {
  1138. 373.  -   background: #E9EDF1;
  1139. 374.  -   color: #6A7989;
  1140. 375.  - }
  1141. 376.  - .wd_lnk {
  1142. 377.  -   color: #999;
  1143. 378.  - }
  1144. 379.  - .wall_module .replies_wrap {
  1145. 380.  -   padding-top: 2px;
  1146. 381.  -   margin-bottom: 6px;
  1147. 382.  -   position: relative;
  1148. 383.  - }
  1149. 384.  - /* Reply */
  1150. 385.  - .wall_module .reply {
  1151. 386.  -   background: #FFF;
  1152. 387.  -   border-top: 1px solid #E9EDF1;
  1153. 388.  -   padding: 6px 0px;
  1154. 389.  -   position: relative;
  1155. 390.  - }
  1156. 391.  - .wall_module .reply .delete_post {
  1157. 392.  -   padding-top: 2px;
  1158. 393.  - }
  1159. 394.  - .wall_module a.reply_image {
  1160. 395.  -   width: 32px;
  1161. 396.  -   height: 32px;
  1162. 397.  -   margin: 2px 0;
  1163. 398.  -   display: block;
  1164. 399.  -   overflow: hidden;
  1165. 400.  -   position: absolute;
  1166. 401.  -   *left: 0;
  1167. 402.  - }
  1168. 403.  - .wall_module img.reply_image {
  1169. 404.  -   width: 32px;
  1170. 405.  -   height: 32px;
  1171. 406.  - }
  1172. 407.  - .wall_module .reply .author {
  1173. 408.  -   padding-right: 3px;
  1174. 409.  -   font-weight: normal;
  1175. 410.  - }
  1176. 411.  - .wall_module .reply_text {
  1177. 412.  -   word-wrap: break-word;
  1178. 413.  -   overflow: hidden;
  1179. 414.  -   max-width: 293px;
  1180. 415.  - }
  1181. 416.  - .wall_module .reply_info {
  1182. 417.  -   margin-left: 39px;
  1183. 418.  -   *position: relative;
  1184. 419.  - }
  1185. 420.  - .wall_module .info_footer {
  1186. 421.  -   font-size: 11px;
  1187. 422.  -   color: #999;
  1188. 423.  -   padding: 4px 0 0;
  1189. 424.  - }
  1190. 425.  - .wall_module .reply_to {
  1191. 426.  -   color: #999;
  1192. 427.  - }
  1193. 428.  - /* Reply form */
  1194. 429.  - .wall_module .reply_fakebox_wrap {
  1195. 430.  -   background: #F1F1F1;
  1196. 431.  -   padding: 6px;
  1197. 432.  - }
  1198. 433.  - .wall_module .reply_fakebox {
  1199. 434.  -   cursor: text;
  1200. 435.  -   background: white;
  1201. 436.  -   border: 1px solid #C0CAD5;
  1202. 437.  -   padding: 3px 5px;
  1203. 438.  -   color: #777;
  1204. 439.  - }
  1205. 440.  - .reply_field_wrap {
  1206. 441.  -   padding: 3px;
  1207. 442.  -   background: #FFF;
  1208. 443.  -   border: 1px solid #C0CAD5;
  1209. 444.  - }
  1210. 445.  - .reply_field {
  1211. 446.  -   padding: 0;
  1212. 447.  -   border: 0;
  1213. 448.  -   overflow: hidden;
  1214. 449.  -   height: 14px;
  1215. 450.  -   outline: 0;
  1216. 451.  -   margin: 0px;
  1217. 452.  -   width: 100%;
  1218. 453.  -   resize: none;
  1219. 454.  -   height: 14px;
  1220. 455.  - }
  1221. 456.  - .reply_field_tail {
  1222. 457.  -   display: none;
  1223. 458.  -   width: 5px;
  1224. 459.  -   height: 9px;
  1225. 460.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -155px no-repeat;
  1226. 461.  -   position: absolute;
  1227. 462.  -   margin-left: -8px;
  1228. 463.  -   margin-top: 16px;
  1229. 464.  - }
  1230. 465.  - .is_2x .reply_field_tail {
  1231. 466.  -   background-image: url(/images/icons/feedback_iconset_2x.gif?4);
  1232. 467.  -   background-size: 15px 181px;
  1233. 468.  - }
  1234. 469.  - .wall_module .reply_box {
  1235. 470.  -   background: #F1F1F1;
  1236. 471.  -   padding: 6px;
  1237. 472.  -   *position: relative;
  1238. 473.  -   clear: both;
  1239. 474.  - }
  1240. 475.  - .wall_module a.reply_form_image {
  1241. 476.  -   display: none;
  1242. 477.  -   width: 50px;
  1243. 478.  -   height: 50px;
  1244. 479.  -   overflow: hidden;
  1245. 480.  -   position: absolute;
  1246. 481.  -   *left: 6px;
  1247. 482.  - }
  1248. 483.  - .wall_module .reply_form {
  1249. 484.  -   zoom: 1;
  1250. 485.  - }
  1251. 486.  - .wall_module .reply_form_img {
  1252. 487.  -   width: 50px;
  1253. 488.  -   height: 50px;
  1254. 489.  - }
  1255. 490.  - .wall_module .submit_reply {
  1256. 491.  -   display: none;
  1257. 492.  -   padding-top: 6px;
  1258. 493.  -   height: 25px;
  1259. 494.  - }
  1260. 495.  - .wall_module .reply_as_group_wrap {
  1261. 496.  -   padding: 6px 0 0 5px;
  1262. 497.  -   display: none;
  1263. 498.  - }
  1264. 499.  - .wall_module .reply_as_group_active {
  1265. 500.  -   display: block;
  1266. 501.  - }
  1267. 502.  - .reply_button_wrap {
  1268. 503.  -   padding-right: 5px;
  1269. 504.  -   zoom: 1;
  1270. 505.  -   *position: relative;
  1271. 506.  - }
  1272. 507.  - .wall_module .reply_button_wrap button {
  1273. 508.  -   padding: 3px 14px;
  1274. 509.  - }
  1275. 510.  - .wall_module .reply_box_open .reply_form {
  1276. 511.  -   margin-left: 62px;
  1277. 512.  - }
  1278. 513.  - .wall_module .reply_hint {
  1279. 514.  -   padding: 6px 0 0px 5px;
  1280. 515.  -   overflow: hidden;
  1281. 516.  -   -o-text-overflow: ellipsis;
  1282. 517.  -   text-overflow: ellipsis;
  1283. 518.  -   position: relative;
  1284. 519.  - }
  1285. 520.  - .wall_module .reply_hint_text {
  1286. 521.  -   color: #777;
  1287. 522.  -   cursor: default;
  1288. 523.  -   white-space: nowrap;
  1289. 524.  -   overflow: hidden;
  1290. 525.  -   -o-text-overflow: ellipsis;
  1291. 526.  -   text-overflow: ellipsis;
  1292. 527.  - }
  1293. 528.  - .wall_module .reply_box_open .reply_box {
  1294. 529.  -   margin-left: -6px;
  1295. 530.  - }
  1296. 531.  - .wall_module .reply_to_title {
  1297. 532.  -   display: none;
  1298. 533.  -   padding: 6px 5px 0px;
  1299. 534.  - }
  1300. 535.  -
  1301. 536.  - .reply_multiline_tt_point {
  1302. 537.  -   position: absolute;
  1303. 538.  -   width: 1px;
  1304. 539.  -   height: 1px;
  1305. 540.  - }
  1306. 541.  - .wall_module .reply_box_open .replies_wrap,
  1307. 542.  - .wall_module .reply_box_open .submit_reply,
  1308. 543.  - .wall_module .reply_box_open a.reply_form_image,
  1309. 544.  - .reply_box_open .reply_field_tail {
  1310. 545.  -   display: block;
  1311. 546.  - }
  1312. 547.  - .wall_module .reply_box_open .reply_link {
  1313. 548.  -   display: none;
  1314. 549.  - }
  1315. 550.  - .wall_module #post_warn,
  1316. 551.  - .wall_module .reply_warn {
  1317. 552.  -   display: none;
  1318. 553.  -   padding-top: 5px;
  1319. 554.  -   color: #777;
  1320. 555.  - }
  1321. 556.  - /* Reply submit hint */
  1322. 557.  - .reply_submit_hint_wrap {
  1323. 558.  -   width: 210px;
  1324. 559.  -   height: 110px;
  1325. 560.  -   padding: 8px 5px 8px;
  1326. 561.  - }
  1327. 562.  - .reply_submit_hint_title {
  1328. 563.  -   color: #2A5779;
  1329. 564.  -   font-weight: bold;
  1330. 565.  -   padding-bottom: 2px;
  1331. 566.  - }
  1332. 567.  - #reply_submit_hint_opts .radiobtn {
  1333. 568.  -   color: #000;
  1334. 569.  -   padding-top: 10px;
  1335. 570.  -   padding-bottom: 5px;
  1336. 571.  -   line-height: 160%;
  1337. 572.  - }
  1338. 573.  - #reply_submit_hint_opts .radiobtn div {
  1339. 574.  -   margin: 2px 5px 6px 0;
  1340. 575.  - }
  1341. 576.  -
  1342. 577.  -
  1343. 578.  -
  1344. 579.  -
  1345. 580.  - .wall_module #post_warn,
  1346. 581.  - .wall_module .reply_warn {
  1347. 582.  -   display: none;
  1348. 583.  -   padding-top: 5px;
  1349. 584.  -   color: #777;
  1350. 585.  - }
  1351. 586.  - .wall_module .post_media {
  1352. 587.  -   padding-top: 7px;
  1353. 588.  - }
  1354. 589.  - .wall_module .graffiti img {
  1355. 590.  -   width: 200px;
  1356. 591.  -   height: 100px;
  1357. 592.  - }
  1358. 593.  - .wall_module .photo img {
  1359. 594.  -   vertical-align: top;
  1360. 595.  -   max-height: 150px;
  1361. 596.  -   overflow: hidden;
  1362. 597.  - }
  1363. 598.  - span.post_video_title {
  1364. 599.  -   font-weight: bold;
  1365. 600.  - }
  1366. 601.  - span.post_video_duration {
  1367. 602.  -   font-weight: bold;
  1368. 603.  -   color: #000;
  1369. 604.  - }
  1370. 605.  - .wall_module .video {
  1371. 606.  -   display: block;
  1372. 607.  -   position: relative;
  1373. 608.  - }
  1374. 609.  - .wall_module .video:hover {
  1375. 610.  -   text-decoration: none;
  1376. 611.  - }
  1377. 612.  - .wall_module .app img.icon {
  1378. 613.  -   padding: 4px 5px 0px 0px;
  1379. 614.  -   vertical-align: bottom;
  1380. 615.  - }
  1381. 616.  - .wall_module .app img.thumb {
  1382. 617.  -   max-width: 75px;
  1383. 618.  -   max-height: 75px;
  1384. 619.  -   margin: 3px 6px 3px 0px;
  1385. 620.  -   vertical-align: middle;
  1386. 621.  - }
  1387. 622.  - .wall_module .mention_rich_ta {
  1388. 623.  -   background: #FFF;
  1389. 624.  -   padding: 3px;
  1390. 625.  -   border: 1px solid #C0CAD5;
  1391. 626.  -   outline: none;
  1392. 627.  -   overflow-x: hidden;
  1393. 628.  -   line-height: normal;
  1394. 629.  - }
  1395. 630.  - .wall_module .mini_editor_cont {
  1396. 631.  -   display: none;
  1397. 632.  -   position: relative;
  1398. 633.  -   z-index: 102;
  1399. 634.  - }
  1400. 635.  - .wall_module .mention_rich_ta a {
  1401. 636.  -   color: #2B587A !important;
  1402. 637.  -   cursor: text !important;
  1403. 638.  -   text-decoration: none !important;
  1404. 639.  - }
  1405. 640.  - .wall_module .mention_rich_ta p {
  1406. 641.  -   font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
  1407. 642.  -   font-size: 1em;
  1408. 643.  -   padding:0px;
  1409. 644.  -   margin: 0;
  1410. 645.  -   line-height: normal;
  1411. 646.  - }
  1412. 647.  - .wall_module .mini_editor_cont .selector_container .result_list {
  1413. 648.  -   display: none;
  1414. 649.  - }
  1415. 650.  - #wcomments_form #page_add_media {
  1416. 651.  -   padding: 6px 20px 0;
  1417. 652.  - }
  1418. 653.  - #page_no_wall {
  1419. 654.  -   padding: 15px;
  1420. 655.  -   border-top: 1px solid #CCD3DA;
  1421. 656.  -   font-size: 1.09em;
  1422. 657.  -   color: #777;
  1423. 658.  -   text-align: center;
  1424. 659.  - }
  1425. 660.  -
  1426. 661.  - .add_media_rows {
  1427. 662.  -   -webkit-border-radius: 2px;
  1428. 663.  -   -khtml-border-radius: 2px;
  1429. 664.  -   -moz-border-radius: 2px;
  1430. 665.  -   border-radius: 2px;
  1431. 666.  -   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  1432. 667.  -   -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  1433. 668.  -   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  1434. 669.  -   background: #FFF;
  1435. 670.  -   border: 1px solid #B2BDCA;
  1436. 671.  -   position: static;
  1437. 672.  -   margin: 0px -20px;
  1438. 673.  - }
  1439. 674.  - .add_media_head {
  1440. 675.  -   background: #EDF1F5;
  1441. 676.  -   padding: 7px 27px;
  1442. 677.  -   color: #2B587A;
  1443. 678.  - }
  1444. 679.  - .add_media_menu {
  1445. 680.  -   /* position: absolute; is in js*/
  1446. 681.  -   display: none;
  1447. 682.  -   cursor: default;
  1448. 683.  -   z-index: 1005;
  1449. 684.  - }
  1450. 685.  - .add_media_item {
  1451. 686.  -   padding: 6px 10px 2px 27px;
  1452. 687.  -   display: block;
  1453. 688.  -   height: 18px;
  1454. 689.  -   position: relative;
  1455. 690.  -   background: #FFF no-repeat;
  1456. 691.  - }
  1457. 692.  - .add_media_item:last-child,
  1458. 693.  - .add_media_head:last-child,
  1459. 694.  - .add_media_more_wrap a.add_media_more {
  1460. 695.  -   -webkit-border-radius: 0px 0px 2px 2px;
  1461. 696.  -   -khtml-border-radius: 0px 0px 2px 2px;
  1462. 697.  -   -moz-border-radius: 0px 0px 2px 2px;
  1463. 698.  -   border-radius: 0px 0px 2px 2px;
  1464. 699.  - }
  1465. 700.  - .add_media_item:first-child,
  1466. 701.  - .add_media_head:first-child,
  1467. 702.  - .add_media_rev .add_media_more_wrap a.add_media_more {
  1468. 703.  -   -webkit-border-radius: 2px 2px 0px 0px;
  1469. 704.  -   -khtml-border-radius: 2px 2px 0px 0px;
  1470. 705.  -   -moz-border-radius: 2px 2px 0px 0px;
  1471. 706.  -   border-radius: 2px 2px 0px 0px;
  1472. 707.  - }
  1473. 708.  - .add_media_item:hover {
  1474. 709.  -   text-decoration: none;
  1475. 710.  -   background-color: #e1e7ed;
  1476. 711.  - }
  1477. 712.  - .add_media_menu .rows {
  1478. 713.  -   margin: 0px;
  1479. 714.  -   position: relative;
  1480. 715.  -   *position: static;
  1481. 716.  -   z-index: 1006;
  1482. 717.  - }
  1483. 718.  - .media_preview {
  1484. 719.  -   margin-bottom: 8px;
  1485. 720.  -   display: none;
  1486. 721.  - }
  1487. 722.  - .media_preview .audio {
  1488. 723.  -   padding-top: 4px;
  1489. 724.  - }
  1490. 725.  -
  1491. 726.  - .media_preview .x {
  1492. 727.  -   cursor: pointer;
  1493. 728.  -   margin: 4px 5px 0px;
  1494. 729.  -   background: url(/images/pics/statusx_op.gif) no-repeat 0 0;
  1495. 730.  -   opacity: 0.6;
  1496. 731.  -   filter: alpha(opacity=60);
  1497. 732.  -   height: 11px;
  1498. 733.  -   width: 11px;
  1499. 734.  - }
  1500. 735.  - .media_preview .x:hover {
  1501. 736.  -   opacity: 1;
  1502. 737.  -   filter: none;
  1503. 738.  - }
  1504. 739.  - .media_preview .graffiti {
  1505. 740.  -   width: 100px;
  1506. 741.  -   height: 50px;
  1507. 742.  - }
  1508. 743.  - .media_preview .audio img,
  1509. 744.  - .media_preview .app img {
  1510. 745.  -   padding-top: 3px;
  1511. 746.  - }
  1512. 747.  - .media_preview .audio span,
  1513. 748.  - .media_preview .app span {
  1514. 749.  -   padding: 0px 6px;
  1515. 750.  -   position: relative;
  1516. 751.  -   top: -1px;
  1517. 752.  - }
  1518. 753.  - .media_audio_icon {
  1519. 754.  -   float: left;
  1520. 755.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -222px;
  1521. 756.  -   width: 11px;
  1522. 757.  -   height: 11px;
  1523. 758.  -   margin: 0px 3px;
  1524. 759.  - }
  1525. 760.  - .media_preview .share, .media_preview .poll {
  1526. 761.  -   padding-top: 3px;
  1527. 762.  -   color: #555;
  1528. 763.  - }
  1529. 764.  - .media_preview .share b, .media_preview .poll b, .media_desc b {
  1530. 765.  -   width: 15px;
  1531. 766.  -   height: 10px;
  1532. 767.  -   margin-top: 2px;
  1533. 768.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat left -237px;
  1534. 769.  - }
  1535. 770.  - .media_desc b.topic {
  1536. 771.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -90px;
  1537. 772.  - }
  1538. 773.  - .media_desc b.group {
  1539. 774.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -45px;
  1540. 775.  -   height: 12px;
  1541. 776.  - }
  1542. 777.  - .media_preview .poll b {
  1543. 778.  -   background-position: left -208px;
  1544. 779.  - }
  1545. 780.  - .share_preview .content, .poll_preview .content {
  1546. 781.  -   background: #FFF;
  1547. 782.  -   padding: 5px;
  1548. 783.  -   border: 1px solid #C0CAD5;
  1549. 784.  - }
  1550. 785.  - .share_preview .progress {
  1551. 786.  -   display: block;
  1552. 787.  -   margin: 0px auto;
  1553. 788.  - }
  1554. 789.  - .share_preview img {
  1555. 790.  -   padding: 5px 10px 5px 5px;
  1556. 791.  - }
  1557. 792.  - .share_preview .header {
  1558. 793.  -   margin: 0px;
  1559. 794.  -   padding: 5px;
  1560. 795.  -   border: 0px;
  1561. 796.  -   font-size: 1em;
  1562. 797.  - }
  1563. 798.  - .share_preview .descr {
  1564. 799.  -   padding: 0px 5px 5px;
  1565. 800.  - }
  1566. 801.  - .share_preview .bottom_pointer, .poll_preview .bottom_pointer {
  1567. 802.  -   background: url(/images/tooltip_arrow_down_w.gif) no-repeat 0px 0px;
  1568. 803.  -   width: 11px;
  1569. 804.  -   height: 7px;
  1570. 805.  -   position: relative;
  1571. 806.  -   top: -2px;
  1572. 807.  -   margin: 0px 50px 1px;
  1573. 808.  -   overflow: hidden;
  1574. 809.  - }
  1575. 810.  - .poll_preview .content {
  1576. 811.  -   overflow: hidden;
  1577. 812.  -   padding: 10px 10px 2px;
  1578. 813.  - }
  1579. 814.  - .poll_preview .label {
  1580. 815.  -   width: 100px;
  1581. 816.  -   padding: 4px 10px 0px;
  1582. 817.  -   color: #777;
  1583. 818.  - }
  1584. 819.  - .poll_preview .labeled {
  1585. 820.  -   width: 239px;
  1586. 821.  - }
  1587. 822.  - .poll span span {
  1588. 823.  -   color: #2B587A;
  1589. 824.  - }
  1590. 825.  - .poll_preview input {
  1591. 826.  -   margin-bottom: 8px;
  1592. 827.  -   position: relative;
  1593. 828.  -   width: 231px;
  1594. 829.  - }
  1595. 830.  - .poll_preview nobr {
  1596. 831.  -   font-size: 11px;
  1597. 832.  -   text-transform: lowercase;
  1598. 833.  - }
  1599. 834.  - .poll_preview a.disabled {
  1600. 835.  -   cursor: default;
  1601. 836.  -   color: #777;
  1602. 837.  - }
  1603. 838.  - .poll_preview a.disabled:hover {
  1604. 839.  -   text-decoration: none;
  1605. 840.  - }
  1606. 841.  - .media_desc {
  1607. 842.  -   padding: 5px 0px 1px;
  1608. 843.  - }
  1609. 844.  - .wall_module .post_media .media_desc {
  1610. 845.  -   padding-top: 8px;
  1611. 846.  -   clear: both;
  1612. 847.  - }
  1613. 848.  - .media_desc .lnk {
  1614. 849.  -   color: #777;
  1615. 850.  -   cursor: pointer;
  1616. 851.  - }
  1617. 852.  - .media_desc .lnk:hover {
  1618. 853.  -   text-decoration: none;
  1619. 854.  - }
  1620. 855.  - .media_desc .a {
  1621. 856.  -   color: #2b587a;
  1622. 857.  - }
  1623. 858.  - .media_desc .lnk:hover .a {
  1624. 859.  -   text-decoration: underline;
  1625. 860.  - }
  1626. 861.  - .media_desc .comment {
  1627. 862.  -   background-position: 0px -194px;
  1628. 863.  - }
  1629. 864.  - .media_desc .note {
  1630. 865.  -   background-position: 0px -150px;
  1631. 866.  - }
  1632. 867.  - .media_desc .poll {
  1633. 868.  -   background-position: 0px -208px;
  1634. 869.  - }
  1635. 870.  - .media_desc .app {
  1636. 871.  -   background-position: 0px -60px;
  1637. 872.  - }
  1638. 873.  - .media_desc .checkin {
  1639. 874.  -   background-position: 0px -165px;
  1640. 875.  - }
  1641. 876.  - .media_desc .donation {
  1642. 877.  -   background-position: 0px -179px;
  1643. 878.  - }
  1644. 879.  -
  1645. 880.  - a.wall_reply_greeting {
  1646. 881.  -   color: #000;
  1647. 882.  - }
  1648. 883.  -
  1649. 884.  - /* Thumbed links */
  1650. 885.  - .wall_module .page_media_thumbed_link {
  1651. 886.  -   margin: 5px 0 5px 3px;
  1652. 887.  -   border-left: 2px solid #C3D1E0;
  1653. 888.  -   padding-left: 5px;
  1654. 889.  - }
  1655. 890.  - .wall_module td.page_media_link_thumb {
  1656. 891.  -   cursor: pointer;
  1657. 892.  -   background-position: 50% 50%;
  1658. 893.  -   background-repeat: no-repeat;
  1659. 894.  - }
  1660. 895.  - .wall_module a.page_media_link_thumb {
  1661. 896.  -   display: block;
  1662. 897.  -   width: 100px;
  1663. 898.  -   overflow: hidden;
  1664. 899.  -   line-height: 0;
  1665. 900.  -   min-height: 63px;
  1666. 901.  -   height: 100%;
  1667. 902.  - }
  1668. 903.  - .wall_module a.page_media_link_thumb:hover {
  1669. 904.  -   text-decoration: none;
  1670. 905.  - }
  1671. 906.  - .wall_module div.page_media_link_desc_wrap {
  1672. 907.  -   padding-left: 10px;
  1673. 908.  -   line-height: 140%;
  1674. 909.  -   min-height: 63px;
  1675. 910.  -   max-height: 79px;
  1676. 911.  -   overflow: hidden;
  1677. 912.  -   -o-text-overflow: ellipsis;
  1678. 913.  -   text-overflow: ellipsis;
  1679. 914.  - }
  1680. 915.  - .wall_module a.page_media_link_title {
  1681. 916.  -   font-weight: bold;
  1682. 917.  - }
  1683. 918.  - .wall_module div.page_media_link_desc {
  1684. 919.  -   padding-top: 3px;
  1685. 920.  - }
  1686. 921.  -
  1687. 922.  - /* global wall styles end */
  1688. 923.  -
  1689. 924.  -
  1690. 925.  -
  1691. 926.  - /* Widget styles */
  1692. 927.  - .wcomments_head {
  1693. 928.  -   background: #5B7FA6;
  1694. 929.  -   padding: 5px 5px 5px 6px;
  1695. 930.  - }
  1696. 931.  - .wcomments_head_icon {
  1697. 932.  -   height: 18px;
  1698. 933.  -   width: 18px;
  1699. 934.  -   overflow: hidden;
  1700. 935.  - }
  1701. 936.  - #wcomments_count {
  1702. 937.  -   padding: 3px 3px 1px;
  1703. 938.  -   line-height: 100%;
  1704. 939.  -   color: #FFFFFF;
  1705. 940.  -   font-weight: bold;
  1706. 941.  - }
  1707. 942.  - #wcomments_admin_link_wrap, #wcomments_refresh_link_wrap {
  1708. 943.  -   padding: 3px 5px 1px;
  1709. 944.  -   line-height: 100%;
  1710. 945.  - }
  1711. 946.  - #wcomments_admin_link, #wcomments_refresh_link {
  1712. 947.  -   font-weight: bold;
  1713. 948.  -   color: #A9B8CB;
  1714. 949.  - }
  1715. 950.  - #wcomments_user_link_wrap {
  1716. 951.  -   padding: 3px 0 0;
  1717. 952.  -   line-height: 100%;
  1718. 953.  - }
  1719. 954.  - .wcomments_userpic_wrap,
  1720. 955.  - .wcommens_input_wrap {
  1721. 956.  -   vertical-align: top;
  1722. 957.  - }
  1723. 958.  - .wcomments_logo {
  1724. 959.  -   background: url(/images/icons/w_comments_logo.png) 0px 0px no-repeat;
  1725. 960.  -   background-size: 18px 18px;
  1726. 961.  -   width: 18px;
  1727. 962.  -   height: 18px;
  1728. 963.  - }
  1729. 964.  - .is_2x .wcomments_logo {
  1730. 965.  -   background-image: url(/images/icons/w_comments_logo_2x.png);
  1731. 966.  - }
  1732. 967.  -
  1733. 968.  - td.wcomments_userpic_wrap {
  1734. 969.  -   width: 60px;
  1735. 970.  - }
  1736. 971.  - div.wcomments_userpic {
  1737. 972.  -   width: 60px;
  1738. 973.  -   height: 50px;
  1739. 974.  -   overflow: hidden;
  1740. 975.  - }
  1741. 976.  - img.wcomments_userpic {
  1742. 977.  -   width: 50px;
  1743. 978.  - }
  1744. 979.  -
  1745. 980.  - .wcomments_input {
  1746. 981.  -   background: #FFF;
  1747. 982.  -   border: 1px solid #C0CAD5;
  1748. 983.  -   padding: 0 3px;
  1749. 984.  - }
  1750. 985.  - .wcomments_input .input_back {
  1751. 986.  -   margin-top: -0px !important;
  1752. 987.  - }
  1753. 988.  - #post_field {
  1754. 989.  -   height: 56px;
  1755. 990.  -   border: 0;
  1756. 991.  -   padding: 3px 0;
  1757. 992.  -   width: 100%;
  1758. 993.  -   outline: 0;
  1759. 994.  -   overflow: hidden;
  1760. 995.  -   resize: vertical;
  1761. 996.  - }
  1762. 997.  - .mention_rich_ta {
  1763. 998.  -   padding: 3px 0;
  1764. 999.  -   outline: 0;
  1765. 1000.  - }
  1766. 1001.  -
  1767. 1002.  - #submit_post {
  1768. 1003.  -   padding-top: 10px;
  1769. 1004.  -   padding-left: 60px;
  1770. 1005.  - }
  1771. 1006.  - #submit_post_box .submit_post_nopadding {
  1772. 1007.  -   padding-left: 0;
  1773. 1008.  - }
  1774. 1009.  - #page_post_progress {
  1775. 1010.  -   padding: 6px 10px;
  1776. 1011.  -   background-position: 50% 50%;
  1777. 1012.  - }
  1778. 1013.  - .wcomments_input .selector_container .results_container {
  1779. 1014.  -   margin: 1px -4px 0;
  1780. 1015.  - }
  1781. 1016.  - .wcomments_input .selector_container .result_list_shadow,
  1782. 1017.  - .wcomments_input .selector_container .result_list {
  1783. 1018.  -   display: none;
  1784. 1019.  - }
  1785. 1020.  - #wcomments_export {
  1786. 1021.  -   margin: 6px 0 0 10px;
  1787. 1022.  -   width: 190px;
  1788. 1023.  - }
  1789. 1024.  - .font_medium #wcomments_export {
  1790. 1025.  -   width: 220px;
  1791. 1026.  - }
  1792. 1027.  -
  1793. 1028.  - #wcomments_posts .wcomments_post {
  1794. 1029.  -   padding: 5px 10px;
  1795. 1030.  - }
  1796. 1031.  -
  1797. 1032.  - #wcomments_more_link {
  1798. 1033.  -   padding: 10px 0px;
  1799. 1034.  -   text-align: center;
  1800. 1035.  -   border-top: 1px solid #DAE1E8;
  1801. 1036.  -   display: block;
  1802. 1037.  -   height: 13px;
  1803. 1038.  - }
  1804. 1039.  - #wcomments_more_link:hover {
  1805. 1040.  -   text-decoration: none;
  1806. 1041.  -   background: #E9EDF1;
  1807. 1042.  - }
  1808. 1043.  - #wcomments_more_progress {
  1809. 1044.  -   margin: 0 auto;
  1810. 1045.  - }
  1811. 1046.  - #wcomments_posts_wrap {
  1812. 1047.  -   position: relative;
  1813. 1048.  - }
  1814. 1049.  -
  1815. 1050.  -
  1816. 1051.  - .wcomments_delete_all_buttons {
  1817. 1052.  -   padding-top: 10px;
  1818. 1053.  - }
  1819. 1054.  - .wcomments_delete_all {
  1820. 1055.  -   margin-right: 10px;
  1821. 1056.  - }
  1822. 1057.  -
  1823. 1058.  - /* Admin tabs */
  1824. 1059.  - #wcomments_admin_nav {
  1825. 1060.  -   display: none;
  1826. 1061.  - }
  1827. 1062.  - .wcomments_tabs {
  1828. 1063.  -   background: #F7F7F7;
  1829. 1064.  -   padding: 10px;
  1830. 1065.  - }
  1831. 1066.  - .wcomments_admins_wrap {
  1832. 1067.  -   padding: 5px 0;
  1833. 1068.  - }
  1834. 1069.  - .wcomments_tab, .wcomments_tab_selected, .wcomments_tab_over {
  1835. 1070.  -   cursor: pointer;
  1836. 1071.  -   padding: 2px 5px 2px 0px;
  1837. 1072.  -   float: left;
  1838. 1073.  - }
  1839. 1074.  - .wcomments_tab1 {
  1840. 1075.  -   padding: 3px 6px 4px;
  1841. 1076.  - }
  1842. 1077.  - .wcomments_tab_over .wcomments_tab1 {
  1843. 1078.  -   -moz-border-radius: 2px;
  1844. 1079.  -   -webkit-border-radius: 2px;
  1845. 1080.  -   border-radius: 2px;
  1846. 1081.  -   background-color: #E1E7ED;
  1847. 1082.  - }
  1848. 1083.  - .wcomments_tab_selected .wcomments_tab1 {
  1849. 1084.  -   -moz-border-radius: 2px;
  1850. 1085.  -   -webkit-border-radius: 2px;
  1851. 1086.  -   border-radius: 2px;
  1852. 1087.  -   background-color: #597DA3;
  1853. 1088.  - }
  1854. 1089.  - .wcomments_tab2 {
  1855. 1090.  -   font-weight: bold;
  1856. 1091.  -   color: #45688E;
  1857. 1092.  -   padding-left: 2px;
  1858. 1093.  -   padding-right: 2px;
  1859. 1094.  -   -o-text-overflow: ellipsis;
  1860. 1095.  -   text-overflow: ellipsis;
  1861. 1096.  - }
  1862. 1097.  - .wcomments_tab_selected .wcomments_tab2 {
  1863. 1098.  -   color: #FFF;
  1864. 1099.  - }
  1865. 1100.  - #wcomments_posts {
  1866. 1101.  -   padding: 0;
  1867. 1102.  - }
  1868. 1103.  - .wcomments_posts_loading {
  1869. 1104.  -   border-top: 1px solid #DAE1E8;
  1870. 1105.  -   height: 400px;
  1871. 1106.  -   background: #FFF url(/images/progress7.gif) 50% 50% no-repeat;
  1872. 1107.  - }
  1873. 1108.  -  /* Blacklist */
  1874. 1109.  - .wcomments_bl_row {
  1875. 1110.  -   padding: 10px;
  1876. 1111.  -   height: 25px;
  1877. 1112.  -   overflow: hidden;
  1878. 1113.  -   border-top: 1px solid #DAE2E8;
  1879. 1114.  - }
  1880. 1115.  - img.wcomments_bl_photo {
  1881. 1116.  -   width: 25px;
  1882. 1117.  -   height: 25px;
  1883. 1118.  - }
  1884. 1119.  - .wcomments_bl_name {
  1885. 1120.  -   padding: 5px 0 0 10px;
  1886. 1121.  -   font-weight: bold;
  1887. 1122.  - }
  1888. 1123.  - .wcomments_bl_label {
  1889. 1124.  -   font-weight: normal;
  1890. 1125.  -   color: #777;
  1891. 1126.  -   padding-left: 2px;
  1892. 1127.  -   display: none;
  1893. 1128.  - }
  1894. 1129.  - .wcomments_bl_action {
  1895. 1130.  -   padding-top: 5px;
  1896. 1131.  - }
  1897. 1132.  - .wcomments_empty {
  1898. 1133.  -   border-top: 1px solid #DAE2E8;
  1899. 1134.  -   font-size: 1.09em;
  1900. 1135.  -   padding: 100px 30px;
  1901. 1136.  -   text-align: center;
  1902. 1137.  -   color: #777;
  1903. 1138.  - }
  1904. 1139.  -
  1905. 1140.  - /* scrollbars from widget community */
  1906. 1141.  - .scrollbar_cont {
  1907. 1142.  -   width: 11px;
  1908. 1143.  -   height: 100%;
  1909. 1144.  -   margin-top: 3px;
  1910. 1145.  -   position: absolute;
  1911. 1146.  -   z-index: 1000;
  1912. 1147.  - }
  1913. 1148.  - .scrollbar_inner {
  1914. 1149.  -   background: #000;
  1915. 1150.  -   opacity: 0.5;
  1916. 1151.  -   filter: alpha(opacity=50);
  1917. 1152.  -   /* background: #DAE1E8; */
  1918. 1153.  -   width: 16px;
  1919. 1154.  -   height: 50px;
  1920. 1155.  -   margin-left: -1px;
  1921. 1156.  -   -webkit-border-radius: 2px;
  1922. 1157.  -   -moz-border-radius: 2px;
  1923. 1158.  -   border-radius: 2px;
  1924. 1159.  -   cursor: pointer;
  1925. 1160.  - }
  1926. 1161.  - .scrollbar_inner:hover,
  1927. 1162.  - .scrollbar_hovered {
  1928. 1163.  -   opacity: 0.65;
  1929. 1164.  -   filter: alpha(opacity=65);
  1930. 1165.  -   /* background: #BEC8D3; */
  1931. 1166.  - }
  1932. 1167.  - .scrollbar_top {
  1933. 1168.  -   position: absolute;
  1934. 1169.  -   height: 3px;
  1935. 1170.  -   margin-top: -1px;
  1936. 1171.  -   background: #555555;
  1937. 1172.  -   opacity: 0.12;
  1938. 1173.  -   filter: alpha(opacity=12);
  1939. 1174.  -   display: none;
  1940. 1175.  - }
  1941. 1176.  - .scrollbar_bottom {
  1942. 1177.  -   position: absolute;
  1943. 1178.  -   height: 3px;
  1944. 1179.  -   margin-top: -2px;
  1945. 1180.  -   background: #555555;
  1946. 1181.  -   opacity: 0.12;
  1947. 1182.  -   filter: alpha(opacity=12);
  1948. 1183.  - }
  1949. 1184.  - /* scrollbars end */
  1950. 1185.  -
  1951. 1186.  -
  1952. 1187.  - /* Autoupdate replies */
  1953. 1188.  - .new_reply {
  1954. 1189.  -   display: none;
  1955. 1190.  - }
  1956. 1191.  - .replies_open {
  1957. 1192.  -   color: #2B587A;
  1958. 1193.  -   background: #e9edf1;
  1959. 1194.  -   border: 1px solid #dae1e8;
  1960. 1195.  -   cursor: pointer;
  1961. 1196.  -   padding: 5px;
  1962. 1197.  -   text-align: center;
  1963. 1198.  -   margin: 5px 0;
  1964. 1199.  - }
  1965. 1200.  - .replies_open:hover {
  1966. 1201.  -   background: #dae1e8;
  1967. 1202.  - }
  1968. 1203.  -
  1969. 1204.  -
  1970. 1205.  - /* Wide wall fixes */
  1971. 1206.  - .wide_wall_module .audio .info {
  1972. 1207.  -   padding: 2px;
  1973. 1208.  -   width: 100%;
  1974. 1209.  - }
  1975. 1210.  - .wide_wall_module .post {
  1976. 1211.  -   border-top: 0px;
  1977. 1212.  -   border-bottom: 1px solid #DAE1E8;
  1978. 1213.  -   *position: relative;
  1979. 1214.  - }
  1980. 1215.  - .wide_wall_module .post:last-child {
  1981. 1216.  -   border-bottom: 0px;
  1982. 1217.  - }
  1983. 1218.  - .wide_wall_module .wall_post_text,
  1984. 1219.  - .wide_wall_module .wall_reply_text {
  1985. 1220.  -   line-height: 160%;
  1986. 1221.  - }
  1987. 1222.  - .wide_wall_module .wall_text,
  1988. 1223.  - .wide_wall_module .wall_post_text {
  1989. 1224.  -   max-width: 500px;
  1990. 1225.  - }
  1991. 1226.  - .wide_wall_module a.reply_image {
  1992. 1227.  -   width: 50px;
  1993. 1228.  -   height: 50px;
  1994. 1229.  - }
  1995. 1230.  - .wide_wall_module img.reply_image {
  1996. 1231.  -   width: 50px;
  1997. 1232.  -   height: 50px;
  1998. 1233.  - }
  1999. 1234.  - .wide_wall_module .reply_info {
  2000. 1235.  -   margin-left: 63px;
  2001. 1236.  - }
  2002. 1237.  - .wide_wall_module .reply_text {
  2003. 1238.  -   max-width: 469px;
  2004. 1239.  - }
  2005. 1240.  - .wide_wall_module .reply_box_open .reply_field {
  2006. 1241.  -   height: 42px;
  2007. 1242.  - }
  2008. 1243.  - .wide_wall_module .reply_field_tail {
  2009. 1244.  -   width: 6px;
  2010. 1245.  -   height: 11px;
  2011. 1246.  -   background-position: 0 -154px;
  2012. 1247.  -   margin-left: -9px;
  2013. 1248.  -   margin-top: 16px;
  2014. 1249.  - }
  2015. 1250.  - .wide_wall_module .like_wrap, .wide_wall_module .reply_link_wrap,
  2016. 1251.  - .wide_wall_module .reply_link_wrap small, .wide_wall_module .info_footer {
  2017. 1252.  -   font-size: 1em;
  2018. 1253.  - }
  2019. 1254.  - .wide_wall_module #page_wall_posts .post, .wide_wall_module #page_wall_posts .online {
  2020. 1255.  -   display: block;
  2021. 1256.  - }
  2022. 1257.  - .wide_wall_module .wpe_prg {
  2023. 1258.  -   height: 13px;
  2024. 1259.  -   margin: 0px 10px;
  2025. 1260.  - }
  2026. 1261.  - .wide_wall_module #wpe_text {
  2027. 1262.  -   max-width: 492px;
  2028. 1263.  -   line-height: 1.54em;
  2029. 1264.  - }
  2030. 1265.  - .wide_wall_module .wpe_buttons {
  2031. 1266.  -   max-width: 492px;
  2032. 1267.  - }
  2033. 1268.  - .wide_wall_module #wpe_cont .mention_rich_ta {
  2034. 1269.  -   line-height: 1.54em;
  2035. 1270.  - }
  2036. 1271.  - .wide_wall_module .poll_preview .content, .fw_post_info .poll_preview .content {
  2037. 1272.  -   max-width: 360px;
  2038. 1273.  - }
  2039. 1274.  - .wide_wall_module #wpe_media_preview .poll_preview .labeled, .fw_post_info #wpe_media_preview .poll_preview .labeled {
  2040. 1275.  -   max-width: 239px;
  2041. 1276.  - }
  2042. 1277.  - .wide_wall_module #wpe_media_preview .poll_preview input, .fw_post_info #wpe_media_preview .poll_preview input {
  2043. 1278.  -   max-width: 231px;
  2044. 1279.  - }
  2045. 1280.  - .wide_wall_module .reply {
  2046. 1281.  -   padding: 10px 0px 11px;
  2047. 1282.  - }
  2048. 1283.  - .wide_wall_module a.reply_image,
  2049. 1284.  - .wide_wall_module img.reply_image {
  2050. 1285.  -   width: 50px;
  2051. 1286.  -   height: 50px;
  2052. 1287.  - }
  2053. 1288.  - .wide_wall_module .reply_info {
  2054. 1289.  -   margin-left: 63px;
  2055. 1290.  - }
  2056. 1291.  - .wide_wall_module .reply_button_wrap button {
  2057. 1292.  -   padding: 4px 14px;
  2058. 1293.  - }
  2059. 1294.  - .wide_wall_module .reply_form_img,
  2060. 1295.  - .wide_wall_module a.reply_form_image {
  2061. 1296.  -   width: 50px;
  2062. 1297.  -   height: 50px;
  2063. 1298.  - }
  2064. 1299.  - .wide_wall_module .reply_box_open .reply_form {
  2065. 1300.  -   margin-left: 62px;
  2066. 1301.  - }
  2067. 1302.  -
  2068. 1303.  -
  2069. 1304.  -
  2070. 1305.  - /* New post likes */
  2071. 1306.  - .wall_module .post_like_wrap {
  2072. 1307.  -   position: relative;
  2073. 1308.  -   width: 150px;
  2074. 1309.  - }
  2075. 1310.  - .post_like {
  2076. 1311.  -   background: #FFF;
  2077. 1312.  -   color: #2F5879;
  2078. 1313.  -   font-size: 11px;
  2079. 1314.  -   cursor: pointer;
  2080. 1315.  -   padding: 5px 6px;
  2081. 1316.  -   margin-top: -1px;
  2082. 1317.  -   right: 0px;
  2083. 1318.  -   position: absolute;
  2084. 1319.  -   white-space: nowrap;
  2085. 1320.  - }
  2086. 1321.  - .wide_wall_module .post_like {
  2087. 1322.  -   font-size: 1em;
  2088. 1323.  - }
  2089. 1324.  - .post_like_link {
  2090. 1325.  -   opacity: 0.6;
  2091. 1326.  -   filter: alpha(opacity=60);
  2092. 1327.  -   -webkit-transition: opacity 50ms linear;
  2093. 1328.  -   -moz-transition: opacity 50ms linear;
  2094. 1329.  -   transition: opacity 50ms linear;
  2095. 1330.  - }
  2096. 1331.  - .wall_post_over .post_like_link,
  2097. 1332.  - .wall_module .post:hover .post_like_link {
  2098. 1333.  -   opacity: 1;
  2099. 1334.  -   filter: none;
  2100. 1335.  - }
  2101. 1336.  - .wall_module .post_like:hover {
  2102. 1337.  -   background: #E9EDF1;
  2103. 1338.  - }
  2104. 1339.  - .wall_module .post_like:hover {
  2105. 1340.  -
  2106. 1341.  - }
  2107. 1342.  - .wall_module .post_like_icon {
  2108. 1343.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  2109. 1344.  -   height: 10px;
  2110. 1345.  -   margin: 2px 3px 0px;
  2111. 1346.  -   opacity: 0.4;
  2112. 1347.  -   filter: alpha(opacity=40);
  2113. 1348.  -   width: 11px;
  2114. 1349.  - }
  2115. 1350.  - .wide_wall_module .post_like_icon {
  2116. 1351.  -   margin-top: 3px;
  2117. 1352.  - }
  2118. 1353.  - .wall_module .post_like_count {
  2119. 1354.  -   font-weight: bold;
  2120. 1355.  -   color: #7295b2;
  2121. 1356.  - }
  2122. 1357.  -
  2123. 1358.  - .wall_module .post_like .no_likes {
  2124. 1359.  -   visibility: visible;
  2125. 1360.  -   opacity: 0.4;
  2126. 1361.  -   filter: alpha(opacity=40);
  2127. 1362.  - }
  2128. 1363.  - .wall_module .post_like i.my_like {
  2129. 1364.  -   opacity: 1;
  2130. 1365.  -   filter: none;
  2131. 1366.  - }
  2132. 1367.  -
  2133. 1368.  - .reply_replieable,
  2134. 1369.  - .reply_moreable {
  2135. 1370.  -   cursor: pointer;
  2136. 1371.  - }
  2137. 1372.  -
  2138. 1373.  -
  2139. 1374.  - /* Inline view video */
  2140. 1375.  - .wide_wall_module .post_thumbs_num1 .page_media_video .video div,
  2141. 1376.  - .wall_module .page_media_full_video .video div {
  2142. 1377.  -   bottom: 10px;
  2143. 1378.  -   font-size: 1em;
  2144. 1379.  - }
  2145. 1380.  - .wall_module .post_thumbs_num1 .page_media_thumb1 {
  2146. 1381.  -   margin: 0;
  2147. 1382.  - }
  2148. 1383.  - .wall_module .page_media_full_video {
  2149. 1384.  -   padding-bottom: 0;
  2150. 1385.  - }
  2151. 1386.  - .wide_wall_module .post_thumbs_num1 .page_media_video,
  2152. 1387.  - .wall_module .page_media_full_video  {
  2153. 1388.  -   max-width: 480px;
  2154. 1389.  -   max-height: 360px;
  2155. 1390.  - }
  2156. 1391.  - .wide_wall_module .post_thumbs_num1 .page_media_video .video img,
  2157. 1392.  - .wall_module .page_media_full_video .video img {
  2158. 1393.  -   max-width: 480px;
  2159. 1394.  -   max-height: 360px;
  2160. 1395.  -   width: 480px;
  2161. 1396.  -   height: 360px;
  2162. 1397.  - }
  2163. 1398.  - .wall_module .page_media_video .video div.video_play_inline,
  2164. 1399.  - .wall_module .page_media_full_video .video div.video_play_inline {
  2165. 1400.  -   left: 137px;
  2166. 1401.  -   top: 97px;
  2167. 1402.  -   bottom: auto;
  2168. 1403.  -   position: absolute;
  2169. 1404.  -   z-index: 10;
  2170. 1405.  -   background: url(/images/inline_video_play.png) no-repeat;
  2171. 1406.  -   width: 46px;
  2172. 1407.  -   height: 46px;
  2173. 1408.  - }
  2174. 1409.  - .wide_wall_module .page_media_video .video div.video_play_inline,
  2175. 1410.  - .wall_module .page_media_full_video .video div.video_play_inline {
  2176. 1411.  -   left: 225px;
  2177. 1412.  -   top: 165px;
  2178. 1413.  - }
  2179. 1414.  - .wide_wall_module .page_media_video .video div.video_play_inline_loading,
  2180. 1415.  - .wall_module .page_media_full_video .video div.video_play_inline_loading {
  2181. 1416.  -   background: url(/images/upload_inv_mono.gif) no-repeat 50% 50%;
  2182. 1417.  -   width: 100px;
  2183. 1418.  -   background-color: #000;
  2184. 1419.  -   background-color: rgba(0, 0, 0, 0.7);
  2185. 1420.  -   *filter: alpha(opacity=70);
  2186. 1421.  -
  2187. 1422.  -   border-radius: 5px;
  2188. 1423.  -   -moz-border-radius: 5px;
  2189. 1424.  -   -khtml-border-radius: 5px;
  2190. 1425.  -   -webkit-border-radius: 5px;
  2191. 1426.  -
  2192. 1427.  -   margin: -2px 0 0 -27px;
  2193. 1428.  - }
  2194. 1429.  - .widget_body .like_tt_clubs {
  2195. 1430.  -   display: none;
  2196. 1431.  - }
  2197. 1432.  -
  2198. 1433.  - .widget_body.bugs .wcomments_head_icon {
  2199. 1434.  -   display: none;
  2200. 1435.  - }
  2201. 1436.  - .widget_body.bugs .wcomments_head {
  2202. 1437.  -   padding: 4px 6px 6px 6px;
  2203. 1438.  - }
  2204. 1439.  -
  2205. 1440.  - #custom_menu_cont {
  2206. 1441.  -   top: 0px;
  2207. 1442.  -   width: 100%;
  2208. 1443.  - }
  2209. 1444.  - #custom_menu_wrap {
  2210. 1445.  -   z-index: 1005;
  2211. 1446.  -   position: absolute;
  2212. 1447.  -   top: 0px;
  2213. 1448.  - }
  2214. 1449.  -
  2215. 1450.  -
  2216. 1451.  - .page_post_sized_thumbs {
  2217. 1452.  -   margin: 9px 0 4px;
  2218. 1453.  - }
  2219. 1454.  - .page_post_sized_full_thumb {
  2220. 1455.  -   margin: 20px 0 10px;
  2221. 1456.  - }
  2222. 1457.  - .page_post_sized_full_thumb_first {
  2223. 1458.  -   margin-top: 10px;
  2224. 1459.  - }
  2225. 1460.  -
  2226. 1461.  - a.page_post_thumb_wrap,
  2227. 1462.  - span.page_post_thumb_wrap {
  2228. 1463.  -   display: block;
  2229. 1464.  -   overflow: hidden;
  2230. 1465.  -   position: relative;
  2231. 1466.  -   margin: 0 3px 3px 0;
  2232. 1467.  - }
  2233. 1468.  - a.page_post_thumb_wrap:hover,
  2234. 1469.  - a.page_post_thumb_unsized:hover {
  2235. 1470.  -   text-decoration: none !important;
  2236. 1471.  - }
  2237. 1472.  - .page_post_thumb_video {
  2238. 1473.  -   position: relative;
  2239. 1474.  - }
  2240. 1475.  - .page_post_thumb_sized_photo {
  2241. 1476.  -   position: absolute;
  2242. 1477.  - }
  2243. 1478.  - .page_post_video_play_inline {
  2244. 1479.  -   position: absolute;
  2245. 1480.  -   z-index: 10;
  2246. 1481.  -   background: url(/images/inline_video_play.png) no-repeat;
  2247. 1482.  -   margin-left: -23px;
  2248. 1483.  -   margin-top: -23px;
  2249. 1484.  -   width: 46px;
  2250. 1485.  -   height: 46px;
  2251. 1486.  -   top: 50%;
  2252. 1487.  -   left: 50%;
  2253. 1488.  - }
  2254. 1489.  - .page_post_video_duration {
  2255. 1490.  -   background: url('/images/mv_bg.png');
  2256. 1491.  -   background: rgba(0,0,0, 0.6);
  2257. 1492.  -   color: #FFF;
  2258. 1493.  -   position: absolute;
  2259. 1494.  -   bottom: 10px;
  2260. 1495.  -   right: 0;
  2261. 1496.  -   padding: 0px 3px 1px;
  2262. 1497.  -   z-index: 10;
  2263. 1498.  - }
  2264. 1499.  -
  2265. 1500.  - a.page_post_thumb_last_column .page_post_thumb_undersized_w,
  2266. 1501.  - span.page_post_thumb_last_column .page_post_thumb_undersized_w {
  2267. 1502.  -   right: 0;
  2268. 1503.  - }
  2269. 1504.  - a.page_post_thumb_last_row .page_post_thumb_undersized_h,
  2270. 1505.  - span.page_post_thumb_last_row .page_post_thumb_undersized_h {
  2271. 1506.  -   bottom: 0;
  2272. 1507.  - }
  2273. 1508.  -
  2274. 1509.  - a.page_post_thumb_unsized,
  2275. 1510.  - span.page_post_thumb_unsized {
  2276. 1511.  -   background: 50% 50% no-repeat;
  2277. 1512.  -   background-size: cover;
  2278. 1513.  -
  2279. 1514.  -   display: block;
  2280. 1515.  -   position: relative;
  2281. 1516.  -   overflow: hidden;
  2282. 1517.  -   margin: 0 3px 3px 0;
  2283. 1518.  - }
  2284. 1519.  - a.page_post_thumb_unsized_single,
  2285. 1520.  - span.page_post_thumb_unsized_single {
  2286. 1521.  -   /*background: 0 0 no-repeat;*/
  2287. 1522.  -   background-size: contain;
  2288. 1523.  - }
  2289. 1524.  -
  2290. 1525.  - .wide_wall_module a.page_post_thumb_unsized,
  2291. 1526.  - .wide_wall_module a.page_post_thumb_wrap,
  2292. 1527.  - .wide_wall_module span.page_post_thumb_unsized,
  2293. 1528.  - .wide_wall_module span.page_post_thumb_wrap {
  2294. 1529.  -   margin: 0 6px 6px 0;
  2295. 1530.  - }
  2296. 1531.  - .page_post_sized_thumbs a.page_post_thumb_last_column,
  2297. 1532.  - .page_post_sized_thumbs span.page_post_thumb_last_column {
  2298. 1533.  -   margin-right: 0;
  2299. 1534.  - }
  2300. 1535.  - .page_post_sized_thumbs a.page_post_thumb_last_row,
  2301. 1536.  - .page_post_sized_thumbs span.page_post_thumb_last_row {
  2302. 1537.  -   margin-bottom: 0;
  2303. 1538.  - }
  2304. 1539.  -
  2305. 1540.  - .page_post_queue_wide,
  2306. 1541.  - .wide_wall_module .page_post_queue_narrow {
  2307. 1542.  -   display: none;
  2308. 1543.  - }
  2309. 1544.  - .wide_wall_module .page_post_queue_wide {
  2310. 1545.  -   display: block;
  2311. 1546.  - }
  2312. 1547.  -
  2313. 1548.  - .reply_media_lnk {
  2314. 1549.  -   display: none;
  2315. 1550.  - }
  2316. 1551.  - .checkbox_pic {
  2317. 1552.  -   cursor: pointer;
  2318. 1553.  - }
  2319. 1554.  - #wcomments_export.checkbox_pic {
  2320. 1555.  -   background: url(/images/icons/wall_export.gif?1) no-repeat 0 0;
  2321. 1556.  -   height: 14px;
  2322. 1557.  -   width: 14px;
  2323. 1558.  -   overflow: hidden;
  2324. 1559.  - }
  2325. 1560.  - #wcomments_export.checkbox_pic {
  2326. 1561.  -   background-image: url(/images/icons/wall_export_2x.gif?1);
  2327. 1562.  -   background-size: 14px 112px;
  2328. 1563.  - }
  2329. 1564.  - #wcomments_export.checkbox_pic {
  2330. 1565.  -   background-position: 0 -70px;
  2331. 1566.  -   opacity: 0.5;
  2332. 1567.  -   filter: alpha(opacity=50);
  2333. 1568.  - }
  2334. 1569.  - #wcomments_export.on {
  2335. 1570.  -   opacity: 1;
  2336. 1571.  -   filter: none;
  2337. 1572.  - }
  2338. 1573.  - #video_box_body .box_dark .box_title {
  2339. 1574.  -   background: #000000;
  2340. 1575.  -   color: #777777;
  2341. 1576.  - }
  2342. 1577.  - #video_box_body .box_dark .box_x_button {
  2343. 1578.  -   color: #777777;
  2344. 1579.  - }
  2345. 1580.  - #video_box_body .box_dark .box_x_button:hover {
  2346. 1581.  -   color: #FFFFFF;
  2347. 1582.  - }
  2348. 1583.  - #photo_box_body .box_dark .box_title {
  2349. 1584.  -   background: #FFFFFF;
  2350. 1585.  -   color: #45688E;
  2351. 1586.  - }
  2352. 1587.  - #photo_box_body .box_dark .box_x_button {
  2353. 1588.  -   color: #2B587A;
  2354. 1589.  - }
  2355. 1590.  - #photo_box_body .box_dark .box_x_button:hover {
  2356. 1591.  -   text-decoration: underline;
  2357. 1592.  - }
  2358. 1593.  - .photo_view_more {
  2359. 1594.  -   margin-top: 25px;
  2360. 1595.  -   display: block;
  2361. 1596.  -   background: #eef0f2;
  2362. 1597.  -   text-align: center;
  2363. 1598.  -   padding: 16px;
  2364. 1599.  -   color: #738392;
  2365. 1600.  - }
  2366. 1601.  - .photo_view_more:hover {
  2367. 1602.  -   text-decoration: none;
  2368. 1603.  -   background: #e9edf1;
  2369. 1604.  - }
  2370. 1605.  - .medadd_c_doc {
  2371. 1606.  -   overflow: hidden;
  2372. 1607.  -   -o-text-overflow: ellipsis;
  2373. 1608.  -   text-overflow: ellipsis;
  2374. 1609.  - }
  2375. 1610.  - .medadd_h,
  2376. 1611.  - .medadd_c_pollh {
  2377. 1612.  -   font-size: 1.09em;
  2378. 1613.  -   font-weight: bold;
  2379. 1614.  -   color: #45688E;
  2380. 1615.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat;
  2381. 1616.  -   margin: 4px 2px 0px;
  2382. 1617.  - }
  2383. 1618.  - .font_medium .medadd_h,
  2384. 1619.  - .font_medium .medadd_c_pollh {
  2385. 1620.  -   margin-top: 3px;
  2386. 1621.  - }
  2387. 1622.  - .medadd_h:hover {
  2388. 1623.  -   text-decoration: none;
  2389. 1624.  - }
  2390. 1625.  - .medadd_h_note {
  2391. 1626.  -   background-position: 0 -132px;
  2392. 1627.  - }
  2393. 1628.  - .medadd_h_doc {
  2394. 1629.  -   background-position: 0 -278px;
  2395. 1630.  - }
  2396. 1631.  - .medadd_h_poll {
  2397. 1632.  -   background-position: 0 -206px;
  2398. 1633.  - }
  2399. 1634.  - .medadd_h_link,
  2400. 1635.  - .medadd_h_page {
  2401. 1636.  -   background-position: 0 -235px;
  2402. 1637.  - }
  2403. 1638.  - .medadd_h_timer {
  2404. 1639.  -   background-position: 0 -332px;
  2405. 1640.  - }
  2406. 1641.  - .medadd_h_mail {
  2407. 1642.  -   background-position: 0 -292px;
  2408. 1643.  - }
  2409. 1644.  - .medadd_h,
  2410. 1645.  - .medadd_c {
  2411. 1646.  -   padding-left: 15px;
  2412. 1647.  - }
  2413. 1648.  - .medadd_c {
  2414. 1649.  -   margin: 7px 2px 0px;
  2415. 1650.  - }
  2416. 1651.  - .medadd_c_linkimg {
  2417. 1652.  -   padding: 5px 10px 5px 5px;
  2418. 1653.  - }
  2419. 1654.  - .medadd_c_linkhead {
  2420. 1655.  -   margin: 0px;
  2421. 1656.  -   padding: 5px;
  2422. 1657.  -   border: 0px;
  2423. 1658.  -   font-size: 11px;
  2424. 1659.  - }
  2425. 1660.  - .medadd_c_linkdsc {
  2426. 1661.  -   padding: 0px 5px 5px;
  2427. 1662.  - }
  2428. 1663.  - #wcomments_form .medadd_c_linkcon {
  2429. 1664.  -   overflow: hidden;
  2430. 1665.  -   background: #FFF;
  2431. 1666.  -   padding: 6px;
  2432. 1667.  -   border: 1px solid #C0CAD5;
  2433. 1668.  - }
  2434. 1669.  - #wcomments_form .medadd_c_link {
  2435. 1670.  -   padding-left: 0px;
  2436. 1671.  -   margin-left: 0px;
  2437. 1672.  - }
  2438. ------
Advertisement
Add Comment
Please, Sign In to add comment