Hormold

VK Change (#1384995602)

Nov 20th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 76.61 KB | None | 0 0
  1. Файл - lite.css (Старый размер - 21381 | Новый - 0):
  2. 0.  - #lite_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - html {
  7. 5.  -   height: 100%;
  8. 6.  - }
  9. 7.  - body {
  10. 8.  -   background: #fff;
  11. 9.  -   margin: 0px;
  12. 10.  -   padding: 0px;
  13. 11.  -   direction: ltr;
  14. 12.  -   font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  15. 13.  -   font-size: 11px;
  16. 14.  -   height: 100%;
  17. 15.  - }
  18. 16.  - body.font_medium {
  19. 17.  -   font-size: 12px;
  20. 18.  - }
  21. 19.  - body.nofixed {
  22. 20.  -   width: 100%;
  23. 21.  -   overflow: hidden;
  24. 22.  - }
  25. 23.  - body.nofixed #page_wrap {
  26. 24.  -   position: relative;
  27. 25.  -   height: 100%;
  28. 26.  -   width: 100%;
  29. 27.  -   overflow: auto;
  30. 28.  - }
  31. 29.  - .fixed {
  32. 30.  -   position: fixed;
  33. 31.  - }
  34. 32.  - body.nofixed .fixed {
  35. 33.  -   position: absolute;
  36. 34.  - }
  37. 35.  - body.firefox #page_wrap {
  38. 36.  -   position: relative;
  39. 37.  -   width: 100%;
  40. 38.  -   overflow: hidden;
  41. 39.  - }
  42. 40.  -
  43. 41.  - /* in 'rtl' left and ltr too -- disabling content jumping when scrollbar changes */
  44. 42.  - .scroll_fix_wrap {
  45. 43.  -   text-align: left;
  46. 44.  -   direction: ltr;
  47. 45.  -   height: 100%;
  48. 46.  - }
  49. 47.  - a {
  50. 48.  -   color: #2B587A;
  51. 49.  -   text-decoration: none;
  52. 50.  -   cursor: pointer;
  53. 51.  - }
  54. 52.  - a:hover {
  55. 53.  -   text-decoration: underline;
  56. 54.  - }
  57. 55.  - img {
  58. 56.  -   border: 0px;
  59. 57.  - }
  60. 58.  - form {
  61. 59.  -   margin: 0px;
  62. 60.  -   padding: 0px;
  63. 61.  - }
  64. 62.  - small {
  65. 63.  -   font-size: 0.9em;
  66. 64.  - }
  67. 65.  - .font_medium small {
  68. 66.  -   font-size: 1em;
  69. 67.  - }
  70. 68.  - textarea.ashelper {
  71. 69.  -   overflow: hidden;
  72. 70.  - }
  73. 71.  -
  74. 72.  - .summary_wrap {
  75. 73.  -   color: #45688E;
  76. 74.  -   padding: 11px 10px 0px;
  77. 75.  -   background: #FFF;
  78. 76.  -   border-bottom: 1px solid #DAE1E8;
  79. 77.  - }
  80. 78.  - .summary_wrap .summary {
  81. 79.  -   font-weight: bold;
  82. 80.  -   padding: 3px 0px 4px;
  83. 81.  - }
  84. 82.  - .summary_wrap .summary span {
  85. 83.  -   font-weight: normal;
  86. 84.  - }
  87. 85.  -
  88. 86.  - .png {
  89. 87.  -   behavior: url(/js/iepngfix.htc);
  90. 88.  - }
  91. 89.  - .progress {
  92. 90.  -   display: none;
  93. 91.  -   width: 32px;
  94. 92.  -   height: 13px;
  95. 93.  -   background: url(/images/upload.gif) no-repeat 50% 50%;
  96. 94.  - }
  97. 95.  - .progress_inline {
  98. 96.  -   display: inline-block;
  99. 97.  -   vertical-align: bottom;
  100. 98.  -   width: 32px;
  101. 99.  -   height: 13px;
  102. 100.  -   background: url(/images/upload.gif) no-repeat 50% 50%;
  103. 101.  - }
  104. 102.  - .checkbox {
  105. 103.  -   cursor: pointer;
  106. 104.  -   line-height: 1.27em;
  107. 105.  - }
  108. 106.  - .checkbox.disabled {
  109. 107.  -   opacity: 0.5;
  110. 108.  -   filter: alpha(opacity=50);
  111. 109.  - }
  112. 110.  - .checkbox div {
  113. 111.  -   float: left;
  114. 112.  -   width: 15px;
  115. 113.  -   margin-right: 5px;
  116. 114.  -   height: 14px;
  117. 115.  -   background: url(/images/icons/check.gif) 0px 0px no-repeat;
  118. 116.  - }
  119. 117.  - .checkbox:hover div {
  120. 118.  -   background-position: 0px -28px;
  121. 119.  - }
  122. 120.  - .checkbox.disabled:hover div {
  123. 121.  -   background-position: 0px 0px;
  124. 122.  - }
  125. 123.  - .checkbox.on div {
  126. 124.  -   background-position: 0px -14px;
  127. 125.  - }
  128. 126.  - .checkbox.on:hover div {
  129. 127.  -   background-position: 0px -42px;
  130. 128.  - }
  131. 129.  - .checkbox.disabled.on:hover div {
  132. 130.  -   background-position: 0px -14px;
  133. 131.  - }
  134. 132.  - .radiobtn {
  135. 133.  -   cursor: pointer;
  136. 134.  -   line-height: 1.27em;
  137. 135.  - }
  138. 136.  - .radiobtn div {
  139. 137.  -   float: left;
  140. 138.  -   width: 15px;
  141. 139.  -   margin-right: 5px;
  142. 140.  -   height: 14px;
  143. 141.  -   background: url(/images/icons/radio.gif) 0px 0px no-repeat;
  144. 142.  - }
  145. 143.  - .radiobtn:hover div {
  146. 144.  -   background-position: 0px -28px;
  147. 145.  - }
  148. 146.  - .radiobtn.on div {
  149. 147.  -   background-position: 0px -14px;
  150. 148.  - }
  151. 149.  - .radiobtn.on:hover div {
  152. 150.  -   background-position: 0px -42px;
  153. 151.  - }
  154. 152.  - .fl_l { float: left; }
  155. 153.  - .fl_r { float: right; }
  156. 154.  - .ta_l { text-align: left; }
  157. 155.  - .ta_r { text-align: right; }
  158. 156.  - .inl_bl {display:-moz-inline-stack; display:inline-block; _overflow:hidden; vertical-align: top; zoom:1; *display:inline;}
  159. 157.  -
  160. 158.  - .upload_frame {
  161. 159.  -   position: absolute;
  162. 160.  -   visibility: hidden;
  163. 161.  -   width: 20px;
  164. 162.  -   height: 20px;
  165. 163.  - }
  166. 164.  -
  167. 165.  - .noselect {
  168. 166.  -   -webkit-user-select: none;
  169. 167.  -   -moz-user-select: none;
  170. 168.  -   user-select: none;
  171. 169.  - }
  172. 170.  -
  173. 171.  - /* Inputs */
  174. 172.  -
  175. 173.  - input[type="text"],
  176. 174.  - input[type="submit"],
  177. 175.  - input[type="button"],
  178. 176.  - input[type="search"],
  179. 177.  - input[type="password"],
  180. 178.  - input[type~="text"],
  181. 179.  - input[type~="search"],
  182. 180.  - input[type~="password"],
  183. 181.  - input[type~="email"] {
  184. 182.  -   font-size: 1em;
  185. 183.  -   font-family: Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
  186. 184.  - }
  187. 185.  -
  188. 186.  - input.text, input.search, textarea {
  189. 187.  -   background: #FFF;
  190. 188.  -   border: 1px solid #C0CAD5;
  191. 189.  -   font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans;
  192. 190.  -   font-size: 1em;
  193. 191.  -   padding: 3px;
  194. 192.  -   margin: 0px;
  195. 193.  - }
  196. 194.  - input.search {
  197. 195.  -   background: #FFF url(/images/magglass.png) no-repeat 3px 4px;
  198. 196.  -   padding-left: 17px;
  199. 197.  - }
  200. 198.  - input.file {
  201. 199.  -   font-size: 1em;
  202. 200.  -   margin: 0px;
  203. 201.  - }
  204. 202.  - .font_medium input,
  205. 203.  - .font_medium textarea {
  206. 204.  -   font-size: 1.09em;
  207. 205.  - }
  208. 206.  -
  209. 207.  - /* Headers */
  210. 208.  -
  211. 209.  - h2 {
  212. 210.  -   border-bottom: 1px solid #DAE1E8;
  213. 211.  -   color: #45668E;
  214. 212.  -   font-size: 1.18em;
  215. 213.  -   padding: 0px 0px 3px;
  216. 214.  -   margin: 0px 0px 10px;
  217. 215.  - }
  218. 216.  - h4 {
  219. 217.  -   border-bottom: 1px solid #E8EBEE;
  220. 218.  -   color: #45688E;
  221. 219.  -   font-size: 1em;
  222. 220.  -   font-weight: bold;
  223. 221.  -   margin: 0px;
  224. 222.  -   padding: 0px 0px 3px;
  225. 223.  - }
  226. 224.  -
  227. 225.  - .font_medium h2 {
  228. 226.  -   font-size: 1.27em;
  229. 227.  - }
  230. 228.  - .font_medium h2 {
  231. 229.  -   font-size: 1.09em;
  232. 230.  - }
  233. 231.  - h4 .fl_r, h4 span {
  234. 232.  -   font-weight: normal;
  235. 233.  - }
  236. 234.  -
  237. 235.  - /* Layout */
  238. 236.  -
  239. 237.  - div#utils {
  240. 238.  -   top: -30px;
  241. 239.  -   position: absolute;
  242. 240.  -   height: 20px;
  243. 241.  -   overflow: hidden;
  244. 242.  - }
  245. 243.  - #page_layout {
  246. 244.  -   padding: 0px;
  247. 245.  -   margin: 0px auto;
  248. 246.  -   position: relative;
  249. 247.  -   width: 791px;
  250. 248.  - }
  251. 249.  -
  252. 250.  - /* Clear */
  253. 251.  -
  254. 252.  - .clear_fix:after {
  255. 253.  -   content: '.';
  256. 254.  -   display: block;
  257. 255.  -   height: 0;
  258. 256.  -   clear: both;
  259. 257.  -   visibility: hidden;
  260. 258.  - }
  261. 259.  - * html .clear_fix {
  262. 260.  -   height: 1%;
  263. 261.  - }
  264. 262.  - .clear_fix {
  265. 263.  -   display: block;
  266. 264.  - }
  267. 265.  - .clear {
  268. 266.  -   float: none;
  269. 267.  -   clear: both;
  270. 268.  - }
  271. 269.  - .scroll_fix {
  272. 270.  -   position: relative;
  273. 271.  - }
  274. 272.  -
  275. 273.  - .divide  {
  276. 274.  -   color: gray;
  277. 275.  -   font-weight: normal;
  278. 276.  -   padding: 0px 4px;
  279. 277.  - }
  280. 278.  - small.divide {
  281. 279.  -   padding: 0px 2px;
  282. 280.  - }
  283. 281.  -
  284. 282.  - .sdivide {
  285. 283.  -   color: #ADB8C3;
  286. 284.  -   padding: 0px 4px;
  287. 285.  -   font-size: 0.9em;
  288. 286.  - }
  289. 287.  -
  290. 288.  - .wrapped {
  291. 289.  -   overflow: hidden;
  292. 290.  -   word-wrap: break-word;
  293. 291.  - }
  294. 292.  -
  295. 293.  - wbr {
  296. 294.  -   width: 0px;
  297. 295.  -   display: inline-block;
  298. 296.  -   overflow: hidden;
  299. 297.  - }
  300. 298.  -
  301. 299.  - /* MessageBox */
  302. 300.  -
  303. 301.  - .popup_box_container {
  304. 302.  -   margin: 0px auto;
  305. 303.  -   z-index: 1002;
  306. 304.  -   -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  307. 305.  -   -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  308. 306.  -   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  309. 307.  - }
  310. 308.  - #box_loader {
  311. 309.  -   position: absolute;
  312. 310.  -   left: 50%;
  313. 311.  -   margin: 0px auto 0px -50px;
  314. 312.  -   z-index: 1002;
  315. 313.  -   width: 100px;
  316. 314.  -   display: none;
  317. 315.  - }
  318. 316.  - #box_loader .back {
  319. 317.  -   background-color: #000;
  320. 318.  -   opacity: 0.7;
  321. 319.  -   filter: alpha(opacity=70);
  322. 320.  -   height: 50px;
  323. 321.  -   -webkit-border-radius: 5px;
  324. 322.  -   -khtml-border-radius: 5px;
  325. 323.  -   -moz-border-radius: 5px;
  326. 324.  -   border-radius: 5px;
  327. 325.  -   -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  328. 326.  -   -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  329. 327.  -   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
  330. 328.  - }
  331. 329.  - #box_loader .loader {
  332. 330.  -   background: url(/images/upload_inv_mono.gif) no-repeat 50% 50%;
  333. 331.  -   height: 50px;
  334. 332.  -   position: absolute;
  335. 333.  -   width: 100%;
  336. 334.  -   z-index: 100;
  337. 335.  - }
  338. 336.  - .box_title_wrap {
  339. 337.  -   background-color: #597DA3;
  340. 338.  -   border: 1px solid #324B67;
  341. 339.  -   border: 1px solid #45688E;
  342. 340.  -   aborder-bottom: 1px solid #45688E;
  343. 341.  -   padding: 0px;
  344. 342.  -   color: #fff;
  345. 343.  -   font-size: 1.18em;
  346. 344.  -   font-weight: bold;
  347. 345.  - }
  348. 346.  - .box_title {
  349. 347.  -   border-top: 1px solid #648CB7;
  350. 348.  -   padding: 6px 10px 8px 10px;
  351. 349.  - }
  352. 350.  - .box_x_button {
  353. 351.  -   float: right;
  354. 352.  -   width: 17px;
  355. 353.  -   height: 17px;
  356. 354.  -   margin: 5px 5px 0px;
  357. 355.  -   cursor: pointer;
  358. 356.  -   padding: 0;
  359. 357.  -   background: #9DB7D4 url(/images/icons/boxicons.gif) -23px -2px;
  360. 358.  - }
  361. 359.  - .box_body {
  362. 360.  -   background-color: #fff;
  363. 361.  -   border-left: 1px solid #AAA;
  364. 362.  -   border-right: 1px solid #AAA;
  365. 363.  -   padding: 16px 14px;
  366. 364.  -   aline-height: 1.27em;
  367. 365.  - }
  368. 366.  - .box_no_title {
  369. 367.  -   border-top: 1px solid #AAA;
  370. 368.  - }
  371. 369.  - .box_controls_wrap {
  372. 370.  -   border: 1px solid #AAA;
  373. 371.  -   border-top: 0px;
  374. 372.  - }
  375. 373.  - .box_controls_text {
  376. 374.  -   padding: 8px 8px 0px;
  377. 375.  - }
  378. 376.  - .box_controls {
  379. 377.  -   padding: 5px;
  380. 378.  -   height: 30px;
  381. 379.  -   background-color:#f2f2f2;
  382. 380.  -   border-top: 1px solid #ccc;
  383. 381.  - }
  384. 382.  - .box_controls .progress {
  385. 383.  -   position: relative;
  386. 384.  -   margin: 7px 10px 0px;
  387. 385.  - }
  388. 386.  - .controls_wrap {
  389. 387.  -   padding: 7px 0px 0px 5px;
  390. 388.  - }
  391. 389.  -
  392. 390.  - /*
  393. 391.  -  New input buttons with gradient
  394. 392.  - */
  395. 393.  - .button_blue,
  396. 394.  - .button_gray {
  397. 395.  -   border: 0;
  398. 396.  -   display: inline-block;
  399. 397.  -   *display: inline;
  400. 398.  -   position: relative;
  401. 399.  -   line-height: normal;
  402. 400.  -   zoom: 1;
  403. 401.  - }
  404. 402.  - .box_controls .button_blue,
  405. 403.  - .box_controls .button_gray {
  406. 404.  -   margin: 2px 5px;
  407. 405.  - }
  408. 406.  - .button_blue button,
  409. 407.  - .button_gray button {
  410. 408.  -   border: 0;
  411. 409.  -   -webkit-border-radius: 2px;
  412. 410.  -   -khtml-border-radius: 2px;
  413. 411.  -   -moz-border-radius: 2px;
  414. 412.  -   border-radius: 2px;
  415. 413.  -   background: none;
  416. 414.  -   font-size: 11px;
  417. 415.  -   margin: 0px;
  418. 416.  -   cursor: pointer;
  419. 417.  -   white-space: nowrap;
  420. 418.  -   outline: none;
  421. 419.  -   font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  422. 420.  -   vertical-align: top;
  423. 421.  -   overflow: visible;
  424. 422.  -   line-height: 13px;
  425. 423.  - }
  426. 424.  - .font_medium .button_blue button,
  427. 425.  - .font_medium .button_gray button {
  428. 426.  -   font-size: 12px;
  429. 427.  -   line-height: 14px;
  430. 428.  - }
  431. 429.  - .button_wide {
  432. 430.  -   display: block;
  433. 431.  - }
  434. 432.  - .button_wide button {
  435. 433.  -   width: 100%;
  436. 434.  - }
  437. 435.  -
  438. 436.  - .button_blue button::-moz-focus-inner,
  439. 437.  - .button_gray button::-moz-focus-inner {
  440. 438.  -   border: 0;
  441. 439.  - }
  442. 440.  -
  443. 441.  - .button_blue button,
  444. 442.  - .button_blue.button_disabled button:active,
  445. 443.  - .button_blue.button_disabled button.active,
  446. 444.  - .button_blue.button_disabled button:hover,
  447. 445.  - .button_blue.button_disabled button.hover {
  448. 446.  -   padding: 6px 16px;
  449. 447.  -   *padding: 6px 17px;
  450. 448.  -   border: 0;
  451. 449.  -   border-bottom: 1px solid #496b93;
  452. 450.  -   text-shadow: 0 1px 0 #5578A0;
  453. 451.  -   background: #658AB0 url(/images/button_bgf.png?1) repeat-x top;
  454. 452.  -   background-position: 0px -12px;
  455. 453.  -   *border: 0;
  456. 454.  -   color: #FFF;
  457. 455.  - }
  458. 456.  - .button_blue button:hover,
  459. 457.  - .button_blue button.hover {
  460. 458.  -   background-position: 0px -5px;
  461. 459.  -   border-bottom-color: #4e7199;
  462. 460.  - }
  463. 461.  - .button_blue button:active,
  464. 462.  - .button_blue button.active,
  465. 463.  - .is_2x .button_blue button:active,
  466. 464.  - .is_2x .button_blue button.active {
  467. 465.  -   background: #5e80a5;
  468. 466.  -   border-bottom-color: #51749c;
  469. 467.  -   position: relative;
  470. 468.  - }
  471. 469.  - .button_big.button_blue button {
  472. 470.  -   padding: 7px 16px;
  473. 471.  -   *padding: 7px 17px;
  474. 472.  - }
  475. 473.  -
  476. 474.  - .button_gray button,
  477. 475.  - .button_gray.button_disabled button:active,
  478. 476.  - .button_gray.button_disabled button.active,
  479. 477.  - .button_gray.button_disabled button:hover,
  480. 478.  - .button_gray.button_disabled button.hover {
  481. 479.  -   padding: 5px 15px 6px;
  482. 480.  -   *padding: 5px 16px 6px;
  483. 481.  -   border: 1px solid;
  484. 482.  -   border-top-color: #D3D3D3;
  485. 483.  -   border-bottom-color: #AEAEAE;
  486. 484.  -   border-left-color: #C7C7C7;
  487. 485.  -   border-right-color: #C7C7C7;
  488. 486.  -   color: #555;
  489. 487.  -   text-shadow: 0 1px 0 #F6F6F6;
  490. 488.  -   *border: 0;
  491. 489.  -   background: #E9E9E9 url(/images/button_bgf.png?1) repeat-x top;
  492. 490.  -   background-position: 0px -59px;
  493. 491.  - }
  494. 492.  - .button_gray button:hover,
  495. 493.  - .button_gray button.hover {
  496. 494.  -   background-position: 0px -53px;
  497. 495.  -   border-top-color: #D7D7D7;
  498. 496.  -   border-bottom-color: #B7B7B7;
  499. 497.  -   border-left-color: #CBCBCB;
  500. 498.  -   border-right-color: #CBCBCB;
  501. 499.  - }
  502. 500.  - .button_gray button:active,
  503. 501.  - .button_gray button.active,
  504. 502.  - .is_2x .button_gray button:active,
  505. 503.  - .is_2x .button_gray button.active {
  506. 504.  -   background: #DCDCDC;
  507. 505.  -   border-top-color: #BEBEBE;
  508. 506.  -   border-bottom-color: #B6B6B6;
  509. 507.  -   border-left-color: #BDBDBD;
  510. 508.  -   border-right-color: #BDBDBD;
  511. 509.  -   position: relative;
  512. 510.  - }
  513. 511.  - .button_big.button_gray button {
  514. 512.  -   padding: 6px 15px 7px;
  515. 513.  -   *padding: 6px 16px 7px;
  516. 514.  - }
  517. 515.  -
  518. 516.  - .button_lock {
  519. 517.  -   background: url('/images/upload_inv.gif') center no-repeat;
  520. 518.  -   position: absolute;
  521. 519.  -   width: 100%;
  522. 520.  -   height: 100%;
  523. 521.  - }
  524. 522.  - .button_gray .button_lock {
  525. 523.  -   background: url('/images/upload.gif') center no-repeat;
  526. 524.  - }
  527. 525.  -
  528. 526.  - a.button_link:hover,
  529. 527.  - a.button_blue:hover,
  530. 528.  - a.button_gray:hover {
  531. 529.  -   text-decoration: none;
  532. 530.  - }
  533. 531.  - .button_disabled {
  534. 532.  -   opacity: 0.7;
  535. 533.  -   filter: alpha(opacity=70);
  536. 534.  - }
  537. 535.  -
  538. 536.  - /* Pages */
  539. 537.  -
  540. 538.  - .page_list {
  541. 539.  -   list-style: none;
  542. 540.  -   margin: 0;
  543. 541.  -   padding: 0;
  544. 542.  - }
  545. 543.  - .page_list li {
  546. 544.  -   float: left;
  547. 545.  -   display: inline;
  548. 546.  - }
  549. 547.  - .page_list a {
  550. 548.  -   border-bottom: 2px solid #FFF;
  551. 549.  -   display: block;
  552. 550.  -   padding: 3px 3px 2px;
  553. 551.  - }
  554. 552.  - .page_list a:hover {
  555. 553.  -   background: #45668E;
  556. 554.  -   border-color: #DAE2E8;
  557. 555.  -   border-bottom: 1px solid #45668E;
  558. 556.  -   color: #FFF;
  559. 557.  -   text-decoration: none;
  560. 558.  - }
  561. 559.  - .page_list .current {
  562. 560.  -   background: #FFF;
  563. 561.  -   border-color: #45668E;
  564. 562.  -   border-bottom: 2px solid #45668E;
  565. 563.  -   color: #45668E;
  566. 564.  -   font-weight: bold;
  567. 565.  -   padding: 3px 2px 2px;
  568. 566.  - }
  569. 567.  - .pages_bottom .page_list .current {
  570. 568.  -   padding-top: 1px;
  571. 569.  -   border-bottom-color: white;
  572. 570.  -   border-top: 2px solid #45668E;
  573. 571.  - }
  574. 572.  -
  575. 573.  - .flat_tabs {
  576. 574.  -   border-bottom: 1px solid #DAE1E8;
  577. 575.  -   height: 24px;
  578. 576.  -   list-style-type: none;
  579. 577.  -   margin: 0pt;
  580. 578.  -   padding: 0px 7px;
  581. 579.  -   vertical-align: bottom;
  582. 580.  - }
  583. 581.  - .flat_tab_on {
  584. 582.  -   background-color: #FFF;
  585. 583.  -   border: 1px solid #C3CAD2;
  586. 584.  -   border-bottom: 0px;
  587. 585.  -   float: left;
  588. 586.  -   height: 24px;
  589. 587.  -   margin: 0px 3px -1px;
  590. 588.  -   text-align: center;
  591. 589.  -   position: relative;
  592. 590.  - }
  593. 591.  - .flat_tab_on a {
  594. 592.  -   float: left;
  595. 593.  -   padding: 5px 10px;
  596. 594.  -   text-decoration: none;
  597. 595.  - }
  598. 596.  - .flat_tab {
  599. 597.  -   background-color: #F5F7FA;
  600. 598.  -   border: 1px solid #C3CAD2;
  601. 599.  -   border-bottom: 0px;
  602. 600.  -   float: left;
  603. 601.  -   height: 23px;
  604. 602.  -   margin: 0px 3px;
  605. 603.  -   text-align: center;
  606. 604.  - }
  607. 605.  - .flat_tab a {
  608. 606.  -   border-bottom: 2px solid #EEF0F3;
  609. 607.  -   float: left;
  610. 608.  -   padding: 5px 10px 3px;
  611. 609.  -   text-decoration: none;
  612. 610.  - }
  613. 611.  - .flat_tab a:hover {
  614. 612.  -   background-color: #FFF;
  615. 613.  -   text-decoration: none;
  616. 614.  - }
  617. 615.  - .flat_tab a:hover{
  618. 616.  -   background-color: #FFF;
  619. 617.  -   border-bottom: 2px solid #F5F9FC;
  620. 618.  -   text-decoration: none;
  621. 619.  - }
  622. 620.  -
  623. 621.  - div.audio td {
  624. 622.  -   border: 0px;
  625. 623.  -   vertical-align: top;
  626. 624.  - }
  627. 625.  - .audio {
  628. 626.  -   position: relative;
  629. 627.  -   clear: both;
  630. 628.  - }
  631. 629.  - .audio .area {
  632. 630.  -   cursor: pointer;
  633. 631.  -   margin-bottom: 10px;
  634. 632.  -   line-height: normal;
  635. 633.  - }
  636. 634.  - .audio.over .area {
  637. 635.  -   background-color: #EDF1F5;
  638. 636.  - }
  639. 637.  - .audio .play {
  640. 638.  -   cursor: pointer;
  641. 639.  -   width: 20px;
  642. 640.  -   height: 17px;
  643. 641.  -   background: url(/images/play.gif) no-repeat 0px 0px;
  644. 642.  - }
  645. 643.  - .audio .info {
  646. 644.  -   width: 100%;
  647. 645.  -   position: relative;
  648. 646.  - }
  649. 647.  - .audio .title_wrap {
  650. 648.  -   padding: 5px 0 6px;
  651. 649.  -   width: 260px;
  652. 650.  -   overflow: hidden;
  653. 651.  -   -o-text-overflow: ellipsis;
  654. 652.  -   text-overflow: ellipsis;
  655. 653.  -   white-space: nowrap;
  656. 654.  - }
  657. 655.  - .audio .title_wrap b {
  658. 656.  -   padding: 0px;
  659. 657.  -   display: inline-block;
  660. 658.  -   *display: inline;
  661. 659.  -   vertical-align: top;
  662. 660.  -   max-width: 180px;
  663. 661.  -   overflow: hidden;
  664. 662.  -   -o-text-overflow: ellipsis;
  665. 663.  -   text-overflow: ellipsis;
  666. 664.  -   white-space: nowrap;
  667. 665.  - }
  668. 666.  - .audio .duration {
  669. 667.  -   color: #777;
  670. 668.  -   font-size: 0.9em;
  671. 669.  -   padding: 8px 7px 7px 0px;
  672. 670.  -   max-width: 35px;
  673. 671.  -   overflow: hidden;
  674. 672.  -   -o-text-overflow: ellipsis;
  675. 673.  -   text-overflow: ellipsis;
  676. 674.  - }
  677. 675.  - .audio.over .duration {
  678. 676.  -   color: #8795A5;
  679. 677.  - }
  680. 678.  - .audio .player {
  681. 679.  -   height: 10px;
  682. 680.  -   padding: 0px 6px;
  683. 681.  -   display: none;
  684. 682.  - }
  685. 683.  - .audio.current .area {
  686. 684.  -   margin-bottom: 0px
  687. 685.  - }
  688. 686.  - .audio.current .player {
  689. 687.  -   display: block;
  690. 688.  - }
  691. 689.  - .audio .playline {
  692. 690.  -   padding-top: 5px;
  693. 691.  - }
  694. 692.  - .audio .playline div {
  695. 693.  -   border-top: 1px dashed #D8DFEA;
  696. 694.  -   height: 9px;
  697. 695.  - }
  698. 696.  -
  699. 697.  - .audio .area .actions {
  700. 698.  -   position: absolute;
  701. 699.  -   top: 0px;
  702. 700.  -   right: 0px;
  703. 701.  - }
  704. 702.  -
  705. 703.  - .error, .info_msg {
  706. 704.  -   background: #FFEFE8;
  707. 705.  -   border: 1px solid #E89B88;
  708. 706.  -   padding: 8px 11px;
  709. 707.  -   text-align: justify;
  710. 708.  - }
  711. 709.  - .info_msg {
  712. 710.  -   background: #F6F7F9;
  713. 711.  -   border: 1px solid #DBE0EA;
  714. 712.  - }
  715. 713.  - .msg {
  716. 714.  -   padding: 8px 11px;
  717. 715.  -   background-color: #F9F6E7;
  718. 716.  -   border: 1px solid #D4BC4C;
  719. 717.  - }
  720. 718.  - .box_msg {
  721. 719.  -   padding: 8px 11px;
  722. 720.  -   margin: 0px;
  723. 721.  -   font-weight: bold;
  724. 722.  -   background-color: #F9F6E7;
  725. 723.  -   border: 1px solid #D4BC4C;
  726. 724.  - }
  727. 725.  -
  728. 726.  -
  729. 727.  - #system_msg {
  730. 728.  -   z-index: 5000;
  731. 729.  -   left: 0px;
  732. 730.  -   top: 0px;
  733. 731.  -   display: none;
  734. 732.  -   -moz-border-radius: 0px 0px 6px;
  735. 733.  -   border-radius: 0px 0px 6px;
  736. 734.  -   padding: 7px 10px;
  737. 735.  - }
  738. 736.  -
  739. 737.  - .tabs {
  740. 738.  -   background: #F7F7F7;
  741. 739.  -   padding: 8px;
  742. 740.  - }
  743. 741.  - .tabs .outer {
  744. 742.  -
  745. 743.  - }
  746. 744.  - .tabs .tab a {
  747. 745.  -   display: inline-block;
  748. 746.  - }
  749. 747.  - .tabs .tab a:hover {
  750. 748.  -   text-decoration: none;
  751. 749.  - }
  752. 750.  - .tabs .tab {
  753. 751.  -   display: inline-block;
  754. 752.  -   margin-right: 12px;
  755. 753.  -   padding: 2px;
  756. 754.  - }
  757. 755.  - .tabs .tab.selected {
  758. 756.  -   border-bottom: 1px solid #FFFFFF;
  759. 757.  -   padding: 0px;
  760. 758.  - }
  761. 759.  - .tabs .tab b {
  762. 760.  -   padding: 2px 5px 2px 5px;
  763. 761.  -   display: inline-block;
  764. 762.  - }
  765. 763.  - .tabs .tab.selected a {
  766. 764.  -   border-top: 1px solid #395676;
  767. 765.  -   border-right: 1px solid #517295;
  768. 766.  -   border-bottom: 1px solid #4a73a0;
  769. 767.  -   border-left: 1px solid #517295;
  770. 768.  -   color: #FFFFFF;
  771. 769.  - }
  772. 770.  - .tabs .tab.selected b {
  773. 771.  -   border: 1px solid #5C82AB;
  774. 772.  -   background: #5e82a8;
  775. 773.  - }
  776. 774.  -
  777. 775.  - .no_select {
  778. 776.  -   user-select: none;
  779. 777.  -  -o-user-select: none;
  780. 778.  -  -moz-user-select: none;
  781. 779.  -  -khtml-user-select: none;
  782. 780.  - }
  783. 781.  - .select_fix {
  784. 782.  -   user-select: text;
  785. 783.  -  -o-user-select: text;
  786. 784.  -  -moz-user-select: text;
  787. 785.  -  -khtml-user-select: text;
  788. 786.  - }
  789. 787.  -
  790. 788.  - .input_back_wrap {
  791. 789.  -   position: relative;
  792. 790.  -   z-index: 90;
  793. 791.  - }
  794. 792.  -
  795. 793.  - .input_back {
  796. 794.  -   position:absolute;
  797. 795.  -   color:#777;
  798. 796.  -   z-index: 90;
  799. 797.  - }
  800. 798.  - .choose_box .input_back {
  801. 799.  -   margin: 9px 4px 0px;
  802. 800.  - }
  803. 801.  -
  804. 802.  - .input_back div {
  805. 803.  -   padding:0px 1px 0;
  806. 804.  -   white-space: nowrap;
  807. 805.  - }
  808. 806.  -
  809. 807.  - .sort_blank {
  810. 808.  -   border: 1px dashed #D8DFEA;
  811. 809.  - }
  812. 810.  -
  813. 811.  - .divider {
  814. 812.  -  color: #777;
  815. 813.  -  font-weight: normal;
  816. 814.  -  padding:0px 5px;
  817. 815.  - }
  818. 816.  -
  819. 817.  - small.divider {
  820. 818.  -  padding:0px 2px;
  821. 819.  - }
  822. 820.  -
  823. 821.  - .unshown {
  824. 822.  -   display: none;
  825. 823.  - }
  826. 824.  -
  827. 825.  - .hidden {
  828. 826.  -   visibility: hidden;
  829. 827.  - }
  830. 828.  -
  831. 829.  - #global_prg {
  832. 830.  -   position: absolute;
  833. 831.  -   z-index: 400;
  834. 832.  - }
  835. 833.  -
  836. 834.  - /* Tabs */
  837. 835.  - .tabs.t_bar {
  838. 836.  -   background: #FFF;
  839. 837.  - }
  840. 838.  - .t_bar {
  841. 839.  -   padding: 11px 10px 0px;
  842. 840.  -   border-bottom: solid 1px #597DA3;
  843. 841.  - }
  844. 842.  - ul.t0 {
  845. 843.  -   width: 605px;
  846. 844.  - }
  847. 845.  - ul.t0, ul.t0 li {
  848. 846.  -   list-style-type: none;
  849. 847.  -   margin: 0;
  850. 848.  -   padding: 0;
  851. 849.  - }
  852. 850.  - ul.t0 li {
  853. 851.  -   float: left;
  854. 852.  -   text-align: center;
  855. 853.  - }
  856. 854.  - ul.t0 li.active_link a, ul.t0 li.active_link a:hover {
  857. 855.  -   background: #597DA3;
  858. 856.  -   color: #FFFFFF;
  859. 857.  - }
  860. 858.  - ul.t0 li a:hover {
  861. 859.  -   background: #E1E7ED;
  862. 860.  -   color: #2B587A;
  863. 861.  -   text-decoration: none;
  864. 862.  - }
  865. 863.  - ul.t0 a {
  866. 864.  -   float: left;
  867. 865.  -   padding: 0 0 5px 0;
  868. 866.  -   margin-right: 5px;
  869. 867.  -   text-decoration: none;
  870. 868.  -   background-color: #FFF;
  871. 869.  - }
  872. 870.  - ul.t0 .tab_word {
  873. 871.  -   margin: 5px 10px 0px 10px;
  874. 872.  -   font-weight: normal;
  875. 873.  - }
  876. 874.  - ul.t0 .t_r {
  877. 875.  -   float: right;
  878. 876.  -   padding: 5px 0 0;
  879. 877.  - }
  880. 878.  - ul.t0 .t_r a {
  881. 879.  -   margin:0;
  882. 880.  - }
  883. 881.  - ul.t0 .t_r a:hover {
  884. 882.  -   text-decoration: underline;
  885. 883.  -   background:#FFFFFF;
  886. 884.  - }
  887. 885.  - .tl1, .tl2 {
  888. 886.  -   display: block;
  889. 887.  -   height: 1px;
  890. 888.  -   background-color: #FFF;
  891. 889.  -   overflow: hidden;
  892. 890.  -   margin: 0px;
  893. 891.  -   border: 1px solid #FFF;
  894. 892.  -   border-width: 0px 2px;
  895. 893.  - }
  896. 894.  - .tl2 {
  897. 895.  -   margin-bottom: 3px;
  898. 896.  -   border-width: 0px 1px;
  899. 897.  - }
  900. 898.  - ul.t0 li a:hover b.tl1, ul.t0 li a:hover b.tl2 {
  901. 899.  -   background-color: #E1E7ED;
  902. 900.  - }
  903. 901.  - ul.t0 li.active_link a b.tl1, ul.t0 li.active_link a:hover b.tl1 {
  904. 902.  -   background-color: #597DA3;
  905. 903.  -   border-width: 0px 1px;
  906. 904.  - }
  907. 905.  - ul.t0 li.active_link a b.tl1 b, ul.t0 li.active_link a:hover b.tl1 b {
  908. 906.  -   display: block;
  909. 907.  -   height: 1px;
  910. 908.  -   background: #597DA3;
  911. 909.  -   overflow: hidden;
  912. 910.  -   margin: 0px;
  913. 911.  -   border: 1px solid #9AB1C6;
  914. 912.  -   border-width: 0px 1px;
  915. 913.  - }
  916. 914.  - ul.t0 li.active_link a b.tl2, ul.t0 li.active_link a:hover b.tl2 {
  917. 915.  -   background-color: #597DA3;
  918. 916.  -   border-color: #9AB1C6;
  919. 917.  - }
  920. 918.  -
  921. 919.  - #flash_audio {
  922. 920.  -   height: 0px;
  923. 921.  -   top: 5px;
  924. 922.  - }
  925. 923.  - .audio .play_btn_wrap {
  926. 924.  -   padding: 6px;
  927. 925.  - }
  928. 926.  - .audio .play_new {
  929. 927.  -   cursor: pointer;
  930. 928.  -   width: 16px;
  931. 929.  -   height: 16px;
  932. 930.  -   background: url(/images/playpause.gif) no-repeat 0px 0px;
  933. 931.  - }
  934. 932.  - .audio .play_new.playing {
  935. 933.  -   background-position: 0px -16px;
  936. 934.  - }
  937. 935.  -
  938. 936.  - /* Animated counters */
  939. 937.  - .counter_anim_wrap {
  940. 938.  -   position: relative;
  941. 939.  -   height: 1.2em;
  942. 940.  -   line-height: normal;
  943. 941.  -   overflow: hidden;
  944. 942.  - }
  945. 943.  - .counter_anim {
  946. 944.  -   position: absolute;
  947. 945.  -   right: 0;
  948. 946.  -   text-align: right;
  949. 947.  -   white-space: nowrap;
  950. 948.  - }
  951. 949.  - .counter_css_anim_wrap {
  952. 950.  -   -webkit-transition: width 100ms linear;
  953. 951.  -   -moz-transition: width 100ms linear;
  954. 952.  -   -o-transition: width 100ms linear;
  955. 953.  -   transition: width 100ms linear;
  956. 954.  - }
  957. 955.  - .counter_css_anim_wrap .counter_anim {
  958. 956.  -   -webkit-transition: margin-top 300ms ease-out;
  959. 957.  -   -moz-transition: margin-top 300ms ease-out;
  960. 958.  -   -o-transition: margin-top 300ms ease-out;
  961. 959.  -   transition: margin-top 300ms ease-out;
  962. 960.  - }
  963. 961.  -
  964. 962.  - /* Box notify */
  965. 963.  - .top_result_baloon_wrap {
  966. 964.  -   padding-top: 50px;
  967. 965.  -   z-index: 1200;
  968. 966.  -   font-size: 1.09em;
  969. 967.  - }
  970. 968.  -
  971. 969.  - .top_result_baloon {
  972. 970.  -   color: #FFF;
  973. 971.  -   cursor: pointer;
  974. 972.  -   background: url('/images/mv_bg.png');
  975. 973.  -   background: rgba(0, 0, 0, 0.75);
  976. 974.  -
  977. 975.  -   -webkit-border-radius: 5px;
  978. 976.  -   -moz-border-radius: 5px;
  979. 977.  -   border-radius: 5px;
  980. 978.  -
  981. 979.  -   -webkit-box-shadow: 0 2px 15px #888;
  982. 980.  -   -moz-box-shadow: 0 2px 15px #888;
  983. 981.  -   box-shadow: 0 2px 15px #888;
  984. 982.  -
  985. 983.  -   padding: 15px 15px;
  986. 984.  -   width: 380px;
  987. 985.  -   text-shadow: 0px 1px 0px #262626;
  988. 986.  -   line-height: 160%;
  989. 987.  - }
  990. 988.  - div.top_result_header {
  991. 989.  -   font-weight: bold;
  992. 990.  -   font-size: 1.09em;
  993. 991.  -   padding-bottom: 5px;
  994. 992.  - }
  995. 993.  - div.top_result_baloon a {
  996. 994.  -   color: #B1DAFF;
  997. 995.  -   font-weight: bold;
  998. 996.  - }
  999. 997.  - .widgets_box {
  1000. 998.  -   background: transparent;
  1001. 999.  - }
  1002. 1000.  -
  1003. 1001.  -
  1004. 1002.  -
  1005. 1003.  - /* Layers */
  1006. 1004.  - #layer_stl {
  1007. 1005.  -   position: absolute;
  1008. 1006.  -   left: 0px;
  1009. 1007.  -   top: 0px;
  1010. 1008.  -   cursor: pointer;
  1011. 1009.  -   display: none;
  1012. 1010.  -   overflow: hidden;
  1013. 1011.  - }
  1014. 1012.  - #layer_stl_bg {
  1015. 1013.  -   top: 0px;
  1016. 1014.  -   left: 0px;
  1017. 1015.  -   width: 100px;
  1018. 1016.  -   height: 100%;
  1019. 1017.  -   background: #000;
  1020. 1018.  -   opacity: 0;
  1021. 1019.  -   filter: alpha(opacity=15);
  1022. 1020.  -   -webkit-transition: opacity 100ms linear;
  1023. 1021.  -   -moz-transition: opacity 100ms linear;
  1024. 1022.  -   -o-transition: opacity 100ms linear;
  1025. 1023.  -   transition: opacity 100ms linear;
  1026. 1024.  - }
  1027. 1025.  - #layer_stl_cl {
  1028. 1026.  -   position: absolute;
  1029. 1027.  -   left: 0px;
  1030. 1028.  -   top: 0px;
  1031. 1029.  -   z-index: 1;
  1032. 1030.  -   width: 100%;
  1033. 1031.  -   height: 100%;
  1034. 1032.  - }
  1035. 1033.  - #layer_stl_text {
  1036. 1034.  -   top: 13px;
  1037. 1035.  -   left: 0px;
  1038. 1036.  -   background: url(/images/toplinkw.gif) no-repeat left 3px;
  1039. 1037.  -   height: 14px;
  1040. 1038.  -   display: block;
  1041. 1039.  -   padding: 0px 20px;
  1042. 1040.  -   margin: 0 31px 0 15px;
  1043. 1041.  -   font-weight: bold;
  1044. 1042.  -   color: #FFF;
  1045. 1043.  -   opacity: 0.5;
  1046. 1044.  -   filter: alpha(opacity=50);
  1047. 1045.  -   -webkit-transition: opacity 100ms linear;
  1048. 1046.  -   -moz-transition: opacity 100ms linear;
  1049. 1047.  -   -o-transition: opacity 100ms linear;
  1050. 1048.  -   transition: opacity 100ms linear;
  1051. 1049.  - }
  1052. 1050.  - #layer_stl_text.down {
  1053. 1051.  -   background-position: left -9px;
  1054. 1052.  - }
  1055. 1053.  - #layer_stl:hover #layer_stl_text {
  1056. 1054.  -   opacity: 1;
  1057. 1055.  - }
  1058. 1056.  - #layer_stl:hover #layer_stl_bg {
  1059. 1057.  -   opacity: 0.15;
  1060. 1058.  - }
  1061. 1059.  -
  1062. 1060.  - #box_layer {
  1063. 1061.  -   padding: 1px 0px 80px;
  1064. 1062.  - }
  1065. 1063.  - #layer_bg,
  1066. 1064.  - #box_layer_bg,
  1067. 1065.  - #layer_wrap,
  1068. 1066.  - #box_layer_wrap {
  1069. 1067.  -   top: 0;
  1070. 1068.  -   left: 0;
  1071. 1069.  -   width: 100%;
  1072. 1070.  -   height: 100%;
  1073. 1071.  -   z-index: 500;
  1074. 1072.  -   overflow: hidden;
  1075. 1073.  -   display: none;
  1076. 1074.  - }
  1077. 1075.  - #box_layer_bg,
  1078. 1076.  - #box_layer_wrap {
  1079. 1077.  -   z-index: 1000;
  1080. 1078.  - }
  1081. 1079.  - #layer_wrap, #box_layer_wrap {
  1082. 1080.  -   overflow: auto;
  1083. 1081.  - }
  1084. 1082.  - #layer_wrap {
  1085. 1083.  -   overflow-x: hidden;
  1086. 1084.  -   overflow-y: auto;
  1087. 1085.  - }
  1088. 1086.  - #box_layer_bg {
  1089. 1087.  -   background: #000;
  1090. 1088.  -   opacity: 0.2;
  1091. 1089.  -   filter: alpha(opacity=20);
  1092. 1090.  - }
  1093. 1091.  - #box_layer_bg.bg_medium {
  1094. 1092.  -   opacity: 0.5;
  1095. 1093.  -   filter: alpha(opacity=50);
  1096. 1094.  - }
  1097. 1095.  - #box_layer_bg.bg_dark {
  1098. 1096.  -   opacity: 0.7;
  1099. 1097.  -   filter: alpha(opacity=70);
  1100. 1098.  - }
  1101. 1099.  -
  1102. 1100.  - @-moz-document url-prefix() {
  1103. 1101.  -   #box_layer_bg {
  1104. 1102.  -     background: url(/images/layer_bg_lite.png);
  1105. 1103.  -     opacity: 1 !important;
  1106. 1104.  -   }
  1107. 1105.  -   #box_layer_bg.bg_medium {
  1108. 1106.  -     background: url(/images/layer_bg_medium.png);
  1109. 1107.  -   }
  1110. 1108.  -   #box_layer_bg.bg_dark {
  1111. 1109.  -     background: url(/images/layer_bg_black.png);
  1112. 1110.  -   }
  1113. 1111.  - }
  1114. 1112.  - .box_dark .box_title_wrap {
  1115. 1113.  -   border: none;
  1116. 1114.  -   font-size: 1em;
  1117. 1115.  -   font-weight: normal;
  1118. 1116.  - }
  1119. 1117.  - .box_dark .box_x_button {
  1120. 1118.  -   background: none;
  1121. 1119.  -   margin: 0px;
  1122. 1120.  -   padding: 17px 20px 18px;
  1123. 1121.  -   color: #C7D7E9;
  1124. 1122.  -   width: auto;
  1125. 1123.  -   -webkit-transition: color 100ms linear;
  1126. 1124.  -   -moz-transition: color 100ms linear;
  1127. 1125.  -   -o-transition: color 100ms linear;
  1128. 1126.  -   transition: color 100ms linear;
  1129. 1127.  - }
  1130. 1128.  - .box_dark .box_x_button:hover {
  1131. 1129.  -   color: #FFF;
  1132. 1130.  -   text-decoration: none;
  1133. 1131.  -   background: none;
  1134. 1132.  - }
  1135. 1133.  - .box_dark .box_body {
  1136. 1134.  -   border: none;
  1137. 1135.  - }
  1138. 1136.  - .box_dark .box_controls_wrap {
  1139. 1137.  -   border: none;
  1140. 1138.  - }
  1141. 1139.  - .box_dark .box_controls {
  1142. 1140.  -   border: none;
  1143. 1141.  -   padding: 16px 15px 15px 20px;
  1144. 1142.  -   background-color: #EEF0F2;
  1145. 1143.  - }
  1146. 1144.  - .box_dark .box_controls_text {
  1147. 1145.  -   padding: 8px 0 0 0;
  1148. 1146.  - }
  1149. 1147.  - .box_dark .box_title {
  1150. 1148.  -   border: none;
  1151. 1149.  -   color: #FFFFFF;
  1152. 1150.  -   background: #597BA5;
  1153. 1151.  -   font-weight: bold;
  1154. 1152.  -   padding: 17px 20px 18px;
  1155. 1153.  -   font-size: 1.09em;
  1156. 1154.  - }
  1157. 1155.  - .captcha {
  1158. 1156.  -   padding: 5px 0;
  1159. 1157.  -   text-align: center;
  1160. 1158.  -   height: 80px;
  1161. 1159.  - }
  1162. 1160.  - .captcha img {
  1163. 1161.  -   width: 130px;
  1164. 1162.  -   height: 50px;
  1165. 1163.  -   background: url(/images/vklogo.gif);
  1166. 1164.  -   cursor: pointer;
  1167. 1165.  - }
  1168. 1166.  - .captcha input.text {
  1169. 1167.  -   width: 120px;
  1170. 1168.  -   margin: 10px 0px 0px;
  1171. 1169.  - }
  1172. 1170.  - .captcha .progress {
  1173. 1171.  -   width: 120px;
  1174. 1172.  -   margin: 13px auto 0px;
  1175. 1173.  - }
  1176. ------
  1177. Файл - widget_comments.css (Старый размер - 33289 | Новый - 0):
  1178. 0.  - #widget_comments_css {
  1179. 1.  -   display: none;
  1180. 2.  - }
  1181. 3.  -
  1182. 4.  -
  1183. 5.  - /* Global wall styles (from page.css) */
  1184. 6.  - .wide_column {
  1185. 7.  -   padding-bottom: 10px;
  1186. 8.  -   width: 397px;
  1187. 9.  - }
  1188. 10.  -
  1189. 11.  - .narrow_column {
  1190. 12.  -   padding-bottom: 10px;
  1191. 13.  -   width: 200px;
  1192. 14.  - }
  1193. 15.  -
  1194. 16.  - .wall_module .more_link {
  1195. 17.  -   display: none;
  1196. 18.  -   padding: 8px 0px;
  1197. 19.  -   text-align: center;
  1198. 20.  -   border-top: 1px solid #DAE1E8;
  1199. 21.  -   margin-bottom: 10px;
  1200. 22.  - }
  1201. 23.  - .wall_module .module_header span.fl_r {
  1202. 24.  -   color: #2B587A;
  1203. 25.  - }
  1204. 26.  - .wall_module .module_header span.fl_r:hover {
  1205. 27.  -   text-decoration: underline;
  1206. 28.  - }
  1207. 29.  - .wall_module #page_wall_posts_count {
  1208. 30.  -   color: #99ADC2;
  1209. 31.  -   font-weight: bold;
  1210. 32.  -   padding: 0px 5px;
  1211. 33.  - }
  1212. 34.  - .wall_module #page_wall_posts_count:hover {
  1213. 35.  -   text-decoration: underline;
  1214. 36.  - }
  1215. 37.  - .wall_module .more_link:hover {
  1216. 38.  -   text-decoration: none;
  1217. 39.  -   background: #E9EDF1;
  1218. 40.  - }
  1219. 41.  - .wall_module .more_link .progress {
  1220. 42.  -   margin: 0px auto;
  1221. 43.  - }
  1222. 44.  - .wall_module .more_link div {
  1223. 45.  -   height: 13px;
  1224. 46.  - }
  1225. 47.  - .wall_module .ext_video img {
  1226. 48.  -   width: 120px;
  1227. 49.  -   height: 90px;
  1228. 50.  - }
  1229. 51.  - div.wall_module .ext_video div {
  1230. 52.  -   width: 120px;
  1231. 53.  -   margin-top: 75px;
  1232. 54.  - }
  1233. 55.  - .wall_module .video div {
  1234. 56.  -   bottom: 5px;
  1235. 57.  -   right: 0px;
  1236. 58.  -   position: absolute;
  1237. 59.  -   font-size: 11px;
  1238. 60.  -   z-index: 10;
  1239. 61.  - }
  1240. 62.  - .wall_module .video div span.bg {
  1241. 63.  -   background: #000;
  1242. 64.  -   color: #000;
  1243. 65.  -   opacity: 0.6;
  1244. 66.  -   filter: alpha(opacity=60);
  1245. 67.  - }
  1246. 68.  - .wall_module .video div span {
  1247. 69.  -   color: #FFF;
  1248. 70.  -   padding: 0px 3px 1px;
  1249. 71.  - }
  1250. 72.  -
  1251. 73.  - /* Posts */
  1252. 74.  - .wall_module .post {
  1253. 75.  -   padding: 3px 0;
  1254. 76.  -   border-top: 1px solid #DAE1E8;
  1255. 77.  -   *position: relative;
  1256. 78.  - }
  1257. 79.  - .wall_module .post:first-child {
  1258. 80.  -   border-top: none;
  1259. 81.  - }
  1260. 82.  - /* Actions */
  1261. 83.  - .wall_module .delete_post_wrap {
  1262. 84.  -   position: relative;
  1263. 85.  -   z-index: 10;
  1264. 86.  - }
  1265. 87.  - .wall_module .delete_post {
  1266. 88.  -   height: 13px;
  1267. 89.  -   width: 17px;
  1268. 90.  -   padding-top: 4px;
  1269. 91.  - }
  1270. 92.  - .wall_module .delete_post div {
  1271. 93.  -   background: url(/images/pics/statusx_op.gif) no-repeat;
  1272. 94.  -   opacity: 0;
  1273. 95.  -   filter: alpha(opacity=0);
  1274. 96.  -   cursor: pointer;
  1275. 97.  -   height: 17px;
  1276. 98.  -   width: 17px;
  1277. 99.  - }
  1278. 100.  -
  1279. 101.  - .wall_module .post_actions_wrap,
  1280. 102.  - .wall_module .reply_actions_wrap {
  1281. 103.  -   position: relative;
  1282. 104.  -   z-index: 10;
  1283. 105.  - }
  1284. 106.  - .wall_module .post_actions,
  1285. 107.  - .wall_module .reply_actions {
  1286. 108.  -   height: 11px;
  1287. 109.  -   width: 32px;
  1288. 110.  -   padding-top: 4px;
  1289. 111.  -   position: absolute;
  1290. 112.  -   right: 0;
  1291. 113.  - }
  1292. 114.  - .wall_module .post_delete_button,
  1293. 115.  - .wall_module .post_edit_button,
  1294. 116.  - .wall_module .reply_delete_button,
  1295. 117.  - .wall_module .reply_edit_button {
  1296. 118.  -   background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
  1297. 119.  -   opacity: 0;
  1298. 120.  -   filter: alpha(opacity=0);
  1299. 121.  -   cursor: pointer;
  1300. 122.  -   height: 11px;
  1301. 123.  -   width: 11px;
  1302. 124.  -   margin-left: 5px;
  1303. 125.  - }
  1304. 126.  - .is_2x .wall_module .delete_post div,
  1305. 127.  - .is_2x .wall_module .post_delete_button,
  1306. 128.  - .is_2x .wall_module .post_edit_button,
  1307. 129.  - .is_2x .wall_module .reply_delete_button,
  1308. 130.  - .is_2x .wall_module .reply_edit_button {
  1309. 131.  -   background-image: url(/images/pics/statusx_op_2x.gif);
  1310. 132.  -   background-size: 11px 11px;
  1311. 133.  - }
  1312. 134.  - .wall_module .reply_edit_button,
  1313. 135.  - .wall_module .post_edit_button {
  1314. 136.  -   display: none;
  1315. 137.  -   background-image: url(/images/pics/statusedit.gif);
  1316. 138.  - }
  1317. 139.  -
  1318. 140.  -
  1319. 141.  - .wall_module div.post_image {
  1320. 142.  -   position: absolute;
  1321. 143.  -   *left: 0;
  1322. 144.  -   padding: 5px 0;
  1323. 145.  -   width: 50px;
  1324. 146.  - }
  1325. 147.  - .wall_module a.post_image {
  1326. 148.  -   width: 50px;
  1327. 149.  -   height: 50px;
  1328. 150.  -   display: block;
  1329. 151.  - }
  1330. 152.  - #wcomments_page .wall_module .post_info {
  1331. 153.  -   margin-left: 65px;
  1332. 154.  -   padding: 0 0 2px;
  1333. 155.  -   *position: relative;
  1334. 156.  -   width: auto;
  1335. 157.  - }
  1336. 158.  - .wall_module .dld {
  1337. 159.  -   color: #777;
  1338. 160.  -   padding: 5px 60px 8px;
  1339. 161.  - }
  1340. 162.  - .wall_module .reply .dld {
  1341. 163.  -   padding: 11px 4px 12px 41px;
  1342. 164.  - }
  1343. 165.  - .wide_wall_module .reply .dld {
  1344. 166.  -   padding: 11px 4px 12px 64px;
  1345. 167.  - }
  1346. 168.  - .wall_module .author {
  1347. 169.  -   font-weight: bold;
  1348. 170.  -   line-height: 140%;
  1349. 171.  - }
  1350. 172.  - .wall_module .published_by_wrap {
  1351. 173.  -   margin: 7px 0 5px;
  1352. 174.  - }
  1353. 175.  - .wall_module a.published_by_photo {
  1354. 176.  -   display: block;
  1355. 177.  -   width: 30px;
  1356. 178.  -   height: 30px;
  1357. 179.  -   margin-right: 8px;
  1358. 180.  - }
  1359. 181.  - .wall_module .published_by {
  1360. 182.  -   padding-left: 12px;
  1361. 183.  -   background: url(/images/icons/published.gif) no-repeat 0px 3px;
  1362. 184.  -   font-weight: bold;
  1363. 185.  - }
  1364. 186.  - .wall_module div.published_by_date {
  1365. 187.  -   padding-top: 4px;
  1366. 188.  - }
  1367. 189.  - .wall_module .published_by_date, .wall_module .wall_post_source {
  1368. 190.  -   color: #777;
  1369. 191.  - }
  1370. 192.  -
  1371. 193.  - #submit_post_box_wrap {
  1372. 194.  -   padding: 10px;
  1373. 195.  -   background: #F7F7F7;
  1374. 196.  - }
  1375. 197.  - .wall_module #submit_post_box {
  1376. 198.  -   padding: 8px;
  1377. 199.  -   background: #F7F7F7;
  1378. 200.  -   border-top: 1px solid #d8dfe5;
  1379. 201.  - }
  1380. 202.  - .wall_module #submit_post_box textarea {
  1381. 203.  -   overflow: hidden;
  1382. 204.  -   outline: none;
  1383. 205.  -   width: 372px;
  1384. 206.  -   height: 14px;
  1385. 207.  -   resize: none;
  1386. 208.  - }
  1387. 209.  - .wall_module #submit_post {
  1388. 210.  -   display: none;
  1389. 211.  -   padding-top: 8px;
  1390. 212.  - }
  1391. 213.  - .wall_module #submit_post .progress.fl_r {
  1392. 214.  -   margin: 6px 8px 0px;
  1393. 215.  - }
  1394. 216.  - .wall_module #submit_post .checkbox,
  1395. 217.  - .wall_module #submit_post .checkbox_pic {
  1396. 218.  -   margin: 6px 0 0px 10px;
  1397. 219.  - }
  1398. 220.  - .wall_module td {
  1399. 221.  -   vertical-align: top;
  1400. 222.  - }
  1401. 223.  - .wall_module .online {
  1402. 224.  -   display: block;
  1403. 225.  -   width: 50px;
  1404. 226.  -   text-align: center;
  1405. 227.  -   padding-top: 5px;
  1406. 228.  -   color: #AAA;
  1407. 229.  - }
  1408. 230.  -
  1409. 231.  - .wall_post_over .wall_post_text,
  1410. 232.  - .wall_post_over .post_media,
  1411. 233.  - .wall_post_over .explain,
  1412. 234.  - .wall_post_over .group_share,
  1413. 235.  - .wall_post_over .public_share,
  1414. 236.  - .wall_post_over .event_share {
  1415. 237.  -   cursor: pointer;
  1416. 238.  - }
  1417. 239.  -
  1418. 240.  - .wall_post_text,
  1419. 241.  - .wall_reply_text {
  1420. 242.  -   padding-top: 2px;
  1421. 243.  -   line-height: 130%;
  1422. 244.  - }
  1423. 245.  - .wall_post_text {
  1424. 246.  -   overflow: hidden;
  1425. 247.  -   word-wrap: break-word;
  1426. 248.  - }
  1427. 249.  - .wall_post_more,
  1428. 250.  - .wall_reply_more,
  1429. 251.  - .wall_module .reply_show_whole {
  1430. 252.  -   position: relative;
  1431. 253.  -   top: 2px;
  1432. 254.  -   font-weight: bold;
  1433. 255.  -   color: #91A4B8;
  1434. 256.  -   -webkit-transition: color 200ms linear;
  1435. 257.  -   -moz-transition: color 200ms linear;
  1436. 258.  -   -o-transition: color 200ms linear;
  1437. 259.  -   transition: color 200ms linear;
  1438. 260.  - }
  1439. 261.  - .wall_post_text:hover .wall_post_more,
  1440. 262.  - .wall_reply_text:hover .wall_reply_more,
  1441. 263.  - .wall_post_more:hover, .wall_reply_more:hover {
  1442. 264.  -   color: #45688E;
  1443. 265.  -   text-decoration: none;
  1444. 266.  - }
  1445. 267.  - #wcomments_page .wall_text {
  1446. 268.  -   width: auto;
  1447. 269.  -   padding: 5px 0px 0px;
  1448. 270.  -   position: relative;
  1449. 271.  -   margin: 0px;
  1450. 272.  - }
  1451. 273.  - .wall_text .explain {
  1452. 274.  -   color: #777;
  1453. 275.  -   line-height: 140%;
  1454. 276.  - }
  1455. 277.  - .wall_module .audio .info {
  1456. 278.  -   padding: 2px;
  1457. 279.  -   width: 100%;
  1458. 280.  - }
  1459. 281.  -
  1460. 282.  - /* Likes */
  1461. 283.  - .wall_module .like_wrap {
  1462. 284.  -   margin: 4px 1px 8px;
  1463. 285.  -   color: #2F5879;
  1464. 286.  -   font-size: 11px;
  1465. 287.  -   cursor: pointer;
  1466. 288.  - }
  1467. 289.  - .wall_module .reply .like_wrap {
  1468. 290.  -   margin: 0 1px 0 0;
  1469. 291.  - }
  1470. 292.  - .fw_reply .like_wrap {
  1471. 293.  -   margin: 0 1px 0 0;
  1472. 294.  -   color: #2F5879;
  1473. 295.  -   font-size: 1em;
  1474. 296.  -   cursor: pointer;
  1475. 297.  - }
  1476. 298.  - .wall_module .like_link, .wall_module .no_likes {
  1477. 299.  -   visibility: hidden;
  1478. 300.  -   opacity: 0;
  1479. 301.  -   filter: alpha(opacity=0);
  1480. 302.  - }
  1481. 303.  - .wall_module .reply .like_link, .fw_reply .like_link {
  1482. 304.  -   cursor: pointer;
  1483. 305.  -   color: #2F5879;
  1484. 306.  -   visibility: visible;
  1485. 307.  -   opacity: 1;
  1486. 308.  -   filter: none;
  1487. 309.  - }
  1488. 310.  -
  1489. 311.  - .wall_module .one .like_link {
  1490. 312.  -   visibility: visible;
  1491. 313.  -   opacity: 1;
  1492. 314.  -   filter: none;
  1493. 315.  - }
  1494. 316.  - .wall_module .one .no_likes {
  1495. 317.  -   visibility: visible;
  1496. 318.  - }
  1497. 319.  - .wall_module .like_wrap i {
  1498. 320.  -   display: block;
  1499. 321.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  1500. 322.  -   height: 10px;
  1501. 323.  -   margin: 3px 3px 0px;
  1502. 324.  -   opacity: 0.4;
  1503. 325.  -   filter: alpha(opacity=40);
  1504. 326.  -   width: 11px;
  1505. 327.  - }
  1506. 328.  -
  1507. 329.  - .wall_module .like_wrap i.my_like,
  1508. 330.  - .fw_reply .like_wrap i.my_like {
  1509. 331.  -   opacity: 1;
  1510. 332.  -   filter: none;
  1511. 333.  - }
  1512. 334.  - .wall_module .like_wrap i.no_likes {
  1513. 335.  -   margin-right: 0px;
  1514. 336.  - }
  1515. 337.  - .wall_module .like_count, .fw_reply .like_count {
  1516. 338.  -   font-weight: bold;
  1517. 339.  -   color: #7295b2;
  1518. 340.  -   margin-right: 3px;
  1519. 341.  - }
  1520. 342.  - .wall_module .fw_like_count {
  1521. 343.  -   color: #7295b2;
  1522. 344.  -   font-weight: bold;
  1523. 345.  - }
  1524. 346.  -
  1525. 347.  - /* Replies */
  1526. 348.  - .wall_module .reply_link_wrap {
  1527. 349.  -   padding-top: 4px;
  1528. 350.  -   padding-bottom: 8px;
  1529. 351.  -   font-size: 11px;
  1530. 352.  - }
  1531. 353.  - .wall_module .reply_link_wrap small, .wall_module .reply_link_wrap small a {
  1532. 354.  -   color: #999;
  1533. 355.  -   font-size: 11px;
  1534. 356.  - }
  1535. 357.  -
  1536. 358.  - /* Replies header link */
  1537. 359.  - .wrh_text {
  1538. 360.  -   text-align: center;
  1539. 361.  - }
  1540. 362.  - .wrh_prg {
  1541. 363.  -   margin: 0px auto;
  1542. 364.  - }
  1543. 365.  - .wr_header {
  1544. 366.  -   display: block;
  1545. 367.  -   cursor: pointer;
  1546. 368.  -   color: #6A7989;
  1547. 369.  -   background: #E9EDF1;
  1548. 370.  -   height: 13px;
  1549. 371.  -   padding: 9px 0px 8px;
  1550. 372.  - }
  1551. 373.  - .wr_header:hover {
  1552. 374.  -   text-decoration: none;
  1553. 375.  - }
  1554. 376.  - .wrh_all {
  1555. 377.  -   background: #FFF;
  1556. 378.  -   color: #777;
  1557. 379.  - }
  1558. 380.  - .wrh_all:hover {
  1559. 381.  -   background: #E9EDF1;
  1560. 382.  -   color: #6A7989;
  1561. 383.  - }
  1562. 384.  - .wd_lnk {
  1563. 385.  -   color: #999;
  1564. 386.  - }
  1565. 387.  - .wall_module .replies_wrap {
  1566. 388.  -   padding-top: 2px;
  1567. 389.  -   margin-bottom: 6px;
  1568. 390.  -   position: relative;
  1569. 391.  - }
  1570. 392.  - /* Reply */
  1571. 393.  - .wall_module .reply {
  1572. 394.  -   background: #FFF;
  1573. 395.  -   border-top: 1px solid #E9EDF1;
  1574. 396.  -   padding: 6px 0px;
  1575. 397.  -   position: relative;
  1576. 398.  - }
  1577. 399.  - .wall_module .reply .delete_post {
  1578. 400.  -   padding-top: 2px;
  1579. 401.  - }
  1580. 402.  - .wall_module a.reply_image {
  1581. 403.  -   width: 32px;
  1582. 404.  -   height: 32px;
  1583. 405.  -   margin: 2px 0;
  1584. 406.  -   display: block;
  1585. 407.  -   overflow: hidden;
  1586. 408.  -   position: absolute;
  1587. 409.  -   *left: 0;
  1588. 410.  - }
  1589. 411.  - .wall_module img.reply_image {
  1590. 412.  -   width: 32px;
  1591. 413.  -   height: 32px;
  1592. 414.  - }
  1593. 415.  - .wall_module .reply .author {
  1594. 416.  -   padding-right: 3px;
  1595. 417.  -   font-weight: normal;
  1596. 418.  - }
  1597. 419.  - .wall_module .reply_text {
  1598. 420.  -   word-wrap: break-word;
  1599. 421.  -   overflow: hidden;
  1600. 422.  -   max-width: 293px;
  1601. 423.  - }
  1602. 424.  - .wall_module .reply_info {
  1603. 425.  -   margin-left: 39px;
  1604. 426.  -   *position: relative;
  1605. 427.  - }
  1606. 428.  - .wall_module .info_footer {
  1607. 429.  -   font-size: 11px;
  1608. 430.  -   color: #999;
  1609. 431.  -   padding: 4px 0 0;
  1610. 432.  - }
  1611. 433.  - .wall_module .reply_to {
  1612. 434.  -   color: #999;
  1613. 435.  - }
  1614. 436.  - /* Reply form */
  1615. 437.  - .wall_module .reply_fakebox_wrap {
  1616. 438.  -   background: #F1F1F1;
  1617. 439.  -   padding: 6px;
  1618. 440.  - }
  1619. 441.  - .wall_module .reply_fakebox {
  1620. 442.  -   cursor: text;
  1621. 443.  -   background: white;
  1622. 444.  -   border: 1px solid #C0CAD5;
  1623. 445.  -   padding: 3px 5px;
  1624. 446.  -   color: #777;
  1625. 447.  - }
  1626. 448.  - .reply_field_wrap {
  1627. 449.  -   padding: 3px;
  1628. 450.  -   background: #FFF;
  1629. 451.  -   border: 1px solid #C0CAD5;
  1630. 452.  - }
  1631. 453.  - .reply_field {
  1632. 454.  -   padding: 0;
  1633. 455.  -   border: 0;
  1634. 456.  -   overflow: hidden;
  1635. 457.  -   height: 14px;
  1636. 458.  -   outline: 0;
  1637. 459.  -   margin: 0px;
  1638. 460.  -   width: 100%;
  1639. 461.  -   resize: none;
  1640. 462.  -   height: 14px;
  1641. 463.  - }
  1642. 464.  - .reply_field_tail {
  1643. 465.  -   display: none;
  1644. 466.  -   width: 5px;
  1645. 467.  -   height: 9px;
  1646. 468.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -155px no-repeat;
  1647. 469.  -   position: absolute;
  1648. 470.  -   margin-left: -8px;
  1649. 471.  -   margin-top: 16px;
  1650. 472.  - }
  1651. 473.  - .is_2x .reply_field_tail {
  1652. 474.  -   background-image: url(/images/icons/feedback_iconset_2x.gif?4);
  1653. 475.  -   background-size: 15px 181px;
  1654. 476.  - }
  1655. 477.  - .wall_module .reply_box {
  1656. 478.  -   background: #F1F1F1;
  1657. 479.  -   padding: 6px;
  1658. 480.  -   *position: relative;
  1659. 481.  -   clear: both;
  1660. 482.  - }
  1661. 483.  - .wall_module a.reply_form_image {
  1662. 484.  -   display: none;
  1663. 485.  -   width: 50px;
  1664. 486.  -   height: 50px;
  1665. 487.  -   overflow: hidden;
  1666. 488.  -   position: absolute;
  1667. 489.  -   *left: 6px;
  1668. 490.  - }
  1669. 491.  - .wall_module .reply_form {
  1670. 492.  -   zoom: 1;
  1671. 493.  - }
  1672. 494.  - .wall_module .reply_form_img {
  1673. 495.  -   width: 50px;
  1674. 496.  -   height: 50px;
  1675. 497.  - }
  1676. 498.  - .wall_module .submit_reply {
  1677. 499.  -   display: none;
  1678. 500.  -   padding-top: 6px;
  1679. 501.  -   height: 25px;
  1680. 502.  - }
  1681. 503.  - .wall_module .reply_as_group_wrap {
  1682. 504.  -   padding: 6px 0 0 5px;
  1683. 505.  -   display: none;
  1684. 506.  - }
  1685. 507.  - .wall_module .reply_as_group_active {
  1686. 508.  -   display: block;
  1687. 509.  - }
  1688. 510.  - .reply_button_wrap {
  1689. 511.  -   padding-right: 5px;
  1690. 512.  -   zoom: 1;
  1691. 513.  -   *position: relative;
  1692. 514.  - }
  1693. 515.  - .wall_module .reply_box_open .reply_form {
  1694. 516.  -   margin-left: 62px;
  1695. 517.  - }
  1696. 518.  - .wall_module .reply_hint {
  1697. 519.  -   padding: 6px 0 0px 5px;
  1698. 520.  -   overflow: hidden;
  1699. 521.  -   -o-text-overflow: ellipsis;
  1700. 522.  -   text-overflow: ellipsis;
  1701. 523.  -   position: relative;
  1702. 524.  - }
  1703. 525.  - .wall_module .reply_hint_text {
  1704. 526.  -   color: #777;
  1705. 527.  -   cursor: default;
  1706. 528.  -   white-space: nowrap;
  1707. 529.  -   overflow: hidden;
  1708. 530.  -   -o-text-overflow: ellipsis;
  1709. 531.  -   text-overflow: ellipsis;
  1710. 532.  - }
  1711. 533.  - .wall_module .reply_box_open .reply_box {
  1712. 534.  -   margin-left: -6px;
  1713. 535.  - }
  1714. 536.  - .wall_module .reply_to_title {
  1715. 537.  -   display: none;
  1716. 538.  -   padding: 6px 5px 0px;
  1717. 539.  - }
  1718. 540.  -
  1719. 541.  - .reply_multiline_tt_point {
  1720. 542.  -   position: absolute;
  1721. 543.  -   width: 1px;
  1722. 544.  -   height: 1px;
  1723. 545.  - }
  1724. 546.  - .wall_module .reply_box_open .replies_wrap,
  1725. 547.  - .wall_module .reply_box_open .submit_reply,
  1726. 548.  - .wall_module .reply_box_open a.reply_form_image,
  1727. 549.  - .reply_box_open .reply_field_tail {
  1728. 550.  -   display: block;
  1729. 551.  - }
  1730. 552.  - .wall_module .reply_box_open .reply_link {
  1731. 553.  -   display: none;
  1732. 554.  - }
  1733. 555.  - .wall_module #post_warn,
  1734. 556.  - .wall_module .reply_warn {
  1735. 557.  -   display: none;
  1736. 558.  -   padding-top: 5px;
  1737. 559.  -   color: #777;
  1738. 560.  - }
  1739. 561.  - /* Reply submit hint */
  1740. 562.  - .reply_submit_hint_wrap {
  1741. 563.  -   width: 210px;
  1742. 564.  -   height: 110px;
  1743. 565.  -   padding: 8px 5px 8px;
  1744. 566.  - }
  1745. 567.  - .reply_submit_hint_title {
  1746. 568.  -   color: #2A5779;
  1747. 569.  -   font-weight: bold;
  1748. 570.  -   padding-bottom: 2px;
  1749. 571.  - }
  1750. 572.  - #reply_submit_hint_opts .radiobtn {
  1751. 573.  -   color: #000;
  1752. 574.  -   padding-top: 10px;
  1753. 575.  -   padding-bottom: 5px;
  1754. 576.  -   line-height: 160%;
  1755. 577.  - }
  1756. 578.  - #reply_submit_hint_opts .radiobtn div {
  1757. 579.  -   margin: 2px 5px 6px 0;
  1758. 580.  - }
  1759. 581.  -
  1760. 582.  -
  1761. 583.  -
  1762. 584.  -
  1763. 585.  - .wall_module #post_warn,
  1764. 586.  - .wall_module .reply_warn {
  1765. 587.  -   display: none;
  1766. 588.  -   padding-top: 5px;
  1767. 589.  -   color: #777;
  1768. 590.  - }
  1769. 591.  - .wall_module .post_media {
  1770. 592.  -   padding-top: 7px;
  1771. 593.  - }
  1772. 594.  - .wall_module .graffiti img {
  1773. 595.  -   width: 200px;
  1774. 596.  -   height: 100px;
  1775. 597.  - }
  1776. 598.  - .wall_module .photo img {
  1777. 599.  -   vertical-align: top;
  1778. 600.  -   max-height: 150px;
  1779. 601.  -   overflow: hidden;
  1780. 602.  - }
  1781. 603.  - span.post_video_title {
  1782. 604.  -   font-weight: bold;
  1783. 605.  - }
  1784. 606.  - span.post_video_duration {
  1785. 607.  -   font-weight: bold;
  1786. 608.  -   color: #000;
  1787. 609.  - }
  1788. 610.  - .wall_module .video {
  1789. 611.  -   display: block;
  1790. 612.  -   position: relative;
  1791. 613.  - }
  1792. 614.  - .wall_module .video:hover {
  1793. 615.  -   text-decoration: none;
  1794. 616.  - }
  1795. 617.  - .wall_module .app img.icon {
  1796. 618.  -   padding: 4px 5px 0px 0px;
  1797. 619.  -   vertical-align: bottom;
  1798. 620.  - }
  1799. 621.  - .wall_module .app img.thumb {
  1800. 622.  -   max-width: 75px;
  1801. 623.  -   max-height: 75px;
  1802. 624.  -   margin: 3px 6px 3px 0px;
  1803. 625.  -   vertical-align: middle;
  1804. 626.  - }
  1805. 627.  - .wall_module .mention_rich_ta {
  1806. 628.  -   background: #FFF;
  1807. 629.  -   padding: 3px;
  1808. 630.  -   border: 1px solid #C0CAD5;
  1809. 631.  -   outline: none;
  1810. 632.  -   overflow-x: hidden;
  1811. 633.  -   line-height: normal;
  1812. 634.  - }
  1813. 635.  - .wall_module .mini_editor_cont {
  1814. 636.  -   display: none;
  1815. 637.  -   position: relative;
  1816. 638.  -   z-index: 102;
  1817. 639.  - }
  1818. 640.  - .wall_module .mention_rich_ta a {
  1819. 641.  -   color: #2B587A !important;
  1820. 642.  -   cursor: text !important;
  1821. 643.  -   text-decoration: none !important;
  1822. 644.  - }
  1823. 645.  - .wall_module .mention_rich_ta p {
  1824. 646.  -   font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
  1825. 647.  -   font-size: 1em;
  1826. 648.  -   padding:0px;
  1827. 649.  -   margin: 0;
  1828. 650.  -   line-height: normal;
  1829. 651.  - }
  1830. 652.  - .wall_module .mini_editor_cont .selector_container .result_list {
  1831. 653.  -   display: none;
  1832. 654.  - }
  1833. 655.  - #wcomments_form #page_add_media {
  1834. 656.  -   padding: 6px 20px 0;
  1835. 657.  - }
  1836. 658.  - #page_no_wall {
  1837. 659.  -   padding: 15px;
  1838. 660.  -   border-top: 1px solid #CCD3DA;
  1839. 661.  -   font-size: 1.09em;
  1840. 662.  -   color: #777;
  1841. 663.  -   text-align: center;
  1842. 664.  - }
  1843. 665.  -
  1844. 666.  - .add_media_rows {
  1845. 667.  -   -webkit-border-radius: 2px;
  1846. 668.  -   -khtml-border-radius: 2px;
  1847. 669.  -   -moz-border-radius: 2px;
  1848. 670.  -   border-radius: 2px;
  1849. 671.  -   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  1850. 672.  -   -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  1851. 673.  -   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  1852. 674.  -   background: #FFF;
  1853. 675.  -   border: 1px solid #B2BDCA;
  1854. 676.  -   position: static;
  1855. 677.  -   margin: 0px -20px;
  1856. 678.  - }
  1857. 679.  - .add_media_head {
  1858. 680.  -   background: #EDF1F5;
  1859. 681.  -   padding: 7px 27px;
  1860. 682.  -   color: #2B587A;
  1861. 683.  - }
  1862. 684.  - .add_media_menu {
  1863. 685.  -   /* position: absolute; is in js*/
  1864. 686.  -   display: none;
  1865. 687.  -   cursor: default;
  1866. 688.  -   z-index: 1005;
  1867. 689.  - }
  1868. 690.  - .add_media_item {
  1869. 691.  -   padding: 6px 10px 2px 27px;
  1870. 692.  -   display: block;
  1871. 693.  -   height: 18px;
  1872. 694.  -   position: relative;
  1873. 695.  -   background: #FFF no-repeat;
  1874. 696.  - }
  1875. 697.  - .add_media_item:last-child,
  1876. 698.  - .add_media_head:last-child,
  1877. 699.  - .add_media_more_wrap a.add_media_more {
  1878. 700.  -   -webkit-border-radius: 0px 0px 2px 2px;
  1879. 701.  -   -khtml-border-radius: 0px 0px 2px 2px;
  1880. 702.  -   -moz-border-radius: 0px 0px 2px 2px;
  1881. 703.  -   border-radius: 0px 0px 2px 2px;
  1882. 704.  - }
  1883. 705.  - .add_media_item:first-child,
  1884. 706.  - .add_media_head:first-child,
  1885. 707.  - .add_media_rev .add_media_more_wrap a.add_media_more {
  1886. 708.  -   -webkit-border-radius: 2px 2px 0px 0px;
  1887. 709.  -   -khtml-border-radius: 2px 2px 0px 0px;
  1888. 710.  -   -moz-border-radius: 2px 2px 0px 0px;
  1889. 711.  -   border-radius: 2px 2px 0px 0px;
  1890. 712.  - }
  1891. 713.  - .add_media_item:hover {
  1892. 714.  -   text-decoration: none;
  1893. 715.  -   background-color: #e1e7ed;
  1894. 716.  - }
  1895. 717.  - .add_media_menu .rows {
  1896. 718.  -   margin: 0px;
  1897. 719.  -   position: relative;
  1898. 720.  -   *position: static;
  1899. 721.  -   z-index: 1006;
  1900. 722.  - }
  1901. 723.  - .media_preview {
  1902. 724.  -   margin-bottom: 8px;
  1903. 725.  -   display: none;
  1904. 726.  - }
  1905. 727.  - .media_preview .audio {
  1906. 728.  -   padding-top: 4px;
  1907. 729.  - }
  1908. 730.  -
  1909. 731.  - .media_preview .x {
  1910. 732.  -   cursor: pointer;
  1911. 733.  -   margin: 4px 5px 0px;
  1912. 734.  -   background: url(/images/pics/statusx_op.gif) no-repeat 0 0;
  1913. 735.  -   opacity: 0.6;
  1914. 736.  -   filter: alpha(opacity=60);
  1915. 737.  -   height: 11px;
  1916. 738.  -   width: 11px;
  1917. 739.  - }
  1918. 740.  - .media_preview .x:hover {
  1919. 741.  -   opacity: 1;
  1920. 742.  -   filter: none;
  1921. 743.  - }
  1922. 744.  - .media_preview .graffiti {
  1923. 745.  -   width: 100px;
  1924. 746.  -   height: 50px;
  1925. 747.  - }
  1926. 748.  - .media_preview .audio img,
  1927. 749.  - .media_preview .app img {
  1928. 750.  -   padding-top: 3px;
  1929. 751.  - }
  1930. 752.  - .media_preview .audio span,
  1931. 753.  - .media_preview .app span {
  1932. 754.  -   padding: 0px 6px;
  1933. 755.  -   position: relative;
  1934. 756.  -   top: -1px;
  1935. 757.  - }
  1936. 758.  - .media_audio_icon {
  1937. 759.  -   float: left;
  1938. 760.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -222px;
  1939. 761.  -   width: 11px;
  1940. 762.  -   height: 11px;
  1941. 763.  -   margin: 0px 3px;
  1942. 764.  - }
  1943. 765.  - .media_preview .share, .media_preview .poll {
  1944. 766.  -   padding-top: 3px;
  1945. 767.  -   color: #555;
  1946. 768.  - }
  1947. 769.  - .media_preview .share b, .media_preview .poll b, .media_desc b {
  1948. 770.  -   width: 15px;
  1949. 771.  -   height: 10px;
  1950. 772.  -   margin-top: 2px;
  1951. 773.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat left -237px;
  1952. 774.  - }
  1953. 775.  - .media_desc b.topic {
  1954. 776.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -90px;
  1955. 777.  - }
  1956. 778.  - .media_desc b.group {
  1957. 779.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -45px;
  1958. 780.  -   height: 12px;
  1959. 781.  - }
  1960. 782.  - .media_preview .poll b {
  1961. 783.  -   background-position: left -208px;
  1962. 784.  - }
  1963. 785.  - .share_preview .content, .poll_preview .content {
  1964. 786.  -   background: #FFF;
  1965. 787.  -   padding: 5px;
  1966. 788.  -   border: 1px solid #C0CAD5;
  1967. 789.  - }
  1968. 790.  - .share_preview .progress {
  1969. 791.  -   display: block;
  1970. 792.  -   margin: 0px auto;
  1971. 793.  - }
  1972. 794.  - .share_preview img {
  1973. 795.  -   padding: 5px 10px 5px 5px;
  1974. 796.  - }
  1975. 797.  - .share_preview .header {
  1976. 798.  -   margin: 0px;
  1977. 799.  -   padding: 5px;
  1978. 800.  -   border: 0px;
  1979. 801.  -   font-size: 1em;
  1980. 802.  - }
  1981. 803.  - .share_preview .descr {
  1982. 804.  -   padding: 0px 5px 5px;
  1983. 805.  - }
  1984. 806.  - .share_preview .bottom_pointer, .poll_preview .bottom_pointer {
  1985. 807.  -   background: url(/images/tooltip_arrow_down_w.gif) no-repeat 0px 0px;
  1986. 808.  -   width: 11px;
  1987. 809.  -   height: 7px;
  1988. 810.  -   position: relative;
  1989. 811.  -   top: -2px;
  1990. 812.  -   margin: 0px 50px 1px;
  1991. 813.  -   overflow: hidden;
  1992. 814.  - }
  1993. 815.  - .poll_preview .content {
  1994. 816.  -   overflow: hidden;
  1995. 817.  -   padding: 10px 10px 2px;
  1996. 818.  - }
  1997. 819.  - .poll_preview .label {
  1998. 820.  -   width: 100px;
  1999. 821.  -   padding: 4px 10px 0px;
  2000. 822.  -   color: #777;
  2001. 823.  - }
  2002. 824.  - .poll_preview .labeled {
  2003. 825.  -   width: 239px;
  2004. 826.  - }
  2005. 827.  - .poll span span {
  2006. 828.  -   color: #2B587A;
  2007. 829.  - }
  2008. 830.  - .poll_preview input {
  2009. 831.  -   margin-bottom: 8px;
  2010. 832.  -   position: relative;
  2011. 833.  -   width: 231px;
  2012. 834.  - }
  2013. 835.  - .poll_preview nobr {
  2014. 836.  -   font-size: 11px;
  2015. 837.  -   text-transform: lowercase;
  2016. 838.  - }
  2017. 839.  - .poll_preview a.disabled {
  2018. 840.  -   cursor: default;
  2019. 841.  -   color: #777;
  2020. 842.  - }
  2021. 843.  - .poll_preview a.disabled:hover {
  2022. 844.  -   text-decoration: none;
  2023. 845.  - }
  2024. 846.  - .media_desc {
  2025. 847.  -   padding: 5px 0px 1px;
  2026. 848.  - }
  2027. 849.  - .wall_module .post_media .media_desc {
  2028. 850.  -   padding-top: 8px;
  2029. 851.  -   clear: both;
  2030. 852.  - }
  2031. 853.  - .media_desc .lnk {
  2032. 854.  -   color: #777;
  2033. 855.  -   cursor: pointer;
  2034. 856.  - }
  2035. 857.  - .media_desc .lnk:hover {
  2036. 858.  -   text-decoration: none;
  2037. 859.  - }
  2038. 860.  - .media_desc .a {
  2039. 861.  -   color: #2b587a;
  2040. 862.  - }
  2041. 863.  - .media_desc .lnk:hover .a {
  2042. 864.  -   text-decoration: underline;
  2043. 865.  - }
  2044. 866.  - .media_desc .comment {
  2045. 867.  -   background-position: 0px -194px;
  2046. 868.  - }
  2047. 869.  - .media_desc .note {
  2048. 870.  -   background-position: 0px -150px;
  2049. 871.  - }
  2050. 872.  - .media_desc .poll {
  2051. 873.  -   background-position: 0px -208px;
  2052. 874.  - }
  2053. 875.  - .media_desc .app {
  2054. 876.  -   background-position: 0px -60px;
  2055. 877.  - }
  2056. 878.  - .media_desc .checkin {
  2057. 879.  -   background-position: 0px -165px;
  2058. 880.  - }
  2059. 881.  - .media_desc .donation {
  2060. 882.  -   background-position: 0px -179px;
  2061. 883.  - }
  2062. 884.  -
  2063. 885.  - a.wall_reply_greeting {
  2064. 886.  -   color: #000;
  2065. 887.  - }
  2066. 888.  -
  2067. 889.  - /* Thumbed links */
  2068. 890.  - .wall_module .page_media_thumbed_link {
  2069. 891.  -   margin: 5px 0 5px 3px;
  2070. 892.  -   border-left: 2px solid #C3D1E0;
  2071. 893.  -   padding-left: 5px;
  2072. 894.  - }
  2073. 895.  - .wall_module td.page_media_link_thumb {
  2074. 896.  -   cursor: pointer;
  2075. 897.  -   background-position: 50% 50%;
  2076. 898.  -   background-repeat: no-repeat;
  2077. 899.  - }
  2078. 900.  - .wall_module a.page_media_link_thumb {
  2079. 901.  -   display: block;
  2080. 902.  -   width: 100px;
  2081. 903.  -   overflow: hidden;
  2082. 904.  -   line-height: 0;
  2083. 905.  -   min-height: 63px;
  2084. 906.  -   height: 100%;
  2085. 907.  - }
  2086. 908.  - .wall_module a.page_media_link_thumb:hover {
  2087. 909.  -   text-decoration: none;
  2088. 910.  - }
  2089. 911.  - .wall_module div.page_media_link_desc_wrap {
  2090. 912.  -   padding-left: 10px;
  2091. 913.  -   line-height: 140%;
  2092. 914.  -   min-height: 63px;
  2093. 915.  -   max-height: 79px;
  2094. 916.  -   overflow: hidden;
  2095. 917.  -   -o-text-overflow: ellipsis;
  2096. 918.  -   text-overflow: ellipsis;
  2097. 919.  - }
  2098. 920.  - .wall_module a.page_media_link_title {
  2099. 921.  -   font-weight: bold;
  2100. 922.  - }
  2101. 923.  - .wall_module div.page_media_link_desc {
  2102. 924.  -   padding-top: 3px;
  2103. 925.  - }
  2104. 926.  -
  2105. 927.  - /* global wall styles end */
  2106. 928.  -
  2107. 929.  -
  2108. 930.  -
  2109. 931.  - /* Widget styles */
  2110. 932.  - .wcomments_head {
  2111. 933.  -   background: #5B7FA6;
  2112. 934.  -   padding: 5px 5px 5px 6px;
  2113. 935.  - }
  2114. 936.  - .wcomments_head_icon {
  2115. 937.  -   height: 18px;
  2116. 938.  -   width: 18px;
  2117. 939.  -   overflow: hidden;
  2118. 940.  - }
  2119. 941.  - #wcomments_count {
  2120. 942.  -   padding: 3px 3px 1px;
  2121. 943.  -   line-height: 100%;
  2122. 944.  -   color: #FFFFFF;
  2123. 945.  -   font-weight: bold;
  2124. 946.  - }
  2125. 947.  - #wcomments_admin_link_wrap, #wcomments_refresh_link_wrap {
  2126. 948.  -   padding: 3px 5px 1px;
  2127. 949.  -   line-height: 100%;
  2128. 950.  - }
  2129. 951.  - #wcomments_admin_link, #wcomments_refresh_link {
  2130. 952.  -   font-weight: bold;
  2131. 953.  -   color: #A9B8CB;
  2132. 954.  - }
  2133. 955.  - #wcomments_user_link_wrap {
  2134. 956.  -   padding: 3px 0 0;
  2135. 957.  -   line-height: 100%;
  2136. 958.  - }
  2137. 959.  - .wcomments_userpic_wrap,
  2138. 960.  - .wcommens_input_wrap {
  2139. 961.  -   vertical-align: top;
  2140. 962.  - }
  2141. 963.  - .wcomments_logo {
  2142. 964.  -   background: url(/images/icons/w_comments_logo.png) 0px 0px no-repeat;
  2143. 965.  -   background-size: 18px 18px;
  2144. 966.  -   width: 18px;
  2145. 967.  -   height: 18px;
  2146. 968.  - }
  2147. 969.  - .is_2x .wcomments_logo {
  2148. 970.  -   background-image: url(/images/icons/w_comments_logo_2x.png);
  2149. 971.  - }
  2150. 972.  -
  2151. 973.  - td.wcomments_userpic_wrap {
  2152. 974.  -   width: 60px;
  2153. 975.  - }
  2154. 976.  - div.wcomments_userpic {
  2155. 977.  -   width: 60px;
  2156. 978.  -   height: 50px;
  2157. 979.  -   overflow: hidden;
  2158. 980.  - }
  2159. 981.  - img.wcomments_userpic {
  2160. 982.  -   width: 50px;
  2161. 983.  - }
  2162. 984.  -
  2163. 985.  - .wcomments_input {
  2164. 986.  -   background: #FFF;
  2165. 987.  -   border: 1px solid #C0CAD5;
  2166. 988.  -   padding: 0 3px;
  2167. 989.  - }
  2168. 990.  - .wcomments_input .input_back {
  2169. 991.  -   margin-top: -0px !important;
  2170. 992.  - }
  2171. 993.  - #post_field {
  2172. 994.  -   height: 56px;
  2173. 995.  -   border: 0;
  2174. 996.  -   padding: 3px 0;
  2175. 997.  -   width: 100%;
  2176. 998.  -   outline: 0;
  2177. 999.  -   overflow: hidden;
  2178. 1000.  -   resize: vertical;
  2179. 1001.  - }
  2180. 1002.  - .mention_rich_ta {
  2181. 1003.  -   padding: 3px 0;
  2182. 1004.  -   outline: 0;
  2183. 1005.  - }
  2184. 1006.  -
  2185. 1007.  - #submit_post {
  2186. 1008.  -   padding-top: 10px;
  2187. 1009.  -   padding-left: 60px;
  2188. 1010.  - }
  2189. 1011.  - #submit_post_box .submit_post_nopadding {
  2190. 1012.  -   padding-left: 0;
  2191. 1013.  - }
  2192. 1014.  - #page_post_progress {
  2193. 1015.  -   padding: 6px 10px;
  2194. 1016.  -   background-position: 50% 50%;
  2195. 1017.  - }
  2196. 1018.  - .wcomments_input .selector_container .results_container {
  2197. 1019.  -   margin: 1px -4px 0;
  2198. 1020.  - }
  2199. 1021.  - .wcomments_input .selector_container .result_list_shadow,
  2200. 1022.  - .wcomments_input .selector_container .result_list {
  2201. 1023.  -   display: none;
  2202. 1024.  - }
  2203. 1025.  - #wcomments_export {
  2204. 1026.  -   margin: 6px 0 0 10px;
  2205. 1027.  -   width: 190px;
  2206. 1028.  - }
  2207. 1029.  - .font_medium #wcomments_export {
  2208. 1030.  -   width: 220px;
  2209. 1031.  - }
  2210. 1032.  -
  2211. 1033.  - #wcomments_posts .wcomments_post {
  2212. 1034.  -   padding: 5px 10px;
  2213. 1035.  - }
  2214. 1036.  -
  2215. 1037.  - #wcomments_more_link {
  2216. 1038.  -   padding: 10px 0px;
  2217. 1039.  -   text-align: center;
  2218. 1040.  -   border-top: 1px solid #DAE1E8;
  2219. 1041.  -   display: block;
  2220. 1042.  -   height: 13px;
  2221. 1043.  - }
  2222. 1044.  - #wcomments_more_link:hover {
  2223. 1045.  -   text-decoration: none;
  2224. 1046.  -   background: #E9EDF1;
  2225. 1047.  - }
  2226. 1048.  - #wcomments_more_progress {
  2227. 1049.  -   margin: 0 auto;
  2228. 1050.  - }
  2229. 1051.  - #wcomments_posts_wrap {
  2230. 1052.  -   position: relative;
  2231. 1053.  - }
  2232. 1054.  -
  2233. 1055.  -
  2234. 1056.  - .wcomments_delete_all_buttons {
  2235. 1057.  -   padding-top: 10px;
  2236. 1058.  - }
  2237. 1059.  - .wcomments_delete_all {
  2238. 1060.  -   margin-right: 10px;
  2239. 1061.  - }
  2240. 1062.  -
  2241. 1063.  - /* Admin tabs */
  2242. 1064.  - #wcomments_admin_nav {
  2243. 1065.  -   display: none;
  2244. 1066.  - }
  2245. 1067.  - .wcomments_tabs {
  2246. 1068.  -   background: #F7F7F7;
  2247. 1069.  -   padding: 10px;
  2248. 1070.  - }
  2249. 1071.  - .wcomments_admins_wrap {
  2250. 1072.  -   padding: 5px 0;
  2251. 1073.  - }
  2252. 1074.  - .wcomments_tab, .wcomments_tab_selected, .wcomments_tab_over {
  2253. 1075.  -   cursor: pointer;
  2254. 1076.  -   padding: 2px 5px 2px 0px;
  2255. 1077.  -   float: left;
  2256. 1078.  - }
  2257. 1079.  - .wcomments_tab1 {
  2258. 1080.  -   padding: 3px 6px 4px;
  2259. 1081.  - }
  2260. 1082.  - .wcomments_tab_over .wcomments_tab1 {
  2261. 1083.  -   -moz-border-radius: 2px;
  2262. 1084.  -   -webkit-border-radius: 2px;
  2263. 1085.  -   border-radius: 2px;
  2264. 1086.  -   background-color: #E1E7ED;
  2265. 1087.  - }
  2266. 1088.  - .wcomments_tab_selected .wcomments_tab1 {
  2267. 1089.  -   -moz-border-radius: 2px;
  2268. 1090.  -   -webkit-border-radius: 2px;
  2269. 1091.  -   border-radius: 2px;
  2270. 1092.  -   background-color: #597DA3;
  2271. 1093.  - }
  2272. 1094.  - .wcomments_tab2 {
  2273. 1095.  -   font-weight: bold;
  2274. 1096.  -   color: #45688E;
  2275. 1097.  -   padding-left: 2px;
  2276. 1098.  -   padding-right: 2px;
  2277. 1099.  -   -o-text-overflow: ellipsis;
  2278. 1100.  -   text-overflow: ellipsis;
  2279. 1101.  - }
  2280. 1102.  - .wcomments_tab_selected .wcomments_tab2 {
  2281. 1103.  -   color: #FFF;
  2282. 1104.  - }
  2283. 1105.  - #wcomments_posts {
  2284. 1106.  -   padding: 0;
  2285. 1107.  - }
  2286. 1108.  - .wcomments_posts_loading {
  2287. 1109.  -   border-top: 1px solid #DAE1E8;
  2288. 1110.  -   height: 400px;
  2289. 1111.  -   background: #FFF url(/images/progress7.gif) 50% 50% no-repeat;
  2290. 1112.  - }
  2291. 1113.  -  /* Blacklist */
  2292. 1114.  - .wcomments_bl_row {
  2293. 1115.  -   padding: 10px;
  2294. 1116.  -   height: 25px;
  2295. 1117.  -   overflow: hidden;
  2296. 1118.  -   border-top: 1px solid #DAE2E8;
  2297. 1119.  - }
  2298. 1120.  - img.wcomments_bl_photo {
  2299. 1121.  -   width: 25px;
  2300. 1122.  -   height: 25px;
  2301. 1123.  - }
  2302. 1124.  - .wcomments_bl_name {
  2303. 1125.  -   padding: 5px 0 0 10px;
  2304. 1126.  -   font-weight: bold;
  2305. 1127.  - }
  2306. 1128.  - .wcomments_bl_label {
  2307. 1129.  -   font-weight: normal;
  2308. 1130.  -   color: #777;
  2309. 1131.  -   padding-left: 2px;
  2310. 1132.  -   display: none;
  2311. 1133.  - }
  2312. 1134.  - .wcomments_bl_action {
  2313. 1135.  -   padding-top: 5px;
  2314. 1136.  - }
  2315. 1137.  - .wcomments_empty {
  2316. 1138.  -   border-top: 1px solid #DAE2E8;
  2317. 1139.  -   font-size: 1.09em;
  2318. 1140.  -   padding: 100px 30px;
  2319. 1141.  -   text-align: center;
  2320. 1142.  -   color: #777;
  2321. 1143.  - }
  2322. 1144.  -
  2323. 1145.  - /* scrollbars from widget community */
  2324. 1146.  - .scrollbar_cont {
  2325. 1147.  -   width: 11px;
  2326. 1148.  -   height: 100%;
  2327. 1149.  -   margin-top: 3px;
  2328. 1150.  -   position: absolute;
  2329. 1151.  -   z-index: 1000;
  2330. 1152.  - }
  2331. 1153.  - .scrollbar_inner {
  2332. 1154.  -   background: #000;
  2333. 1155.  -   opacity: 0.5;
  2334. 1156.  -   filter: alpha(opacity=50);
  2335. 1157.  -   /* background: #DAE1E8; */
  2336. 1158.  -   width: 16px;
  2337. 1159.  -   height: 50px;
  2338. 1160.  -   margin-left: -1px;
  2339. 1161.  -   -webkit-border-radius: 2px;
  2340. 1162.  -   -moz-border-radius: 2px;
  2341. 1163.  -   border-radius: 2px;
  2342. 1164.  -   cursor: pointer;
  2343. 1165.  - }
  2344. 1166.  - .scrollbar_inner:hover,
  2345. 1167.  - .scrollbar_hovered {
  2346. 1168.  -   opacity: 0.65;
  2347. 1169.  -   filter: alpha(opacity=65);
  2348. 1170.  -   /* background: #BEC8D3; */
  2349. 1171.  - }
  2350. 1172.  - .scrollbar_top {
  2351. 1173.  -   position: absolute;
  2352. 1174.  -   height: 3px;
  2353. 1175.  -   margin-top: -1px;
  2354. 1176.  -   background: #555555;
  2355. 1177.  -   opacity: 0.12;
  2356. 1178.  -   filter: alpha(opacity=12);
  2357. 1179.  -   display: none;
  2358. 1180.  - }
  2359. 1181.  - .scrollbar_bottom {
  2360. 1182.  -   position: absolute;
  2361. 1183.  -   height: 3px;
  2362. 1184.  -   margin-top: -2px;
  2363. 1185.  -   background: #555555;
  2364. 1186.  -   opacity: 0.12;
  2365. 1187.  -   filter: alpha(opacity=12);
  2366. 1188.  - }
  2367. 1189.  - /* scrollbars end */
  2368. 1190.  -
  2369. 1191.  -
  2370. 1192.  - /* Autoupdate replies */
  2371. 1193.  - .new_reply {
  2372. 1194.  -   display: none;
  2373. 1195.  - }
  2374. 1196.  - .replies_open {
  2375. 1197.  -   color: #2B587A;
  2376. 1198.  -   background: #e9edf1;
  2377. 1199.  -   border: 1px solid #dae1e8;
  2378. 1200.  -   cursor: pointer;
  2379. 1201.  -   padding: 5px;
  2380. 1202.  -   text-align: center;
  2381. 1203.  -   margin: 5px 0;
  2382. 1204.  - }
  2383. 1205.  - .replies_open:hover {
  2384. 1206.  -   background: #dae1e8;
  2385. 1207.  - }
  2386. 1208.  -
  2387. 1209.  -
  2388. 1210.  - /* Wide wall fixes */
  2389. 1211.  - .wide_wall_module .audio .info {
  2390. 1212.  -   padding: 2px;
  2391. 1213.  -   width: 100%;
  2392. 1214.  - }
  2393. 1215.  - .wide_wall_module .post {
  2394. 1216.  -   border-top: 0px;
  2395. 1217.  -   border-bottom: 1px solid #DAE1E8;
  2396. 1218.  -   *position: relative;
  2397. 1219.  - }
  2398. 1220.  - .wide_wall_module .post:last-child {
  2399. 1221.  -   border-bottom: 0px;
  2400. 1222.  - }
  2401. 1223.  - .wide_wall_module .wall_post_text,
  2402. 1224.  - .wide_wall_module .wall_reply_text {
  2403. 1225.  -   line-height: 160%;
  2404. 1226.  - }
  2405. 1227.  - .wide_wall_module .wall_text,
  2406. 1228.  - .wide_wall_module .wall_post_text {
  2407. 1229.  -   max-width: 500px;
  2408. 1230.  - }
  2409. 1231.  - .wide_wall_module a.reply_image {
  2410. 1232.  -   width: 50px;
  2411. 1233.  -   height: 50px;
  2412. 1234.  - }
  2413. 1235.  - .wide_wall_module img.reply_image {
  2414. 1236.  -   width: 50px;
  2415. 1237.  -   height: 50px;
  2416. 1238.  - }
  2417. 1239.  - .wide_wall_module .reply_info {
  2418. 1240.  -   margin-left: 63px;
  2419. 1241.  - }
  2420. 1242.  - .wide_wall_module .reply_text {
  2421. 1243.  -   max-width: 469px;
  2422. 1244.  - }
  2423. 1245.  - .wide_wall_module .reply_box_open .reply_field {
  2424. 1246.  -   height: 42px;
  2425. 1247.  - }
  2426. 1248.  - .wide_wall_module .reply_field_tail {
  2427. 1249.  -   width: 6px;
  2428. 1250.  -   height: 11px;
  2429. 1251.  -   background-position: 0 -154px;
  2430. 1252.  -   margin-left: -9px;
  2431. 1253.  -   margin-top: 16px;
  2432. 1254.  - }
  2433. 1255.  - .wide_wall_module .like_wrap, .wide_wall_module .reply_link_wrap,
  2434. 1256.  - .wide_wall_module .reply_link_wrap small, .wide_wall_module .info_footer {
  2435. 1257.  -   font-size: 1em;
  2436. 1258.  - }
  2437. 1259.  - .wide_wall_module #page_wall_posts .post, .wide_wall_module #page_wall_posts .online {
  2438. 1260.  -   display: block;
  2439. 1261.  - }
  2440. 1262.  - .wide_wall_module .wpe_prg {
  2441. 1263.  -   height: 13px;
  2442. 1264.  -   margin: 0px 10px;
  2443. 1265.  - }
  2444. 1266.  - .wide_wall_module #wpe_text {
  2445. 1267.  -   max-width: 492px;
  2446. 1268.  -   line-height: 1.54em;
  2447. 1269.  - }
  2448. 1270.  - .wide_wall_module .wpe_buttons {
  2449. 1271.  -   max-width: 492px;
  2450. 1272.  - }
  2451. 1273.  - .wide_wall_module #wpe_cont .mention_rich_ta {
  2452. 1274.  -   line-height: 1.54em;
  2453. 1275.  - }
  2454. 1276.  - .wide_wall_module .poll_preview .content, .fw_post_info .poll_preview .content {
  2455. 1277.  -   max-width: 360px;
  2456. 1278.  - }
  2457. 1279.  - .wide_wall_module #wpe_media_preview .poll_preview .labeled, .fw_post_info #wpe_media_preview .poll_preview .labeled {
  2458. 1280.  -   max-width: 239px;
  2459. 1281.  - }
  2460. 1282.  - .wide_wall_module #wpe_media_preview .poll_preview input, .fw_post_info #wpe_media_preview .poll_preview input {
  2461. 1283.  -   max-width: 231px;
  2462. 1284.  - }
  2463. 1285.  - .wide_wall_module .reply {
  2464. 1286.  -   padding: 10px 0px 11px;
  2465. 1287.  - }
  2466. 1288.  - .wide_wall_module a.reply_image,
  2467. 1289.  - .wide_wall_module img.reply_image {
  2468. 1290.  -   width: 50px;
  2469. 1291.  -   height: 50px;
  2470. 1292.  - }
  2471. 1293.  - .wide_wall_module .reply_info {
  2472. 1294.  -   margin-left: 63px;
  2473. 1295.  - }
  2474. 1296.  - .wide_wall_module .reply_button_wrap button {
  2475. 1297.  -   padding: 4px 14px;
  2476. 1298.  - }
  2477. 1299.  - .wide_wall_module .reply_form_img,
  2478. 1300.  - .wide_wall_module a.reply_form_image {
  2479. 1301.  -   width: 50px;
  2480. 1302.  -   height: 50px;
  2481. 1303.  - }
  2482. 1304.  - .wide_wall_module .reply_box_open .reply_form {
  2483. 1305.  -   margin-left: 62px;
  2484. 1306.  - }
  2485. 1307.  -
  2486. 1308.  -
  2487. 1309.  -
  2488. 1310.  - /* New post likes */
  2489. 1311.  - .wall_module .post_like_wrap {
  2490. 1312.  -   position: relative;
  2491. 1313.  -   width: 150px;
  2492. 1314.  - }
  2493. 1315.  - .post_like {
  2494. 1316.  -   background: #FFF;
  2495. 1317.  -   color: #2F5879;
  2496. 1318.  -   font-size: 11px;
  2497. 1319.  -   cursor: pointer;
  2498. 1320.  -   padding: 5px 6px;
  2499. 1321.  -   margin-top: -1px;
  2500. 1322.  -   right: 0px;
  2501. 1323.  -   position: absolute;
  2502. 1324.  -   white-space: nowrap;
  2503. 1325.  -   -webkit-border-radius: 3px;
  2504. 1326.  -   -moz-border-radius: 3px;
  2505. 1327.  -   border-radius: 3px;
  2506. 1328.  - }
  2507. 1329.  - .wide_wall_module .post_like {
  2508. 1330.  -   font-size: 1em;
  2509. 1331.  - }
  2510. 1332.  - .post_like_link {
  2511. 1333.  -   opacity: 0.6;
  2512. 1334.  -   filter: alpha(opacity=60);
  2513. 1335.  -   -webkit-transition: opacity 50ms linear;
  2514. 1336.  -   -moz-transition: opacity 50ms linear;
  2515. 1337.  -   transition: opacity 50ms linear;
  2516. 1338.  - }
  2517. 1339.  - .wall_post_over .post_like_link,
  2518. 1340.  - .wall_module .post:hover .post_like_link {
  2519. 1341.  -   opacity: 1;
  2520. 1342.  -   filter: none;
  2521. 1343.  - }
  2522. 1344.  - .wall_module .post_like:hover {
  2523. 1345.  -   background: #E9EDF1;
  2524. 1346.  - }
  2525. 1347.  - .wall_module .post_like:hover {
  2526. 1348.  -
  2527. 1349.  - }
  2528. 1350.  - .wall_module .post_like_icon {
  2529. 1351.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  2530. 1352.  -   height: 10px;
  2531. 1353.  -   margin: 2px 3px 0px;
  2532. 1354.  -   opacity: 0.4;
  2533. 1355.  -   filter: alpha(opacity=40);
  2534. 1356.  -   width: 11px;
  2535. 1357.  - }
  2536. 1358.  - .is_2x .wall_module .post_like_icon {
  2537. 1359.  -   background-image: url(/images/icons/like_2x.png);
  2538. 1360.  -   background-size: 11px 32px;
  2539. 1361.  - }
  2540. 1362.  - .wide_wall_module .post_like_icon {
  2541. 1363.  -   margin-top: 3px;
  2542. 1364.  - }
  2543. 1365.  - .wall_module .post_like_count {
  2544. 1366.  -   font-weight: bold;
  2545. 1367.  -   color: #7295b2;
  2546. 1368.  - }
  2547. 1369.  -
  2548. 1370.  - .wall_module .post_like .no_likes {
  2549. 1371.  -   visibility: visible;
  2550. 1372.  -   opacity: 0.4;
  2551. 1373.  -   filter: alpha(opacity=40);
  2552. 1374.  - }
  2553. 1375.  - .wall_module .post_like i.my_like {
  2554. 1376.  -   opacity: 1;
  2555. 1377.  -   filter: none;
  2556. 1378.  - }
  2557. 1379.  -
  2558. 1380.  - .reply_replieable,
  2559. 1381.  - .reply_moreable {
  2560. 1382.  -   cursor: pointer;
  2561. 1383.  - }
  2562. 1384.  -
  2563. 1385.  -
  2564. 1386.  - /* Inline view video */
  2565. 1387.  - .wide_wall_module .post_thumbs_num1 .page_media_video .video div,
  2566. 1388.  - .wall_module .page_media_full_video .video div {
  2567. 1389.  -   bottom: 10px;
  2568. 1390.  -   font-size: 1em;
  2569. 1391.  - }
  2570. 1392.  - .wall_module .post_thumbs_num1 .page_media_thumb1 {
  2571. 1393.  -   margin: 0;
  2572. 1394.  - }
  2573. 1395.  - .wall_module .page_media_full_video {
  2574. 1396.  -   padding-bottom: 0;
  2575. 1397.  - }
  2576. 1398.  - .wide_wall_module .post_thumbs_num1 .page_media_video,
  2577. 1399.  - .wall_module .page_media_full_video  {
  2578. 1400.  -   max-width: 480px;
  2579. 1401.  -   max-height: 360px;
  2580. 1402.  - }
  2581. 1403.  - .wide_wall_module .post_thumbs_num1 .page_media_video .video img,
  2582. 1404.  - .wall_module .page_media_full_video .video img {
  2583. 1405.  -   max-width: 480px;
  2584. 1406.  -   max-height: 360px;
  2585. 1407.  -   width: 480px;
  2586. 1408.  -   height: 360px;
  2587. 1409.  - }
  2588. 1410.  - .wall_module .page_media_video .video div.video_play_inline,
  2589. 1411.  - .wall_module .page_media_full_video .video div.video_play_inline {
  2590. 1412.  -   left: 137px;
  2591. 1413.  -   top: 97px;
  2592. 1414.  -   bottom: auto;
  2593. 1415.  -   position: absolute;
  2594. 1416.  -   z-index: 10;
  2595. 1417.  -   background: url(/images/inline_video_play.png) no-repeat;
  2596. 1418.  -   width: 46px;
  2597. 1419.  -   height: 46px;
  2598. 1420.  - }
  2599. 1421.  - .wide_wall_module .page_media_video .video div.video_play_inline,
  2600. 1422.  - .wall_module .page_media_full_video .video div.video_play_inline {
  2601. 1423.  -   left: 225px;
  2602. 1424.  -   top: 165px;
  2603. 1425.  - }
  2604. 1426.  - .wide_wall_module .page_media_video .video div.video_play_inline_loading,
  2605. 1427.  - .wall_module .page_media_full_video .video div.video_play_inline_loading {
  2606. 1428.  -   background: url(/images/upload_inv_mono.gif) no-repeat 50% 50%;
  2607. 1429.  -   width: 100px;
  2608. 1430.  -   background-color: #000;
  2609. 1431.  -   background-color: rgba(0, 0, 0, 0.7);
  2610. 1432.  -   *filter: alpha(opacity=70);
  2611. 1433.  -
  2612. 1434.  -   border-radius: 5px;
  2613. 1435.  -   -moz-border-radius: 5px;
  2614. 1436.  -   -khtml-border-radius: 5px;
  2615. 1437.  -   -webkit-border-radius: 5px;
  2616. 1438.  -
  2617. 1439.  -   margin: -2px 0 0 -27px;
  2618. 1440.  - }
  2619. 1441.  - .widget_body .like_tt_clubs {
  2620. 1442.  -   display: none;
  2621. 1443.  - }
  2622. 1444.  -
  2623. 1445.  - .widget_body.bugs .wcomments_head_icon {
  2624. 1446.  -   display: none;
  2625. 1447.  - }
  2626. 1448.  - .widget_body.bugs .wcomments_head {
  2627. 1449.  -   padding: 4px 6px 6px 6px;
  2628. 1450.  - }
  2629. 1451.  -
  2630. 1452.  - #custom_menu_cont {
  2631. 1453.  -   top: 0px;
  2632. 1454.  -   width: 100%;
  2633. 1455.  - }
  2634. 1456.  - #custom_menu_wrap {
  2635. 1457.  -   z-index: 1005;
  2636. 1458.  -   position: absolute;
  2637. 1459.  -   top: 0px;
  2638. 1460.  - }
  2639. 1461.  -
  2640. 1462.  -
  2641. 1463.  - .page_post_sized_thumbs {
  2642. 1464.  -   margin: 9px 0 4px;
  2643. 1465.  - }
  2644. 1466.  - .page_post_sized_full_thumb {
  2645. 1467.  -   margin: 20px 0 10px;
  2646. 1468.  - }
  2647. 1469.  - .page_post_sized_full_thumb_first {
  2648. 1470.  -   margin-top: 10px;
  2649. 1471.  - }
  2650. 1472.  -
  2651. 1473.  - a.page_post_thumb_wrap,
  2652. 1474.  - span.page_post_thumb_wrap {
  2653. 1475.  -   display: block;
  2654. 1476.  -   overflow: hidden;
  2655. 1477.  -   position: relative;
  2656. 1478.  -   margin: 0 3px 3px 0;
  2657. 1479.  - }
  2658. 1480.  - a.page_post_thumb_wrap:hover,
  2659. 1481.  - a.page_post_thumb_unsized:hover {
  2660. 1482.  -   text-decoration: none !important;
  2661. 1483.  - }
  2662. 1484.  - .page_post_thumb_video {
  2663. 1485.  -   position: relative;
  2664. 1486.  - }
  2665. 1487.  - .page_post_thumb_sized_photo {
  2666. 1488.  -   position: absolute;
  2667. 1489.  - }
  2668. 1490.  - .page_post_video_play_inline {
  2669. 1491.  -   position: absolute;
  2670. 1492.  -   z-index: 10;
  2671. 1493.  -   background: url(/images/inline_video_play.png) no-repeat;
  2672. 1494.  -   margin-left: -23px;
  2673. 1495.  -   margin-top: -23px;
  2674. 1496.  -   width: 46px;
  2675. 1497.  -   height: 46px;
  2676. 1498.  -   top: 50%;
  2677. 1499.  -   left: 50%;
  2678. 1500.  - }
  2679. 1501.  - .page_post_video_duration {
  2680. 1502.  -   background: url('/images/mv_bg.png');
  2681. 1503.  -   background: rgba(0,0,0, 0.6);
  2682. 1504.  -   color: #FFF;
  2683. 1505.  -   position: absolute;
  2684. 1506.  -   bottom: 10px;
  2685. 1507.  -   right: 0;
  2686. 1508.  -   padding: 0px 3px 1px;
  2687. 1509.  -   z-index: 10;
  2688. 1510.  - }
  2689. 1511.  -
  2690. 1512.  - a.page_post_thumb_last_column .page_post_thumb_undersized_w,
  2691. 1513.  - span.page_post_thumb_last_column .page_post_thumb_undersized_w {
  2692. 1514.  -   right: 0;
  2693. 1515.  - }
  2694. 1516.  - a.page_post_thumb_last_row .page_post_thumb_undersized_h,
  2695. 1517.  - span.page_post_thumb_last_row .page_post_thumb_undersized_h {
  2696. 1518.  -   bottom: 0;
  2697. 1519.  - }
  2698. 1520.  -
  2699. 1521.  - a.page_post_thumb_unsized,
  2700. 1522.  - span.page_post_thumb_unsized {
  2701. 1523.  -   background: 50% 50% no-repeat;
  2702. 1524.  -   background-size: cover;
  2703. 1525.  -
  2704. 1526.  -   display: block;
  2705. 1527.  -   position: relative;
  2706. 1528.  -   overflow: hidden;
  2707. 1529.  -   margin: 0 3px 3px 0;
  2708. 1530.  - }
  2709. 1531.  - a.page_post_thumb_unsized_single,
  2710. 1532.  - span.page_post_thumb_unsized_single {
  2711. 1533.  -   /*background: 0 0 no-repeat;*/
  2712. 1534.  -   background-size: contain;
  2713. 1535.  - }
  2714. 1536.  -
  2715. 1537.  - .wide_wall_module a.page_post_thumb_unsized,
  2716. 1538.  - .wide_wall_module a.page_post_thumb_wrap,
  2717. 1539.  - .wide_wall_module span.page_post_thumb_unsized,
  2718. 1540.  - .wide_wall_module span.page_post_thumb_wrap {
  2719. 1541.  -   margin: 0 6px 6px 0;
  2720. 1542.  - }
  2721. 1543.  - .page_post_sized_thumbs a.page_post_thumb_last_column,
  2722. 1544.  - .page_post_sized_thumbs span.page_post_thumb_last_column {
  2723. 1545.  -   margin-right: 0;
  2724. 1546.  - }
  2725. 1547.  - .page_post_sized_thumbs a.page_post_thumb_last_row,
  2726. 1548.  - .page_post_sized_thumbs span.page_post_thumb_last_row {
  2727. 1549.  -   margin-bottom: 0;
  2728. 1550.  - }
  2729. 1551.  -
  2730. 1552.  - .page_post_queue_wide,
  2731. 1553.  - .wide_wall_module .page_post_queue_narrow {
  2732. 1554.  -   display: none;
  2733. 1555.  - }
  2734. 1556.  - .wide_wall_module .page_post_queue_wide {
  2735. 1557.  -   display: block;
  2736. 1558.  - }
  2737. 1559.  -
  2738. 1560.  - .reply_media_lnk {
  2739. 1561.  -   display: none;
  2740. 1562.  - }
  2741. 1563.  - .checkbox_pic {
  2742. 1564.  -   cursor: pointer;
  2743. 1565.  - }
  2744. 1566.  - #wcomments_export.checkbox_pic {
  2745. 1567.  -   background: url(/images/icons/wall_export.gif?1) no-repeat 0 0;
  2746. 1568.  -   height: 14px;
  2747. 1569.  -   width: 14px;
  2748. 1570.  -   overflow: hidden;
  2749. 1571.  - }
  2750. 1572.  - #wcomments_export.checkbox_pic {
  2751. 1573.  -   background-image: url(/images/icons/wall_export_2x.gif?1);
  2752. 1574.  -   background-size: 14px 112px;
  2753. 1575.  - }
  2754. 1576.  - #wcomments_export.checkbox_pic {
  2755. 1577.  -   background-position: 0 -70px;
  2756. 1578.  -   opacity: 0.5;
  2757. 1579.  -   filter: alpha(opacity=50);
  2758. 1580.  - }
  2759. 1581.  - #wcomments_export.on {
  2760. 1582.  -   opacity: 1;
  2761. 1583.  -   filter: none;
  2762. 1584.  - }
  2763. 1585.  - #video_box_body .box_dark .box_title {
  2764. 1586.  -   background: #000000;
  2765. 1587.  -   color: #777777;
  2766. 1588.  - }
  2767. 1589.  - #video_box_body .box_dark .box_x_button {
  2768. 1590.  -   color: #777777;
  2769. 1591.  - }
  2770. 1592.  - #video_box_body .box_dark .box_x_button:hover {
  2771. 1593.  -   color: #FFFFFF;
  2772. 1594.  - }
  2773. 1595.  - #photo_box_body .box_dark .box_title {
  2774. 1596.  -   background: #FFFFFF;
  2775. 1597.  -   color: #45688E;
  2776. 1598.  - }
  2777. 1599.  - #photo_box_body .box_dark .box_x_button {
  2778. 1600.  -   color: #2B587A;
  2779. 1601.  - }
  2780. 1602.  - #photo_box_body .box_dark .box_x_button:hover {
  2781. 1603.  -   text-decoration: underline;
  2782. 1604.  - }
  2783. 1605.  - .photo_view_more {
  2784. 1606.  -   margin-top: 25px;
  2785. 1607.  -   display: block;
  2786. 1608.  -   background: #eef0f2;
  2787. 1609.  -   text-align: center;
  2788. 1610.  -   padding: 16px;
  2789. 1611.  -   color: #738392;
  2790. 1612.  - }
  2791. 1613.  - .photo_view_more:hover {
  2792. 1614.  -   text-decoration: none;
  2793. 1615.  -   background: #e9edf1;
  2794. 1616.  - }
  2795. 1617.  - .medadd_c_doc {
  2796. 1618.  -   overflow: hidden;
  2797. 1619.  -   -o-text-overflow: ellipsis;
  2798. 1620.  -   text-overflow: ellipsis;
  2799. 1621.  - }
  2800. 1622.  - .medadd_h,
  2801. 1623.  - .medadd_c_pollh {
  2802. 1624.  -   font-size: 1.09em;
  2803. 1625.  -   font-weight: bold;
  2804. 1626.  -   color: #45688E;
  2805. 1627.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat;
  2806. 1628.  -   margin: 4px 2px 0px;
  2807. 1629.  - }
  2808. 1630.  - .font_medium .medadd_h,
  2809. 1631.  - .font_medium .medadd_c_pollh {
  2810. 1632.  -   margin-top: 3px;
  2811. 1633.  - }
  2812. 1634.  - .medadd_h:hover {
  2813. 1635.  -   text-decoration: none;
  2814. 1636.  - }
  2815. 1637.  - .medadd_h_note {
  2816. 1638.  -   background-position: 0 -132px;
  2817. 1639.  - }
  2818. 1640.  - .medadd_h_doc {
  2819. 1641.  -   background-position: 0 -278px;
  2820. 1642.  - }
  2821. 1643.  - .medadd_h_poll {
  2822. 1644.  -   background-position: 0 -206px;
  2823. 1645.  - }
  2824. 1646.  - .medadd_h_link,
  2825. 1647.  - .medadd_h_page {
  2826. 1648.  -   background-position: 0 -235px;
  2827. 1649.  - }
  2828. 1650.  - .medadd_h_timer {
  2829. 1651.  -   background-position: 0 -332px;
  2830. 1652.  - }
  2831. 1653.  - .medadd_h_mail {
  2832. 1654.  -   background-position: 0 -292px;
  2833. 1655.  - }
  2834. 1656.  - .medadd_h,
  2835. 1657.  - .medadd_c {
  2836. 1658.  -   padding-left: 15px;
  2837. 1659.  - }
  2838. 1660.  - .medadd_c {
  2839. 1661.  -   margin: 7px 2px 0px;
  2840. 1662.  - }
  2841. 1663.  - .medadd_c_linkimg {
  2842. 1664.  -   padding: 5px 10px 5px 5px;
  2843. 1665.  - }
  2844. 1666.  - .medadd_c_linkhead {
  2845. 1667.  -   margin: 0px;
  2846. 1668.  -   padding: 5px;
  2847. 1669.  -   border: 0px;
  2848. 1670.  -   font-size: 11px;
  2849. 1671.  - }
  2850. 1672.  - .medadd_c_linkdsc {
  2851. 1673.  -   padding: 0px 5px 5px;
  2852. 1674.  - }
  2853. 1675.  - #wcomments_form .medadd_c_linkcon {
  2854. 1676.  -   overflow: hidden;
  2855. 1677.  -   background: #FFF;
  2856. 1678.  -   padding: 6px;
  2857. 1679.  -   border: 1px solid #C0CAD5;
  2858. 1680.  - }
  2859. 1681.  - #wcomments_form .medadd_c_link {
  2860. 1682.  -   padding-left: 0px;
  2861. 1683.  -   margin-left: 0px;
  2862. 1684.  - }
  2863. ------
  2864. Файл - api/widgets/al_comments.js (Старый размер - 0 | Новый - 0):
  2865. ------
Advertisement
Add Comment
Please, Sign In to add comment