Hormold

VK Change (#1390401005)

Jan 22nd, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 46.75 KB | None | 0 0
  1. Файл - widget_comments.css (Старый размер - 33576 | Новый - 0):
  2. 0.  - #widget_comments_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  -
  7. 5.  - /* Global wall styles (from page.css) */
  8. 6.  - .wide_column {
  9. 7.  -   padding-bottom: 10px;
  10. 8.  -   width: 397px;
  11. 9.  - }
  12. 10.  -
  13. 11.  - .narrow_column {
  14. 12.  -   padding-bottom: 10px;
  15. 13.  -   width: 200px;
  16. 14.  - }
  17. 15.  -
  18. 16.  - .wall_module .more_link {
  19. 17.  -   display: none;
  20. 18.  -   padding: 8px 0px;
  21. 19.  -   text-align: center;
  22. 20.  -   border-top: 1px solid #DAE1E8;
  23. 21.  -   margin-bottom: 10px;
  24. 22.  - }
  25. 23.  - .wall_module .module_header span.fl_r {
  26. 24.  -   color: #2B587A;
  27. 25.  - }
  28. 26.  - .wall_module .module_header span.fl_r:hover {
  29. 27.  -   text-decoration: underline;
  30. 28.  - }
  31. 29.  - .wall_module #page_wall_posts_count {
  32. 30.  -   color: #99ADC2;
  33. 31.  -   font-weight: bold;
  34. 32.  -   padding: 0px 5px;
  35. 33.  - }
  36. 34.  - .wall_module #page_wall_posts_count:hover {
  37. 35.  -   text-decoration: underline;
  38. 36.  - }
  39. 37.  - .wall_module .more_link:hover {
  40. 38.  -   text-decoration: none;
  41. 39.  -   background: #E9EDF1;
  42. 40.  - }
  43. 41.  - .wall_module .more_link .progress {
  44. 42.  -   margin: 0px auto;
  45. 43.  - }
  46. 44.  - .wall_module .more_link div {
  47. 45.  -   height: 13px;
  48. 46.  - }
  49. 47.  - .wall_module .ext_video img {
  50. 48.  -   width: 120px;
  51. 49.  -   height: 90px;
  52. 50.  - }
  53. 51.  - div.wall_module .ext_video div {
  54. 52.  -   width: 120px;
  55. 53.  -   margin-top: 75px;
  56. 54.  - }
  57. 55.  - .wall_module .video div {
  58. 56.  -   bottom: 5px;
  59. 57.  -   right: 0px;
  60. 58.  -   position: absolute;
  61. 59.  -   font-size: 11px;
  62. 60.  -   z-index: 10;
  63. 61.  - }
  64. 62.  - .wall_module .video div span.bg {
  65. 63.  -   background: #000;
  66. 64.  -   color: #000;
  67. 65.  -   opacity: 0.6;
  68. 66.  -   filter: alpha(opacity=60);
  69. 67.  - }
  70. 68.  - .wall_module .video div span {
  71. 69.  -   color: #FFF;
  72. 70.  -   padding: 0px 3px 1px;
  73. 71.  - }
  74. 72.  -
  75. 73.  - /* Posts */
  76. 74.  - .wall_module .post {
  77. 75.  -   padding: 3px 0;
  78. 76.  -   border-top: 1px solid #DAE1E8;
  79. 77.  -   *position: relative;
  80. 78.  - }
  81. 79.  - .wall_module .post:first-child {
  82. 80.  -   border-top: none;
  83. 81.  - }
  84. 82.  - /* Actions */
  85. 83.  - .wall_module .delete_post_wrap {
  86. 84.  -   position: relative;
  87. 85.  -   z-index: 10;
  88. 86.  - }
  89. 87.  - .wall_module .delete_post {
  90. 88.  -   height: 13px;
  91. 89.  -   width: 17px;
  92. 90.  -   padding-top: 4px;
  93. 91.  - }
  94. 92.  - .wall_module .delete_post div {
  95. 93.  -   background: url(/images/pics/statusx_op.gif) no-repeat;
  96. 94.  -   opacity: 0;
  97. 95.  -   filter: alpha(opacity=0);
  98. 96.  -   cursor: pointer;
  99. 97.  -   height: 17px;
  100. 98.  -   width: 17px;
  101. 99.  - }
  102. 100.  -
  103. 101.  - .wall_module .post_actions_wrap,
  104. 102.  - .wall_module .reply_actions_wrap {
  105. 103.  -   position: relative;
  106. 104.  -   z-index: 10;
  107. 105.  - }
  108. 106.  - .wall_module .post_actions,
  109. 107.  - .wall_module .reply_actions {
  110. 108.  -   height: 11px;
  111. 109.  -   width: 32px;
  112. 110.  -   padding-top: 4px;
  113. 111.  -   position: absolute;
  114. 112.  -   right: 0;
  115. 113.  - }
  116. 114.  - .wall_module .post_delete_button,
  117. 115.  - .wall_module .post_edit_button,
  118. 116.  - .wall_module .reply_delete_button,
  119. 117.  - .wall_module .reply_edit_button {
  120. 118.  -   background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
  121. 119.  -   opacity: 0;
  122. 120.  -   filter: alpha(opacity=0);
  123. 121.  -   cursor: pointer;
  124. 122.  -   height: 11px;
  125. 123.  -   width: 11px;
  126. 124.  -   margin-left: 5px;
  127. 125.  - }
  128. 126.  - .is_2x .wall_module .delete_post div,
  129. 127.  - .is_2x .wall_module .post_delete_button,
  130. 128.  - .is_2x .wall_module .reply_delete_button {
  131. 129.  -   background-image: url(/images/pics/statusx_op_2x.gif);
  132. 130.  -   background-size: 11px 11px;
  133. 131.  - }
  134. 132.  - .wall_module .reply_edit_button,
  135. 133.  - .wall_module .post_edit_button {
  136. 134.  -   display: none;
  137. 135.  -   background-image: url(/images/pics/statusedit.gif);
  138. 136.  - }
  139. 137.  - .is_2x .wall_module .reply_edit_button,
  140. 138.  - .is_2x .wall_module .post_edit_button {
  141. 139.  -   background-image: url(/images/pics/statusedit_2x.gif);
  142. 140.  -   background-size: 11px 11px;
  143. 141.  - }
  144. 142.  -
  145. 143.  -
  146. 144.  - .wall_module div.post_image {
  147. 145.  -   position: absolute;
  148. 146.  -   *left: 0;
  149. 147.  -   padding: 5px 0;
  150. 148.  -   width: 50px;
  151. 149.  - }
  152. 150.  - .wall_module a.post_image {
  153. 151.  -   width: 50px;
  154. 152.  -   height: 50px;
  155. 153.  -   display: block;
  156. 154.  - }
  157. 155.  - #wcomments_page .wall_module .post_info {
  158. 156.  -   margin-left: 65px;
  159. 157.  -   padding: 0 0 2px;
  160. 158.  -   *position: relative;
  161. 159.  -   width: auto;
  162. 160.  - }
  163. 161.  - .wall_module .dld {
  164. 162.  -   color: #777;
  165. 163.  -   padding: 5px 60px 8px;
  166. 164.  - }
  167. 165.  - .wall_module .reply .dld {
  168. 166.  -   padding: 11px 4px 12px 41px;
  169. 167.  - }
  170. 168.  - .wide_wall_module .reply .dld {
  171. 169.  -   padding: 11px 4px 12px 64px;
  172. 170.  - }
  173. 171.  - .wall_module .author {
  174. 172.  -   font-weight: bold;
  175. 173.  -   line-height: 140%;
  176. 174.  - }
  177. 175.  - .wall_module .published_by_wrap {
  178. 176.  -   margin: 7px 0 5px;
  179. 177.  - }
  180. 178.  - .wall_module a.published_by_photo {
  181. 179.  -   display: block;
  182. 180.  -   width: 30px;
  183. 181.  -   height: 30px;
  184. 182.  -   margin-right: 8px;
  185. 183.  - }
  186. 184.  - .wall_module .published_by {
  187. 185.  -   padding-left: 12px;
  188. 186.  -   background: url(/images/icons/published.gif) no-repeat 0px 3px;
  189. 187.  -   font-weight: bold;
  190. 188.  - }
  191. 189.  - .wall_module div.published_by_date {
  192. 190.  -   padding-top: 4px;
  193. 191.  - }
  194. 192.  - .wall_module .published_by_date, .wall_module .wall_post_source {
  195. 193.  -   color: #777;
  196. 194.  - }
  197. 195.  -
  198. 196.  - #submit_post_box_wrap {
  199. 197.  -   padding: 10px;
  200. 198.  -   background: #F7F7F7;
  201. 199.  - }
  202. 200.  - .wall_module #submit_post_box {
  203. 201.  -   padding: 8px;
  204. 202.  -   background: #F7F7F7;
  205. 203.  -   border-top: 1px solid #d8dfe5;
  206. 204.  - }
  207. 205.  - .wall_module #submit_post_box textarea {
  208. 206.  -   overflow: hidden;
  209. 207.  -   outline: none;
  210. 208.  -   width: 372px;
  211. 209.  -   height: 14px;
  212. 210.  -   resize: none;
  213. 211.  - }
  214. 212.  - .wall_module #submit_post {
  215. 213.  -   display: none;
  216. 214.  -   padding-top: 8px;
  217. 215.  - }
  218. 216.  - .wall_module #submit_post .progress.fl_r {
  219. 217.  -   margin: 6px 8px 0px;
  220. 218.  - }
  221. 219.  - .wall_module #submit_post .checkbox,
  222. 220.  - .wall_module #submit_post .checkbox_pic {
  223. 221.  -   margin: 6px 0 0px 10px;
  224. 222.  - }
  225. 223.  - .wall_module td {
  226. 224.  -   vertical-align: top;
  227. 225.  - }
  228. 226.  - .wall_module .online {
  229. 227.  -   display: block;
  230. 228.  -   width: 50px;
  231. 229.  -   text-align: center;
  232. 230.  -   padding-top: 5px;
  233. 231.  -   color: #AAA;
  234. 232.  - }
  235. 233.  -
  236. 234.  - .wall_post_over .wall_post_text,
  237. 235.  - .wall_post_over .post_media,
  238. 236.  - .wall_post_over .explain,
  239. 237.  - .wall_post_over .group_share,
  240. 238.  - .wall_post_over .public_share,
  241. 239.  - .wall_post_over .event_share {
  242. 240.  -   cursor: pointer;
  243. 241.  - }
  244. 242.  -
  245. 243.  - .wall_post_text,
  246. 244.  - .wall_reply_text {
  247. 245.  -   padding-top: 2px;
  248. 246.  -   line-height: 130%;
  249. 247.  - }
  250. 248.  - .wall_post_text {
  251. 249.  -   overflow: hidden;
  252. 250.  -   word-wrap: break-word;
  253. 251.  - }
  254. 252.  - .wall_post_more,
  255. 253.  - .wall_reply_more,
  256. 254.  - .wall_module .reply_show_whole {
  257. 255.  -   position: relative;
  258. 256.  -   top: 2px;
  259. 257.  -   font-weight: bold;
  260. 258.  -   color: #91A4B8;
  261. 259.  -   -webkit-transition: color 200ms linear;
  262. 260.  -   -moz-transition: color 200ms linear;
  263. 261.  -   -o-transition: color 200ms linear;
  264. 262.  -   transition: color 200ms linear;
  265. 263.  - }
  266. 264.  - .wall_post_text:hover .wall_post_more,
  267. 265.  - .wall_reply_text:hover .wall_reply_more,
  268. 266.  - .wall_post_more:hover, .wall_reply_more:hover {
  269. 267.  -   color: #45688E;
  270. 268.  -   text-decoration: none;
  271. 269.  - }
  272. 270.  - #wcomments_page .wall_text {
  273. 271.  -   width: auto;
  274. 272.  -   padding: 5px 0px 0px;
  275. 273.  -   position: relative;
  276. 274.  -   margin: 0px;
  277. 275.  - }
  278. 276.  - .wall_text .explain {
  279. 277.  -   color: #777;
  280. 278.  -   line-height: 140%;
  281. 279.  - }
  282. 280.  - .wall_module .audio .info {
  283. 281.  -   padding: 2px;
  284. 282.  -   width: 100%;
  285. 283.  - }
  286. 284.  -
  287. 285.  - /* Likes */
  288. 286.  - .wall_module .like_wrap {
  289. 287.  -   margin: 4px 1px 8px;
  290. 288.  -   color: #2F5879;
  291. 289.  -   font-size: 11px;
  292. 290.  -   cursor: pointer;
  293. 291.  - }
  294. 292.  - .wall_module .reply .like_wrap {
  295. 293.  -   margin: 0 1px 0 0;
  296. 294.  - }
  297. 295.  - .fw_reply .like_wrap {
  298. 296.  -   margin: 0 1px 0 0;
  299. 297.  -   color: #2F5879;
  300. 298.  -   font-size: 1em;
  301. 299.  -   cursor: pointer;
  302. 300.  - }
  303. 301.  - .wall_module .like_link, .wall_module .no_likes {
  304. 302.  -   visibility: hidden;
  305. 303.  -   opacity: 0;
  306. 304.  -   filter: alpha(opacity=0);
  307. 305.  - }
  308. 306.  - .wall_module .reply .like_link, .fw_reply .like_link {
  309. 307.  -   cursor: pointer;
  310. 308.  -   color: #2F5879;
  311. 309.  -   visibility: visible;
  312. 310.  -   opacity: 1;
  313. 311.  -   filter: none;
  314. 312.  - }
  315. 313.  -
  316. 314.  - .wall_module .one .like_link {
  317. 315.  -   visibility: visible;
  318. 316.  -   opacity: 1;
  319. 317.  -   filter: none;
  320. 318.  - }
  321. 319.  - .wall_module .one .no_likes {
  322. 320.  -   visibility: visible;
  323. 321.  - }
  324. 322.  - .wall_module .like_wrap i {
  325. 323.  -   display: block;
  326. 324.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  327. 325.  -   height: 10px;
  328. 326.  -   margin: 3px 3px 0px;
  329. 327.  -   opacity: 0.4;
  330. 328.  -   filter: alpha(opacity=40);
  331. 329.  -   width: 11px;
  332. 330.  - }
  333. 331.  -
  334. 332.  - .wall_module .like_wrap i.my_like,
  335. 333.  - .fw_reply .like_wrap i.my_like {
  336. 334.  -   opacity: 1;
  337. 335.  -   filter: none;
  338. 336.  - }
  339. 337.  - .wall_module .like_wrap i.no_likes {
  340. 338.  -   margin-right: 0px;
  341. 339.  - }
  342. 340.  - .wall_module .like_count, .fw_reply .like_count {
  343. 341.  -   font-weight: bold;
  344. 342.  -   color: #7295b2;
  345. 343.  -   margin-right: 3px;
  346. 344.  - }
  347. 345.  - .wall_module .fw_like_count {
  348. 346.  -   color: #7295b2;
  349. 347.  -   font-weight: bold;
  350. 348.  - }
  351. 349.  -
  352. 350.  - /* Replies */
  353. 351.  - .wall_module .reply_link_wrap {
  354. 352.  -   padding-top: 4px;
  355. 353.  -   padding-bottom: 8px;
  356. 354.  -   font-size: 11px;
  357. 355.  - }
  358. 356.  - .wall_module .reply_link_wrap small, .wall_module .reply_link_wrap small a {
  359. 357.  -   color: #999;
  360. 358.  -   font-size: 11px;
  361. 359.  - }
  362. 360.  -
  363. 361.  - /* Replies header link */
  364. 362.  - .wrh_text {
  365. 363.  -   text-align: center;
  366. 364.  - }
  367. 365.  - .wrh_prg {
  368. 366.  -   margin: 0px auto;
  369. 367.  - }
  370. 368.  - .wr_header {
  371. 369.  -   display: block;
  372. 370.  -   cursor: pointer;
  373. 371.  -   color: #6A7989;
  374. 372.  -   background: #E9EDF1;
  375. 373.  -   height: 13px;
  376. 374.  -   padding: 9px 0px 8px;
  377. 375.  - }
  378. 376.  - .wr_header:hover {
  379. 377.  -   text-decoration: none;
  380. 378.  - }
  381. 379.  - .wrh_all {
  382. 380.  -   background: #FFF;
  383. 381.  -   color: #777;
  384. 382.  - }
  385. 383.  - .wrh_all:hover {
  386. 384.  -   background: #E9EDF1;
  387. 385.  -   color: #6A7989;
  388. 386.  - }
  389. 387.  - .wd_lnk {
  390. 388.  -   color: #999;
  391. 389.  - }
  392. 390.  - .wall_module .replies_wrap {
  393. 391.  -   padding-top: 2px;
  394. 392.  -   margin-bottom: 6px;
  395. 393.  -   position: relative;
  396. 394.  - }
  397. 395.  - /* Reply */
  398. 396.  - .wall_module .reply {
  399. 397.  -   background: #FFF;
  400. 398.  -   border-top: 1px solid #E9EDF1;
  401. 399.  -   padding: 6px 0px;
  402. 400.  -   position: relative;
  403. 401.  - }
  404. 402.  - .wall_module .reply .delete_post {
  405. 403.  -   padding-top: 2px;
  406. 404.  - }
  407. 405.  - .wall_module a.reply_image {
  408. 406.  -   width: 32px;
  409. 407.  -   height: 32px;
  410. 408.  -   margin: 2px 0;
  411. 409.  -   display: block;
  412. 410.  -   overflow: hidden;
  413. 411.  -   position: absolute;
  414. 412.  -   *left: 0;
  415. 413.  - }
  416. 414.  - .wall_module img.reply_image {
  417. 415.  -   width: 32px;
  418. 416.  -   height: 32px;
  419. 417.  - }
  420. 418.  - .wall_module .reply .author {
  421. 419.  -   padding-right: 3px;
  422. 420.  -   font-weight: normal;
  423. 421.  - }
  424. 422.  - .wall_module .reply_text {
  425. 423.  -   word-wrap: break-word;
  426. 424.  -   overflow: hidden;
  427. 425.  -   max-width: 293px;
  428. 426.  - }
  429. 427.  - .wall_module .reply_info {
  430. 428.  -   margin-left: 39px;
  431. 429.  -   *position: relative;
  432. 430.  - }
  433. 431.  - .wall_module .info_footer {
  434. 432.  -   font-size: 11px;
  435. 433.  -   color: #999;
  436. 434.  -   padding: 4px 0 0;
  437. 435.  - }
  438. 436.  - .wall_module .reply_to {
  439. 437.  -   color: #999;
  440. 438.  - }
  441. 439.  - /* Reply form */
  442. 440.  - .wall_module .reply_fakebox_wrap {
  443. 441.  -   background: #F1F1F1;
  444. 442.  -   padding: 6px;
  445. 443.  - }
  446. 444.  - .wall_module .reply_fakebox {
  447. 445.  -   cursor: text;
  448. 446.  -   background: white;
  449. 447.  -   border: 1px solid #C0CAD5;
  450. 448.  -   padding: 3px 5px;
  451. 449.  -   color: #777;
  452. 450.  - }
  453. 451.  - .reply_field_wrap {
  454. 452.  -   padding: 3px;
  455. 453.  -   background: #FFF;
  456. 454.  -   border: 1px solid #C0CAD5;
  457. 455.  - }
  458. 456.  - .reply_field {
  459. 457.  -   padding: 0;
  460. 458.  -   border: 0;
  461. 459.  -   overflow: hidden;
  462. 460.  -   height: 14px;
  463. 461.  -   outline: 0;
  464. 462.  -   margin: 0px;
  465. 463.  -   width: 100%;
  466. 464.  -   resize: none;
  467. 465.  -   height: 14px;
  468. 466.  - }
  469. 467.  - .reply_field_tail {
  470. 468.  -   display: none;
  471. 469.  -   width: 5px;
  472. 470.  -   height: 9px;
  473. 471.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -155px no-repeat;
  474. 472.  -   position: absolute;
  475. 473.  -   margin-left: -8px;
  476. 474.  -   margin-top: 16px;
  477. 475.  - }
  478. 476.  - .is_2x .reply_field_tail {
  479. 477.  -   background-image: url(/images/icons/feedback_iconset_2x.gif?4);
  480. 478.  -   background-size: 15px 181px;
  481. 479.  - }
  482. 480.  - .wall_module .reply_box {
  483. 481.  -   background: #F1F1F1;
  484. 482.  -   padding: 6px;
  485. 483.  -   *position: relative;
  486. 484.  -   clear: both;
  487. 485.  - }
  488. 486.  - .wall_module a.reply_form_image {
  489. 487.  -   display: none;
  490. 488.  -   width: 50px;
  491. 489.  -   height: 50px;
  492. 490.  -   overflow: hidden;
  493. 491.  -   position: absolute;
  494. 492.  -   *left: 6px;
  495. 493.  - }
  496. 494.  - .wall_module .reply_form {
  497. 495.  -   zoom: 1;
  498. 496.  - }
  499. 497.  - .wall_module .reply_form_img {
  500. 498.  -   width: 50px;
  501. 499.  -   height: 50px;
  502. 500.  - }
  503. 501.  - .wall_module .submit_reply {
  504. 502.  -   display: none;
  505. 503.  -   padding-top: 6px;
  506. 504.  -   height: 25px;
  507. 505.  - }
  508. 506.  - .wall_module .reply_as_group_wrap {
  509. 507.  -   padding: 6px 0 0 5px;
  510. 508.  -   display: none;
  511. 509.  - }
  512. 510.  - .wall_module .reply_as_group_active {
  513. 511.  -   display: block;
  514. 512.  - }
  515. 513.  - .reply_button_wrap {
  516. 514.  -   padding-right: 5px;
  517. 515.  -   zoom: 1;
  518. 516.  -   *position: relative;
  519. 517.  - }
  520. 518.  - .wall_module .reply_box_open .reply_form {
  521. 519.  -   margin-left: 62px;
  522. 520.  - }
  523. 521.  - .wall_module .reply_hint {
  524. 522.  -   padding: 6px 0 0px 5px;
  525. 523.  -   overflow: hidden;
  526. 524.  -   -o-text-overflow: ellipsis;
  527. 525.  -   text-overflow: ellipsis;
  528. 526.  -   position: relative;
  529. 527.  - }
  530. 528.  - .wall_module .reply_hint_text {
  531. 529.  -   color: #777;
  532. 530.  -   cursor: default;
  533. 531.  -   white-space: nowrap;
  534. 532.  -   overflow: hidden;
  535. 533.  -   -o-text-overflow: ellipsis;
  536. 534.  -   text-overflow: ellipsis;
  537. 535.  - }
  538. 536.  - .wall_module .reply_box_open .reply_box {
  539. 537.  -   margin-left: -6px;
  540. 538.  - }
  541. 539.  - .wall_module .reply_to_title {
  542. 540.  -   display: none;
  543. 541.  -   padding: 6px 5px 0px;
  544. 542.  - }
  545. 543.  -
  546. 544.  - .reply_multiline_tt_point {
  547. 545.  -   position: absolute;
  548. 546.  -   width: 1px;
  549. 547.  -   height: 1px;
  550. 548.  - }
  551. 549.  - .wall_module .reply_box_open .replies_wrap,
  552. 550.  - .wall_module .reply_box_open .submit_reply,
  553. 551.  - .wall_module .reply_box_open a.reply_form_image,
  554. 552.  - .reply_box_open .reply_field_tail {
  555. 553.  -   display: block;
  556. 554.  - }
  557. 555.  - .wall_module .reply_box_open .reply_link {
  558. 556.  -   display: none;
  559. 557.  - }
  560. 558.  - .wall_module #post_warn,
  561. 559.  - .wall_module .reply_warn {
  562. 560.  -   display: none;
  563. 561.  -   padding-top: 5px;
  564. 562.  -   color: #777;
  565. 563.  - }
  566. 564.  - /* Reply submit hint */
  567. 565.  - .reply_submit_hint_wrap {
  568. 566.  -   width: 210px;
  569. 567.  -   height: 110px;
  570. 568.  -   padding: 8px 5px 8px;
  571. 569.  - }
  572. 570.  - .reply_submit_hint_title {
  573. 571.  -   color: #2A5779;
  574. 572.  -   font-weight: bold;
  575. 573.  -   padding-bottom: 2px;
  576. 574.  - }
  577. 575.  - #reply_submit_hint_opts .radiobtn {
  578. 576.  -   color: #000;
  579. 577.  -   padding-top: 10px;
  580. 578.  -   padding-bottom: 5px;
  581. 579.  -   line-height: 160%;
  582. 580.  - }
  583. 581.  - #reply_submit_hint_opts .radiobtn div {
  584. 582.  -   margin: 2px 5px 6px 0;
  585. 583.  - }
  586. 584.  -
  587. 585.  -
  588. 586.  -
  589. 587.  -
  590. 588.  - .wall_module #post_warn,
  591. 589.  - .wall_module .reply_warn {
  592. 590.  -   display: none;
  593. 591.  -   padding-top: 5px;
  594. 592.  -   color: #777;
  595. 593.  - }
  596. 594.  - .wall_module .post_media {
  597. 595.  -   padding-top: 7px;
  598. 596.  - }
  599. 597.  - .wall_module .graffiti img {
  600. 598.  -   width: 200px;
  601. 599.  -   height: 100px;
  602. 600.  - }
  603. 601.  - .wall_module .photo img {
  604. 602.  -   vertical-align: top;
  605. 603.  -   max-height: 150px;
  606. 604.  -   overflow: hidden;
  607. 605.  - }
  608. 606.  - span.post_video_title {
  609. 607.  -   font-weight: bold;
  610. 608.  - }
  611. 609.  - span.post_video_duration {
  612. 610.  -   font-weight: bold;
  613. 611.  -   color: #000;
  614. 612.  - }
  615. 613.  - .wall_module .video {
  616. 614.  -   display: block;
  617. 615.  -   position: relative;
  618. 616.  - }
  619. 617.  - .wall_module .video:hover {
  620. 618.  -   text-decoration: none;
  621. 619.  - }
  622. 620.  - .wall_module .app img.icon {
  623. 621.  -   padding: 4px 5px 0px 0px;
  624. 622.  -   vertical-align: bottom;
  625. 623.  - }
  626. 624.  - .wall_module .app img.thumb {
  627. 625.  -   max-width: 75px;
  628. 626.  -   max-height: 75px;
  629. 627.  -   margin: 3px 6px 3px 0px;
  630. 628.  -   vertical-align: middle;
  631. 629.  - }
  632. 630.  - .wall_module .mention_rich_ta {
  633. 631.  -   background: #FFF;
  634. 632.  -   padding: 3px;
  635. 633.  -   border: 1px solid #C0CAD5;
  636. 634.  -   outline: none;
  637. 635.  -   overflow-x: hidden;
  638. 636.  -   line-height: normal;
  639. 637.  - }
  640. 638.  - .wall_module .mini_editor_cont {
  641. 639.  -   display: none;
  642. 640.  -   position: relative;
  643. 641.  -   z-index: 102;
  644. 642.  - }
  645. 643.  - .wall_module .mention_rich_ta a {
  646. 644.  -   color: #2B587A !important;
  647. 645.  -   cursor: text !important;
  648. 646.  -   text-decoration: none !important;
  649. 647.  - }
  650. 648.  - .wall_module .mention_rich_ta p {
  651. 649.  -   font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
  652. 650.  -   font-size: 1em;
  653. 651.  -   padding:0px;
  654. 652.  -   margin: 0;
  655. 653.  -   line-height: normal;
  656. 654.  - }
  657. 655.  - .wall_module .mini_editor_cont .selector_container .result_list {
  658. 656.  -   display: none;
  659. 657.  - }
  660. 658.  - #wcomments_form #page_add_media {
  661. 659.  -   padding: 6px 20px 0;
  662. 660.  - }
  663. 661.  - #page_no_wall {
  664. 662.  -   padding: 15px;
  665. 663.  -   border-top: 1px solid #CCD3DA;
  666. 664.  -   font-size: 1.09em;
  667. 665.  -   color: #777;
  668. 666.  -   text-align: center;
  669. 667.  - }
  670. 668.  -
  671. 669.  - .add_media_rows {
  672. 670.  -   -webkit-border-radius: 2px;
  673. 671.  -   -khtml-border-radius: 2px;
  674. 672.  -   -moz-border-radius: 2px;
  675. 673.  -   border-radius: 2px;
  676. 674.  -   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  677. 675.  -   -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  678. 676.  -   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  679. 677.  -   background: #FFF;
  680. 678.  -   border: 1px solid #B2BDCA;
  681. 679.  -   position: static;
  682. 680.  -   margin: 0px -20px;
  683. 681.  - }
  684. 682.  - .add_media_head {
  685. 683.  -   background: #EDF1F5;
  686. 684.  -   padding: 7px 27px;
  687. 685.  -   color: #2B587A;
  688. 686.  - }
  689. 687.  - .add_media_menu {
  690. 688.  -   /* position: absolute; is in js*/
  691. 689.  -   display: none;
  692. 690.  -   cursor: default;
  693. 691.  -   z-index: 1005;
  694. 692.  - }
  695. 693.  - .add_media_item {
  696. 694.  -   padding: 6px 10px 2px 27px;
  697. 695.  -   display: block;
  698. 696.  -   height: 18px;
  699. 697.  -   position: relative;
  700. 698.  -   background: #FFF no-repeat;
  701. 699.  - }
  702. 700.  - .add_media_item:last-child,
  703. 701.  - .add_media_head:last-child,
  704. 702.  - .add_media_more_wrap a.add_media_more {
  705. 703.  -   -webkit-border-radius: 0px 0px 2px 2px;
  706. 704.  -   -khtml-border-radius: 0px 0px 2px 2px;
  707. 705.  -   -moz-border-radius: 0px 0px 2px 2px;
  708. 706.  -   border-radius: 0px 0px 2px 2px;
  709. 707.  - }
  710. 708.  - .add_media_item:first-child,
  711. 709.  - .add_media_head:first-child,
  712. 710.  - .add_media_rev .add_media_more_wrap a.add_media_more {
  713. 711.  -   -webkit-border-radius: 2px 2px 0px 0px;
  714. 712.  -   -khtml-border-radius: 2px 2px 0px 0px;
  715. 713.  -   -moz-border-radius: 2px 2px 0px 0px;
  716. 714.  -   border-radius: 2px 2px 0px 0px;
  717. 715.  - }
  718. 716.  - .add_media_item:hover {
  719. 717.  -   text-decoration: none;
  720. 718.  -   background-color: #e1e7ed;
  721. 719.  - }
  722. 720.  - .add_media_menu .rows {
  723. 721.  -   margin: 0px;
  724. 722.  -   position: relative;
  725. 723.  -   *position: static;
  726. 724.  -   z-index: 1006;
  727. 725.  - }
  728. 726.  - .media_preview {
  729. 727.  -   margin-bottom: 8px;
  730. 728.  -   display: none;
  731. 729.  - }
  732. 730.  - .media_preview .audio {
  733. 731.  -   padding-top: 4px;
  734. 732.  - }
  735. 733.  -
  736. 734.  - .media_preview .x {
  737. 735.  -   cursor: pointer;
  738. 736.  -   margin: 4px 5px 0px;
  739. 737.  -   background: url(/images/pics/statusx_op.gif) no-repeat 0 0;
  740. 738.  -   opacity: 0.6;
  741. 739.  -   filter: alpha(opacity=60);
  742. 740.  -   height: 11px;
  743. 741.  -   width: 11px;
  744. 742.  - }
  745. 743.  - .media_preview .x:hover {
  746. 744.  -   opacity: 1;
  747. 745.  -   filter: none;
  748. 746.  - }
  749. 747.  - .media_preview .graffiti {
  750. 748.  -   width: 100px;
  751. 749.  -   height: 50px;
  752. 750.  - }
  753. 751.  - .media_preview .audio img,
  754. 752.  - .media_preview .app img {
  755. 753.  -   padding-top: 3px;
  756. 754.  - }
  757. 755.  - .media_preview .audio span,
  758. 756.  - .media_preview .app span {
  759. 757.  -   padding: 0px 6px;
  760. 758.  -   position: relative;
  761. 759.  -   top: -1px;
  762. 760.  - }
  763. 761.  - .media_audio_icon {
  764. 762.  -   float: left;
  765. 763.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -222px;
  766. 764.  -   width: 11px;
  767. 765.  -   height: 11px;
  768. 766.  -   margin: 0px 3px;
  769. 767.  - }
  770. 768.  - .media_preview .share, .media_preview .poll {
  771. 769.  -   padding-top: 3px;
  772. 770.  -   color: #555;
  773. 771.  - }
  774. 772.  - .media_preview .share b, .media_preview .poll b, .media_desc b {
  775. 773.  -   width: 15px;
  776. 774.  -   height: 10px;
  777. 775.  -   margin-top: 2px;
  778. 776.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat left -237px;
  779. 777.  - }
  780. 778.  - .media_desc b.topic {
  781. 779.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -90px;
  782. 780.  - }
  783. 781.  - .media_desc b.group {
  784. 782.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -45px;
  785. 783.  -   height: 12px;
  786. 784.  - }
  787. 785.  - .media_preview .poll b {
  788. 786.  -   background-position: left -208px;
  789. 787.  - }
  790. 788.  - .share_preview .content, .poll_preview .content {
  791. 789.  -   background: #FFF;
  792. 790.  -   padding: 5px;
  793. 791.  -   border: 1px solid #C0CAD5;
  794. 792.  - }
  795. 793.  - .share_preview .progress {
  796. 794.  -   display: block;
  797. 795.  -   margin: 0px auto;
  798. 796.  - }
  799. 797.  - .share_preview img {
  800. 798.  -   padding: 5px 10px 5px 5px;
  801. 799.  - }
  802. 800.  - .share_preview .header {
  803. 801.  -   margin: 0px;
  804. 802.  -   padding: 5px;
  805. 803.  -   border: 0px;
  806. 804.  -   font-size: 1em;
  807. 805.  - }
  808. 806.  - .share_preview .descr {
  809. 807.  -   padding: 0px 5px 5px;
  810. 808.  - }
  811. 809.  - .share_preview .bottom_pointer, .poll_preview .bottom_pointer {
  812. 810.  -   background: url(/images/tooltip_arrow_down_w.gif) no-repeat 0px 0px;
  813. 811.  -   width: 11px;
  814. 812.  -   height: 7px;
  815. 813.  -   position: relative;
  816. 814.  -   top: -2px;
  817. 815.  -   margin: 0px 50px 1px;
  818. 816.  -   overflow: hidden;
  819. 817.  - }
  820. 818.  - .poll_preview .content {
  821. 819.  -   overflow: hidden;
  822. 820.  -   padding: 10px 10px 2px;
  823. 821.  - }
  824. 822.  - .poll_preview .label {
  825. 823.  -   width: 100px;
  826. 824.  -   padding: 4px 10px 0px;
  827. 825.  -   color: #777;
  828. 826.  - }
  829. 827.  - .poll_preview .labeled {
  830. 828.  -   width: 239px;
  831. 829.  - }
  832. 830.  - .poll span span {
  833. 831.  -   color: #2B587A;
  834. 832.  - }
  835. 833.  - .poll_preview input {
  836. 834.  -   margin-bottom: 8px;
  837. 835.  -   position: relative;
  838. 836.  -   width: 231px;
  839. 837.  - }
  840. 838.  - .poll_preview nobr {
  841. 839.  -   font-size: 11px;
  842. 840.  -   text-transform: lowercase;
  843. 841.  - }
  844. 842.  - .poll_preview a.disabled {
  845. 843.  -   cursor: default;
  846. 844.  -   color: #777;
  847. 845.  - }
  848. 846.  - .poll_preview a.disabled:hover {
  849. 847.  -   text-decoration: none;
  850. 848.  - }
  851. 849.  - .media_desc {
  852. 850.  -   padding: 5px 0px 1px;
  853. 851.  - }
  854. 852.  - .wall_module .post_media .media_desc {
  855. 853.  -   padding-top: 8px;
  856. 854.  -   clear: both;
  857. 855.  - }
  858. 856.  - .media_desc .lnk {
  859. 857.  -   color: #777;
  860. 858.  -   cursor: pointer;
  861. 859.  - }
  862. 860.  - .media_desc .lnk:hover {
  863. 861.  -   text-decoration: none;
  864. 862.  - }
  865. 863.  - .media_desc .a {
  866. 864.  -   color: #2b587a;
  867. 865.  - }
  868. 866.  - .media_desc .lnk:hover .a {
  869. 867.  -   text-decoration: underline;
  870. 868.  - }
  871. 869.  - .media_desc .comment {
  872. 870.  -   background-position: 0px -194px;
  873. 871.  - }
  874. 872.  - .media_desc .note {
  875. 873.  -   background-position: 0px -150px;
  876. 874.  - }
  877. 875.  - .media_desc .poll {
  878. 876.  -   background-position: 0px -208px;
  879. 877.  - }
  880. 878.  - .media_desc .app {
  881. 879.  -   background-position: 0px -60px;
  882. 880.  - }
  883. 881.  - .media_desc .checkin {
  884. 882.  -   background-position: 0px -165px;
  885. 883.  - }
  886. 884.  - .media_desc .donation {
  887. 885.  -   background-position: 0px -179px;
  888. 886.  - }
  889. 887.  -
  890. 888.  - a.wall_reply_greeting {
  891. 889.  -   color: #000;
  892. 890.  - }
  893. 891.  -
  894. 892.  - /* Thumbed links */
  895. 893.  - .wall_module .page_media_thumbed_link {
  896. 894.  -   margin: 5px 0 5px 3px;
  897. 895.  -   border-left: 2px solid #C3D1E0;
  898. 896.  -   padding-left: 5px;
  899. 897.  - }
  900. 898.  - .wall_module td.page_media_link_thumb {
  901. 899.  -   cursor: pointer;
  902. 900.  -   background-position: 50% 50%;
  903. 901.  -   background-repeat: no-repeat;
  904. 902.  - }
  905. 903.  - .wall_module a.page_media_link_thumb {
  906. 904.  -   display: block;
  907. 905.  -   width: 100px;
  908. 906.  -   overflow: hidden;
  909. 907.  -   line-height: 0;
  910. 908.  -   min-height: 63px;
  911. 909.  -   height: 100%;
  912. 910.  - }
  913. 911.  - .wall_module a.page_media_link_thumb:hover {
  914. 912.  -   text-decoration: none;
  915. 913.  - }
  916. 914.  - .wall_module div.page_media_link_desc_wrap {
  917. 915.  -   padding-left: 10px;
  918. 916.  -   line-height: 140%;
  919. 917.  -   min-height: 63px;
  920. 918.  -   max-height: 79px;
  921. 919.  -   overflow: hidden;
  922. 920.  -   -o-text-overflow: ellipsis;
  923. 921.  -   text-overflow: ellipsis;
  924. 922.  - }
  925. 923.  - .wall_module a.page_media_link_title {
  926. 924.  -   font-weight: bold;
  927. 925.  - }
  928. 926.  - .wall_module div.page_media_link_desc {
  929. 927.  -   padding-top: 3px;
  930. 928.  - }
  931. 929.  -
  932. 930.  - /* global wall styles end */
  933. 931.  -
  934. 932.  -
  935. 933.  -
  936. 934.  - /* Widget styles */
  937. 935.  - .wcomments_head {
  938. 936.  -   background: #5B7FA6;
  939. 937.  -   padding: 5px 5px 5px 6px;
  940. 938.  - }
  941. 939.  - .wcomments_head_icon {
  942. 940.  -   height: 18px;
  943. 941.  -   width: 18px;
  944. 942.  -   overflow: hidden;
  945. 943.  - }
  946. 944.  - #wcomments_count {
  947. 945.  -   padding: 3px 3px 1px;
  948. 946.  -   line-height: 100%;
  949. 947.  -   color: #FFFFFF;
  950. 948.  -   font-weight: bold;
  951. 949.  - }
  952. 950.  - #wcomments_admin_link_wrap, #wcomments_refresh_link_wrap {
  953. 951.  -   padding: 3px 5px 1px;
  954. 952.  -   line-height: 100%;
  955. 953.  - }
  956. 954.  - #wcomments_admin_link, #wcomments_refresh_link {
  957. 955.  -   font-weight: bold;
  958. 956.  -   color: #A9B8CB;
  959. 957.  - }
  960. 958.  - #wcomments_user_link_wrap {
  961. 959.  -   padding: 3px 0 0;
  962. 960.  -   line-height: 100%;
  963. 961.  - }
  964. 962.  - .wcomments_userpic_wrap,
  965. 963.  - .wcommens_input_wrap {
  966. 964.  -   vertical-align: top;
  967. 965.  - }
  968. 966.  - .wcomments_logo {
  969. 967.  -   background: url(/images/icons/w_comments_logo.png) 0px 0px no-repeat;
  970. 968.  -   background-size: 18px 18px;
  971. 969.  -   width: 18px;
  972. 970.  -   height: 18px;
  973. 971.  - }
  974. 972.  - .is_2x .wcomments_logo {
  975. 973.  -   background-image: url(/images/icons/w_comments_logo_2x.png);
  976. 974.  - }
  977. 975.  -
  978. 976.  - td.wcomments_userpic_wrap {
  979. 977.  -   width: 60px;
  980. 978.  - }
  981. 979.  - div.wcomments_userpic {
  982. 980.  -   width: 60px;
  983. 981.  -   height: 50px;
  984. 982.  -   overflow: hidden;
  985. 983.  - }
  986. 984.  - img.wcomments_userpic {
  987. 985.  -   width: 50px;
  988. 986.  - }
  989. 987.  -
  990. 988.  - .wcomments_input {
  991. 989.  -   background: #FFF;
  992. 990.  -   border: 1px solid #C0CAD5;
  993. 991.  -   padding: 0 3px;
  994. 992.  - }
  995. 993.  - .wcomments_input .input_back {
  996. 994.  -   margin-top: -0px !important;
  997. 995.  - }
  998. 996.  - #post_field {
  999. 997.  -   height: 56px;
  1000. 998.  -   border: 0;
  1001. 999.  -   padding: 3px 0;
  1002. 1000.  -   width: 100%;
  1003. 1001.  -   outline: 0;
  1004. 1002.  -   overflow: hidden;
  1005. 1003.  -   resize: vertical;
  1006. 1004.  - }
  1007. 1005.  - .mention_rich_ta {
  1008. 1006.  -   padding: 3px 0;
  1009. 1007.  -   outline: 0;
  1010. 1008.  - }
  1011. 1009.  -
  1012. 1010.  - #submit_post {
  1013. 1011.  -   padding-top: 10px;
  1014. 1012.  -   padding-left: 60px;
  1015. 1013.  - }
  1016. 1014.  - #submit_post_box .submit_post_nopadding {
  1017. 1015.  -   padding-left: 0;
  1018. 1016.  - }
  1019. 1017.  - #page_post_progress {
  1020. 1018.  -   padding: 6px 10px;
  1021. 1019.  -   background-position: 50% 50%;
  1022. 1020.  - }
  1023. 1021.  - .wcomments_input .selector_container .results_container {
  1024. 1022.  -   margin: 1px -4px 0;
  1025. 1023.  - }
  1026. 1024.  - .wcomments_input .selector_container .result_list_shadow,
  1027. 1025.  - .wcomments_input .selector_container .result_list {
  1028. 1026.  -   display: none;
  1029. 1027.  - }
  1030. 1028.  - #wcomments_export {
  1031. 1029.  -   margin: 6px 0 0 10px;
  1032. 1030.  -   width: 190px;
  1033. 1031.  - }
  1034. 1032.  - .font_medium #wcomments_export {
  1035. 1033.  -   width: 220px;
  1036. 1034.  - }
  1037. 1035.  -
  1038. 1036.  - #wcomments_posts .wcomments_post {
  1039. 1037.  -   padding: 5px 10px;
  1040. 1038.  - }
  1041. 1039.  -
  1042. 1040.  - #wcomments_more_link {
  1043. 1041.  -   padding: 10px 0px;
  1044. 1042.  -   text-align: center;
  1045. 1043.  -   border-top: 1px solid #DAE1E8;
  1046. 1044.  -   display: block;
  1047. 1045.  -   height: 13px;
  1048. 1046.  - }
  1049. 1047.  - #wcomments_more_link:hover {
  1050. 1048.  -   text-decoration: none;
  1051. 1049.  -   background: #E9EDF1;
  1052. 1050.  - }
  1053. 1051.  - #wcomments_more_progress {
  1054. 1052.  -   margin: 0 auto;
  1055. 1053.  - }
  1056. 1054.  - #wcomments_posts_wrap {
  1057. 1055.  -   position: relative;
  1058. 1056.  - }
  1059. 1057.  -
  1060. 1058.  -
  1061. 1059.  - .wcomments_delete_all_buttons {
  1062. 1060.  -   padding-top: 10px;
  1063. 1061.  - }
  1064. 1062.  - .wcomments_delete_all {
  1065. 1063.  -   margin-right: 10px;
  1066. 1064.  - }
  1067. 1065.  -
  1068. 1066.  - /* Admin tabs */
  1069. 1067.  - #wcomments_admin_nav {
  1070. 1068.  -   display: none;
  1071. 1069.  - }
  1072. 1070.  - .wcomments_tabs {
  1073. 1071.  -   background: #F7F7F7;
  1074. 1072.  -   padding: 10px;
  1075. 1073.  - }
  1076. 1074.  - .wcomments_admins_wrap {
  1077. 1075.  -   padding: 5px 0;
  1078. 1076.  - }
  1079. 1077.  - .wcomments_tab, .wcomments_tab_selected, .wcomments_tab_over {
  1080. 1078.  -   cursor: pointer;
  1081. 1079.  -   padding: 2px 5px 2px 0px;
  1082. 1080.  -   float: left;
  1083. 1081.  - }
  1084. 1082.  - .wcomments_tab1 {
  1085. 1083.  -   padding: 3px 6px 4px;
  1086. 1084.  - }
  1087. 1085.  - .wcomments_tab_over .wcomments_tab1 {
  1088. 1086.  -   -moz-border-radius: 2px;
  1089. 1087.  -   -webkit-border-radius: 2px;
  1090. 1088.  -   border-radius: 2px;
  1091. 1089.  -   background-color: #E1E7ED;
  1092. 1090.  - }
  1093. 1091.  - .wcomments_tab_selected .wcomments_tab1 {
  1094. 1092.  -   -moz-border-radius: 2px;
  1095. 1093.  -   -webkit-border-radius: 2px;
  1096. 1094.  -   border-radius: 2px;
  1097. 1095.  -   background-color: #597DA3;
  1098. 1096.  - }
  1099. 1097.  - .wcomments_tab2 {
  1100. 1098.  -   font-weight: bold;
  1101. 1099.  -   color: #45688E;
  1102. 1100.  -   padding-left: 2px;
  1103. 1101.  -   padding-right: 2px;
  1104. 1102.  -   -o-text-overflow: ellipsis;
  1105. 1103.  -   text-overflow: ellipsis;
  1106. 1104.  - }
  1107. 1105.  - .wcomments_tab_selected .wcomments_tab2 {
  1108. 1106.  -   color: #FFF;
  1109. 1107.  - }
  1110. 1108.  - #wcomments_posts {
  1111. 1109.  -   padding: 0;
  1112. 1110.  - }
  1113. 1111.  - .wcomments_posts_loading {
  1114. 1112.  -   border-top: 1px solid #DAE1E8;
  1115. 1113.  -   height: 400px;
  1116. 1114.  -   background: #FFF url(/images/progress7.gif) 50% 50% no-repeat;
  1117. 1115.  - }
  1118. 1116.  -  /* Blacklist */
  1119. 1117.  - .wcomments_bl_row {
  1120. 1118.  -   padding: 10px;
  1121. 1119.  -   height: 25px;
  1122. 1120.  -   overflow: hidden;
  1123. 1121.  -   border-top: 1px solid #DAE2E8;
  1124. 1122.  - }
  1125. 1123.  - img.wcomments_bl_photo {
  1126. 1124.  -   width: 25px;
  1127. 1125.  -   height: 25px;
  1128. 1126.  - }
  1129. 1127.  - .wcomments_bl_name {
  1130. 1128.  -   padding: 5px 0 0 10px;
  1131. 1129.  -   font-weight: bold;
  1132. 1130.  - }
  1133. 1131.  - .wcomments_bl_label {
  1134. 1132.  -   font-weight: normal;
  1135. 1133.  -   color: #777;
  1136. 1134.  -   padding-left: 2px;
  1137. 1135.  -   display: none;
  1138. 1136.  - }
  1139. 1137.  - .wcomments_bl_action {
  1140. 1138.  -   padding-top: 5px;
  1141. 1139.  - }
  1142. 1140.  - .wcomments_empty {
  1143. 1141.  -   border-top: 1px solid #DAE2E8;
  1144. 1142.  -   font-size: 1.09em;
  1145. 1143.  -   padding: 100px 30px;
  1146. 1144.  -   text-align: center;
  1147. 1145.  -   color: #777;
  1148. 1146.  - }
  1149. 1147.  -
  1150. 1148.  - /* scrollbars from widget community */
  1151. 1149.  - .scrollbar_cont {
  1152. 1150.  -   width: 11px;
  1153. 1151.  -   height: 100%;
  1154. 1152.  -   margin-top: 3px;
  1155. 1153.  -   position: absolute;
  1156. 1154.  -   z-index: 1000;
  1157. 1155.  - }
  1158. 1156.  - .scrollbar_inner {
  1159. 1157.  -   background: #000;
  1160. 1158.  -   opacity: 0.5;
  1161. 1159.  -   filter: alpha(opacity=50);
  1162. 1160.  -   /* background: #DAE1E8; */
  1163. 1161.  -   width: 16px;
  1164. 1162.  -   height: 50px;
  1165. 1163.  -   margin-left: -1px;
  1166. 1164.  -   -webkit-border-radius: 2px;
  1167. 1165.  -   -moz-border-radius: 2px;
  1168. 1166.  -   border-radius: 2px;
  1169. 1167.  -   cursor: pointer;
  1170. 1168.  - }
  1171. 1169.  - .scrollbar_inner:hover,
  1172. 1170.  - .scrollbar_hovered {
  1173. 1171.  -   opacity: 0.65;
  1174. 1172.  -   filter: alpha(opacity=65);
  1175. 1173.  -   /* background: #BEC8D3; */
  1176. 1174.  - }
  1177. 1175.  - .scrollbar_top {
  1178. 1176.  -   position: absolute;
  1179. 1177.  -   height: 3px;
  1180. 1178.  -   margin-top: -1px;
  1181. 1179.  -   background: #555555;
  1182. 1180.  -   opacity: 0.12;
  1183. 1181.  -   filter: alpha(opacity=12);
  1184. 1182.  -   display: none;
  1185. 1183.  - }
  1186. 1184.  - .scrollbar_bottom {
  1187. 1185.  -   position: absolute;
  1188. 1186.  -   height: 3px;
  1189. 1187.  -   margin-top: -2px;
  1190. 1188.  -   background: #555555;
  1191. 1189.  -   opacity: 0.12;
  1192. 1190.  -   filter: alpha(opacity=12);
  1193. 1191.  - }
  1194. 1192.  - /* scrollbars end */
  1195. 1193.  -
  1196. 1194.  -
  1197. 1195.  - /* Autoupdate replies */
  1198. 1196.  - .new_reply {
  1199. 1197.  -   display: none;
  1200. 1198.  - }
  1201. 1199.  - .replies_open {
  1202. 1200.  -   color: #2B587A;
  1203. 1201.  -   background: #e9edf1;
  1204. 1202.  -   border: 1px solid #dae1e8;
  1205. 1203.  -   cursor: pointer;
  1206. 1204.  -   padding: 5px;
  1207. 1205.  -   text-align: center;
  1208. 1206.  -   margin: 5px 0;
  1209. 1207.  - }
  1210. 1208.  - .replies_open:hover {
  1211. 1209.  -   background: #dae1e8;
  1212. 1210.  - }
  1213. 1211.  -
  1214. 1212.  -
  1215. 1213.  - /* Wide wall fixes */
  1216. 1214.  - .wide_wall_module .audio .info {
  1217. 1215.  -   padding: 2px;
  1218. 1216.  -   width: 100%;
  1219. 1217.  - }
  1220. 1218.  - .wide_wall_module .post {
  1221. 1219.  -   border-top: 0px;
  1222. 1220.  -   border-bottom: 1px solid #DAE1E8;
  1223. 1221.  -   *position: relative;
  1224. 1222.  - }
  1225. 1223.  - .wide_wall_module .post:last-child {
  1226. 1224.  -   border-bottom: 0px;
  1227. 1225.  - }
  1228. 1226.  - .wide_wall_module .wall_post_text,
  1229. 1227.  - .wide_wall_module .wall_reply_text {
  1230. 1228.  -   line-height: 160%;
  1231. 1229.  - }
  1232. 1230.  - .wide_wall_module a.reply_image {
  1233. 1231.  -   width: 50px;
  1234. 1232.  -   height: 50px;
  1235. 1233.  - }
  1236. 1234.  - .wide_wall_module img.reply_image {
  1237. 1235.  -   width: 50px;
  1238. 1236.  -   height: 50px;
  1239. 1237.  - }
  1240. 1238.  - .wide_wall_module .reply_info {
  1241. 1239.  -   margin-left: 63px;
  1242. 1240.  - }
  1243. 1241.  - .wide_wall_module .reply_text {
  1244. 1242.  -   max-width: 469px;
  1245. 1243.  - }
  1246. 1244.  - .wide_wall_module .reply_box_open .reply_field {
  1247. 1245.  -   height: 42px;
  1248. 1246.  - }
  1249. 1247.  - .wide_wall_module .reply_field_tail {
  1250. 1248.  -   width: 6px;
  1251. 1249.  -   height: 11px;
  1252. 1250.  -   background-position: 0 -154px;
  1253. 1251.  -   margin-left: -9px;
  1254. 1252.  -   margin-top: 16px;
  1255. 1253.  - }
  1256. 1254.  - .wide_wall_module .like_wrap, .wide_wall_module .reply_link_wrap,
  1257. 1255.  - .wide_wall_module .reply_link_wrap small, .wide_wall_module .info_footer {
  1258. 1256.  -   font-size: 1em;
  1259. 1257.  - }
  1260. 1258.  - .wide_wall_module #page_wall_posts .post, .wide_wall_module #page_wall_posts .online {
  1261. 1259.  -   display: block;
  1262. 1260.  - }
  1263. 1261.  - .wide_wall_module .wpe_prg {
  1264. 1262.  -   height: 13px;
  1265. 1263.  -   margin: 0px 10px;
  1266. 1264.  - }
  1267. 1265.  - .wide_wall_module #wpe_text {
  1268. 1266.  -   max-width: 492px;
  1269. 1267.  -   line-height: 1.54em;
  1270. 1268.  - }
  1271. 1269.  - .wide_wall_module .wpe_buttons {
  1272. 1270.  -   max-width: 492px;
  1273. 1271.  - }
  1274. 1272.  - .wide_wall_module #wpe_cont .mention_rich_ta {
  1275. 1273.  -   line-height: 1.54em;
  1276. 1274.  - }
  1277. 1275.  - .wide_wall_module .poll_preview .content, .fw_post_info .poll_preview .content {
  1278. 1276.  -   max-width: 360px;
  1279. 1277.  - }
  1280. 1278.  - .wide_wall_module #wpe_media_preview .poll_preview .labeled, .fw_post_info #wpe_media_preview .poll_preview .labeled {
  1281. 1279.  -   max-width: 239px;
  1282. 1280.  - }
  1283. 1281.  - .wide_wall_module #wpe_media_preview .poll_preview input, .fw_post_info #wpe_media_preview .poll_preview input {
  1284. 1282.  -   max-width: 231px;
  1285. 1283.  - }
  1286. 1284.  - .wide_wall_module .reply {
  1287. 1285.  -   padding: 10px 0px 11px;
  1288. 1286.  - }
  1289. 1287.  - .wide_wall_module a.reply_image,
  1290. 1288.  - .wide_wall_module img.reply_image {
  1291. 1289.  -   width: 50px;
  1292. 1290.  -   height: 50px;
  1293. 1291.  - }
  1294. 1292.  - .wide_wall_module .reply_info {
  1295. 1293.  -   margin-left: 63px;
  1296. 1294.  - }
  1297. 1295.  - .wide_wall_module .reply_button_wrap button {
  1298. 1296.  -   padding: 4px 14px;
  1299. 1297.  - }
  1300. 1298.  - .wide_wall_module .reply_form_img,
  1301. 1299.  - .wide_wall_module a.reply_form_image {
  1302. 1300.  -   width: 50px;
  1303. 1301.  -   height: 50px;
  1304. 1302.  - }
  1305. 1303.  - .wide_wall_module .reply_box_open .reply_form {
  1306. 1304.  -   margin-left: 62px;
  1307. 1305.  - }
  1308. 1306.  -
  1309. 1307.  -
  1310. 1308.  -
  1311. 1309.  - /* New post likes */
  1312. 1310.  - .wall_module .post_like_wrap {
  1313. 1311.  -   position: relative;
  1314. 1312.  -   width: 150px;
  1315. 1313.  - }
  1316. 1314.  - .post_like {
  1317. 1315.  -   background: #FFF;
  1318. 1316.  -   color: #2F5879;
  1319. 1317.  -   font-size: 11px;
  1320. 1318.  -   cursor: pointer;
  1321. 1319.  -   padding: 5px 6px;
  1322. 1320.  -   margin-top: -1px;
  1323. 1321.  -   right: 0px;
  1324. 1322.  -   position: absolute;
  1325. 1323.  -   white-space: nowrap;
  1326. 1324.  -   -webkit-border-radius: 3px;
  1327. 1325.  -   -moz-border-radius: 3px;
  1328. 1326.  -   border-radius: 3px;
  1329. 1327.  - }
  1330. 1328.  - .wide_wall_module .post_like {
  1331. 1329.  -   font-size: 1em;
  1332. 1330.  - }
  1333. 1331.  - .post_like_link {
  1334. 1332.  -   opacity: 0.6;
  1335. 1333.  -   filter: alpha(opacity=60);
  1336. 1334.  -   -webkit-transition: opacity 50ms linear;
  1337. 1335.  -   -moz-transition: opacity 50ms linear;
  1338. 1336.  -   transition: opacity 50ms linear;
  1339. 1337.  - }
  1340. 1338.  - .wall_post_over .post_like_link,
  1341. 1339.  - .wall_module .post:hover .post_like_link {
  1342. 1340.  -   opacity: 1;
  1343. 1341.  -   filter: none;
  1344. 1342.  - }
  1345. 1343.  - .wall_module .post_like:hover {
  1346. 1344.  -   background: #E9EDF1;
  1347. 1345.  - }
  1348. 1346.  - .wall_module .post_like:hover {
  1349. 1347.  -
  1350. 1348.  - }
  1351. 1349.  - .wall_module .post_like_icon {
  1352. 1350.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  1353. 1351.  -   height: 10px;
  1354. 1352.  -   margin: 3px 3px 0px;
  1355. 1353.  -   opacity: 0.4;
  1356. 1354.  -   filter: alpha(opacity=40);
  1357. 1355.  -   width: 11px;
  1358. 1356.  - }
  1359. 1357.  - .is_2x .wall_module .post_like_icon {
  1360. 1358.  -   background-image: url(/images/icons/like_2x.png);
  1361. 1359.  -   background-size: 11px 32px;
  1362. 1360.  - }
  1363. 1361.  - .wide_wall_module .post_like_icon {
  1364. 1362.  -   margin-top: 3px;
  1365. 1363.  - }
  1366. 1364.  - .wall_module .post_like_count {
  1367. 1365.  -   font-weight: bold;
  1368. 1366.  -   color: #7295b2;
  1369. 1367.  - }
  1370. 1368.  -
  1371. 1369.  - .wall_module .post_like .no_likes {
  1372. 1370.  -   visibility: visible;
  1373. 1371.  -   opacity: 0.4;
  1374. 1372.  -   filter: alpha(opacity=40);
  1375. 1373.  - }
  1376. 1374.  - .wall_module .post_like i.my_like {
  1377. 1375.  -   opacity: 1;
  1378. 1376.  -   filter: none;
  1379. 1377.  - }
  1380. 1378.  -
  1381. 1379.  - .reply_replieable,
  1382. 1380.  - .reply_moreable {
  1383. 1381.  -   cursor: pointer;
  1384. 1382.  - }
  1385. 1383.  -
  1386. 1384.  -
  1387. 1385.  - /* Inline view video */
  1388. 1386.  - .wide_wall_module .post_thumbs_num1 .page_media_video .video div,
  1389. 1387.  - .wall_module .page_media_full_video .video div {
  1390. 1388.  -   bottom: 10px;
  1391. 1389.  -   font-size: 1em;
  1392. 1390.  - }
  1393. 1391.  - .wall_module .post_thumbs_num1 .page_media_thumb1 {
  1394. 1392.  -   margin: 0;
  1395. 1393.  - }
  1396. 1394.  - .wall_module .page_media_full_video {
  1397. 1395.  -   padding-bottom: 0;
  1398. 1396.  - }
  1399. 1397.  - .wide_wall_module .post_thumbs_num1 .page_media_video,
  1400. 1398.  - .wall_module .page_media_full_video  {
  1401. 1399.  -   max-width: 480px;
  1402. 1400.  -   max-height: 360px;
  1403. 1401.  - }
  1404. 1402.  - .wide_wall_module .post_thumbs_num1 .page_media_video .video img,
  1405. 1403.  - .wall_module .page_media_full_video .video img {
  1406. 1404.  -   max-width: 480px;
  1407. 1405.  -   max-height: 360px;
  1408. 1406.  -   width: 480px;
  1409. 1407.  -   height: 360px;
  1410. 1408.  - }
  1411. 1409.  - .wall_module .page_media_video .video div.video_play_inline,
  1412. 1410.  - .wall_module .page_media_full_video .video div.video_play_inline {
  1413. 1411.  -   left: 137px;
  1414. 1412.  -   top: 97px;
  1415. 1413.  -   bottom: auto;
  1416. 1414.  -   position: absolute;
  1417. 1415.  -   z-index: 10;
  1418. 1416.  -   background: url(/images/inline_video_play.png) no-repeat;
  1419. 1417.  -   width: 46px;
  1420. 1418.  -   height: 46px;
  1421. 1419.  - }
  1422. 1420.  - .wide_wall_module .page_media_video .video div.video_play_inline,
  1423. 1421.  - .wall_module .page_media_full_video .video div.video_play_inline {
  1424. 1422.  -   left: 225px;
  1425. 1423.  -   top: 165px;
  1426. 1424.  - }
  1427. 1425.  - .wide_wall_module .page_media_video .video div.video_play_inline_loading,
  1428. 1426.  - .wall_module .page_media_full_video .video div.video_play_inline_loading {
  1429. 1427.  -   background: url(/images/upload_inv_mono.gif) no-repeat 50% 50%;
  1430. 1428.  -   width: 100px;
  1431. 1429.  -   background-color: #000;
  1432. 1430.  -   background-color: rgba(0, 0, 0, 0.7);
  1433. 1431.  -   *filter: alpha(opacity=70);
  1434. 1432.  -
  1435. 1433.  -   border-radius: 5px;
  1436. 1434.  -   -moz-border-radius: 5px;
  1437. 1435.  -   -khtml-border-radius: 5px;
  1438. 1436.  -   -webkit-border-radius: 5px;
  1439. 1437.  -
  1440. 1438.  -   margin: -2px 0 0 -27px;
  1441. 1439.  - }
  1442. 1440.  - .widget_body .like_tt_clubs {
  1443. 1441.  -   display: none;
  1444. 1442.  - }
  1445. 1443.  -
  1446. 1444.  - .widget_body.bugs .wcomments_head_icon {
  1447. 1445.  -   display: none;
  1448. 1446.  - }
  1449. 1447.  - .widget_body.bugs .wcomments_head {
  1450. 1448.  -   padding: 4px 6px 6px 6px;
  1451. 1449.  - }
  1452. 1450.  -
  1453. 1451.  - #custom_menu_cont {
  1454. 1452.  -   top: 0px;
  1455. 1453.  -   width: 100%;
  1456. 1454.  - }
  1457. 1455.  - #custom_menu_wrap {
  1458. 1456.  -   z-index: 1005;
  1459. 1457.  -   position: absolute;
  1460. 1458.  -   top: 0px;
  1461. 1459.  - }
  1462. 1460.  -
  1463. 1461.  -
  1464. 1462.  - .page_post_sized_thumbs {
  1465. 1463.  -   margin: 9px 0 4px;
  1466. 1464.  - }
  1467. 1465.  - .page_post_sized_full_thumb {
  1468. 1466.  -   margin: 20px 0 10px;
  1469. 1467.  - }
  1470. 1468.  - .page_post_sized_full_thumb_first {
  1471. 1469.  -   margin-top: 10px;
  1472. 1470.  - }
  1473. 1471.  -
  1474. 1472.  - a.page_post_thumb_wrap,
  1475. 1473.  - span.page_post_thumb_wrap {
  1476. 1474.  -   display: block;
  1477. 1475.  -   overflow: hidden;
  1478. 1476.  -   position: relative;
  1479. 1477.  -   margin: 0 3px 3px 0;
  1480. 1478.  - }
  1481. 1479.  - a.page_post_thumb_wrap:hover,
  1482. 1480.  - a.page_post_thumb_unsized:hover {
  1483. 1481.  -   text-decoration: none !important;
  1484. 1482.  - }
  1485. 1483.  - .page_post_thumb_video {
  1486. 1484.  -   position: relative;
  1487. 1485.  - }
  1488. 1486.  - .page_post_thumb_sized_photo {
  1489. 1487.  -   position: absolute;
  1490. 1488.  - }
  1491. 1489.  - .page_post_video_play_inline {
  1492. 1490.  -   position: absolute;
  1493. 1491.  -   z-index: 10;
  1494. 1492.  -   background: url(/images/inline_video_play.png) no-repeat;
  1495. 1493.  -   margin-left: -23px;
  1496. 1494.  -   margin-top: -23px;
  1497. 1495.  -   width: 46px;
  1498. 1496.  -   height: 46px;
  1499. 1497.  -   top: 50%;
  1500. 1498.  -   left: 50%;
  1501. 1499.  - }
  1502. 1500.  - .page_post_video_duration {
  1503. 1501.  -   background: url('/images/mv_bg.png');
  1504. 1502.  -   background: rgba(0,0,0, 0.6);
  1505. 1503.  -   color: #FFF;
  1506. 1504.  -   position: absolute;
  1507. 1505.  -   bottom: 10px;
  1508. 1506.  -   right: 0;
  1509. 1507.  -   padding: 0px 3px 1px;
  1510. 1508.  -   z-index: 10;
  1511. 1509.  - }
  1512. 1510.  -
  1513. 1511.  - a.page_post_thumb_last_column .page_post_thumb_undersized_w,
  1514. 1512.  - span.page_post_thumb_last_column .page_post_thumb_undersized_w {
  1515. 1513.  -   right: 0;
  1516. 1514.  - }
  1517. 1515.  - a.page_post_thumb_last_row .page_post_thumb_undersized_h,
  1518. 1516.  - span.page_post_thumb_last_row .page_post_thumb_undersized_h {
  1519. 1517.  -   bottom: 0;
  1520. 1518.  - }
  1521. 1519.  -
  1522. 1520.  - a.page_post_thumb_unsized,
  1523. 1521.  - span.page_post_thumb_unsized {
  1524. 1522.  -   background: 50% 50% no-repeat;
  1525. 1523.  -   background-size: cover;
  1526. 1524.  -
  1527. 1525.  -   display: block;
  1528. 1526.  -   position: relative;
  1529. 1527.  -   overflow: hidden;
  1530. 1528.  -   margin: 0 3px 3px 0;
  1531. 1529.  - }
  1532. 1530.  - a.page_post_thumb_unsized_single,
  1533. 1531.  - span.page_post_thumb_unsized_single {
  1534. 1532.  -   /*background: 0 0 no-repeat;*/
  1535. 1533.  -   background-size: contain;
  1536. 1534.  - }
  1537. 1535.  -
  1538. 1536.  - .wide_wall_module a.page_post_thumb_unsized,
  1539. 1537.  - .wide_wall_module a.page_post_thumb_wrap,
  1540. 1538.  - .wide_wall_module span.page_post_thumb_unsized,
  1541. 1539.  - .wide_wall_module span.page_post_thumb_wrap {
  1542. 1540.  -   margin: 0 6px 6px 0;
  1543. 1541.  - }
  1544. 1542.  - .page_post_sized_thumbs a.page_post_thumb_last_column,
  1545. 1543.  - .page_post_sized_thumbs span.page_post_thumb_last_column {
  1546. 1544.  -   margin-right: 0;
  1547. 1545.  - }
  1548. 1546.  - .page_post_sized_thumbs a.page_post_thumb_last_row,
  1549. 1547.  - .page_post_sized_thumbs span.page_post_thumb_last_row {
  1550. 1548.  -   margin-bottom: 0;
  1551. 1549.  - }
  1552. 1550.  -
  1553. 1551.  - .page_post_queue_wide,
  1554. 1552.  - .wide_wall_module .page_post_queue_narrow {
  1555. 1553.  -   display: none;
  1556. 1554.  - }
  1557. 1555.  - .wide_wall_module .page_post_queue_wide {
  1558. 1556.  -   display: block;
  1559. 1557.  - }
  1560. 1558.  -
  1561. 1559.  - .reply_media_lnk {
  1562. 1560.  -   display: none;
  1563. 1561.  - }
  1564. 1562.  - .checkbox_pic {
  1565. 1563.  -   cursor: pointer;
  1566. 1564.  - }
  1567. 1565.  - #wcomments_export.checkbox_pic {
  1568. 1566.  -   background: url(/images/icons/wall_export.gif?1) no-repeat 0 0;
  1569. 1567.  -   height: 14px;
  1570. 1568.  -   width: 14px;
  1571. 1569.  -   overflow: hidden;
  1572. 1570.  - }
  1573. 1571.  - #wcomments_export.checkbox_pic {
  1574. 1572.  -   background-image: url(/images/icons/wall_export_2x.gif?1);
  1575. 1573.  -   background-size: 14px 112px;
  1576. 1574.  - }
  1577. 1575.  - #wcomments_export.checkbox_pic {
  1578. 1576.  -   background-position: 0 -70px;
  1579. 1577.  -   opacity: 0.5;
  1580. 1578.  -   filter: alpha(opacity=50);
  1581. 1579.  - }
  1582. 1580.  - #wcomments_export.on {
  1583. 1581.  -   opacity: 1;
  1584. 1582.  -   filter: none;
  1585. 1583.  - }
  1586. 1584.  - #video_box_body .box_dark .box_title {
  1587. 1585.  -   background: #000000;
  1588. 1586.  -   color: #777777;
  1589. 1587.  - }
  1590. 1588.  - #video_box_body .box_dark .box_x_button {
  1591. 1589.  -   color: #777777;
  1592. 1590.  - }
  1593. 1591.  - #video_box_body .box_dark .box_x_button:hover {
  1594. 1592.  -   color: #FFFFFF;
  1595. 1593.  - }
  1596. 1594.  - #photo_box_body .box_dark .box_title {
  1597. 1595.  -   background: #FFFFFF;
  1598. 1596.  -   color: #45688E;
  1599. 1597.  - }
  1600. 1598.  - #photo_box_body .box_dark .box_x_button {
  1601. 1599.  -   color: #2B587A;
  1602. 1600.  - }
  1603. 1601.  - #photo_box_body .box_dark .box_x_button:hover {
  1604. 1602.  -   text-decoration: underline;
  1605. 1603.  - }
  1606. 1604.  - .photo_view_more {
  1607. 1605.  -   margin-top: 25px;
  1608. 1606.  -   display: block;
  1609. 1607.  -   background: #eef0f2;
  1610. 1608.  -   text-align: center;
  1611. 1609.  -   padding: 16px;
  1612. 1610.  -   color: #738392;
  1613. 1611.  - }
  1614. 1612.  - .photo_view_more:hover {
  1615. 1613.  -   text-decoration: none;
  1616. 1614.  -   background: #e9edf1;
  1617. 1615.  - }
  1618. 1616.  - .medadd_c_doc {
  1619. 1617.  -   overflow: hidden;
  1620. 1618.  -   -o-text-overflow: ellipsis;
  1621. 1619.  -   text-overflow: ellipsis;
  1622. 1620.  - }
  1623. 1621.  - .medadd_h,
  1624. 1622.  - .medadd_c_pollh {
  1625. 1623.  -   font-size: 1.09em;
  1626. 1624.  -   font-weight: bold;
  1627. 1625.  -   color: #45688E;
  1628. 1626.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat;
  1629. 1627.  -   margin: 4px 2px 0px;
  1630. 1628.  - }
  1631. 1629.  - .font_medium .medadd_h,
  1632. 1630.  - .font_medium .medadd_c_pollh {
  1633. 1631.  -   margin-top: 3px;
  1634. 1632.  - }
  1635. 1633.  - .medadd_h:hover {
  1636. 1634.  -   text-decoration: none;
  1637. 1635.  - }
  1638. 1636.  - .medadd_h_note {
  1639. 1637.  -   background-position: 0 -132px;
  1640. 1638.  - }
  1641. 1639.  - .medadd_h_doc {
  1642. 1640.  -   background-position: 0 -278px;
  1643. 1641.  - }
  1644. 1642.  - .medadd_h_poll {
  1645. 1643.  -   background-position: 0 -206px;
  1646. 1644.  - }
  1647. 1645.  - .medadd_h_link,
  1648. 1646.  - .medadd_h_page {
  1649. 1647.  -   background-position: 0 -235px;
  1650. 1648.  - }
  1651. 1649.  - .medadd_h_timer {
  1652. 1650.  -   background-position: 0 -332px;
  1653. 1651.  - }
  1654. 1652.  - .medadd_h_mail {
  1655. 1653.  -   background-position: 0 -292px;
  1656. 1654.  - }
  1657. 1655.  - .medadd_h,
  1658. 1656.  - .medadd_c {
  1659. 1657.  -   padding-left: 15px;
  1660. 1658.  - }
  1661. 1659.  - .medadd_c {
  1662. 1660.  -   margin: 7px 2px 0px;
  1663. 1661.  - }
  1664. 1662.  - .medadd_c_linkimg {
  1665. 1663.  -   padding: 5px 10px 5px 5px;
  1666. 1664.  - }
  1667. 1665.  - .medadd_c_linkhead {
  1668. 1666.  -   margin: 0px;
  1669. 1667.  -   padding: 5px;
  1670. 1668.  -   border: 0px;
  1671. 1669.  -   font-size: 11px;
  1672. 1670.  - }
  1673. 1671.  - .medadd_c_linkdsc {
  1674. 1672.  -   padding: 0px 5px 5px;
  1675. 1673.  - }
  1676. 1674.  - #wcomments_form .medadd_c_linkcon {
  1677. 1675.  -   overflow: hidden;
  1678. 1676.  -   background: #FFF;
  1679. 1677.  -   padding: 6px;
  1680. 1678.  -   border: 1px solid #C0CAD5;
  1681. 1679.  - }
  1682. 1680.  - #wcomments_form .medadd_c_link {
  1683. 1681.  -   padding-left: 0px;
  1684. 1682.  -   margin-left: 0px;
  1685. 1683.  - }
  1686. 1684.  - .wall_reasons_item {
  1687. 1685.  -   padding: 5px 0px;
  1688. 1686.  - }
  1689. 1687.  - .wall_reasons_result {
  1690. 1688.  -   line-height: 150%;
  1691. 1689.  -   padding: 6px 0px;
  1692. 1690.  - }
  1693. 1691.  - .wall_reasons_list {
  1694. 1692.  -   color: #000000;
  1695. 1693.  -   padding-top: 6px;
  1696. 1694.  -   padding-bottom: 2px;
  1697. 1695.  -   text-align: left;
  1698. 1696.  -   width: 190px;
  1699. 1697.  -   display: inline-block;
  1700. 1698.  -   *display: inline;
  1701. 1699.  -   zoom: 1;
  1702. 1700.  - }
  1703. ------
Advertisement
Add Comment
Please, Sign In to add comment