Hormold

VK Change (#1384880418)

Nov 19th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 63.09 KB | None | 0 0
  1. Файл - uncommon.css (Старый размер - 14863 | Новый - 0):
  2. 0.  - #uncommon_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - .message_page {
  7. 5.  -   padding: 50px;
  8. 6.  - }
  9. 7.  - .message_page .title {
  10. 8.  -   background: #DAE2E8;
  11. 9.  -   color: #45688E;
  12. 10.  -   border-top: 1px solid #B1BDD6;
  13. 11.  -   font-weight: bold;
  14. 12.  -   padding: 3px 11px;
  15. 13.  - }
  16. 14.  - .message_page .body {
  17. 15.  -   background: #F7F7F7;
  18. 16.  -   border-top: 1px solid #CCC;
  19. 17.  -   border-bottom: 1px solid #DAE2E8;
  20. 18.  -   padding: 15px 25px;
  21. 19.  - }
  22. 20.  - .message_page .button_blue {
  23. 21.  -   display: block;
  24. 22.  -   margin: 15px auto 0px;
  25. 23.  -   width: 100px;
  26. 24.  - }
  27. 25.  - .message_page .button_blue button {
  28. 26.  -   width: 100%;
  29. 27.  - }
  30. 28.  -
  31. 29.  - .top_info_bar {
  32. 30.  -   border-bottom: 1px solid #d7cf9e;
  33. 31.  -   background-color: #fff8cc
  34. 32.  - }
  35. 33.  - .top_info_bar .info {
  36. 34.  -   padding: 8px;
  37. 35.  -   text-align: center;
  38. 36.  - }
  39. 37.  - .top_info_bar .info .text {
  40. 38.  -   width: 740px;
  41. 39.  -   margin: 0px auto;
  42. 40.  - }
  43. 41.  - .top_info_bar .info .aligned_text {
  44. 42.  -   padding-right: 26px;
  45. 43.  -   padding-left: 157px;
  46. 44.  -   text-align: left;
  47. 45.  -   padding-top: 0px;
  48. 46.  -   margin: 0px auto;
  49. 47.  -   width: 608px;
  50. 48.  -   line-height: 160%;
  51. 49.  - }
  52. 50.  - .top_info_wrap .hide_button {
  53. 51.  -   cursor: pointer;
  54. 52.  -   position: relative;
  55. 53.  -   z-index: 5;
  56. 54.  -   margin: 6px 10px 0px;
  57. 55.  -   background: url(/images/pics/statusx_op.gif) 2px 4px no-repeat;
  58. 56.  -   opacity: 0.7;
  59. 57.  -   filter: alpha(opacity=70);
  60. 58.  -   height: 19px;
  61. 59.  -   width: 15px;
  62. 60.  -   -webkit-transition: opacity 100ms linear;
  63. 61.  -   -moz-transition: opacity 100ms linear;
  64. 62.  -   -o-transition: opacity 100ms linear;
  65. 63.  -   transition: opacity 100ms linear;
  66. 64.  - }
  67. 65.  - .top_info_wrap .hide_button:hover {
  68. 66.  -   opacity: 1;
  69. 67.  -   filter: alpha(opacity=100);
  70. 68.  - }
  71. 69.  - #custom_bar.top_info_wrap .hide_button,
  72. 70.  - #custom_bar_high.top_info_wrap .hide_button,
  73. 71.  - #olympics_bar.top_info_wrap .hide_button {
  74. 72.  -   margin-top: 14px;
  75. 73.  - }
  76. 74.  - .confirm_mail .info div, .top_info_bar .info div {
  77. 75.  -   padding-top: 5px;
  78. 76.  - }
  79. 77.  - .confirm_mail .info div.text, .top_info_bar .info div.text {
  80. 78.  -   padding-top: 0px;
  81. 79.  - }
  82. 80.  - .top_info_bar_blue {
  83. 81.  -   border-bottom: 1px solid #B8C7D3;
  84. 82.  -   background-color: #F2F4FF;
  85. 83.  - }
  86. 84.  - .top_info_bar_blue .info {
  87. 85.  -   line-height: 150%;
  88. 86.  - }
  89. 87.  - .top_info_bar_blue .info div {
  90. 88.  -   line-height: 100%;
  91. 89.  - }
  92. 90.  -
  93. 91.  - #change_mail_box {
  94. 92.  -   padding: 10px 0px 0px;
  95. 93.  - }
  96. 94.  - #change_mail_box .clear_fix {
  97. 95.  -   padding-bottom: 10px;
  98. 96.  - }
  99. 97.  - #change_mail_box .label {
  100. 98.  -   color: #777;
  101. 99.  -   padding: 4px 10px 0px;
  102. 100.  -   text-align: right;
  103. 101.  -   width: 120px;
  104. 102.  - }
  105. 103.  - #change_mail_box .labeled {
  106. 104.  -   width: 210px;
  107. 105.  - }
  108. 106.  - #change_mail_box .error {
  109. 107.  -   display: none;
  110. 108.  - }
  111. 109.  - #change_mail_box .labeled .text {
  112. 110.  -   width: 202px;
  113. 111.  -   margin: 0px;
  114. 112.  - }
  115. 113.  - #change_mail_box .msg {
  116. 114.  -   margin-bottom: 10px;
  117. 115.  - }
  118. 116.  -
  119. 117.  - .settings_box_container .label {
  120. 118.  -   padding: 5px 15px 3px 0;
  121. 119.  -   width: 95px;
  122. 120.  -   clear: both;
  123. 121.  - }
  124. 122.  - .settings_box_container .labeled {
  125. 123.  -   width: 260px;
  126. 124.  -   padding: 2px 0 3px 0;
  127. 125.  - }
  128. 126.  - .settings_box_container .labeled input {
  129. 127.  -   width: 160px;
  130. 128.  - }
  131. 129.  - .settings_box_container .labeled span {
  132. 130.  -   padding-top: 5px;
  133. 131.  -   display: block;
  134. 132.  -   color: #555;
  135. 133.  - }
  136. 134.  - #email_bind_error {
  137. 135.  -   margin-bottom: 16px;
  138. 136.  -   display: none;
  139. 137.  -   line-height: 160%;
  140. 138.  -   text-align: left;
  141. 139.  - }
  142. 140.  -
  143. 141.  - #welcome_translator {
  144. 142.  -   margin: 15px 0 5px;
  145. 143.  - }
  146. 144.  - #welcome_translator .cell {
  147. 145.  -   vertical-align: top;
  148. 146.  - }
  149. 147.  - #welcome_translator .text {
  150. 148.  -   padding: 4px 5px 10px;
  151. 149.  - }
  152. 150.  - #welcome_translator .label.text {
  153. 151.  -   color: #777;
  154. 152.  -   padding: 4px 10px 10px;
  155. 153.  - }
  156. 154.  - #welcome_translator textarea {
  157. 155.  -   width: 313px;
  158. 156.  -   height: 100px;
  159. 157.  - }
  160. 158.  -
  161. 159.  - #phone_validation_box .msg {
  162. 160.  -   display: none;
  163. 161.  -   margin-bottom: 10px;
  164. 162.  - }
  165. 163.  - #phone_validation_box .clear_fix {
  166. 164.  -   padding: 10px 0px;
  167. 165.  - }
  168. 166.  - #phone_validation_box .label {
  169. 167.  -   padding: 4px 10px 0px;
  170. 168.  -   color: #777;
  171. 169.  -   width: 150px;
  172. 170.  - }
  173. 171.  - #phone_validation_box .labeled {
  174. 172.  -   width: 200px;
  175. 173.  - }
  176. 174.  - #phone_validation_box .labeled input {
  177. 175.  -   width: 150px;
  178. 176.  - }
  179. 177.  - #phone_validation_box .labeled small {
  180. 178.  -   color: #777;
  181. 179.  - }
  182. 180.  - #phone_validation_box .info {
  183. 181.  -   padding-top: 10px;
  184. 182.  - }
  185. 183.  - #phone_validation_box .info a {
  186. 184.  -   font-weight: bold;
  187. 185.  - }
  188. 186.  - #phone_validation_box .info div, #phone_validation_complaint {
  189. 187.  -   display: none;
  190. 188.  - }
  191. 189.  -
  192. 190.  - #security_check {
  193. 191.  -   padding: 17px 30px 18px 30px;
  194. 192.  -   line-height: 140%;
  195. 193.  - }
  196. 194.  - #security_check .label {
  197. 195.  -   color: #777;
  198. 196.  -   font-size: 1em;
  199. 197.  -   width: 190px;
  200. 198.  -   padding: 0px 10px;
  201. 199.  - }
  202. 200.  - #security_check .phone_postfix {
  203. 201.  -   color: #777;
  204. 202.  -   font-size: 1em;
  205. 203.  -   padding: 0px 10px;
  206. 204.  - }
  207. 205.  - #security_check #logout_lnk {
  208. 206.  -   margin: 0px 10px;
  209. 207.  - }
  210. 208.  - #security_check #logout_lnk:hover {
  211. 209.  -   text-decoration: none;
  212. 210.  - }
  213. 211.  - #check_change {
  214. 212.  -   margin-bottom: 10px;
  215. 213.  -   line-height: 160%;
  216. 214.  - }
  217. 215.  - #check_msg {
  218. 216.  -   margin-bottom: 10px;
  219. 217.  - }
  220. 218.  - #change_phone_cont {
  221. 219.  -   margin-top: 15px;
  222. 220.  - }
  223. 221.  -
  224. 222.  - #restore_cancel_error {
  225. 223.  -   display: none;
  226. 224.  -   margin-bottom: 10px;
  227. 225.  - }
  228. 226.  - #restore_cancel_box {
  229. 227.  -   line-height: 140%;
  230. 228.  - }
  231. 229.  - #restore_cancel_box .clear_fix {
  232. 230.  -   padding: 10px 0px;
  233. 231.  - }
  234. 232.  - #restore_cancel_box .label {
  235. 233.  -   padding: 4px 10px 0px;
  236. 234.  -   color: #777;
  237. 235.  -   width: 150px;
  238. 236.  - }
  239. 237.  - #restore_cancel_box .labeled {
  240. 238.  -   width: 200px;
  241. 239.  - }
  242. 240.  - #restore_cancel_box .labeled input {
  243. 241.  -   width: 150px;
  244. 242.  - }
  245. 243.  -
  246. 244.  - #vk_com_only .info {
  247. 245.  -   padding: 8px;
  248. 246.  -   text-align: center;
  249. 247.  -   line-height: 160%;
  250. 248.  - }
  251. 249.  - .vk_com_only_about {
  252. 250.  -   line-height: 160%;
  253. 251.  -   font-size: 1.09em;
  254. 252.  -   padding: 10px 15px;
  255. 253.  - }
  256. 254.  - .vk_com_only_header {
  257. 255.  -   font-size: 1.18em;
  258. 256.  -   font-weight: bold;
  259. 257.  -   color: #45688E;
  260. 258.  -   padding: 10px 15px 9px;
  261. 259.  - }
  262. 260.  - ul.vk_com_only_good {
  263. 261.  -   font-size: 1.09em;
  264. 262.  -   line-height: 1.72em;
  265. 263.  -   padding-left: 45px;
  266. 264.  - }
  267. 265.  - .is_rtl1 ul.vk_com_only_good {
  268. 266.  -   padding-left: 0px;
  269. 267.  -   padding-right: 45px;
  270. 268.  - }
  271. 269.  - .vk_com_only_img {
  272. 270.  -   width: 320px;
  273. 271.  -   height: 160px;
  274. 272.  -   background: url(/images/join/vkcomonly.gif) no-repeat;
  275. 273.  -   margin: 10px auto;
  276. 274.  - }
  277. 275.  - .vk_com_only_hide {
  278. 276.  -   text-align: center;
  279. 277.  -   padding: 21px 0px 10px;
  280. 278.  - }
  281. 279.  -
  282. 280.  - #validation_box {
  283. 281.  -   line-height: 160%;
  284. 282.  - }
  285. 283.  - #validation_box h2 {
  286. 284.  -   font-size: 1.09em;
  287. 285.  - }
  288. 286.  -
  289. 287.  - .validation_text {
  290. 288.  -   width: 413px;
  291. 289.  -   margin: 20px auto 21px;
  292. 290.  -   text-align: center;
  293. 291.  -   font-size: 1.09em;
  294. 292.  - }
  295. 293.  - .validation_row {
  296. 294.  -   width: 134px;
  297. 295.  -   margin: 0px auto 10px;
  298. 296.  - }
  299. 297.  - .validation_label {
  300. 298.  -   padding: 6px 0px 10px 0px;
  301. 299.  -   font-weight: bold;
  302. 300.  -   font-size: 1.09em;
  303. 301.  -   color: #45688E;
  304. 302.  - }
  305. 303.  - #validation_submit_result {
  306. 304.  -   display: none;
  307. 305.  -   font-weight: normal;
  308. 306.  -   margin: 0 0 15px 0;
  309. 307.  -   padding: 4px 11px 5px;
  310. 308.  -   text-align: left;
  311. 309.  - }
  312. 310.  - #validation_phone,
  313. 311.  - #validation_code {
  314. 312.  -   width: 124px;
  315. 313.  -   outline: none;
  316. 314.  - }
  317. 315.  - #validation_other_phone {
  318. 316.  -   position: absolute;
  319. 317.  -   margin: -22px 0px 0px 145px;
  320. 318.  - }
  321. 319.  - .is_rtl1 #validation_other_phone {
  322. 320.  -   margin-left: 0px;
  323. 321.  -   margin-right: 145px;
  324. 322.  - }
  325. 323.  - .validation_submit_row {
  326. 324.  -   width: 134px;
  327. 325.  -   margin: 11px auto 0px;
  328. 326.  - }
  329. 327.  - .validation_row input.validation_readonly, .validation_readonly_wrap {
  330. 328.  -   background: #E1E7ED!important;
  331. 329.  - }
  332. 330.  - .validation_no_code, .validation_skip {
  333. 331.  -   padding-top: 10px;
  334. 332.  -   text-align: center;
  335. 333.  - }
  336. 334.  - .validation_img {
  337. 335.  -   width: 225px;
  338. 336.  -   height: 160px;
  339. 337.  -   background-image: url(/images/join/finish_f.gif);
  340. 338.  -   margin: 20px auto 0;
  341. 339.  - }
  342. 340.  - #validation_phone_table {
  343. 341.  -   border: 1px solid #C0CAD5;
  344. 342.  -   width: 134px;
  345. 343.  -   background-color: #fff;
  346. 344.  - }
  347. 345.  - #validation_phone_prefix {
  348. 346.  -   vertical-align: top;
  349. 347.  -   width: 1px;
  350. 348.  -   color: #777;
  351. 349.  -   font-size: 1.09em;
  352. 350.  -   padding: 5px 0px 4px 5px;
  353. 351.  -   line-height: 15px;
  354. 352.  - }
  355. 353.  - .validation_readonly_wrap #validation_phone_prefix {
  356. 354.  -   color: #000;
  357. 355.  - }
  358. 356.  - .validation_phone_field {
  359. 357.  -   vertical-align: top;
  360. 358.  -   width: 100%;
  361. 359.  -   padding: 4px 0px 0px;
  362. 360.  - }
  363. 361.  - .is_rtl1 #validation_phone_prefix {
  364. 362.  -   padding: 5px 5px 4px 0px;
  365. 363.  - }
  366. 364.  - #validation_phone_table #validation_phone {
  367. 365.  -   width: 100%;
  368. 366.  -   outline: none;
  369. 367.  -   border: 0px;
  370. 368.  -   padding: 0px;
  371. 369.  -   margin: 0px -1px;
  372. 370.  -   background: transparent;
  373. 371.  - }
  374. 372.  - #validation_country_row .selector_container td.selector {
  375. 373.  -   padding-top: 5px;
  376. 374.  -   padding-bottom: 2px;
  377. 375.  - }
  378. 376.  - #validation_country_row .disabled.selector_container .selector_dropdown {
  379. 377.  -   background-color: #F2F2F2;
  380. 378.  -   border-color: #F2F2F2;
  381. 379.  - }
  382. 380.  - .validation_tt_pointer {
  383. 381.  -   behavior: url(/js/iepngfix.htc);
  384. 382.  -   background: url(/images/ddtooltip.png) 0 0 no-repeat;
  385. 383.  -   width: 8px;
  386. 384.  -   height: 11px;
  387. 385.  -   position: absolute;
  388. 386.  -   left: -7px;
  389. 387.  -   overflow: hidden;
  390. 388.  -   z-index: 10;
  391. 389.  -   top: 31px;
  392. 390.  - }
  393. 391.  - .validation_tt table .tt_text {
  394. 392.  -   line-height: 120%;
  395. 393.  -   color: #000;
  396. 394.  -   padding: 10px;
  397. 395.  -   width: 200px;
  398. 396.  - }
  399. 397.  - .validation_phone_tt table div.tt_text {
  400. 398.  -   width: 220px;
  401. 399.  - }
  402. 400.  - .validation_resend_box {
  403. 401.  -   line-height: 160%;
  404. 402.  - }
  405. 403.  - .validation_robot {
  406. 404.  -   width: 160px;
  407. 405.  -   height: 160px;
  408. 406.  -   margin: -7px auto -9px;
  409. 407.  -   background: url(/images/join/robot.gif) no-repeat;
  410. 408.  - }
  411. 409.  -
  412. 410.  - /* binding email */
  413. 411.  - .bindmail_img {
  414. 412.  -   margin: 20px 0 15px 0;
  415. 413.  -   text-align: center;
  416. 414.  - }
  417. 415.  - .bindmail_desc {
  418. 416.  -   padding: 0 30px;
  419. 417.  - }
  420. 418.  - .bindmail_form {
  421. 419.  -   padding: 15px 85px 22px;
  422. 420.  -   background-color: #F0F0F0;
  423. 421.  -   text-align: center;
  424. 422.  - }
  425. 423.  - .bindmail_label {
  426. 424.  -   padding-bottom: 15px;
  427. 425.  -   font-weight: bold;
  428. 426.  -   color: #45688E;
  429. 427.  - }
  430. 428.  - .bindmail_controls {
  431. 429.  -   margin: 0 auto;
  432. 430.  -   width: 195px;
  433. 431.  - }
  434. 432.  - .bindmail_controls #bind_email {
  435. 433.  -   margin-bottom: 10px;
  436. 434.  -   width: 187px;
  437. 435.  -   font-size: 1.09em!important;
  438. 436.  - }
  439. 437.  - #bindemail_error {
  440. 438.  -   margin: 0 -55px 10px;
  441. 439.  -   padding: 4px 11px;
  442. 440.  -   font-weight: normal;
  443. 441.  -   text-align: left;
  444. 442.  -   display: none;
  445. 443.  - }
  446. 444.  - #bindmail_button {
  447. 445.  -   font-size: 1.09em;
  448. 446.  - }
  449. 447.  -
  450. 448.  - .login_bad_link_box {
  451. 449.  -   padding: 10px;
  452. 450.  -   font-size: 13px;
  453. 451.  -   line-height: 160%;
  454. 452.  - }
  455. 453.  - .login_bad_link_header {
  456. 454.  -   font-size: 15px;
  457. 455.  -   font-weight: bold;
  458. 456.  -   color: #45688E;
  459. 457.  -   padding-bottom: 20px;
  460. 458.  - }
  461. 459.  - .login_bad_link {
  462. 460.  -   white-space: nowrap;
  463. 461.  - }
  464. 462.  - .login_bad_link_text {
  465. 463.  -   padding-bottom: 20px;
  466. 464.  - }
  467. 465.  - .login_bad_link_pic {
  468. 466.  -   text-align: center;
  469. 467.  -   padding-bottom: 20px;
  470. 468.  - }
  471. 469.  - .login_bad_link_img {
  472. 470.  -   width: 225px;
  473. 471.  -   height: 160px;
  474. 472.  - }
  475. 473.  - .login_bad_link_button button {
  476. 474.  -   font-size: 13px;
  477. 475.  -   white-space: nowrap;
  478. 476.  - }
  479. 477.  - .login_bad_link_cancel {
  480. 478.  -   font-size: 13px;
  481. 479.  -   margin: 0px 20px;
  482. 480.  -   white-space: nowrap;
  483. 481.  - }
  484. 482.  - .login_bad_link_buttons {
  485. 483.  -   width: 100%;
  486. 484.  - }
  487. 485.  - .login_bad_link_buttons td {
  488. 486.  -   width: 50%;
  489. 487.  -   text-align: center;
  490. 488.  - }
  491. 489.  -
  492. 490.  - #save_fv_bar,
  493. 491.  - #chrome_bar,
  494. 492.  - #olympics_bar,
  495. 493.  - #custom_bar {
  496. 494.  -   height: 48px;
  497. 495.  -   position: relative;
  498. 496.  -   overflow: visible;
  499. 497.  - }
  500. 498.  -
  501. 499.  - #custom_bar_high {
  502. 500.  -   height: 128px;
  503. 501.  -   position: relative;
  504. 502.  -   overflow: visible;
  505. 503.  - }
  506. 504.  -
  507. 505.  - .hide_button_good {
  508. 506.  -   *display: none;
  509. 507.  - }
  510. 508.  - .hide_button_ie6 {
  511. 509.  -   display: none;
  512. 510.  -   *display: block;
  513. 511.  - }
  514. 512.  - #save_fv_bar_content,
  515. 513.  - #chrome_bar_content {
  516. 514.  -   color: #5E7488;
  517. 515.  -   font-size: 12px;
  518. 516.  -   font-weight: bold;
  519. 517.  -   height: 36px;
  520. 518.  -   padding-top: 12px;
  521. 519.  -   text-align: center;
  522. 520.  -   margin-left: 40px;
  523. 521.  - }
  524. 522.  - #custom_bar_content,
  525. 523.  - #olympics_bar_content {
  526. 524.  -   color: #69839f;
  527. 525.  -   font-size: 12px;
  528. 526.  -   font-weight: bold;
  529. 527.  -   height: 32px;
  530. 528.  -   padding-top: 16px;
  531. 529.  -   text-align: center;
  532. 530.  -   margin-left: 40px;
  533. 531.  - }
  534. 532.  - #custom_bar_high_content {
  535. 533.  -   color: #69839f;
  536. 534.  -   height: 82px;
  537. 535.  -   font-size: 12px;
  538. 536.  -   padding-top: 16px;
  539. 537.  -   text-align: center;
  540. 538.  -   line-height: 180%;
  541. 539.  - }
  542. 540.  -
  543. 541.  - #save_fv_bar_bg,
  544. 542.  - #chrome_bar_bg,
  545. 543.  - #olympics_bar_bg,
  546. 544.  - #custom_bar_bg {
  547. 545.  -   background: url(/images/chrome_bar.gif) repeat-x left top;
  548. 546.  -   margin-top: -48px;
  549. 547.  -   height: 52px;
  550. 548.  - }
  551. 549.  - #custom_bar_high_bg {
  552. 550.  -   margin-top: -18px;
  553. 551.  -   height: 92px;
  554. 552.  - }
  555. 553.  - .chrome_bar_a{
  556. 554.  -   color: #3E698F;
  557. 555.  - }
  558. 556.  - ,
  559. 557.  - .custom_bar_a,
  560. 558.  - .olympics_bar_a {
  561. 559.  -   color: #45688e;
  562. 560.  - }
  563. 561.  - .chrome_bar_img {
  564. 562.  -   width: 39px;
  565. 563.  -   height: 27px;
  566. 564.  -   background: url(/images/chrome_icon.gif) no-repeat center center;
  567. 565.  -   display: inline-block;
  568. 566.  -   *display: inline;
  569. 567.  -   *zoom: 1;
  570. 568.  -   vertical-align: middle;
  571. 569.  -   position: relative;
  572. 570.  -   top: -2px;
  573. 571.  - }
  574. 572.  - .olympics_bar_img {
  575. 573.  -   width: 59px;
  576. 574.  -   height: 28px;
  577. 575.  -   background: url(/images/olymp_mono.png) no-repeat center center;
  578. 576.  -   margin-right: 12px;
  579. 577.  -   display: inline-block;
  580. 578.  -   *display: inline;
  581. 579.  -   *zoom: 1;
  582. 580.  -   vertical-align: top;
  583. 581.  -   position: relative;
  584. 582.  -   top: -6px;
  585. 583.  - }
  586. 584.  - .olympics_bar_img.sochi {
  587. 585.  -   width: 50px;
  588. 586.  -   height: 33px;
  589. 587.  -   background: url(/images/sochi2014.png) no-repeat center center;
  590. 588.  -   top: -9px;
  591. 589.  - }
  592. 590.  - #save_fv_bar_content .button_blue,
  593. 591.  - #save_fv_bar_content .button_gray {
  594. 592.  -   margin-left: 10px;
  595. 593.  - }
  596. 594.  - .save_fv_bar_label {
  597. 595.  -   display: inline-block;
  598. 596.  -   padding: 5px 0 0;
  599. 597.  -   vertical-align: top;
  600. 598.  - }
  601. 599.  -
  602. 600.  - .validation_last_wrap {
  603. 601.  -   padding: 30px;
  604. 602.  - }
  605. 603.  - .validation_last_header {
  606. 604.  -   font-weight: bold;
  607. 605.  -   font-size: 15px;
  608. 606.  -   color: #45688E;
  609. 607.  -   padding-bottom: 16px;
  610. 608.  - }
  611. 609.  - .validation_last_text {
  612. 610.  -   font-size: 13px;
  613. 611.  -   padding-bottom: 20px;
  614. 612.  -   line-height: 160%;
  615. 613.  - }
  616. 614.  - .validation_last_buttons {
  617. 615.  -   margin-top: 15px;
  618. 616.  -   width: 100%;
  619. 617.  - }
  620. 618.  - div.validation_last_button button {
  621. 619.  -   font-size: 13px;
  622. 620.  - }
  623. 621.  - div.validation_last_button .button {
  624. 622.  -   padding: 7px 10px;
  625. 623.  -   font-size: 13px;
  626. 624.  - }
  627. 625.  - .validation_last_sep {
  628. 626.  -   width: 15px;
  629. 627.  - }
  630. 628.  -
  631. 629.  - .lang_box_row {
  632. 630.  -   display: block;
  633. 631.  -   padding-left: 60px;
  634. 632.  -   height: 42px;
  635. 633.  -   line-height: 42px;
  636. 634.  -   background-repeat: no-repeat;
  637. 635.  -   background-position: 10px center;
  638. 636.  -   color: #426A87;
  639. 637.  -   font-weight: bold;
  640. 638.  - }
  641. 639.  - .lang_box_row:hover {
  642. 640.  -   background-color: #EDF0F4;
  643. 641.  -   text-decoration: none;
  644. 642.  - }
  645. 643.  - .lang_selected {
  646. 644.  -   color: #333333;
  647. 645.  - }
  648. 646.  - .lang_selected:hover {
  649. 647.  -   background-color: transparent!important;
  650. 648.  -   cursor: default;
  651. 649.  - }
  652. 650.  -
  653. 651.  - .shorten_page {
  654. 652.  -   padding: 115px 15px;
  655. 653.  - }
  656. 654.  - .shorten_about {
  657. 655.  -   padding-bottom: 50px;
  658. 656.  -   text-align: center;
  659. 657.  -   font-size: 12px;
  660. 658.  -   line-height: 160%;
  661. 659.  - }
  662. 660.  - .shorten_page .button_big button {
  663. 661.  -   font-size: 12px;
  664. 662.  - }
  665. 663.  - .shorten_row {
  666. 664.  -   width: 278px;
  667. 665.  -   margin: 0px auto;
  668. 666.  - }
  669. 667.  - .shorten_input {
  670. 668.  -   padding: 15px 0px;
  671. 669.  - }
  672. 670.  - #shorten_link {
  673. 671.  -   width: 268px;
  674. 672.  - }
  675. 673.  - .shorten_result {
  676. 674.  -   height: 35px;
  677. 675.  -   overflow: hidden;
  678. 676.  -   margin-top: 15px;
  679. 677.  - }
  680. 678.  - #shorten_error,
  681. 679.  - #shorten_result {
  682. 680.  -   display: none;
  683. 681.  - }
  684. 682.  - #shorten_short {
  685. 683.  -   font-size: 19px;
  686. 684.  -   font-weight: bold;
  687. 685.  -   padding: 5px 4px;
  688. 686.  -   width: 268px;
  689. 687.  -   background: #E1E7ED;
  690. 688.  - }
  691. 689.  -
  692. 690.  -
  693. 691.  - .layerbox {
  694. 692.  -   line-height: 160%;
  695. 693.  - }
  696. 694.  - .layerbox h2 {
  697. 695.  -   font-size: 1.09em;
  698. 696.  - }
  699. 697.  - .layerbox_text {
  700. 698.  -   width: 413px;
  701. 699.  -   margin: 20px auto 21px;
  702. 700.  -   text-align: center;
  703. 701.  -   font-size: 1.09em;
  704. 702.  - }
  705. 703.  - .layerbox_row {
  706. 704.  -   width: 134px;
  707. 705.  -   margin: 0px auto 10px;
  708. 706.  - }
  709. 707.  - .layerbox_label {
  710. 708.  -   padding: 6px 0px 10px 0px;
  711. 709.  -   font-weight: bold;
  712. 710.  -   font-size: 1.09em;
  713. 711.  -   color: #45688E;
  714. 712.  - }
  715. 713.  - #layerbox_submit_result {
  716. 714.  -   display: none;
  717. 715.  -   font-weight: normal;
  718. 716.  -   margin: 0 0 15px 0;
  719. 717.  -   padding: 4px 11px 5px;
  720. 718.  -   text-align: left;
  721. 719.  - }
  722. 720.  - .layerbox_submit_row {
  723. 721.  -   width: 134px;
  724. 722.  -   margin: 11px auto 0px;
  725. 723.  - }
  726. 724.  - .layerbox_img {
  727. 725.  -   margin: 20px 0 0 0;
  728. 726.  -   text-align: center;
  729. 727.  - }
  730. 728.  - .layerbox .inp_sep {
  731. 729.  -   padding-right: 5px;
  732. 730.  - }
  733. 731.  - #birthday_box .layerbox_row,
  734. 732.  - #birthday_box .layerbox_submit_row {
  735. 733.  -   width: 220px;
  736. 734.  - }
  737. 735.  - #city_box .layerbox_row,
  738. 736.  - #city_box .layerbox_submit_row {
  739. 737.  -   width: 150px;
  740. 738.  - }
  741. 739.  - #city_box_country_row {
  742. 740.  -   position: relative;
  743. 741.  - }
  744. 742.  - #city_box_country_progress {
  745. 743.  -   display: none;
  746. 744.  -   margin: 7px 8px;
  747. 745.  -   position: absolute;
  748. 746.  -   left: 150px;
  749. 747.  - }
  750. 748.  -
  751. 749.  - /* password change */
  752. 750.  - .passchange_img {
  753. 751.  -   margin-top: 20px;
  754. 752.  -   text-align: center;
  755. 753.  - }
  756. 754.  - .passchange_desc {
  757. 755.  -   padding: 0 30px;
  758. 756.  - }
  759. 757.  - #passchange_form {
  760. 758.  -   padding: 15px 85px 22px;
  761. 759.  -   background-color: #F0F0F0;
  762. 760.  -   text-align: center;
  763. 761.  - }
  764. 762.  - .passchange_label {
  765. 763.  -   padding-bottom: 15px;
  766. 764.  -   font-weight: bold;
  767. 765.  -   color: #45688E;
  768. 766.  - }
  769. 767.  - .passchange_email {
  770. 768.  -   margin: 0 auto 15px;
  771. 769.  -   width: 187px;
  772. 770.  -   padding: 3px;
  773. 771.  -   border: 1px solid #C0CAD5;
  774. 772.  -   font-size: 1.09em !important;
  775. 773.  -   background: #E1E7ED;
  776. 774.  - }
  777. 775.  - .passchange_controls {
  778. 776.  -   margin: 0 auto;
  779. 777.  -   width: 195px;
  780. 778.  - }
  781. 779.  - #passchange_wrap {
  782. 780.  -   padding-bottom: 15px;
  783. 781.  - }
  784. 782.  - #passchange_input {
  785. 783.  -   width: 187px;
  786. 784.  -   font-size: 1.09em !important;
  787. 785.  - }
  788. 786.  - #passchange_error {
  789. 787.  -   margin: 15px 15px 0px;
  790. 788.  -   padding: 4px 11px;
  791. 789.  -   font-weight: normal;
  792. 790.  -   display: none;
  793. 791.  - }
  794. 792.  - #passchange_button {
  795. 793.  -   font-size: 1.09em;
  796. 794.  - }
  797. 795.  - #passchange_about {
  798. 796.  -   position: absolute;
  799. 797.  -   margin-top: -1px;
  800. 798.  -   height: 5px;
  801. 799.  -   width: 195px;
  802. 800.  -   overflow: hidden;
  803. 801.  - }
  804. 802.  - .passchange_level0 {
  805. 803.  -   display: none;
  806. 804.  - }
  807. 805.  - .passchange_level1 {
  808. 806.  -   background: #CD4849;
  809. 807.  -   width: 25%;
  810. 808.  - }
  811. 809.  - .passchange_level2 {
  812. 810.  -   background: #FF762D;
  813. 811.  -   width: 50%;
  814. 812.  - }
  815. 813.  - .passchange_level3 {
  816. 814.  -   background: #C9B72D;
  817. 815.  -   width: 75%;
  818. 816.  - }
  819. 817.  - .passchange_level4 {
  820. 818.  -   background: #60B92B;
  821. 819.  -   width: 100%;
  822. 820.  - }
  823. 821.  - #passchange_strength {
  824. 822.  -   color: #777;
  825. 823.  - }
  826. 824.  - .passchange_about {
  827. 825.  -   padding: 2px 0 3px;
  828. 826.  -   font-size: 0.9em;
  829. 827.  -   color: #777;
  830. 828.  - }
  831. 829.  - #audios_list .audio_edited a {
  832. 830.  -   color: #777777;
  833. 831.  - }
  834. 832.  - #left_other_rows {
  835. 833.  -   margin-top: -21px;
  836. 834.  -   display: none;
  837. 835.  -   overflow: hidden;
  838. 836.  -   background: #FFF;
  839. 837.  -   position: relative;
  840. 838.  - }
  841. ------
  842. Файл - feed.css (Старый размер - 30297 | Новый - 0):
  843. 0.  - #feed_css {
  844. 1.  -   display: none;
  845. 2.  - }
  846. 3.  - #no_updates {
  847. 4.  -  text-align:center;
  848. 5.  -  padding: 90px 35px;
  849. 6.  -  font-size: 1.18em;
  850. 7.  -  color:#777;
  851. 8.  - }
  852. 9.  - /* Top nav */
  853. 10.  - .feed_tab_hidden {
  854. 11.  -   display: none;
  855. 12.  - }
  856. 13.  - #feed_bar {
  857. 14.  -   padding: 8px 10px 8px;
  858. 15.  -   background: #F7F7F7;
  859. 16.  -   border-bottom: 1px solid #DAE1E8;
  860. 17.  - }
  861. 18.  - #feed_search_wrap {
  862. 19.  -   clear: left;
  863. 20.  -   padding: 0;
  864. 21.  -   position: relative;
  865. 22.  - }
  866. 23.  - #feed_search {
  867. 24.  -   margin: 0;
  868. 25.  -   padding: 6px 21px 6px 20px;
  869. 26.  -   width: 554px;
  870. 27.  -   line-height: 1.27em;
  871. 28.  -   background: #FFF url(/images/magglass.png) no-repeat 5px 8px;
  872. 29.  -   outline: none;
  873. 30.  - }
  874. 31.  - #feed_search::-ms-clear {
  875. 32.  -   display: none;
  876. 33.  - }
  877. 34.  -
  878. 35.  - #feed_query_reset {
  879. 36.  -   cursor: pointer;
  880. 37.  -   display: none;
  881. 38.  -   background: transparent url(/images/icons/input_clear.gif) 6px 8px no-repeat;
  882. 39.  -   padding: 1px;
  883. 40.  -   width: 22px;
  884. 41.  -   height: 25px;
  885. 42.  -   margin: 0 0 0 573px;
  886. 43.  -   opacity: 0.6;
  887. 44.  -   filter: alpha(opacity=60);
  888. 45.  -   z-index: 100;
  889. 46.  -   position: absolute;
  890. 47.  - }
  891. 48.  - #feed_query_reset:hover {
  892. 49.  -   opacity: 1;
  893. 50.  -   filter: none;
  894. 51.  - }
  895. 52.  - .feed_search_submit {
  896. 53.  -   margin: 0 10px;
  897. 54.  - }
  898. 55.  - .feed_search_extended {
  899. 56.  -   margin: 6px 5px 5px;
  900. 57.  -   white-space: nowrap;
  901. 58.  -   max-width: 122px;
  902. 59.  -   overflow: hidden;
  903. 60.  -   text-overflow: ellipsis;
  904. 61.  - }
  905. 62.  - #feed_search_submit_wrap {
  906. 63.  -   display: none;
  907. 64.  - }
  908. 65.  - #feed_search_submit {
  909. 66.  -   width: 75px;
  910. 67.  -   padding-top: 5px;
  911. 68.  -   padding-bottom: 5px;
  912. 69.  -   line-height: 13px;
  913. 70.  - }
  914. 71.  - #feed_search_bar {
  915. 72.  -   position: relative;
  916. 73.  -   padding: 4px 5px;
  917. 74.  - }
  918. 75.  - .feed_search_extform_wrap {
  919. 76.  -   display: none;
  920. 77.  - }
  921. 78.  - .feed_bar_extended_search #feed_search_submit_wrap,
  922. 79.  - .feed_bar_extended_search .feed_search_extform_wrap {
  923. 80.  -   display: block;
  924. 81.  - }
  925. 82.  -
  926. 83.  - #feed_search_bar .selector_container .results_container {
  927. 84.  -   top: 30px;
  928. 85.  - }
  929. 86.  - #feed_search_bar #feed_search_extform .selector_container .results_container {
  930. 87.  -   top: auto;
  931. 88.  - }
  932. 89.  -
  933. 90.  - #feedtab_owner,
  934. 91.  - #feedtab_source {
  935. 92.  -   display: none;
  936. 93.  - }
  937. 94.  - #feed_bar .summary_tab_sel,
  938. 95.  - #main_feed .active_link {
  939. 96.  -   display: block;
  940. 97.  - }
  941. 98.  - #feed_menu_toggle {
  942. 99.  -   padding-top: 3px;
  943. 100.  - }
  944. 101.  - #feed_edit_hidden {
  945. 102.  -   padding-top: 3px;
  946. 103.  - }
  947. 104.  - #feed_progress {
  948. 105.  -   display: none;
  949. 106.  -   margin: 5px 5px 2px;
  950. 107.  - }
  951. 108.  - #feed_popular_period {
  952. 109.  -   border-bottom: 1px solid #DAE2E8;
  953. 110.  -   margin-bottom: 5px;
  954. 111.  -   padding-bottom: 5px;
  955. 112.  -   overflow: hidden;
  956. 113.  -   width: 136px;
  957. 114.  - }
  958. 115.  - #feed_articles_period {
  959. 116.  -   overflow: hidden;
  960. 117.  -   width: 136px;
  961. 118.  - }
  962. 119.  -
  963. 120.  - .feed_tab_settings nobr {
  964. 121.  -   display: block;
  965. 122.  -   background: url(/images/icons/audio_icons.png?4) -80px -52px no-repeat;
  966. 123.  -   width: 11px;
  967. 124.  -   height: 11px;
  968. 125.  -   margin: 1px 0 0;
  969. 126.  - }
  970. 127.  -
  971. 128.  - /* New post field */
  972. 129.  - .feed_post_field_wrap {
  973. 130.  -   padding: 5px;
  974. 131.  - }
  975. 132.  - td.feed_post_field_photo {
  976. 133.  -   width: 42px;
  977. 134.  - }
  978. 135.  - a.feed_post_field_photo {
  979. 136.  -   display: block;
  980. 137.  -   width: 32px;
  981. 138.  -   height: 32px;
  982. 139.  -   position: absolute;
  983. 140.  -   overflow: hidden;
  984. 141.  - }
  985. 142.  - img.feed_post_field_photo {
  986. 143.  -   width: 32px;
  987. 144.  -   height: 32px;
  988. 145.  - }
  989. 146.  - div.feed_post_field {
  990. 147.  -   margin-left: 42px;
  991. 148.  - }
  992. 149.  -
  993. 150.  - #main_feed .feed_post_field_wrap #submit_post_box {
  994. 151.  -   padding: 0;
  995. 152.  -   background: none;
  996. 153.  -   border: 0;
  997. 154.  - }
  998. 155.  - #main_feed .feed_post_field_wrap #submit_post_box .clear_fix .input_back {
  999. 156.  -   min-height: 0;
  1000. 157.  -   margin-left: 5px !important;
  1001. 158.  - }
  1002. 159.  - #main_feed .feed_post_field_wrap #submit_post_box .clear_fix .input_back_content {
  1003. 160.  -   line-height: 2.09em;
  1004. 161.  - }
  1005. 162.  - #main_feed .feed_post_field_wrap #submit_post_box textarea#post_field {
  1006. 163.  -   width: 547px;
  1007. 164.  -   height: 24px;
  1008. 165.  -   line-height: 150%;
  1009. 166.  - }
  1010. 167.  - .feed_post_field_wrap #submit_post {
  1011. 168.  -   display: none;
  1012. 169.  - }
  1013. 170.  - .feed_post_field_wrap .mention_rich_ta {
  1014. 171.  -   line-height: 150%;
  1015. 172.  - }
  1016. 173.  -
  1017. 174.  - .feed_post_field_wrap .post_upload_wrap {
  1018. 175.  -   top: 7px;
  1019. 176.  -   right: 5px;
  1020. 177.  - }
  1021. 178.  - .feed_post_field_wrap .post_upload_dropbox_inner {
  1022. 179.  -   width: 543px;
  1023. 180.  - }
  1024. 181.  - .feed_post_field_wrap .post_upload_min_wrap {
  1025. 182.  -   top: 0px;
  1026. 183.  -   right: 0px;
  1027. 184.  - }
  1028. 185.  - .feed_post_field_wrap .post_upload_min_wrap div.post_upload {
  1029. 186.  -   height: 32px;
  1030. 187.  -   background-position: center 10px;
  1031. 188.  - }
  1032. 189.  -
  1033. 190.  -
  1034. 191.  - #main_feed .post {
  1035. 192.  -   border-top: 0;
  1036. 193.  -   border-bottom: 1px solid #DAE1E8;
  1037. 194.  -   padding: 5px 0 3px;
  1038. 195.  - }
  1039. 196.  - #main_feed .post .match {
  1040. 197.  -   background: #E1E7ED;
  1041. 198.  -   border-bottom: 1px solid #DAE1E8;
  1042. 199.  -   margin: 0px;
  1043. 200.  -   padding: 0px 1px;
  1044. 201.  - }
  1045. 202.  - #main_feed .post .feed_ignore_label {
  1046. 203.  -   text-align: center;
  1047. 204.  -   line-height: 1.81em;
  1048. 205.  -   padding: 8px 60px 8px;
  1049. 206.  - }
  1050. 207.  - .feed_ignore_owner_button {
  1051. 208.  -   margin: 0 5px;
  1052. 209.  - }
  1053. 210.  - .feed_ignore_cancel_wrap {
  1054. 211.  -   position: relative;
  1055. 212.  - }
  1056. 213.  - .feed_ignore_cancel {
  1057. 214.  -   display: block;
  1058. 215.  -   position: absolute;
  1059. 216.  -   right: -60px;
  1060. 217.  -   padding: 3px 5px 2px;
  1061. 218.  - }
  1062. 219.  - .feed_ignore_owner_second_button {
  1063. 220.  -   margin-top: 10px;
  1064. 221.  - }
  1065. 222.  -
  1066. 223.  - #main_feed #show_more_link {
  1067. 224.  -   margin-top: -1px;
  1068. 225.  -   padding: 10px 0;
  1069. 226.  -   margin-bottom: 15px;
  1070. 227.  - }
  1071. 228.  -
  1072. 229.  - #main_feed .explain {
  1073. 230.  -   line-height: 150%;
  1074. 231.  -   padding-left: 1px;
  1075. 232.  - }
  1076. 233.  - #main_feed .feed_group_explain {
  1077. 234.  -   padding-top: 6px;
  1078. 235.  -   color: #777;
  1079. 236.  - }
  1080. 237.  -
  1081. 238.  - #main_feed .feed_explain_list {
  1082. 239.  -   padding-top: 4px;
  1083. 240.  -   line-height: 160%;
  1084. 241.  -   height: auto;
  1085. 242.  - }
  1086. 243.  -
  1087. 244.  - .post_photos .like_wrap, .post_photos .replies_wrap {
  1088. 245.  -   display: none;
  1089. 246.  - }
  1090. 247.  -
  1091. 248.  - .feed_friends {
  1092. 249.  -   vertical-align: middle;
  1093. 250.  -   padding-top: 5px;
  1094. 251.  - }
  1095. 252.  - .feed_friend {
  1096. 253.  -   float: left;
  1097. 254.  -   width: 100px;
  1098. 255.  -   padding: 8px 15px 0 0;
  1099. 256.  - }
  1100. 257.  - .feed_friend_image {
  1101. 258.  -   height: 100px;
  1102. 259.  -   overflow: hidden;
  1103. 260.  - }
  1104. 261.  - .feed_friend_name {
  1105. 262.  -   padding: 5px 5px 1px;
  1106. 263.  -   overflow: hidden;
  1107. 264.  -   line-height: 1.27em;
  1108. 265.  -   text-align: center;
  1109. 266.  - }
  1110. 267.  -
  1111. 268.  - .feed_gifts {
  1112. 269.  -   vertical-align: middle;
  1113. 270.  -   padding-top: 5px;
  1114. 271.  - }
  1115. 272.  - .feed_gift {
  1116. 273.  -   float: left;
  1117. 274.  -   width: 96px;
  1118. 275.  -   padding: 5px 5px 5px 0;
  1119. 276.  -   text-align: center;
  1120. 277.  - }
  1121. 278.  - .feed_gift_image {
  1122. 279.  -   height: 96px;
  1123. 280.  -   overflow: hidden;
  1124. 281.  - }
  1125. 282.  -
  1126. 283.  - .feed_videos {
  1127. 284.  -   vertical-align: middle;
  1128. 285.  -   padding-top: 10px;
  1129. 286.  - }
  1130. 287.  -
  1131. 288.  - .feed_filter_sep {
  1132. 289.  -   margin: 10px 0px;
  1133. 290.  -   border-bottom: 1px solid #DAE2E8;
  1134. 291.  -   height: 1px;
  1135. 292.  -   overflow: hidden;
  1136. 293.  -   width: 136px;
  1137. 294.  - }
  1138. 295.  - #feed_menu .feed_s_filter {
  1139. 296.  -   display: none;
  1140. 297.  - }
  1141. 298.  -
  1142. 299.  - #posts_filter {
  1143. 300.  -   padding: 0;
  1144. 301.  -   margin: 0;
  1145. 302.  -   outline: 0;
  1146. 303.  - }
  1147. 304.  -
  1148. 305.  - #feed_summary_wrap .summary {
  1149. 306.  -   word-wrap: break-word;
  1150. 307.  - }
  1151. 308.  -
  1152. 309.  - a#posts_filter:hover {
  1153. 310.  -   text-decoration: underline !important;
  1154. 311.  - }
  1155. 312.  - .dd_menu_posts .dd_menu_header {
  1156. 313.  -   width: 130px;
  1157. 314.  - }
  1158. 315.  - .dd_menu_posts .dd_header_hover {
  1159. 316.  -   visibility: hidden;
  1160. 317.  - }
  1161. 318.  - .dd_menu_posts .dd_menu_rows a, .dd_menu_groups .dd_menu_rows a {
  1162. 319.  -   padding-top: 3px;
  1163. 320.  -   height: 17px;
  1164. 321.  - }
  1165. 322.  - .dd_menu_groups .dd_menu_rows a {
  1166. 323.  -   padding-top: 2px;
  1167. 324.  -   height: 16px;
  1168. 325.  - }
  1169. 326.  - .dd_menu_groups .dd_menu_rows a {
  1170. 327.  -   overflow: hidden;
  1171. 328.  - }
  1172. 329.  -
  1173. 330.  - .dd_menu_groups .dd_menu_rows .dd_item_-5,
  1174. 331.  - .dd_menu_groups .dd_menu_rows .dd_item_-4,
  1175. 332.  - .dd_menu_groups .dd_menu_rows .dd_item_-3,
  1176. 333.  - .dd_menu_groups .dd_menu_rows .dd_item_-2,
  1177. 334.  - .dd_menu_groups .dd_menu_rows .dd_item_-1 {
  1178. 335.  -   background-image: url(/images/icons/mono_iconset.gif?8);
  1179. 336.  -   background-repeat: no-repeat;
  1180. 337.  -   padding-right: 26px;
  1181. 338.  - }
  1182. 339.  -
  1183. 340.  - .dd_menu_groups .dd_menu_rows .dd_item_-5 { background-position: 97% -40px; }
  1184. 341.  - .dd_menu_groups .dd_menu_rows .dd_item_-4 { background-position: 97% -53px; }
  1185. 342.  - .dd_menu_groups .dd_menu_rows .dd_item_-3 { background-position: 97% 3px; }
  1186. 343.  - .dd_menu_groups .dd_menu_rows .dd_item_-2 { background-position: 97% -116px; }
  1187. 344.  - .dd_menu_groups .dd_menu_rows .dd_item_-1 { background-position: 97% -86px; }
  1188. 345.  -
  1189. 346.  -
  1190. 347.  -
  1191. 348.  - #feed_menu_wrap {
  1192. 349.  -   position: relative;
  1193. 350.  - }
  1194. 351.  - #feed_menu {
  1195. 352.  -   position: absolute;
  1196. 353.  -   left: 470px;
  1197. 354.  -   top: -1px;
  1198. 355.  -   -moz-box-shadow: 0 1px 3px #DAE1E8;
  1199. 356.  -   -webkit-box-shadow: 0 1px 3px #DAE1E8;
  1200. 357.  -   box-shadow: 0 1px 3px #DAE1E8;
  1201. 358.  -   background: #F7F7F7;
  1202. 359.  -   z-index: 1403;
  1203. 360.  -   display: none;
  1204. 361.  -   border: 1px solid #DAE1E8;
  1205. 362.  -   line-height: 150%;
  1206. 363.  -   width: 136px;
  1207. 364.  -   padding: 10px;
  1208. 365.  - }
  1209. 366.  - .feed_filter_row {
  1210. 367.  -   cursor: pointer;
  1211. 368.  -   margin-bottom: 2px;
  1212. 369.  -   padding: 3px 0;
  1213. 370.  -   clear: left;
  1214. 371.  -   line-height: normal;
  1215. 372.  - }
  1216. 373.  - .feed_filter_row:last-child {
  1217. 374.  -   margin: 0;
  1218. 375.  - }
  1219. 376.  - .feed_filter_row_over {
  1220. 377.  -   background-color: #DAE1E8;
  1221. 378.  - }
  1222. 379.  -
  1223. 380.  - .feed_filter_icon {
  1224. 381.  -   margin: 1px 0 0 4px;
  1225. 382.  -   width: 11px;
  1226. 383.  -   height: 11px;
  1227. 384.  -   background-image: url(/images/icons/mono_iconset.gif?8);
  1228. 385.  -   background-repeat: no-repeat;
  1229. 386.  - }
  1230. 387.  - .feed_filter_check {
  1231. 388.  -   width: 13px;
  1232. 389.  -   height: 12px;
  1233. 390.  -   background: url(/images/icons/check_balanced.gif) no-repeat 0 0;
  1234. 391.  -   visibility: hidden;
  1235. 392.  - }
  1236. 393.  - .checked .feed_filter_check {
  1237. 394.  -   visibility: visible;
  1238. 395.  - }
  1239. 396.  - .feed_icon_news {background-position: 0 -45px;}
  1240. 397.  - .feed_icon_ph { background-position: 0 -30px; }
  1241. 398.  - .feed_icon_vd { background-position: 0 -75px; }
  1242. 399.  - .feed_icon_nt { background-position: 0 -150px; }
  1243. 400.  - .feed_icon_ps { background-position: 0 -45px; }
  1244. 401.  - .feed_icon_tp { background-position: 0 -192px; }
  1245. 402.  - .feed_icon_nw { background-position: 0 -148px; }
  1246. 403.  - .feed_icon_fr { background-position: 0 -15px; }
  1247. 404.  - .feed_icon_gf { background-position: 0 -104px; }
  1248. 405.  - .feed_icon_gr { background-position: 0 -88px; }
  1249. 406.  - .feed_icon_ev { background-position: 0 -164px; }
  1250. 407.  - .feed_icon_lk { background-position: 0 -178px; }
  1251. 408.  - .feed_icon_rp { background-position: 0 -250px; }
  1252. 409.  - .feed_icon_mt { background-position: 0 0; }
  1253. 410.  -
  1254. 411.  -
  1255. 412.  - .feed_tab_add .summary_tab3 {
  1256. 413.  -   padding: 0;
  1257. 414.  - }
  1258. 415.  - #feed_tab_add_menu_wrap {
  1259. 416.  -   position: relative;
  1260. 417.  - }
  1261. 418.  - #feed_tab_add_menu {
  1262. 419.  -   position: absolute;
  1263. 420.  -   display: none;
  1264. 421.  -   font-weight: normal;
  1265. 422.  -   top: -20px;
  1266. 423.  -   /* right: -2px; */
  1267. 424.  -   right: 0;
  1268. 425.  -   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  1269. 426.  -   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  1270. 427.  -   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  1271. 428.  -   z-index: 2000;
  1272. 429.  -   width: 156px;
  1273. 430.  - }
  1274. 431.  - .feed_tab_add_icon {
  1275. 432.  -   width: 16px;
  1276. 433.  -   height: 16px;
  1277. 434.  -   margin: 0;
  1278. 435.  -   background: url(/images/icons/news_iconset.png?2) no-repeat 0 -144px;
  1279. 436.  - }
  1280. 437.  - #feed_tab_add_menu .feed_tab_add_icon {
  1281. 438.  -   background-position: 0 -128px;
  1282. 439.  - }
  1283. 440.  - #feed_tab_add_header {
  1284. 441.  -   cursor: pointer;
  1285. 442.  -   /*background: #7190b1;*/
  1286. 443.  -   background: #597DA3;
  1287. 444.  -   padding: 3px 8px 1px 8px;
  1288. 445.  -   color: #FFF;
  1289. 446.  -   font-weight: bold;
  1290. 447.  -   -webkit-border-radius: 2px 2px 0 0;
  1291. 448.  -   -moz-border-radius: 2px 2px 0 0;
  1292. 449.  -   border-radius: 2px 2px 0 0;
  1293. 450.  -   overflow: hidden;
  1294. 451.  -   position: relative;
  1295. 452.  - }
  1296. 453.  - #feed_tab_add_filters {
  1297. 454.  -   background: #FFF;
  1298. 455.  -   border: 1px solid #a8b4c3;
  1299. 456.  -   border-top: 0;
  1300. 457.  -   -webkit-border-radius: 0 0 2px 2px;
  1301. 458.  -   -moz-border-radius: 0 0 2px 2px;
  1302. 459.  -   border-radius: 0 0 2px 2px;
  1303. 460.  -   overflow: hidden;
  1304. 461.  -   line-height: 150%;
  1305. 462.  -   padding: 0;
  1306. 463.  -   margin: 0;
  1307. 464.  -   position: relative;
  1308. 465.  - }
  1309. 466.  - .feed_filter_tabs_row {
  1310. 467.  -   cursor: pointer;
  1311. 468.  -   margin-bottom: 2px;
  1312. 469.  -   padding: 4px 5px 4px 7px;
  1313. 470.  -   clear: left;
  1314. 471.  -   line-height: normal;
  1315. 472.  - }
  1316. 473.  - .feed_filter_tabs_row:last-child {
  1317. 474.  -   margin: 0;
  1318. 475.  - }
  1319. 476.  - .feed_filter_tabs_row_over {
  1320. 477.  -   background-color: #DAE1E8;
  1321. 478.  - }
  1322. 479.  - .feed_filter_tabs_icon,
  1323. 480.  - .feed_filter_tabs_check {
  1324. 481.  -   width: 16px;
  1325. 482.  -   height: 16px;
  1326. 483.  -   margin: 0;
  1327. 484.  -   background-image: url(/images/icons/news_iconset.png?2);
  1328. 485.  - }
  1329. 486.  - .feed_filter_tabs_icon {
  1330. 487.  -   margin-right: 8px;
  1331. 488.  - }
  1332. 489.  - .feed_filter_tabs_title {
  1333. 490.  -   color: #2B587A;
  1334. 491.  -   line-height: 16px;
  1335. 492.  -   width: 102px;
  1336. 493.  -   overflow: hidden;
  1337. 494.  -   text-overflow: ellipsis;
  1338. 495.  -   white-space: nowrap;
  1339. 496.  - }
  1340. 497.  - .feed_filter_tabs_check {
  1341. 498.  -   background-position: 0 -97px;
  1342. 499.  -   background-repeat: no-repeat;
  1343. 500.  -   visibility: hidden;
  1344. 501.  - }
  1345. 502.  - .checked .feed_filter_tabs_check {
  1346. 503.  -   visibility: visible;
  1347. 504.  - }
  1348. 505.  - .feed_icon_friends { background-position: 0 0; }
  1349. 506.  - .feed_icon_groups { background-position: 0 -16px; }
  1350. 507.  - .feed_icon_photos { background-position: 0 -32px; }
  1351. 508.  - .feed_icon_search { background-position: 0 -48px; }
  1352. 509.  - .feed_icon_articles { background-position: 0 -64px; }
  1353. 510.  - .feed_icon_likes { background-position: 0 -80px; }
  1354. 511.  - .feed_icon_recommended { background-position: 0 -160px; }
  1355. 512.  - .feed_filter_lists_row .feed_filter_tabs_icon { background: none; }
  1356. 513.  - .feed_filter_lists_row .feed_filter_tabs_check { background-position: 0 -112px; }
  1357. 514.  - .feed_icon_newlist { background: none; }
  1358. 515.  -
  1359. 516.  - #filter_t_news {display: none;}
  1360. 517.  -
  1361. 518.  - b.feed_gr_icon,
  1362. 519.  - b.feed_ev_icon,
  1363. 520.  - b.feed_tp_icon,
  1364. 521.  - b.feed_nt_icon {
  1365. 522.  -   margin: 2px 4px 0 0;
  1366. 523.  -   display: block;
  1367. 524.  -   float: left;
  1368. 525.  -   width: 11px;
  1369. 526.  -   height: 11px;
  1370. 527.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat;
  1371. 528.  - }
  1372. 529.  - b.feed_gr_icon { background-position: 0 -88px; }
  1373. 530.  - b.feed_ev_icon { background-position: 0 -164px; }
  1374. 531.  - b.feed_nt_icon { background-position: 0 -148px; }
  1375. 532.  - b.feed_tp_icon { background-position: 0 -192px; }
  1376. 533.  -
  1377. 534.  - .feed_filter_title {
  1378. 535.  -   padding-left: 7px;
  1379. 536.  -   width: 98px;
  1380. 537.  -   *width: 95px;
  1381. 538.  -   color: #2B587A;
  1382. 539.  - }
  1383. 540.  -
  1384. 541.  -
  1385. 542.  - #feed_rows_next {
  1386. 543.  -   display: none;
  1387. 544.  - }
  1388. 545.  -
  1389. 546.  - #all_shown {
  1390. 547.  -   margin-top: -1px;
  1391. 548.  -   margin-bottom: 15px;
  1392. 549.  -   border-top: 1px solid #CAD1D9;
  1393. 550.  -   color: #777;
  1394. 551.  -   height: 13px;
  1395. 552.  -   display: none;
  1396. 553.  -   padding: 10px 0px;
  1397. 554.  -   text-align: center;
  1398. 555.  - }
  1399. 556.  -
  1400. 557.  - #feed_empty {
  1401. 558.  -   color: #777;
  1402. 559.  -   display: none;
  1403. 560.  -   font-size: 1.09em;
  1404. 561.  -   line-height: 170%;
  1405. 562.  -   padding: 100px 30px;
  1406. 563.  -   text-align: center;
  1407. 564.  - }
  1408. 565.  - #feed_error_wrap {
  1409. 566.  -   color: #777;
  1410. 567.  -   font-size: 1.09em;
  1411. 568.  -   line-height: 170%;
  1412. 569.  -   padding: 100px 30px;
  1413. 570.  -   text-align: center;
  1414. 571.  - }
  1415. 572.  -
  1416. 573.  - #feed_wall .feed_reposts_more_link {
  1417. 574.  -   border-top: 1px solid #FFF;
  1418. 575.  -   border-bottom: 1px solid #DAE1E8;
  1419. 576.  -   margin-top: -1px;
  1420. 577.  -   text-align: center;
  1421. 578.  - }
  1422. 579.  - .feed_reposts_group {
  1423. 580.  -   display: none;
  1424. 581.  - }
  1425. 582.  -
  1426. 583.  -
  1427. 584.  - /* Posts ignoring */
  1428. 585.  - .ignore_row {
  1429. 586.  -   background:#FFFFFF;
  1430. 587.  -   border-bottom:1px solid #DAE2E8;
  1431. 588.  -   padding:8px 0;
  1432. 589.  - }
  1433. 590.  -
  1434. 591.  - .ignore_row td.img img {
  1435. 592.  -   width:25px;
  1436. 593.  - }
  1437. 594.  -
  1438. 595.  - .ignore_row td.img a {
  1439. 596.  -   display:block;
  1440. 597.  -   height:25px;
  1441. 598.  -   overflow:hidden;
  1442. 599.  -   width:25px;
  1443. 600.  - }
  1444. 601.  -
  1445. 602.  - .ignore_row td.info {
  1446. 603.  - padding-left:10px;
  1447. 604.  - }
  1448. 605.  -
  1449. 606.  - .ignore_row td.info .actions {
  1450. 607.  -   height: 14px;
  1451. 608.  - }
  1452. 609.  -
  1453. 610.  - .ignore_row table {
  1454. 611.  - border-collapse:collapse;
  1455. 612.  - width:100%;
  1456. 613.  - line-height:120%;
  1457. 614.  - vertical-align:top;
  1458. 615.  - }
  1459. 616.  -
  1460. 617.  - .ignore_row td.img {
  1461. 618.  -   width:25px;
  1462. 619.  - }
  1463. 620.  -
  1464. 621.  - #ignore_header {
  1465. 622.  -   border-bottom:1px solid #DAE1E8;
  1466. 623.  -   margin:0;
  1467. 624.  -   padding:5px 0 2px;
  1468. 625.  - }
  1469. 626.  -
  1470. 627.  - .ignore_row .dld {
  1471. 628.  -   background: #FFFFFF;
  1472. 629.  -   color: #777;
  1473. 630.  -   font-weight: normal;
  1474. 631.  -   margin: 0;
  1475. 632.  -   border: 0;
  1476. 633.  - }
  1477. 634.  - .feed_post_report {
  1478. 635.  -   padding: 3px 0 8px;
  1479. 636.  - }
  1480. 637.  - .ignore_row_empty {
  1481. 638.  -   padding: 20px;
  1482. 639.  -   text-align: center;
  1483. 640.  -   color: #888;
  1484. 641.  - }
  1485. 642.  -
  1486. 643.  - .feed_ignore_list {
  1487. 644.  -   height:300px;
  1488. 645.  -   overflow:auto;
  1489. 646.  - }
  1490. 647.  -
  1491. 648.  -
  1492. 649.  - /* Comments autoupdate */
  1493. 650.  - #main_feed .wall_module .reply {
  1494. 651.  -   background: none;
  1495. 652.  - }
  1496. 653.  -
  1497. 654.  - /* Notifications feed */
  1498. 655.  - .feedback_answered_row_wrap {
  1499. 656.  -   border-bottom: 1px solid #DAE1E8;
  1500. 657.  -   padding: 0;
  1501. 658.  - }
  1502. 659.  - .feedback_row_wrap {
  1503. 660.  -   padding: 0 0 10px;
  1504. 661.  -   cursor: pointer;
  1505. 662.  - }
  1506. 663.  - .feedback_row_clickable_over1, .feedback_row_clickable_over2, .feedback_row_clickable_over3 {
  1507. 664.  -   background: #edf1f5;
  1508. 665.  -   margin: 0 -15px 0 -15px;
  1509. 666.  -   padding: 0 15px 0 15px;
  1510. 667.  - }
  1511. 668.  - .feedback_row_clickable_over2 {
  1512. 669.  -   border-top: 1px solid #DAE1E8;
  1513. 670.  -   margin-top: -1px;
  1514. 671.  - }
  1515. 672.  - .feedback_row_clickable_over3 {
  1516. 673.  -   padding-top: 5px;
  1517. 674.  -   margin-top: -5px;
  1518. 675.  -   margin-bottom: 0px;
  1519. 676.  - }
  1520. 677.  -
  1521. 678.  - .feedback_grouped_row {
  1522. 679.  -   padding: 10px 25px 0 0;
  1523. 680.  - }
  1524. 681.  - .feedback_row {
  1525. 682.  -   padding: 10px 30px 0 0;
  1526. 683.  - }
  1527. 684.  - .wide_wall_module .feedback_row_wrap .audio .title_wrap {
  1528. 685.  -   width: 300px;
  1529. 686.  - }
  1530. 687.  - .wide_wall_module .feedback_row_wrap .audio .title_wrap b {
  1531. 688.  -   max-width: 210px;
  1532. 689.  - }
  1533. 690.  - .feedback_grouped_row_wrap {
  1534. 691.  -   border-bottom: 1px solid #DAE1E8;
  1535. 692.  -   padding: 0 0 10px;
  1536. 693.  - }
  1537. 694.  -
  1538. 695.  -
  1539. 696.  - /* Answer */
  1540. 697.  - .feedback_row_answer_wrap {
  1541. 698.  -   border: 1px solid #d5dee7;
  1542. 699.  -   background: #edf1f5;
  1543. 700.  -   margin: 10px 0 0;
  1544. 701.  - }
  1545. 702.  - .feedback_answer_tail_wrap {
  1546. 703.  -   position: relative;
  1547. 704.  - }
  1548. 705.  - .feedback_answer_tail {
  1549. 706.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -127px no-repeat;
  1550. 707.  -   width: 15px;
  1551. 708.  -   height: 9px;
  1552. 709.  -   position: absolute;
  1553. 710.  -   left: 20px;
  1554. 711.  -   top: -7px;
  1555. 712.  - }
  1556. 713.  - .feedback_row_answer {
  1557. 714.  -   padding: 8px 10px 6px;
  1558. 715.  - }
  1559. 716.  - .feedback_row_answer .feedback_row_text {
  1560. 717.  -   padding: 0 0 1px 4px;
  1561. 718.  - }
  1562. 719.  - .feedback_row_answer td.feedback_row_photo {
  1563. 720.  -   padding: 2px 0;
  1564. 721.  - }
  1565. 722.  -
  1566. 723.  - .feedback_row_clickable_over .feedback_row_answer_wrap {
  1567. 724.  -   border: 1px solid #ccd5de;
  1568. 725.  -   background: #dae1e8;
  1569. 726.  - }
  1570. 727.  - .feedback_row_clickable_over .feedback_answer_tail {
  1571. 728.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -114px no-repeat;
  1572. 729.  - }
  1573. 730.  - .feedback_row_answer .feedback_row_date {
  1574. 731.  -   font-size: 0.9em;
  1575. 732.  - }
  1576. 733.  -
  1577. 734.  -
  1578. 735.  - /* Reply form */
  1579. 736.  - .feedback_reply_row_wrap {
  1580. 737.  -   border: 1px solid #ced7e0;
  1581. 738.  -   background: #e1e7ed;
  1582. 739.  -   margin: 5px 0px 10px 0;
  1583. 740.  -   zoom: 1;
  1584. 741.  - }
  1585. 742.  - .feedback_reply_row {
  1586. 743.  -   padding: 10px 10px 10px;
  1587. 744.  - }
  1588. 745.  - .feedback_reply_field {
  1589. 746.  -   width: 518px;
  1590. 747.  -   height: 31px;
  1591. 748.  -   resize: none;
  1592. 749.  - }
  1593. 750.  - .feedback_reply_actions {
  1594. 751.  -   padding-top: 10px;
  1595. 752.  - }
  1596. 753.  - .feedback_reply_hint_wrap {
  1597. 754.  -   padding: 6px 0 6px 10px;
  1598. 755.  - }
  1599. 756.  - .feedback_reply_hint {
  1600. 757.  -   color: #879BB0;
  1601. 758.  -   cursor: default;
  1602. 759.  - }
  1603. 760.  - .wall_module .feedback_reply_actions .reply_hint {
  1604. 761.  -   padding: 0;
  1605. 762.  - }
  1606. 763.  -
  1607. 764.  -
  1608. 765.  - .feedback_ownreply_tt table .tt_text {
  1609. 766.  -   color: #000;
  1610. 767.  -   padding: 10px;
  1611. 768.  -   width: 310px;
  1612. 769.  - }
  1613. 770.  - .feedback_ownreply_tt table.toup1 .bottom_pointer {
  1614. 771.  -   margin-right: 0px;
  1615. 772.  -   margin-left: 64px;
  1616. 773.  -   display: block;
  1617. 774.  -   background: url(/images/tooltip_arrow_white.gif) no-repeat;
  1618. 775.  - }
  1619. 776.  - .feedback_ownreply_tt table.toup .top_pointer {
  1620. 777.  -   margin-right: 0px;
  1621. 778.  -   margin-left: 64px;
  1622. 779.  -   display: block;
  1623. 780.  -   bottom: -2px;
  1624. 781.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  1625. 782.  - }
  1626. 783.  -
  1627. 784.  -
  1628. 785.  - .feedback_reply_tail_wrap {
  1629. 786.  -   position: relative;
  1630. 787.  - }
  1631. 788.  - .feedback_reply_tail {
  1632. 789.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -140px no-repeat;
  1633. 790.  -   width: 15px;
  1634. 791.  -   height: 9px;
  1635. 792.  -   position: absolute;
  1636. 793.  -   left: 20px;
  1637. 794.  -   top: -7px;
  1638. 795.  - }
  1639. 796.  -
  1640. 797.  - table.feedback_row_t {
  1641. 798.  -   width: 100%;
  1642. 799.  - }
  1643. 800.  - td.feedback_row_photo {
  1644. 801.  -   padding-top: 0;
  1645. 802.  -   width: 60px;
  1646. 803.  - }
  1647. 804.  - div.feedback_row_photo {
  1648. 805.  -   width: 60px;
  1649. 806.  -   height: 50px;
  1650. 807.  -   overflow: hidden;
  1651. 808.  - }
  1652. 809.  - img.feedback_row_photo {
  1653. 810.  -   max-width: 50px;
  1654. 811.  -   *width: 50px;
  1655. 812.  - }
  1656. 813.  -
  1657. 814.  - .feedback_row_answer td.feedback_row_photo, .feedback_row_answer div.feedback_row_photo {
  1658. 815.  -   width: 49px;
  1659. 816.  - }
  1660. 817.  - .feedback_reply_row td.feedback_row_photo {
  1661. 818.  -   width: 49px;
  1662. 819.  -   padding-top: 0;
  1663. 820.  - }
  1664. 821.  - .feedback_row_answer div.feedback_row_photo, .feedback_reply_row div.feedback_row_photo {
  1665. 822.  -   height: 39px;
  1666. 823.  - }
  1667. 824.  -
  1668. 825.  - .feedback_row_answer img.feedback_row_photo, .feedback_reply_row img.feedback_row_photo {
  1669. 826.  -   width: 39px;
  1670. 827.  - }
  1671. 828.  -
  1672. 829.  - td.feedback_row_content {
  1673. 830.  -   line-height: 150%;
  1674. 831.  - }
  1675. 832.  - div.feedback_row_content,
  1676. 833.  - .wall_module .feedback_row_text .wall_post_text {
  1677. 834.  -   width: 450px;
  1678. 835.  - }
  1679. 836.  - div.feedback_row_content {
  1680. 837.  -   padding-left: 4px;
  1681. 838.  -   margin-left: -4px;
  1682. 839.  - }
  1683. 840.  - .feedback_row_text {
  1684. 841.  -   line-height: 160%;
  1685. 842.  -   padding: 2px 0 4px;
  1686. 843.  -   max-width: 450px;
  1687. 844.  -   overflow: hidden;
  1688. 845.  -   word-wrap: break-word;
  1689. 846.  -   padding-left: 4px;
  1690. 847.  -   margin-left: -4px;
  1691. 848.  - }
  1692. 849.  - .feedback_row_text .wall_post_text {
  1693. 850.  -   padding-top: 0;
  1694. 851.  - }
  1695. 852.  - #feed_wall .feedback_row_text .wall_post_text {
  1696. 853.  -   padding-right: 0;
  1697. 854.  - }
  1698. 855.  - #feed_wall .feedback_row_text .wall_reply_text,
  1699. 856.  - #feed_wall .feedback_row_text .wall_post_text {
  1700. 857.  -   width: 450px;
  1701. 858.  - }
  1702. 859.  - .feedback_row_title {
  1703. 860.  -   font-weight: bold;
  1704. 861.  -   padding-bottom: 5px;
  1705. 862.  - }
  1706. 863.  - .feedback_row_date {
  1707. 864.  -   color: #999;
  1708. 865.  -   max-width: 450px;
  1709. 866.  -   white-space: nowrap;
  1710. 867.  -   -o-text-overflow: ellipsis;
  1711. 868.  -   text-overflow: ellipsis;
  1712. 869.  -   overflow: hidden;
  1713. 870.  - }
  1714. 871.  - .wide_wall_module div.feedback_row .post_media.wall_audio  {
  1715. 872.  -   width: 450px;
  1716. 873.  - }
  1717. 874.  - .feedback_row_date_link {
  1718. 875.  -   color: #999;
  1719. 876.  - }
  1720. 877.  - .feedback_row_clickable_over .feedback_row_date_link, .feedback_row_clickable_over .feedback_row_date {
  1721. 878.  -   color: #879BB0;
  1722. 879.  - }
  1723. 880.  - .feedback_grouped_row .feedback_row_icon {
  1724. 881.  -   margin: 2px 0 0 38px;
  1725. 882.  -   width: 15px;
  1726. 883.  -   height: 11px;
  1727. 884.  -   background-image: url(/images/icons/feedback_iconset.gif?5);
  1728. 885.  -   background-repeat: no-repeat;
  1729. 886.  - }
  1730. 887.  - .feedback_like_row .feedback_row_icon {
  1731. 888.  -   background-position: 0 -16px;
  1732. 889.  - }
  1733. 890.  - .feedback_copy_row .feedback_row_icon {
  1734. 891.  -   background-position: 0 -32px;
  1735. 892.  -   height: 13px;
  1736. 893.  - }
  1737. 894.  - .feedback_friends_row .feedback_row_icon {
  1738. 895.  -   background-position: 0 -169px;
  1739. 896.  -   height: 13px;
  1740. 897.  - }
  1741. 898.  -
  1742. 899.  - .feedback_row_group_names {
  1743. 900.  -   color: #777;
  1744. 901.  - }
  1745. 902.  - .feedback_row_group_names .mem_link,
  1746. 903.  - .feedback_row_group_names .group_link {
  1747. 904.  -   font-weight: bold;
  1748. 905.  - }
  1749. 906.  - .feedback_row_group_photos {
  1750. 907.  -   padding-top: 4px;
  1751. 908.  - }
  1752. 909.  - .feedback_group_photo_wrap {
  1753. 910.  -   padding: 3px 6px 6px 0;
  1754. 911.  - }
  1755. 912.  - .feedback_group_photo_wrap:last-child {
  1756. 913.  -   padding-right: 0;
  1757. 914.  - }
  1758. 915.  - a.feedback_group_photo {
  1759. 916.  -   display: block;
  1760. 917.  -   width: 32px;
  1761. 918.  -   height: 32px;
  1762. 919.  -   overflow: hidden;
  1763. 920.  - }
  1764. 921.  - img.feedback_group_photo {
  1765. 922.  -   width: 32px;
  1766. 923.  -   height: 32px;
  1767. 924.  - }
  1768. 925.  -
  1769. 926.  - /* Reply likes */
  1770. 927.  - .feedback_like_wrap {
  1771. 928.  -   position: absolute;
  1772. 929.  -   margin: -15px 0 0 584px;
  1773. 930.  - }
  1774. 931.  - .wall_module .feedback_like_wrap .like_wrap {
  1775. 932.  -   margin: 0;
  1776. 933.  -   padding: 0;
  1777. 934.  - }
  1778. 935.  - .wall_module .feedback_like_wrap .like_link {
  1779. 936.  -   display: none;
  1780. 937.  - }
  1781. 938.  - .wall_module .feedback_like_wrap .no_likes {
  1782. 939.  -   visibility: visible;
  1783. 940.  - }
  1784. 941.  - .wall_module .feedback_like_wrap .like_count {
  1785. 942.  -   display: none;
  1786. 943.  - }
  1787. 944.  - .wall_module .feedback_like_wrap .like_wrap div {
  1788. 945.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -49px no-repeat;
  1789. 946.  -   width: 14px;
  1790. 947.  -   height: 11px;
  1791. 948.  -   margin: 0;
  1792. 949.  -   opacity: 0.6;
  1793. 950.  -   filter: alpha(opacity=60);
  1794. 951.  - }
  1795. 952.  - .wall_module .feedback_like_wrap .like_wrap div.my_like {
  1796. 953.  -   opacity: 1;
  1797. 954.  -   filter: alpha(opacity=100);
  1798. 955.  - }
  1799. 956.  - /* Reply delete */
  1800. 957.  - .feedback_del_wrap {
  1801. 958.  -   position: absolute;
  1802. 959.  -   margin: 1px 0 0 585px;
  1803. 960.  - }
  1804. 961.  - .feedback_del {
  1805. 962.  -   cursor: pointer;
  1806. 963.  -   padding: 0;
  1807. 964.  -   margin: 0;
  1808. 965.  - }
  1809. 966.  - .feedback_del_icon {
  1810. 967.  -   background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
  1811. 968.  -   width: 11px;
  1812. 969.  -   height: 11px;
  1813. 970.  -   margin: 0;
  1814. 971.  -
  1815. 972.  -   opacity: 0.6;
  1816. 973.  -   filter: alpha(opacity=60);
  1817. 974.  - }
  1818. 975.  - .feedback_del_label {
  1819. 976.  -   color: #2B587A;
  1820. 977.  -   padding: 1px 0 0 7px;
  1821. 978.  - }
  1822. 979.  -
  1823. 980.  - .wall_module .feedback_ignored_row {
  1824. 981.  -   border-bottom: 1px solid #DAE1E8;
  1825. 982.  -   text-align: center;
  1826. 983.  -   line-height: 1.81em;
  1827. 984.  -   padding: 10px 0;
  1828. 985.  - }
  1829. 986.  - .feedback_ignored_flush {
  1830. 987.  -   line-height: 120%;
  1831. 988.  -   padding-top: 6px;
  1832. 989.  -   text-align: center;
  1833. 990.  - }
  1834. 991.  -
  1835. 992.  - .feedback_row_clickable .feedback_del_wrap,
  1836. 993.  - .feedback_row_clickable .feedback_like_wrap .like_wrap div {
  1837. 994.  -   display: none;
  1838. 995.  - }
  1839. 996.  -
  1840. 997.  - .feedback_row_clickable_over .feedback_del_wrap,
  1841. 998.  - .feedback_row_clickable .feedback_like_wrap .like_wrap div.my_like,
  1842. 999.  - .feedback_row_clickable_over .feedback_like_wrap .like_wrap div {
  1843. 1000.  -   display: block;
  1844. 1001.  - }
  1845. 1002.  - .wall_module .feedback_row_answer .delete_post {
  1846. 1003.  -   width: 11px;
  1847. 1004.  -   padding-top: 2px;
  1848. 1005.  -   display: none;
  1849. 1006.  - }
  1850. 1007.  - .wall_module .feedback_row_answer .delete_post div {
  1851. 1008.  -   background-position: 0 0;
  1852. 1009.  -   width: 11px;
  1853. 1010.  -   height: 11px;
  1854. 1011.  -   opacity: 0.6;
  1855. 1012.  -   filter: alpha(opacity=0.6);
  1856. 1013.  - }
  1857. 1014.  - .wall_module .feedback_row_answer .dld,
  1858. 1015.  - .wall_module .feedback_reply_row .dld {
  1859. 1016.  -   line-height: 140%;
  1860. 1017.  -   color: #879BB0;
  1861. 1018.  -   padding: 1px 49px 3px;
  1862. 1019.  - }
  1863. 1020.  - .wall_module .feedback_reply_row_share {
  1864. 1021.  -   color: #45688E;
  1865. 1022.  - }
  1866. 1023.  - .wall_module .feedback_row_answer .dld .dld {
  1867. 1024.  -   padding: 0;
  1868. 1025.  - }
  1869. 1026.  - .feedback_graphs_wrap {
  1870. 1027.  -   padding-bottom: 10px;
  1871. 1028.  -   border-bottom: 1px solid #DAE1E8;
  1872. 1029.  - }
  1873. 1030.  - .feedback_graphs_shadow_wrap {
  1874. 1031.  -   position: relative;
  1875. 1032.  - }
  1876. 1033.  - .feedback_graphs_shadow {
  1877. 1034.  -   background: #555;
  1878. 1035.  -   opacity: 0.12;
  1879. 1036.  -   filter: alpha(opacity=12);
  1880. 1037.  -   position: absolute;
  1881. 1038.  -   width: 599px;
  1882. 1039.  -   height: 3px;
  1883. 1040.  - }
  1884. 1041.  -
  1885. 1042.  -
  1886. 1043.  - /* Slider */
  1887. 1044.  - #feed_rate_slider_wrap {
  1888. 1045.  -   position: absolute;
  1889. 1046.  -   width: 100px;
  1890. 1047.  -   right: 32px;
  1891. 1048.  -   margin-top: -17px;
  1892. 1049.  - }
  1893. 1050.  - div.feed_rate_label {
  1894. 1051.  -   cursor: default;
  1895. 1052.  -   color: #8699AE;
  1896. 1053.  -   font-size: 1em;
  1897. 1054.  -   text-align: center;
  1898. 1055.  -   line-height: 1.18em;
  1899. 1056.  -   height: 13px;
  1900. 1057.  -   white-space: nowrap;
  1901. 1058.  - }
  1902. 1059.  - div.feed_rate_label b {
  1903. 1060.  -   color: #47688d;
  1904. 1061.  - }
  1905. 1062.  - #feed_rate_slider_scale {
  1906. 1063.  -   cursor: pointer;
  1907. 1064.  -   padding-top: 3px;
  1908. 1065.  - }
  1909. 1066.  - #feed_rate_slider_line {
  1910. 1067.  -   cursor: pointer;
  1911. 1068.  -   border-bottom: 1px solid #5F7D9D;
  1912. 1069.  - }
  1913. 1070.  - #feed_rate_slider {
  1914. 1071.  -   cursor: pointer;
  1915. 1072.  -   background: #5F7D9D;
  1916. 1073.  -   width: 11px;
  1917. 1074.  -   height: 4px;
  1918. 1075.  - }
  1919. 1076.  - .feed_rate_wait,
  1920. 1077.  - .feed_rate_wait #feed_rate_slider_scale,
  1921. 1078.  - .feed_rate_wait #feed_rate_slider_line,
  1922. 1079.  - .feed_rate_wait #feed_rate_slider {
  1923. 1080.  -   cursor: wait;
  1924. 1081.  - }
  1925. 1082.  -
  1926. 1083.  - .feed_rate_wait .feed_rate_label {
  1927. 1084.  -   cursor: wait;
  1928. 1085.  -   text-align: left;
  1929. 1086.  -   padding-left: 15px;
  1930. 1087.  - }
  1931. 1088.  - span.feed_rate_load_label,
  1932. 1089.  - .feed_rate_wait #feed_rate_slider_label {
  1933. 1090.  -   display: none;
  1934. 1091.  - }
  1935. 1092.  - .feed_rate_wait span.feed_rate_load_label {
  1936. 1093.  -   display: inline;
  1937. 1094.  - }
  1938. 1095.  - #feed_rate_mobile {
  1939. 1096.  -   display: none;
  1940. 1097.  -   text-align: right;
  1941. 1098.  -   margin-top: -6px;
  1942. 1099.  - }
  1943. 1100.  - #feed_rate_select {
  1944. 1101.  -   margin: 0;
  1945. 1102.  - }
  1946. 1103.  -
  1947. 1104.  - /* Slider tooltip */
  1948. 1105.  - .feed_side_tt table .tt_text {
  1949. 1106.  -   line-height: 120%;
  1950. 1107.  -   color: #000;
  1951. 1108.  -   padding: 10px;
  1952. 1109.  -   width: 200px;
  1953. 1110.  - }
  1954. 1111.  - .feed_side_tt_pointer {
  1955. 1112.  -   background: url(/images/ddtooltip.png) 0 0 no-repeat;
  1956. 1113.  -   width: 8px;
  1957. 1114.  -   height: 11px;
  1958. 1115.  -   position: absolute;
  1959. 1116.  -   left: -7px;
  1960. 1117.  -   top: 50px;
  1961. 1118.  -   overflow: hidden;
  1962. 1119.  -   z-index: 10;
  1963. 1120.  - }
  1964. 1121.  - #feed_rate_tt_place {
  1965. 1122.  -   width: 1px;
  1966. 1123.  -   height: 1px;
  1967. 1124.  - }
  1968. 1125.  -
  1969. 1126.  - /* Feedback page thumbs fixes */
  1970. 1127.  - #feed_wall .feedback_row a.page_post_thumb_wrap,
  1971. 1128.  - #feed_wall .feedback_row a.page_post_thumb_unsized {
  1972. 1129.  -   margin: 0 3px 3px 0;
  1973. 1130.  - }
  1974. 1131.  - #feed_wall .feedback_row  a.page_post_thumb_last_column {
  1975. 1132.  -   margin-right: 0;
  1976. 1133.  - }
  1977. 1134.  - #feed_wall .feedback_row  a.page_post_thumb_last_row {
  1978. 1135.  -   margin-bottom: 0;
  1979. 1136.  - }
  1980. 1137.  -
  1981. 1138.  - #feed_recom_rows,
  1982. 1139.  - #feed_recom_preview {
  1983. 1140.  -   padding: 5px 10px;
  1984. 1141.  - }
  1985. 1142.  - #feed_recom_more {
  1986. 1143.  -   display: block;
  1987. 1144.  -   margin: 0px 15px;
  1988. 1145.  -   color: #6A7989;
  1989. 1146.  -   background: #E9EDF1;
  1990. 1147.  -   height: 13px;
  1991. 1148.  -   padding: 9px 0px 8px;
  1992. 1149.  -   text-align: center;
  1993. 1150.  - }
  1994. 1151.  - #feed_recom_norows {
  1995. 1152.  -   color: #777;
  1996. 1153.  -   font-size: 13px;
  1997. 1154.  -   display: none;
  1998. 1155.  -   text-align: center;
  1999. 1156.  -   padding: 100px 20px;
  2000. 1157.  - }
  2001. 1158.  - #feed_recom_prg {
  2002. 1159.  -   margin: 0px auto;
  2003. 1160.  - }
  2004. 1161.  - #feed_recom_more:hover {
  2005. 1162.  -   text-decoration: none;
  2006. 1163.  - }
  2007. 1164.  - div.feed_recom {
  2008. 1165.  -   display: inline;
  2009. 1166.  -   display: inline-block;
  2010. 1167.  -   zoom: 1;
  2011. 1168.  -   width: 292px;
  2012. 1169.  -   padding: 10px 5px;
  2013. 1170.  - }
  2014. 1171.  - .feed_recoms_edit .feed_recom {
  2015. 1172.  -   width: 592px;
  2016. 1173.  - }
  2017. 1174.  - .feed_recom_edit:hover {
  2018. 1175.  -   cursor: pointer;
  2019. 1176.  -   text-decoration: underline;
  2020. 1177.  - }
  2021. 1178.  - .feed_recom_photo {
  2022. 1179.  -   width: 105px;
  2023. 1180.  -   height: 90px;
  2024. 1181.  -   overflow: hidden;
  2025. 1182.  - }
  2026. 1183.  - .feed_recom_img {
  2027. 1184.  -   width: 90px;
  2028. 1185.  -   vertical-align: top;
  2029. 1186.  - }
  2030. 1187.  - .feed_recom_lnk {
  2031. 1188.  -   color: #45688E;
  2032. 1189.  - }
  2033. 1190.  - .feed_recom_name {
  2034. 1191.  -   font-weight: bold;
  2035. 1192.  -   padding: 1px 0px 4px;
  2036. 1193.  - }
  2037. 1194.  - .feed_recom_desc,
  2038. 1195.  - .feed_recom_size {
  2039. 1196.  -   color: #777;
  2040. 1197.  -   padding: 3px 0px 4px;
  2041. 1198.  - }
  2042. 1199.  - .feed_recom_name,
  2043. 1200.  - .feed_recom_desc,
  2044. 1201.  - .feed_recom_size {
  2045. 1202.  -   width: 187px;
  2046. 1203.  -   overflow: hidden;
  2047. 1204.  -   -o-text-overflow: ellipsis;
  2048. 1205.  -   text-overflow: ellipsis;
  2049. 1206.  -   white-space: nowrap;
  2050. 1207.  - }
  2051. 1208.  - .feed_recom_info {
  2052. 1209.  -   width: 187px;
  2053. 1210.  - }
  2054. 1211.  - .feed_recom_right {
  2055. 1212.  -   width: 290px;
  2056. 1213.  - }
  2057. 1214.  - .feed_recom_label {
  2058. 1215.  -   color: #777;
  2059. 1216.  -   padding: 1px 10px 6px;
  2060. 1217.  -   width: 100px;
  2061. 1218.  - }
  2062. 1219.  - .feed_recom_labeled {
  2063. 1220.  -   padding: 1px 0px 6px;
  2064. 1221.  -   width: 170px;
  2065. 1222.  - }
  2066. 1223.  - .feed_recom_labeled .selector_container {
  2067. 1224.  -   margin: -5px -6px -4px;
  2068. 1225.  - }
  2069. 1226.  - .feed_recom_btn {
  2070. 1227.  -   margin-top: 7px;
  2071. 1228.  - }
  2072. 1229.  - .feed_recom_done {
  2073. 1230.  -   padding-top: 13px;
  2074. 1231.  -   color: #777;
  2075. 1232.  - }
  2076. 1233.  - .feed_recom_add,
  2077. 1234.  - .feed_recom_preview {
  2078. 1235.  -   background: #F7F7F7;
  2079. 1236.  -   padding: 10px;
  2080. 1237.  -   border-bottom: 1px solid #DAE1E8;
  2081. 1238.  - }
  2082. 1239.  - .feed_recom_preview {
  2083. 1240.  -   padding-top: 0px;
  2084. 1241.  - }
  2085. 1242.  - #feed_recom_add {
  2086. 1243.  -   width: 545px;
  2087. 1244.  -   background: white url(/images/magglass.png) no-repeat 5px 6px;
  2088. 1245.  -   outline: none;
  2089. 1246.  -   padding: 5px 40px 5px 20px;
  2090. 1247.  - }
  2091. 1248.  - #feed_recom_msg {
  2092. 1249.  -   display: none;
  2093. 1250.  -   line-height: 160%;
  2094. 1251.  -   margin: 15px 15px 0px;
  2095. 1252.  - }
  2096. 1253.  - .feed_recom_ignore {
  2097. 1254.  -   margin: 0px -20px -3px;
  2098. 1255.  - }
  2099. 1256.  - .feed_recom_filter {
  2100. 1257.  -   margin: 0px -5px;
  2101. 1258.  - }
  2102. 1259.  - .feed_recom_filter_txt {
  2103. 1260.  -   padding: 15px 10px 4px;
  2104. 1261.  -   width: 57px;
  2105. 1262.  -   color: #777;
  2106. 1263.  - }
  2107. 1264.  - .feed_recom_filter_cb {
  2108. 1265.  -   width: 80px;
  2109. 1266.  -   padding-top: 15px;
  2110. 1267.  - }
  2111. 1268.  - .feed_recom_filter_dd {
  2112. 1269.  -   padding: 10px 5px 0px;
  2113. 1270.  - }
  2114. 1271.  - .feed_recom_blocked {
  2115. 1272.  -   font-weight: bold;
  2116. 1273.  -   color: #800;
  2117. 1274.  - }
  2118. 1275.  - .feed_recom_nosearch {
  2119. 1276.  -   font-weight: bold;
  2120. 1277.  -   color: #BB6900;
  2121. 1278.  - }
  2122. 1279.  -
  2123. 1280.  - /* Feed articles thumbed links */
  2124. 1281.  - .feed_article {
  2125. 1282.  -   margin: 6px 0 10px 0;
  2126. 1283.  - }
  2127. 1284.  - .wall_module div.feed_article_desc_wrap {
  2128. 1285.  -   padding-right: 10px;
  2129. 1286.  -   line-height: 160%;
  2130. 1287.  -   min-height: 63px;
  2131. 1288.  -   max-height: 12.7em;
  2132. 1289.  -   overflow: hidden;
  2133. 1290.  -   -o-text-overflow: ellipsis;
  2134. 1291.  -   text-overflow: ellipsis;
  2135. 1292.  - }
  2136. 1293.  - div.feed_article_desc {
  2137. 1294.  -   color: #000;
  2138. 1295.  -   padding-top: 3px;
  2139. 1296.  - }
  2140. 1297.  - td.feed_article_thumb {
  2141. 1298.  -   cursor: pointer;
  2142. 1299.  -   background-position: 50% 0;
  2143. 1300.  -   background-repeat: no-repeat;
  2144. 1301.  - }
  2145. 1302.  - a.feed_article_thumb {
  2146. 1303.  -   display: block;
  2147. 1304.  -   width: 100px;
  2148. 1305.  -   overflow: hidden;
  2149. 1306.  -   line-height: 0;
  2150. 1307.  -   min-height: 63px;
  2151. 1308.  -   height: 100%;
  2152. 1309.  -   *height: 63px;
  2153. 1310.  - }
  2154. 1311.  - .feed_article_preview_btn {
  2155. 1312.  -   padding: 10px 0 0;
  2156. 1313.  - }
  2157. 1314.  - .feed_article_preview_btn .button_blue,
  2158. 1315.  - .feed_article_preview_btn button {
  2159. 1316.  -   width: 140px;
  2160. 1317.  - }
  2161. 1318.  - .feed_blog_cont {
  2162. 1319.  -   background: #F7F7F7;
  2163. 1320.  -   border-bottom: 1px solid #DAE1E8;
  2164. 1321.  -   padding: 15px 18px;
  2165. 1322.  -   display: block;
  2166. 1323.  -   text-align: center;
  2167. 1324.  -   color: #777777;
  2168. 1325.  -   -o-transition:all 200ms ease-in-out;
  2169. 1326.  -   -moz-transition:all 200ms ease-in-out;
  2170. 1327.  -   -webkit-transition:all 200ms ease-in-out;
  2171. 1328.  -   transition:all 200ms ease-in-out;
  2172. 1329.  -   position: relative;
  2173. 1330.  - }
  2174. 1331.  - .feed_blog_cont:hover {
  2175. 1332.  -   background: #F1F1F1;
  2176. 1333.  -   text-decoration: none;
  2177. 1334.  - }
  2178. 1335.  - .feed_blog_cont:active {
  2179. 1336.  -   padding-top: 16px;
  2180. 1337.  -   padding-bottom: 14px;
  2181. 1338.  - }
  2182. 1339.  - .feed_blog_close {
  2183. 1340.  -   background: url(/images/pics/statusx_op.gif) 3px 1px no-repeat;
  2184. 1341.  -   opacity: 0;
  2185. 1342.  -   filter: alpha(opacity=0);
  2186. 1343.  -   cursor: pointer;
  2187. 1344.  -   height: 17px;
  2188. 1345.  -   width: 17px;
  2189. 1346.  -   -o-transition:all 400ms ease-in-out;
  2190. 1347.  -   -moz-transition:all 400ms ease-in-out;
  2191. 1348.  -   -webkit-transition:all 400ms ease-in-out;
  2192. 1349.  -   transition:all 400ms ease-in-out;
  2193. 1350.  -   position: absolute;
  2194. 1351.  -   top: 15px;
  2195. 1352.  -   right: 6px;
  2196. 1353.  - }
  2197. 1354.  - .feed_blog_cont:hover .feed_blog_close:hover {
  2198. 1355.  -   opacity: 1;
  2199. 1356.  -   filter: alpha(opacity=100);
  2200. 1357.  - }
  2201. 1358.  - .feed_blog_cont:hover .feed_blog_close {
  2202. 1359.  -   opacity: 0.3;
  2203. 1360.  -   filter: alpha(opacity=30);
  2204. 1361.  - }
  2205. 1362.  -
  2206. 1363.  -
  2207. 1364.  - .feed_suggested_since {
  2208. 1365.  -   padding: 5px 15px 15px;
  2209. 1366.  - }
  2210. 1367.  -
  2211. 1368.  - .feed_searchext_wrap {
  2212. 1369.  -   clear: both;
  2213. 1370.  - }
  2214. 1371.  - #feed_search_sort {
  2215. 1372.  -   display: none;
  2216. 1373.  -   padding: 3px 0 0;
  2217. 1374.  - }
  2218. 1375.  - .feed_serachext_header {
  2219. 1376.  -   color: #45688E;
  2220. 1377.  -   font-weight: bold;
  2221. 1378.  -   padding: 15px 0 8px;
  2222. 1379.  - }
  2223. 1380.  - .feed_searchext_geo_wrap {
  2224. 1381.  -   height: 108px;
  2225. 1382.  -   width: 130px;
  2226. 1383.  - }
  2227. 1384.  - .feed_searchext_map_icon {
  2228. 1385.  -   background: url(/images/icons/attach_icons_2x.png?3) 0 -179px no-repeat;
  2229. 1386.  -   width: 40px;
  2230. 1387.  -   height: 40px;
  2231. 1388.  - }
  2232. 1389.  - #feed_searchext_map {
  2233. 1390.  -   cursor: pointer;
  2234. 1391.  -   padding: 20px 45px;
  2235. 1392.  -   background: #E1E4E8;
  2236. 1393.  -   position: relative;
  2237. 1394.  - }
  2238. 1395.  - #feed_searchext_map_delete_wrap {
  2239. 1396.  -   display: none;
  2240. 1397.  -   position: absolute;
  2241. 1398.  -   top: 0;
  2242. 1399.  -   right: 0;
  2243. 1400.  -   background: #222;
  2244. 1401.  -   background: rgba(0, 0, 0, 0.5);
  2245. 1402.  -   -webkit-border-radius: 3px;
  2246. 1403.  -   -moz-border-radius: 3px;
  2247. 1404.  -   border-radius: 3px;
  2248. 1405.  -   padding: 3px;
  2249. 1406.  -   cursor: pointer;
  2250. 1407.  -   margin-left: -13px;
  2251. 1408.  - }
  2252. 1409.  - .feed_searchext_map_delete {
  2253. 1410.  -   background: url("/images/notifier_close.gif") no-repeat scroll 0 0 transparent;
  2254. 1411.  -   opacity: 0.6;
  2255. 1412.  -   filter: alpha(opacity=60);
  2256. 1413.  -   width: 7px;
  2257. 1414.  -   height: 7px;
  2258. 1415.  - }
  2259. 1416.  - #feed_searchext_map_delete_wrap:hover .feed_searchext_map_delete {
  2260. 1417.  -   opacity: 0.8;
  2261. 1418.  -   filter: alpha(opacity=80);
  2262. 1419.  - }
  2263. 1420.  - .feed_searchext_map_selected .feed_searchext_map_icon {
  2264. 1421.  -   background: url('/images/map/small.png') 13px 8px no-repeat;
  2265. 1422.  - }
  2266. 1423.  - .feed_searchext_map_selected #feed_searchext_map_delete_wrap {
  2267. 1424.  -   display: block;
  2268. 1425.  - }
  2269. 1426.  - .feed_searchext_param {
  2270. 1427.  -   width: 140px;
  2271. 1428.  -   padding: 0 15px 5px 0;
  2272. 1429.  - }
  2273. 1430.  - .feed_searchext_param_dropdown {
  2274. 1431.  -   position: relative;
  2275. 1432.  - }
  2276. 1433.  - .feed_searchext_param_last_row .feed_serachext_header {
  2277. 1434.  -   padding-top: 11px;
  2278. 1435.  - }
  2279. 1436.  -
  2280. 1437.  - #feed_searchext_exclude,
  2281. 1438.  - #feed_searchext_link,
  2282. 1439.  - #feed_searchext_content {
  2283. 1440.  -   width: 132px;
  2284. 1441.  -   outline: none;
  2285. 1442.  - }
  2286. 1443.  -
  2287. 1444.  - .feed_since_photos {
  2288. 1445.  -   padding: 15px 15px 0;
  2289. 1446.  - }
  2290. 1447.  - .feed_since_photos .page_post_sized_thumbs {
  2291. 1448.  -   margin: 0;
  2292. 1449.  -   padding: 0;
  2293. 1450.  - }
  2294. 1451.  - .feed_since_photos .page_post_thumb_wrap {
  2295. 1452.  -   margin-right: 5px;
  2296. 1453.  - }
  2297. 1454.  - .feed_since_owners {
  2298. 1455.  -   padding: 15px 10px 0 9px;
  2299. 1456.  - }
  2300. 1457.  - .feed_since_owner_row {
  2301. 1458.  -   padding: 0 5px 0 6px;
  2302. 1459.  - }
  2303. 1460.  -
  2304. 1461.  - .feed_since_ownerph_wrap {
  2305. 1462.  -   position: relative;
  2306. 1463.  -   width: 90px;
  2307. 1464.  -   height: 90px;
  2308. 1465.  -   margin: 0px auto;
  2309. 1466.  -   overflow: hidden;
  2310. 1467.  - }
  2311. 1468.  - .feed_since_ownerph {
  2312. 1469.  -   position: absolute;
  2313. 1470.  -   color: #FFF;
  2314. 1471.  -   margin-top: 90px;
  2315. 1472.  -   background: #333;
  2316. 1473.  -   background: rgba(0, 0, 0, 0.5);
  2317. 1474.  -   width: 90px;
  2318. 1475.  -   height: 15px;
  2319. 1476.  -   line-height: 15px;
  2320. 1477.  -   padding: 4px 0px 6px 0px;
  2321. 1478.  -   text-align: center;
  2322. 1479.  -   filter: alpha(opacity=75);
  2323. 1480.  - }
  2324. 1481.  - @media all and (min-width:0) { /* IE9-10 */
  2325. 1482.  -   .feed_since_ownerph { filter: none; }
  2326. 1483.  - }
  2327. 1484.  - .feed_since_ownerph:hover {
  2328. 1485.  -   text-decoration: none;
  2329. 1486.  - }
  2330. 1487.  - .feed_since_ownerph_label {
  2331. 1488.  -   opacity: 0.75;
  2332. 1489.  -   -webkit-transition: opacity 100ms linear;
  2333. 1490.  -   -moz-transition: opacity 100ms linear;
  2334. 1491.  -   -o-transition: opacity 100ms linear;
  2335. 1492.  -   transition: opacity 100ms linear;
  2336. 1493.  -   padding: 0px 0px 1px 20px;
  2337. 1494.  -   background: url(/images/icons/photo_icons.png?2) no-repeat left -62px;
  2338. 1495.  - }
  2339. 1496.  - .is_rtl1 .feed_since_ownerph_label {
  2340. 1497.  -   padding: 0px 20px 1px 0px;
  2341. 1498.  -   background-position: right -62px;
  2342. 1499.  - }
  2343. 1500.  - .feed_since_ownerph:hover .feed_since_ownerph_label {
  2344. 1501.  -   opacity: 1;
  2345. 1502.  - }
  2346. 1503.  - .feed_since_owner_tt .tt_text {
  2347. 1504.  -   width: 100px;
  2348. 1505.  -   text-align: center;
  2349. 1506.  -   max-height: 100px;
  2350. 1507.  -   overflow: hidden;
  2351. 1508.  -   text-overflow: ellipsis;
  2352. 1509.  - }
  2353. 1510.  - .feed_since_owner_tt .toup1 .bottom_pointer {
  2354. 1511.  -   margin: 0 52px;
  2355. 1512.  - }
  2356. 1513.  - .feed_found_photos .page_post_sized_thumbs {
  2357. 1514.  -   margin: 6px 0 0;
  2358. 1515.  -   padding-bottom: 0px;
  2359. 1516.  - }
  2360. 1517.  - .feed_row:last-child .feed_found_photos .page_post_sized_thumbs {
  2361. 1518.  -   margin-bottom: 10px;
  2362. 1519.  - }
  2363. 1520.  -
  2364. 1521.  -
  2365. 1522.  -
  2366. 1523.  - #feed_list_name_wrap {
  2367. 1524.  -   border-bottom: 1px solid #DAE1E8;
  2368. 1525.  -   padding: 10px;
  2369. 1526.  - }
  2370. 1527.  - #feed_list_name {
  2371. 1528.  -   width: 150px;
  2372. 1529.  -   height: 13px;
  2373. 1530.  -   padding: 4px 5px 5px;
  2374. 1531.  - }
  2375. ------
Advertisement
Add Comment
Please, Sign In to add comment