Hormold

VK Change (#1384986602)

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