Hormold

VK Change (#1374602405)

Jul 23rd, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 117.45 KB | None | 0 0
  1. Файл - pads.css (Старый размер - 31257 | Новый - 0):
  2. 0.  - #pads_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - #pad_rows {
  7. 5.  -   overflow: hidden;
  8. 6.  - }
  9. 7.  - .pad_no_fixed {
  10. 8.  -   position: absolute;
  11. 9.  - }
  12. 10.  - #pad_wrap {
  13. 11.  -   z-index: 400;
  14. 12.  -   -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
  15. 13.  -   -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
  16. 14.  -   box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
  17. 15.  - }
  18. 16.  - #pad_cont {
  19. 17.  -   background: #FFF;
  20. 18.  -   overflow: hidden;
  21. 19.  -   position: relative;
  22. 20.  - }
  23. 21.  - #pad_cont.pad_loading {
  24. 22.  -   background: #FFF url(/images/upload.gif) no-repeat center center;
  25. 23.  -   height: 100px;
  26. 24.  -   border: 1px solid #ADBAC7;
  27. 25.  - }
  28. 26.  - #pad_title_wrap {
  29. 27.  -   background-color: #597DA3;
  30. 28.  -   border: 1px solid;
  31. 29.  -   border-color: #45688E #43658A;
  32. 30.  -   padding: 0px;
  33. 31.  -   color: #FFF;
  34. 32.  -   font-size: 1.18em;
  35. 33.  -   font-weight: bold;
  36. 34.  - }
  37. 35.  - #pad_title {
  38. 36.  -   border-top: 1px solid #648CB7;
  39. 37.  -   padding: 6px 10px 8px 10px;
  40. 38.  - }
  41. 39.  - #pad_title_right {
  42. 40.  -   font-size: 0.847em;
  43. 41.  -   color: #FFF;
  44. 42.  -   font-weight: normal;
  45. 43.  -   line-height: 13px;
  46. 44.  -   padding: 9px 10px;
  47. 45.  -   color: #C7D7E9;
  48. 46.  -   -webkit-transition: color 100ms linear;
  49. 47.  -   -moz-transition: color 100ms linear;
  50. 48.  -   -o-transition: color 100ms linear;
  51. 49.  -   transition: color 100ms linear;
  52. 50.  - }
  53. 51.  - #pad_title_right:hover {
  54. 52.  -   color: #FFF;
  55. 53.  -   text-decoration: none;
  56. 54.  - }
  57. 55.  - #pad_content {
  58. 56.  -   position: relative;
  59. 57.  -   overflow: hidden;
  60. 58.  -   border: 1px solid #ADBAC7;
  61. 59.  -   border-width: 0px 1px;
  62. 60.  - }
  63. 61.  - #pad_controls {
  64. 62.  -   border: 1px solid #ADBAC7;
  65. 63.  -   border-width: 1px 1px 0px;
  66. 64.  - }
  67. 65.  - #pad_footer_wrap {
  68. 66.  -   border: 1px solid #999;
  69. 67.  -   border-top: 0px;
  70. 68.  - }
  71. 69.  - #pad_footer_wrap.music {
  72. 70.  -   border-color: #ADBAC7;
  73. 71.  - }
  74. 72.  - #pad_footer {
  75. 73.  -   padding: 8px 5px 7px;
  76. 74.  -   height: 30px;
  77. 75.  -   background-color: #F2F2F2;
  78. 76.  -   border-top: 1px solid #DAE1E8;
  79. 77.  - }
  80. 78.  - #pad_footer_text {
  81. 79.  -   padding: 8px 8px 0px;
  82. 80.  - }
  83. 81.  - .pad_close_btn {
  84. 82.  -   margin: 2px 5px;
  85. 83.  - }
  86. 84.  - .pad_none {
  87. 85.  -   color: #777;
  88. 86.  -   font-size: 12px;
  89. 87.  -   text-align: center;
  90. 88.  -   line-height: 160%;
  91. 89.  -   padding: 30px 0px;
  92. 90.  -   border: 1px solid #ADBAC7;
  93. 91.  - }
  94. 92.  - div.pad_btn_prg {
  95. 93.  -   background: url(/images/upload.gif) no-repeat center center;
  96. 94.  -   cursor: default;
  97. 95.  - }
  98. 96.  - div.pad_btn_prg .button {
  99. 97.  -   visibility: hidden;
  100. 98.  - }
  101. 99.  -
  102. 100.  - #pad_layer_bg {
  103. 101.  -   top: 0;
  104. 102.  -   left: 0;
  105. 103.  -   width: 100%;
  106. 104.  -   height: 100%;
  107. 105.  -   overflow: hidden;
  108. 106.  -   background: #000;
  109. 107.  -   opacity: 0.2;
  110. 108.  -   filter: alpha(opacity=20);
  111. 109.  -   z-index: 350;
  112. 110.  - }
  113. 111.  - @-moz-document url-prefix() {
  114. 112.  -   #pad_layer_bg {
  115. 113.  -     background: url(/images/layer_bg_lite.png);
  116. 114.  -     opacity: 1 !important;
  117. 115.  -   }
  118. 116.  - }
  119. 117.  -
  120. 118.  - #pad_arrow {
  121. 119.  -   position: absolute;
  122. 120.  -   left: -10px;
  123. 121.  -   top: 43px;
  124. 122.  -   z-index: 410;
  125. 123.  -   width: 12px;
  126. 124.  -   height: 17px;
  127. 125.  -   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARCAYAAADpPU2iAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEBSURBVHjaYvj//z8DNgwETEDMDKVZ1+46/h8EAAIIxCEEmJE5AAHEgk0FIyMjzHQ2IAZZxwiTAwggdGeAFLECMTsQcwCxIBALrdt75j8MAAQQupthirlBCoFYAlkxCAAEELIGdMVS6IpBACCAkBWzElIMAgABhKyBC4gFgFgSl2IQAAggZA0g04XxKQYBgABCDhmwBiCWw6cJIIAwbABiWSBWwaUJIICQbYD7AYgVgFgdmyaAAEKOMA6kUJIGYkVsNgEEEAMWW5A1yaH7CSCAcCULLlhMA7E4EIvAUitAALEgpam/QOovMOGBNP1DS49wPkAAYUutMMmfKKkUCgACDAApwDnZIBTuSQAAAABJRU5ErkJggg==) no-repeat;
  128. 126.  - }
  129. 127.  - #pad_arrow.head {
  130. 128.  -   width: 17px;
  131. 129.  -   height: 12px;
  132. 130.  -   left: auto;
  133. 131.  -   right: 124px;
  134. 132.  -   top: -10px;
  135. 133.  -   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAYAAACEJVa/AAAAsUlEQVR42pWRUQrCMAyGy8rY6F5mFeYURUHw8HoAwee9eJreoEskKSG0uhU+ysqfjywxJn+sulcdS9QFFgkw2AIO6AROiKpfkloU98BW0NN7Qzlb6qChoAdG4AScn+9PpG+vRFmJo+ARuAA3FIQQIokOSlRpiRRcgTsLGCVqxXy+Mv6FPbYvO9CQCHMbquNtJsnAM8gJlMiLjaVOcPq7fwIl6tLaH68pMksEjKwzawpLzG2yBJvr9mIGAAAAAElFTkSuQmCC) no-repeat;
  136. 134.  - }
  137. 135.  - #pad_arrow.head.no_data {
  138. 136.  -   width: 17px;
  139. 137.  -   height: 12px;
  140. 138.  -   left: auto;
  141. 139.  -   right: 124px;
  142. 140.  -   top: -10px;
  143. 141.  -   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAYAAACEJVa/AAAAsElEQVR42pWR0QrCMAxFy8rY6F5mFeYURUHw4/UDBJ/34j+VLpGkhNDqVjiUlZtDlhiTP1bdq44l6gKLBBhsAQd0AidE1S9JLYp7YCvo6b2hnC110FDQAyNwAs7P9yfSt1eirMRR8AhcgBsKQgiRRAclqrRECq7AnQWMErViPl8Z/8Ie25cdaEiEuQ3V8TaTZOAZ5ARK5MXGUic4/d0/gRJ1ae2P1xSZJQJG1pk1hSVmRScMrgyoQyAAAAAASUVORK5CYII%3D) no-repeat;
  144. 142.  - }
  145. 143.  - #pad_arrow.right {
  146. 144.  -   width: 12px;
  147. 145.  -   height: 17px;
  148. 146.  -   left: auto;
  149. 147.  -   right: -10px;
  150. 148.  -   top: 17px;
  151. 149.  -   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARCAYAAADpPU2iAAAArUlEQVR42pWSTQrCQAyFQ4eh4mz8A6uiKAgeXg8guHbjaeYGbQYivkkTxcK3e9880oRyzv31/uyJKAEBqD8QZsxCmDJRcIUVs2Y6kFqRQiUUbo9XkQ7CTqQEbaESQDozJyVNTAGkC3NkNjLbp0ULqmnPLKUlmg3GTCgEVwDprwY9A32bYQt/KbqCEW6rjRvhzgg33qZLcC6LGp+FuqX3GaTRq44Q4UU7bAjNL2EAU9kEmwVnt3EAAAAASUVORK5CYII%3D) no-repeat;
  152. 150.  - }
  153. 151.  - #pad_arrow.left {
  154. 152.  -   width: 12px;
  155. 153.  -   height: 17px;
  156. 154.  -   left: -10px;
  157. 155.  -   right: auto;
  158. 156.  -   top: auto;
  159. 157.  -   bottom: 15px;
  160. 158.  -   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARCAYAAADpPU2iAAAAr0lEQVR42pWSTQoCMQxGS0NROpuxCv7hoCB4eD2A4NqNp+kNZr5KAyHYMA48uvleMmnqXPvzgOoZ7s/3mHMe3QwhzBF8DXYglrMlcMUFWIIVSI/X5xvWghfhUjmBnQxrQYcPOiyFIP65GdZCGa4H+1ZYC6X62gqzQFIAw18dwAlcrRlIzwDO4GbdEtVF8S0dweVXJ73hqKRBz9R6FpE3DbZgYz2+ILqlSm8JJOgYFiaDlASbG44/fAAAAABJRU5ErkJggg%3D%3D) no-repeat;
  161. 159.  - }
  162. 160.  - #pad_arrow.blue {
  163. 161.  -   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAARCAYAAADpPU2iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNqMksEJwkAQAC/nqecVIAr+BC3EAqwiFdiFYAVWYTkKPnwZfPg8TxKNu7ILS8hqAvO6mWyySWb0qwcMCbPKt/fxZGqcImcU9Cmo+cApsqUzlAfASwtYxjt7wq03+0sI/itYRQ6EB/nMsgza5ADyUcocdJblBF7hCNFkOYHXiC940mQOagJXVx12+SLG9DMwJD+BBwLRUot4whsogchoEU/oHMkP1xYliOYyso2JMkoELmJ2K67qz8dRRYuw//5WI9ZcNp/iI8AAlvJWguL+p+oAAAAASUVORK5CYII=);
  164. 162.  - }
  165. 163.  -
  166. 164.  - /* scrollbars */
  167. 165.  - .pad_scrollbar_cont {
  168. 166.  -   width: 9px;
  169. 167.  -   height: 100%;
  170. 168.  -   margin-top: 0px;
  171. 169.  -   position: absolute;
  172. 170.  -   background: rgba(200, 200, 200, 0);
  173. 171.  -   -webkit-transition: all 150ms linear;
  174. 172.  -   -moz-transition: all 150ms linear;
  175. 173.  -   -o-transition: all 150ms linear;
  176. 174.  -   transition: all 150ms linear;
  177. 175.  -   z-index: 500;
  178. 176.  -   cursor: pointer;
  179. 177.  - }
  180. 178.  - .pad_scrollbar_cont.scrollbar_c_overed {
  181. 179.  -   background: rgba(235, 235, 245, 0.4);
  182. 180.  -   width: 11px;
  183. 181.  - }
  184. 182.  - .pad_scrollbar_inner {
  185. 183.  -   background: #DAE1E8;
  186. 184.  -   width: 6px;
  187. 185.  -   height: 26px;
  188. 186.  -   margin-left: 1px;
  189. 187.  -   -webkit-border-radius: 3px;
  190. 188.  -   -moz-border-radius: 3px;
  191. 189.  -   border-radius: 3px;
  192. 190.  -   cursor: pointer;
  193. 191.  -   -webkit-transition: width 150ms linear, background-color 200ms linear;
  194. 192.  -   -moz-transition: width 150ms linear,  background-color 200ms linear;
  195. 193.  -   -o-transition: width 150ms linear,  background-color 200ms linear;
  196. 194.  -   transition: width 150ms linear,  background-color 200ms linear;
  197. 195.  - }
  198. 196.  - .scrollbar_c_overed .pad_scrollbar_inner {
  199. 197.  -   width: 8px;
  200. 198.  -   -webkit-border-radius: 4px;
  201. 199.  -   -moz-border-radius: 4px;
  202. 200.  -   border-radius: 4px;
  203. 201.  - }
  204. 202.  - .pad_scrollbar_inner:hover,
  205. 203.  - .pad_scrollbar_hovered {
  206. 204.  -   background: #BEC8D3;
  207. 205.  - }
  208. 206.  - .pad_scrollbar_top {
  209. 207.  -   position: absolute;
  210. 208.  -   height: 3px;
  211. 209.  -   margin-top: -1px;
  212. 210.  -   background: #555555;
  213. 211.  -   opacity: 0.12;
  214. 212.  -   filter: alpha(opacity=12);
  215. 213.  -   display: none;
  216. 214.  -   z-index: 20;
  217. 215.  - }
  218. 216.  - .pad_scrollbar_bottom {
  219. 217.  -   position: absolute;
  220. 218.  -   height: 3px;
  221. 219.  -   margin-top: -2px;
  222. 220.  -   background: #555555;
  223. 221.  -   opacity: 0.12;
  224. 222.  -   filter: alpha(opacity=12);
  225. 223.  -   z-index: 20;
  226. 224.  - }
  227. 225.  - #pad_more {
  228. 226.  -   background: #EFF1F3;
  229. 227.  -   display: block;
  230. 228.  -   text-align: center;
  231. 229.  -   color: #738392;
  232. 230.  -   padding: 8px;
  233. 231.  -   margin: 0 10px 10px;
  234. 232.  - }
  235. 233.  - #pad_more:hover {
  236. 234.  -   text-decoration: none;
  237. 235.  -   background: #E9EDF1;
  238. 236.  - }
  239. 237.  - .pad_more_arrow {
  240. 238.  -   width: 10px;
  241. 239.  -   height: 10px;
  242. 240.  -   padding: 2px 0px 0px 4px;
  243. 241.  -   background: url('/images/icons/wall_fixed_more_arrows.gif') 1px 2px no-repeat;
  244. 242.  - }
  245. 243.  - .pad_error {
  246. 244.  -   color: #800;
  247. 245.  - }
  248. 246.  - .pad_decl {
  249. 247.  -   margin-left: 10px;
  250. 248.  - }
  251. 249.  - .pad_mini_friend {
  252. 250.  -   width: 32px;
  253. 251.  - }
  254. 252.  -
  255. 253.  - .pad_fr_rows,
  256. 254.  - .pad_ph_rows,
  257. 255.  - .pad_vid_rows {
  258. 256.  -   width: 376px;
  259. 257.  - }
  260. 258.  - .pad_fr_addinfo,
  261. 259.  - .pad_gr_addinfo,
  262. 260.  - .pad_ap_addinfo {
  263. 261.  -   padding-top: 7px;
  264. 262.  -   color: #777;
  265. 263.  - }
  266. 264.  - .pad_fr_done {
  267. 265.  -   padding-top: 9px;
  268. 266.  - }
  269. 267.  - .add_fr_one,
  270. 268.  - .add_ap_one {
  271. 269.  -   padding-bottom: 5px;
  272. 270.  - }
  273. 271.  - .pad_fr_img,
  274. 272.  - .pad_ap_img {
  275. 273.  -   width: 75px;
  276. 274.  - }
  277. 275.  - .pad_ap_list_img {
  278. 276.  -   width: 50px;
  279. 277.  -   -webkit-border-radius: 5px;
  280. 278.  -   -moz-border-radius: 5px;
  281. 279.  -   border-radius: 5px;
  282. 280.  - }
  283. 281.  - .pad_fr_msg,
  284. 282.  - .pad_ap_msg {
  285. 283.  -   padding-top: 5px;
  286. 284.  -   overflow: hidden;
  287. 285.  -   -o-text-overflow: ellipsis;
  288. 286.  -   text-overflow: ellipsis;
  289. 287.  - }
  290. 288.  - .pad_ap_msg {
  291. 289.  -   padding: 7px 0px 5px;
  292. 290.  - }
  293. 291.  - .pad_fr_common,
  294. 292.  - .pad_gr_friends,
  295. 293.  - .pad_ap_friends {
  296. 294.  -   padding-top: 8px;
  297. 295.  -   height: 32px;
  298. 296.  -   overflow: hidden;
  299. 297.  - }
  300. 298.  - .pad_fr,
  301. 299.  - .pad_gr,
  302. 300.  - .pad_ap {
  303. 301.  -   padding: 10px 0px;
  304. 302.  -   margin: 0px 12px;
  305. 303.  -   border-bottom: 1px solid #E4E8ED;
  306. 304.  - }
  307. 305.  - .pad_fr:last-child,
  308. 306.  - .pad_gr:last-child,
  309. 307.  - .pad_ap:last-child {
  310. 308.  -   border-bottom: 0px;
  311. 309.  - }
  312. 310.  - .pad_fr_phwrap,
  313. 311.  - .pad_gr_phwrap,
  314. 312.  - .pad_ap_phwrap {
  315. 313.  -   height: 75px;
  316. 314.  -   overflow: hidden;
  317. 315.  -   position: relative;
  318. 316.  - }
  319. 317.  - .pad_ap_list_phwrap {
  320. 318.  -   height: 50px;
  321. 319.  -   overflow: hidden;
  322. 320.  -   -webkit-border-radius: 5px;
  323. 321.  -   -moz-border-radius: 5px;
  324. 322.  -   border-radius: 5px;
  325. 323.  - }
  326. 324.  - .pad_gr_phwrap {
  327. 325.  -   height: 100px;
  328. 326.  - }
  329. 327.  - .pad_fr_info,
  330. 328.  - .pad_ap_info {
  331. 329.  -   margin-left: 85px;
  332. 330.  -   width: 265px;
  333. 331.  - }
  334. 332.  - .pad_ap_list_info {
  335. 333.  -   margin-left: 60px;
  336. 334.  -   width: 265px;
  337. 335.  -   color: #777777;
  338. 336.  - }
  339. 337.  - .pad_gr_info {
  340. 338.  -   margin-left: 110px;
  341. 339.  -   width: 335px;
  342. 340.  - }
  343. 341.  - .pad_fr_name,
  344. 342.  - .pad_ap_name {
  345. 343.  -   padding-top: 2px;
  346. 344.  - }
  347. 345.  - .pad_ap_list_name {
  348. 346.  -   padding: 2px 0px 4px;
  349. 347.  - }
  350. 348.  - .pad_fr_lnk,
  351. 349.  - .pad_gr_lnk,
  352. 350.  - .pad_ap_lnk {
  353. 351.  -   font-weight: bold;
  354. 352.  -   color: #45688E;
  355. 353.  - }
  356. 354.  - .pad_fr_phbig {
  357. 355.  -   position: absolute;
  358. 356.  -   color: #FFF;
  359. 357.  -   margin-top: 75px;
  360. 358.  -   background: #333;
  361. 359.  -   background: rgba(0, 0, 0, 0.5);
  362. 360.  -   width: 75px;
  363. 361.  -   height: 15px;
  364. 362.  -   line-height: 15px;
  365. 363.  -   padding: 4px 0px 6px 0px;
  366. 364.  -   text-align: center;
  367. 365.  -   filter: alpha(opacity=75);
  368. 366.  - }
  369. 367.  - @media all and (min-width:0) { /* IE9-10 */
  370. 368.  -   .pad_fr_phbig { filter: none; }
  371. 369.  - }
  372. 370.  - .pad_fr_phbig:hover {
  373. 371.  -   text-decoration: none;
  374. 372.  - }
  375. 373.  - .pad_fr_phlabel {
  376. 374.  -   opacity: 0.75;
  377. 375.  -   -webkit-transition: opacity 100ms linear;
  378. 376.  -   -moz-transition: opacity 100ms linear;
  379. 377.  -   -o-transition: opacity 100ms linear;
  380. 378.  -   transition: opacity 100ms linear;
  381. 379.  -   padding: 0px 0px 1px;
  382. 380.  - }
  383. 381.  - .pad_fr_phbig:hover .pad_fr_phlabel {
  384. 382.  -   opacity: 1;
  385. 383.  - }
  386. 384.  - .pad_fr_tip {
  387. 385.  -   line-height: 160%;
  388. 386.  -   width: 200px;
  389. 387.  - }
  390. 388.  - .pad_fr_btns,
  391. 389.  - .pad_gr_btns,
  392. 390.  - .pad_ap_btns {
  393. 391.  -   padding-top: 10px;
  394. 392.  - }
  395. 393.  - .pad_fr_result,
  396. 394.  - .pad_gr_result,
  397. 395.  - .pad_ap_result {
  398. 396.  -   width: 230px;
  399. 397.  -   color: #777;
  400. 398.  -   height: 30px;
  401. 399.  -   padding-top: 5px;
  402. 400.  -   line-height: 160%;
  403. 401.  - }
  404. 402.  - .pad_ap_result {
  405. 403.  -   width: 260px;
  406. 404.  - }
  407. 405.  - .pad_fr_online {
  408. 406.  -   color: #BBB;
  409. 407.  -   padding: 0px 10px;
  410. 408.  -   padding-top: 5px;
  411. 409.  - }
  412. 410.  - b.pad_fr_mob_onl {
  413. 411.  -   background-position: -1px 0px;
  414. 412.  -   *background-position: -1px -1px;
  415. 413.  - }
  416. 414.  -
  417. 415.  - .pad_ph,
  418. 416.  - .pad_vid {
  419. 417.  -   padding: 10px 0px;
  420. 418.  -   margin: 0px 12px;
  421. 419.  -   border-bottom: 1px solid #E4E8ED;
  422. 420.  - }
  423. 421.  - .pad_ph:last-child,
  424. 422.  - .pad_vid:last-child {
  425. 423.  -   border-bottom: 0px;
  426. 424.  - }
  427. 425.  - .pad_ph_info,
  428. 426.  - .pad_vid_info {
  429. 427.  -   margin-left: 60px;
  430. 428.  -   height: 50px;
  431. 429.  - }
  432. 430.  - .pad_ph_about,
  433. 431.  - .pad_vid_about {
  434. 432.  -   width: 290px;
  435. 433.  -   padding-top: 2px;
  436. 434.  -   white-space: nowrap;
  437. 435.  -   overflow: hidden;
  438. 436.  -   -o-text-overflow: ellipsis;
  439. 437.  -   text-overflow: ellipsis;
  440. 438.  -   color: #777;
  441. 439.  - }
  442. 440.  - .pad_ph_lnk,
  443. 441.  - .pad_vid_wrap {
  444. 442.  -   display: block;
  445. 443.  -   overflow: hidden;
  446. 444.  -   padding-top: 10px;
  447. 445.  -   text-align: center;
  448. 446.  - }
  449. 447.  - .pad_ph_tagger,
  450. 448.  - .pad_vid_tagger {
  451. 449.  -   font-weight: bold;
  452. 450.  - }
  453. 451.  - .pad_ph_img {
  454. 452.  -   max-width: 320px;
  455. 453.  -   *width: 320px;
  456. 454.  -   vertical-align: top;
  457. 455.  - }
  458. 456.  - .pad_ph_btns,
  459. 457.  - .pad_vid_btns {
  460. 458.  -   padding-top: 10px;
  461. 459.  - }
  462. 460.  - .pad_ph_result,
  463. 461.  - .pad_vid_result {
  464. 462.  -   color: #777;
  465. 463.  -   height: 21px;
  466. 464.  -   padding-top: 14px;
  467. 465.  -   line-height: 160%;
  468. 466.  -   width: 320px;
  469. 467.  -   margin: 0px auto;
  470. 468.  - }
  471. 469.  -
  472. 470.  - .pad_vid_img {
  473. 471.  -   width: 320px;
  474. 472.  -   height: 240px;
  475. 473.  - }
  476. 474.  - .pad_vid_desc {
  477. 475.  -   padding-top: 10px;
  478. 476.  -   font-weight: bold;
  479. 477.  -   width: 320px;
  480. 478.  -   margin: 0px auto;
  481. 479.  - }
  482. 480.  - .pad_vid_name {
  483. 481.  -   color: #45688E;
  484. 482.  - }
  485. 483.  - .pad_vid_name:hover {
  486. 484.  -   text-decoration: none;
  487. 485.  - }
  488. 486.  - .pad_vid_title:hover {
  489. 487.  -   text-decoration: underline;
  490. 488.  - }
  491. 489.  - .pad_vid_icon {
  492. 490.  -   width: 15px;
  493. 491.  -   height: 11px;
  494. 492.  -   margin-top: 3px;
  495. 493.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat 0px -75px;
  496. 494.  - }
  497. 495.  - .pad_vid_dur {
  498. 496.  -   color: #000;
  499. 497.  - }
  500. 498.  - .pad_vid_wrap {
  501. 499.  -   width: 320px;
  502. 500.  -   margin: 0px auto;
  503. 501.  -   max-height: 240px;
  504. 502.  - }
  505. 503.  - .pad_vid_lnk {
  506. 504.  -   position: relative;
  507. 505.  -   display: block;
  508. 506.  - }
  509. 507.  - .pad_vid_play {
  510. 508.  -   left: 137px;
  511. 509.  -   top: 97px;
  512. 510.  -   position: absolute;
  513. 511.  -   z-index: 410;
  514. 512.  -   background: url(/images/inline_video_play.png) no-repeat;
  515. 513.  -   width: 46px;
  516. 514.  -   height: 46px;
  517. 515.  - }
  518. 516.  -
  519. 517.  - .pad_gr_result {
  520. 518.  -   width: 275px;
  521. 519.  -   padding-top: 14px;
  522. 520.  -   height: 21px;
  523. 521.  - }
  524. 522.  -
  525. 523.  - .pad_msg_rows,
  526. 524.  - .pad_nws_rows,
  527. 525.  - .pad_gr_rows {
  528. 526.  -   width: 468px;
  529. 527.  - }
  530. 528.  - .pad_msg_name,
  531. 529.  - .pad_nws_name {
  532. 530.  -   width: 320px;
  533. 531.  -   overflow: hidden;
  534. 532.  -   -o-text-overflow: ellipsis;
  535. 533.  -   text-overflow: ellipsis;
  536. 534.  -   color: #777;
  537. 535.  - }
  538. 536.  - .pad_msg,
  539. 537.  - .pad_nws {
  540. 538.  -   padding: 0px 12px;
  541. 539.  -   cursor: pointer;
  542. 540.  - }
  543. 541.  - .pad_msg_wrap,
  544. 542.  - .pad_nws_wrap {
  545. 543.  -   border-bottom: 1px solid #E4E8ED;
  546. 544.  -   padding: 10px 0px;
  547. 545.  - }
  548. 546.  -
  549. 547.  - .pad_msg:last-child .pad_msg_wrap,
  550. 548.  - .pad_nws:last-child .pad_nws_wrap {
  551. 549.  -   border-bottom: 0px;
  552. 550.  - }
  553. 551.  - .pad_msg_data {
  554. 552.  -   margin-left: 60px;
  555. 553.  - }
  556. 554.  - .pad_msg_photo,
  557. 555.  - .pad_nws_photo {
  558. 556.  -   width: 50px;
  559. 557.  -   height: 50px;
  560. 558.  -   overflow: hidden;
  561. 559.  - }
  562. 560.  - .pad_msg_img {
  563. 561.  -   width: 50px;
  564. 562.  - }
  565. 563.  - .pad_msg_text,
  566. 564.  - .pad_nws_text {
  567. 565.  -   padding: 2px 0 4px 4px;
  568. 566.  -   margin-left: -4px;
  569. 567.  -   line-height: 160%;
  570. 568.  -   overflow: hidden;
  571. 569.  -   width: 320px;
  572. 570.  -   min-height: 17px;
  573. 571.  - }
  574. 572.  - .pad_nws_text.wall_module .post_media {
  575. 573.  -   width: 320px;
  576. 574.  - }
  577. 575.  - .is_rtl1 .pad_msg_text,
  578. 576.  - .is_rtl1 .pad_nws_text {
  579. 577.  -   padding: 2px 4px 4px 0;
  580. 578.  -   margin-left: 0px;
  581. 579.  -   margin-right: -4px;
  582. 580.  - }
  583. 581.  - .pad_msg_name,
  584. 582.  - .pad_msg_text {
  585. 583.  -   width: 380px;
  586. 584.  - }
  587. 585.  - .pad_msg_text .wall_reply_text,
  588. 586.  - .pad_nws_text .wall_reply_text,
  589. 587.  - .pad_msg_text .wall_post_text,
  590. 588.  - .pad_nws_text .wall_post_text {
  591. 589.  -   line-height: 160%;
  592. 590.  - }
  593. 591.  - .pad_msg_date,
  594. 592.  - .pad_nws_date {
  595. 593.  -   color: #777;
  596. 594.  - }
  597. 595.  - .pad_msga,
  598. 596.  - .pad_nwsa {
  599. 597.  -   border: 1px solid #D5DEE7;
  600. 598.  -   background: #EDF1F5;
  601. 599.  -   margin: 10px 0 0;
  602. 600.  -   width: 440px;
  603. 601.  - }
  604. 602.  - .pad_msga_wrap,
  605. 603.  - .pad_nwsa_wrap {
  606. 604.  -   padding: 8px 10px 6px;
  607. 605.  - }
  608. 606.  - .pad_msga_arrow_wrap,
  609. 607.  - .pad_nwsa_arrow_wrap {
  610. 608.  -   position: relative;
  611. 609.  - }
  612. 610.  - .pad_msga_arrow,
  613. 611.  - .pad_nwsa_arrow {
  614. 612.  -   background: url(/images/icons/feedback_iconset.gif?4) no-repeat 0 -127px;
  615. 613.  -   width: 15px;
  616. 614.  -   height: 9px;
  617. 615.  -   position: absolute;
  618. 616.  -   left: 20px;
  619. 617.  -   top: -7px;
  620. 618.  - }
  621. 619.  - .pad_msga_data,
  622. 620.  - .pad_nwsa_data {
  623. 621.  -   margin-left: 49px;
  624. 622.  - }
  625. 623.  - .pad_msga_photo,
  626. 624.  - .pad_nwsa_photo {
  627. 625.  -   width: 39px;
  628. 626.  -   height: 39px;
  629. 627.  -   overflow: hidden;
  630. 628.  - }
  631. 629.  - .pad_msga_img,
  632. 630.  - .pad_nwsa_img {
  633. 631.  -   width: 39px;
  634. 632.  - }
  635. 633.  - .pad_msga_date,
  636. 634.  - .pad_nwsa_date {
  637. 635.  -   color: #879BB0;
  638. 636.  - }
  639. 637.  - .pad_msg_subj {
  640. 638.  -   margin: 2px 0px 4px;
  641. 639.  -   font-weight: bold;
  642. 640.  - }
  643. 641.  - div.pad_msg_text div.im_fwd_log_wrap {
  644. 642.  -   min-width: 100px;
  645. 643.  - }
  646. 644.  - #pad_msg_reply_tpl,
  647. 645.  - #pad_nws_reply_tpl,
  648. 646.  - #pad_nws_dis_tpl {
  649. 647.  -   display: none;
  650. 648.  - }
  651. 649.  - .pad_nwsa_dld {
  652. 650.  -   color: #879BB0;
  653. 651.  -   padding: 1px 49px 3px;
  654. 652.  -   line-height: 140%;
  655. 653.  - }
  656. 654.  - .pads_nwsa_dlda {
  657. 655.  -   color: #45688E;
  658. 656.  - }
  659. 657.  - .pad_msg_field,
  660. 658.  - .pad_nws_field {
  661. 659.  -   vertical-align: top;
  662. 660.  -   width: 363px;
  663. 661.  - }
  664. 662.  - .pad_msg_reply .pad_msgr,
  665. 663.  - .pad_nws_reply .pad_nwsr {
  666. 664.  -   cursor: default;
  667. 665.  -   margin-top: 15px;
  668. 666.  - }
  669. 667.  - .pad_msg_btns,
  670. 668.  - .pad_nws_btns {
  671. 669.  -   margin-top: 8px;
  672. 670.  - }
  673. 671.  - .pad_msg_rcpts {
  674. 672.  -   padding: 6px 10px;
  675. 673.  - }
  676. 674.  - .pad_msg_error,
  677. 675.  - .pad_nws_error {
  678. 676.  -   margin-bottom: 8px;
  679. 677.  -   line-height: 160%;
  680. 678.  - }
  681. 679.  -
  682. 680.  - .pad_nws_data {
  683. 681.  -   margin: 0px 60px;
  684. 682.  -   width: 320px;
  685. 683.  - }
  686. 684.  - .pad_nws_img {
  687. 685.  -   max-width: 50px;
  688. 686.  - }
  689. 687.  - .pad_nws_cont {
  690. 688.  -   width: 440px;
  691. 689.  - }
  692. 690.  -
  693. 691.  - .pad_submit_hint_title {
  694. 692.  -   color: #45688E;
  695. 693.  -   font-weight: bold;
  696. 694.  -   padding-bottom: 2px;
  697. 695.  - }
  698. 696.  - .pad_submit_hint_wrap {
  699. 697.  -   width: 210px;
  700. 698.  -   height: 110px;
  701. 699.  -   padding: 8px 5px 8px;
  702. 700.  - }
  703. 701.  - #pad_submit_hint_opts .pad_submit_hint_rb {
  704. 702.  -   color: black;
  705. 703.  -   padding-top: 10px;
  706. 704.  -   padding-bottom: 5px;
  707. 705.  -   line-height: 160%;
  708. 706.  - }
  709. 707.  - #pad_submit_hint_opts .pad_submit_hint_rb .rb {
  710. 708.  -   margin: 2px 5px 6px 0;
  711. 709.  - }
  712. 710.  - .pad_submit_hint_el {
  713. 711.  -   position: absolute;
  714. 712.  -   width: 1px;
  715. 713.  -   height: 1px;
  716. 714.  -   margin-top: 13px;
  717. 715.  - }
  718. 716.  -
  719. 717.  - .pad_ap_rows {
  720. 718.  -   width: 376px;
  721. 719.  - }
  722. 720.  - .pad_ap_right {
  723. 721.  -   width: 50px;
  724. 722.  -   height: 50px;
  725. 723.  -   overflow: hidden;
  726. 724.  -   margin: 0px 0px 10px 10px;
  727. 725.  - }
  728. 726.  - .pad_ap_right_img {
  729. 727.  -   width: 50px;
  730. 728.  -   vertical-align: top;
  731. 729.  - }
  732. 730.  - .pad_mus_rows {
  733. 731.  -   padding: 15px;
  734. 732.  - }
  735. 733.  -
  736. 734.  - #pad_more_audio {
  737. 735.  -   background: #EFF1F3;
  738. 736.  -   display: block;
  739. 737.  -   text-align: center;
  740. 738.  -   color: #738392;
  741. 739.  -   padding: 8px;
  742. 740.  -   margin: 0 15px 15px;
  743. 741.  - }
  744. 742.  - #pad_more_audio:hover {
  745. 743.  -   text-decoration: none;
  746. 744.  -   background: #E9EDF1;
  747. 745.  - }
  748. 746.  - .pad_audio_status,
  749. 747.  - .pad_no_audios {
  750. 748.  -   color: #777;
  751. 749.  -   font-size: 12px;
  752. 750.  -   text-align: center;
  753. 751.  -   line-height: 160%;
  754. 752.  -   padding: 30px 0px;
  755. 753.  - }
  756. 754.  -
  757. 755.  - #pad_audio_search {
  758. 756.  -   margin-bottom: 9px;
  759. 757.  -   margin-right: -1px;
  760. 758.  - }
  761. 759.  - #pad_audio_search input.pad_search {
  762. 760.  -   height: 13px;
  763. 761.  -   padding: 5px 20px;
  764. 762.  -   width: 325px;
  765. 763.  -   background: #FFF url(/images/magglass.png) no-repeat 5px 6px;
  766. 764.  -   outline: none;
  767. 765.  - }
  768. 766.  - .font_medium #pad_audio_search input.pad_search {
  769. 767.  -   width: 310px;
  770. 768.  - }
  771. 769.  - #pad_audio_search div.abutton_wrap {
  772. 770.  -   position: relative;
  773. 771.  -   left: -1px;
  774. 772.  - }
  775. 773.  - #pad_audio_search div.abutton_wrap button {
  776. 774.  -   width: 120px;
  777. 775.  -   height: 23px;
  778. 776.  -   line-height: 6px;
  779. 777.  - }
  780. 778.  - .font_medium #pad_audio_search div.abutton_wrap button {
  781. 779.  -   width: 135px;
  782. 780.  - }
  783. 781.  - #pad_audio_search div.abutton_wrap img {
  784. 782.  -   position: relative;
  785. 783.  -   top: -1px;
  786. 784.  -   left: 4px;
  787. 785.  - }
  788. 786.  - #pad_audio_search .pad_reset {
  789. 787.  -   cursor: pointer;
  790. 788.  -   display: none;
  791. 789.  -   background: transparent url(/images/icons/input_clear.gif) 6px 6px no-repeat;
  792. 790.  -   padding: 2px;
  793. 791.  -   width: 19px;
  794. 792.  -   height: 19px;
  795. 793.  -   margin-left: -24px;
  796. 794.  -   margin-top: 1px;
  797. 795.  -   opacity: 0.6;
  798. 796.  -   filter: alpha(opacity=60);
  799. 797.  -   position: relative;
  800. 798.  -   z-index: 100;
  801. 799.  - }
  802. 800.  - #pad_audio_search .pad_progress {
  803. 801.  -   background: url("/images/upload.gif") no-repeat scroll center center transparent;
  804. 802.  -   display: none;
  805. 803.  -   height: 23px;
  806. 804.  -   margin-left: -41px;
  807. 805.  -   margin-top: 1px;
  808. 806.  -   position: relative;
  809. 807.  -   width: 32px;
  810. 808.  -   z-index: 95;
  811. 809.  - }
  812. 810.  - #pad_audio_search.loading .pad_progress,
  813. 811.  - #pad_audio_search .pad_reset.shown {
  814. 812.  -   display: block;
  815. 813.  - }
  816. 814.  - #pad_audio_search.loading .pad_reset.shown {
  817. 815.  -   display: none;
  818. 816.  - }
  819. 817.  - #pad_audio_search div.abutton_wrap .button_blue {
  820. 818.  -   -webkit-border-radius: 0 2px 2px 0;
  821. 819.  -   -khtml-border-radius: 0 2px 2px 0;
  822. 820.  -   -moz-border-radius: 0 2px 2px 0;
  823. 821.  -   border-radius: 0 2px 2px 0;
  824. 822.  - }
  825. 823.  -
  826. 824.  - #pad_playlist .audio .area {
  827. 825.  -   cursor: pointer;
  828. 826.  -   position: relative;
  829. 827.  -   width: 488px;
  830. 828.  -   margin: 0px;
  831. 829.  - }
  832. 830.  - #pad_playlist .audio.over .area {
  833. 831.  -   background-color: #EDF1F5;
  834. 832.  - }
  835. 833.  - #pad_playlist .audio.tab_current .area,
  836. 834.  - #pad_playlist .audio.tab_current.tt_shown .area,
  837. 835.  - #pad_playlist .audio.tab_current.over .area,
  838. 836.  - #pad_playlist .audio.rec_source .area,
  839. 837.  - #pad_playlist .audio.rec_source.tt_shown .area,
  840. 838.  - #pad_playlist .audio.rec_source.over .area {
  841. 839.  -   background-color: #E3E8EC;
  842. 840.  - }
  843. 841.  - #pad_playlist .audio.tab_current .area .duration,
  844. 842.  - #pad_playlist .audio.rec_source .area .duration {
  845. 843.  -   color: #738191;
  846. 844.  - }
  847. 845.  - #pad_playlist .audio.current .area,
  848. 846.  - #pad_playlist .audio.current.tt_shown .area,
  849. 847.  - #pad_playlist .audio.current.over .area {
  850. 848.  -   background-color: #5f7fa2 !important;
  851. 849.  - }
  852. 850.  - #pad_playlist .audio.current .title_wrap,
  853. 851.  - #pad_playlist .audio.current .title_wrap a {
  854. 852.  -   color: #fff !important;
  855. 853.  - }
  856. 854.  - #pad_playlist .audio .area .actions {
  857. 855.  -   right: -2px;
  858. 856.  - }
  859. 857.  - #pad_playlist .audio_add_wrap {
  860. 858.  -   margin: 7px 7px 7px 0;
  861. 859.  -   padding: 4px;
  862. 860.  -   opacity: 0.4;
  863. 861.  -   filter: alpha(opacity=40);
  864. 862.  - }
  865. 863.  - #pad_playlist .audio_add {
  866. 864.  -   background: url(/images/icons/audio_icons.png?4) -79px -51px no-repeat;
  867. 865.  -   position: relative;
  868. 866.  -   width: 13px;
  869. 867.  -   height: 12px;
  870. 868.  -   margin: 0px;
  871. 869.  -   cursor: pointer;
  872. 870.  -   overflow: hidden;
  873. 871.  - }
  874. 872.  - #pad_playlist .audio_rec_wrap {
  875. 873.  -   margin: 7px 7px 7px 0;
  876. 874.  -   padding: 4px;
  877. 875.  -   opacity: 0.4;
  878. 876.  -   filter: alpha(opacity=40);
  879. 877.  - }
  880. 878.  - #pad_playlist .rec_source .audio_rec_wrap {
  881. 879.  -   opacity: 1;
  882. 880.  -   filter: alpha(opacity=100);
  883. 881.  - }
  884. 882.  - #pad_playlist .audio.current .audio_add {
  885. 883.  -   background-position: -93px -51px;
  886. 884.  - }
  887. 885.  - #pad_playlist .audio_rec {
  888. 886.  -   background: url(/images/icons/audio_icons.png?4) -202px -51px no-repeat;
  889. 887.  -   position: relative;
  890. 888.  -   width: 12px;
  891. 889.  -   height: 12px;
  892. 890.  -   margin: 0px;
  893. 891.  -   cursor: pointer;
  894. 892.  -   overflow: hidden;
  895. 893.  -   visibility: hidden;
  896. 894.  - }
  897. 895.  - #pad_playlist .audio.rec_source .audio_rec,
  898. 896.  - #pad_playlist .audio.over .audio_rec {
  899. 897.  -   visibility: visible;
  900. 898.  - }
  901. 899.  - #pad_playlist .audio.current .audio_rec {
  902. 900.  -   background-position: -218px -51px;
  903. 901.  - }
  904. 902.  - #pad_playlist .audio_add_wrap.added {
  905. 903.  -   opacity: 1;
  906. 904.  -   filter: alpha(opacity=100);
  907. 905.  - }
  908. 906.  - #pad_playlist .audio_add_wrap.anim {
  909. 907.  -   opacity: 1;
  910. 908.  -   filter: alpha(opacity=100);
  911. 909.  -   display: none;
  912. 910.  - }
  913. 911.  - #pad_playlist .audio.rec_source .audio_add_wrap.anim,
  914. 912.  - #pad_playlist .audio.over .audio_add_wrap.anim,
  915. 913.  - #pad_playlist .audio.tt_shown .audio_add_wrap.anim {
  916. 914.  -   display: block;
  917. 915.  - }
  918. 916.  - #pad_playlist .audio_add_anim_wrap {
  919. 917.  -   width: 13px;
  920. 918.  -   height: 12px;
  921. 919.  -   margin: 0px;
  922. 920.  -   padding: 0px;
  923. 921.  -   position: relative;
  924. 922.  - }
  925. 923.  - #pad_playlist .audio_add_anim {
  926. 924.  -   width: 28px;
  927. 925.  -   height: 12px;
  928. 926.  -   position: absolute;
  929. 927.  -   top: 0px;
  930. 928.  -   left: 0px;
  931. 929.  - }
  932. 930.  - #audio.new .audio_add_anim .audio_add.done {
  933. 931.  -   opacity: 0;
  934. 932.  -   filter: alpha(opacity=0);
  935. 933.  - }
  936. 934.  - #pad_playlist .audio_add_wrap.added .audio_add,
  937. 935.  - #pad_playlist .audio_add_wrap .audio_add.done {
  938. 936.  -   background-position: -166px -51px;
  939. 937.  -   width: 15px;
  940. 938.  - }
  941. 939.  - #pad_playlist .audio.current .audio_add_wrap.added .audio_add,
  942. 940.  - #pad_playlist .audio.current .audio_add_wrap .audio_add.done {
  943. 941.  -   background-position: -184px -51px;
  944. 942.  - }
  945. 943.  - #pad_playlist .duration {
  946. 944.  -   padding: 10px 9px 9px;
  947. 945.  -   cursor: pointer;
  948. 946.  -   max-width: 35px;
  949. 947.  -   overflow: hidden;
  950. 948.  -   -o-text-overflow: ellipsis;
  951. 949.  -   text-overflow: ellipsis;
  952. 950.  - }
  953. 951.  - .font_medium #pad_playlist .duration {
  954. 952.  -   max-width: 40px;
  955. 953.  - }
  956. 954.  - #pad_playlist .audio.over .duration {
  957. 955.  -   color: #8795A5;
  958. 956.  - }
  959. 957.  - #pad_playlist .audio.over.current .duration,
  960. 958.  - #pad_playlist .audio.current .duration {
  961. 959.  -   color: #b1bfcf !important;
  962. 960.  - }
  963. 961.  - #pad_playlist .audio.over .duration,
  964. 962.  - #pad_playlist .audio.rec_source .duration,
  965. 963.  - #pad_playlist .audio.tt_shown .duration {
  966. 964.  -   display: none;
  967. 965.  - }
  968. 966.  - #pad_playlist .audio.rec_source.no_actions .duration,
  969. 967.  - #pad_playlist .audio.tt_shown.no_actions .duration,
  970. 968.  - #pad_playlist .audio.over.no_actions .duration {
  971. 969.  -   display: block;
  972. 970.  - }
  973. 971.  - #pad_playlist .audio .play_btn_wrap {
  974. 972.  -   padding: 9px;
  975. 973.  - }
  976. 974.  - #pad_playlist .audio .play_new {
  977. 975.  -   width: 16px;
  978. 976.  -   margin: 0px;
  979. 977.  - }
  980. 978.  - #pad_playlist .audio.current .play_new {
  981. 979.  -   background:url(/images/icons/audio_icons.png?4) -147px -28px no-repeat;
  982. 980.  - }
  983. 981.  - #pad_playlist .audio.current .play_new.playing {
  984. 982.  -   background-position: -165px -28px;
  985. 983.  - }
  986. 984.  - #pad_playlist .audio .info {
  987. 985.  -   width: 452px;
  988. 986.  - }
  989. 987.  - #pad_playlist .audio .title_wrap {
  990. 988.  -   width: 398px;
  991. 989.  -   padding: 10px 0 9px;
  992. 990.  -   white-space: nowrap;
  993. 991.  -   -o-text-overflow: ellipsis;
  994. 992.  -   text-overflow: ellipsis;
  995. 993.  -   overflow: hidden;
  996. 994.  - }
  997. 995.  - #pad_playlist .audio .title_wrap b {
  998. 996.  -   max-width: 210px;
  999. 997.  - }
  1000. 998.  - .font_medium #pad_playlist .audio .title_wrap {
  1001. 999.  -   width: 393px;
  1002. 1000.  - }
  1003. 1001.  - #pad_playlist .audio .lyrics {
  1004. 1002.  -   display: none;
  1005. 1003.  - }
  1006. 1004.  - .dd_menu_stype_act.pad {
  1007. 1005.  -   margin-left: 1px;
  1008. 1006.  - }
  1009. 1007.  - .dd_menu_stype_act.pad .dd_menu_header div {
  1010. 1008.  -   width: 90px;
  1011. 1009.  - }
  1012. 1010.  - .font_medium .dd_menu_stype_act.pad .dd_menu_header div {
  1013. 1011.  -   width: 105px;
  1014. 1012.  - }
  1015. 1013.  - #pd {
  1016. 1014.  -   background: #F0F1F2;
  1017. 1015.  - }
  1018. 1016.  - #pd_controls {
  1019. 1017.  -   padding: 12px 0px;
  1020. 1018.  - }
  1021. 1019.  - #pd_play {
  1022. 1020.  -   background: url(/images/icons/audio_icons.png?4) no-repeat scroll 0 -25px transparent;
  1023. 1021.  -   margin: 0px 4px 0px 2px;
  1024. 1022.  -   padding: 0px;
  1025. 1023.  -   width: 22px;
  1026. 1024.  -   height: 22px;
  1027. 1025.  -   cursor: pointer;
  1028. 1026.  - }
  1029. 1027.  - #pd_play.playing {
  1030. 1028.  -   background-position: -72px -25px;
  1031. 1029.  - }
  1032. 1030.  - #pd_play.over {
  1033. 1031.  -   background-position: -24px -25px;
  1034. 1032.  - }
  1035. 1033.  - #pd_play.over.playing {
  1036. 1034.  -   background-position: -96px -25px;
  1037. 1035.  - }
  1038. 1036.  - #pd_play.down,
  1039. 1037.  - #pd_play.over.down {
  1040. 1038.  -   background-position: -48px -25px;
  1041. 1039.  - }
  1042. 1040.  - #pd_play.down.playing,
  1043. 1041.  - #pd_play.over.down.playing {
  1044. 1042.  -   background-position: -120px -25px;
  1045. 1043.  - }
  1046. 1044.  - #pd .ctrl_wrap {
  1047. 1045.  -   cursor: pointer;
  1048. 1046.  -   padding: 4px 3px;
  1049. 1047.  -   -webkit-border-radius: 2px;
  1050. 1048.  -   -khtml-border-radius: 2px;
  1051. 1049.  -   -moz-border-radius: 2px;
  1052. 1050.  -   border-radius: 2px;
  1053. 1051.  -   margin: 2px 1px 1px;
  1054. 1052.  -   opacity: 0.70;
  1055. 1053.  -   filter: alpha(opacity=70);
  1056. 1054.  -   -webkit-transition: background-color 100ms ease-out;
  1057. 1055.  -   -moz-transition: background-color 100ms ease-out;
  1058. 1056.  -   -o-transition: background-color 100ms ease-out;
  1059. 1057.  -   transition: background-color 100ms ease-out;
  1060. 1058.  -   -webkit-transition: opacity 100ms ease-out;
  1061. 1059.  -   -moz-transition: opacity 100ms ease-out;
  1062. 1060.  -   -o-transition: opacity 100ms ease-out;
  1063. 1061.  -   transition: opacity 100ms ease-out;
  1064. 1062.  - }
  1065. 1063.  - #pd #pd_repeat.ctrl_wrap {
  1066. 1064.  -   padding: 2px 3px 3px 4px;
  1067. 1065.  - }
  1068. 1066.  - #pd #pd_prev.ctrl_wrap,
  1069. 1067.  - #pd #pd_next.ctrl_wrap {
  1070. 1068.  -   opacity: 0.83;
  1071. 1069.  -   filter: alpha(opacity=83);
  1072. 1070.  - }
  1073. 1071.  - #pd .ctrl_wrap.on {
  1074. 1072.  -   opacity: 1 !important;
  1075. 1073.  -   filter: alpha(opacity=100) !important;
  1076. 1074.  - }
  1077. 1075.  - #pd #pd_prev.ctrl_wrap.over,
  1078. 1076.  - #pd #pd_next.ctrl_wrap.over {
  1079. 1077.  -   opacity: 1;
  1080. 1078.  -   filter: alpha(opacity=100);
  1081. 1079.  -   background: none;
  1082. 1080.  - }
  1083. 1081.  - #pd .ctrl_wrap.added.over {
  1084. 1082.  -   opacity: 0.70 !important;
  1085. 1083.  -   filter: alpha(opacity=70) !important;
  1086. 1084.  -   cursor: auto;
  1087. 1085.  - }
  1088. 1086.  - #pd .ctrl {
  1089. 1087.  -   background: url(/images/icons/audio_icons.png?4) no-repeat scroll 0 0 transparent;
  1090. 1088.  -   height: 11px;
  1091. 1089.  -   width: 13px;
  1092. 1090.  -   margin: 0;
  1093. 1091.  -   float: left;
  1094. 1092.  - }
  1095. 1093.  - #pd.no_rec #pd_rec {
  1096. 1094.  -   display: none;
  1097. 1095.  - }
  1098. 1096.  - #pd #pd_shuffle.ctrl_wrap,
  1099. 1097.  - #pd #pd_rec.ctrl_wrap {
  1100. 1098.  -   padding: 3px 4px 4px 3px;
  1101. 1099.  - }
  1102. 1100.  - #pd #pd_status.ctrl_wrap {
  1103. 1101.  -   padding-top: 3px;
  1104. 1102.  -   padding-bottom: 5px;
  1105. 1103.  - }
  1106. 1104.  - #pd .ctrl.shuffle {
  1107. 1105.  -   height: 12px;
  1108. 1106.  - }
  1109. 1107.  - #pd .next_prev div.ctrl_wrap {
  1110. 1108.  -   float: left;
  1111. 1109.  - }
  1112. 1110.  - #pd .ctrl.prev {
  1113. 1111.  -   background-position: -3px -52px;
  1114. 1112.  - }
  1115. 1113.  - #pd .ctrl.next {
  1116. 1114.  -   background-position: -18px -52px;
  1117. 1115.  - }
  1118. 1116.  - #pd .extra_ctrls {
  1119. 1117.  -   padding: 12px 0px;
  1120. 1118.  - }
  1121. 1119.  - #pd .ctrl.repeat {
  1122. 1120.  -   background-position: -32px -49px;
  1123. 1121.  -   height: 14px;
  1124. 1122.  - }
  1125. 1123.  - #pd .ctrl.repeat.on {
  1126. 1124.  -   opacity: 1;
  1127. 1125.  -   filter: alpha(opacity=100);
  1128. 1126.  - }
  1129. 1127.  - #pd .ctrl.shuffle {
  1130. 1128.  -   background-position: -50px -51px;
  1131. 1129.  - }
  1132. 1130.  - #pd .ctrl.status {
  1133. 1131.  -   background-position: -66px -51px;
  1134. 1132.  - }
  1135. 1133.  - #pd .ctrl.rec {
  1136. 1134.  -   background-position: -202px -51px;
  1137. 1135.  -   height: 12px;
  1138. 1136.  -   width: 12px;
  1139. 1137.  - }
  1140. 1138.  - #pd_add {
  1141. 1139.  -   display: none;
  1142. 1140.  - }
  1143. 1141.  - #pd .ctrl.add {
  1144. 1142.  -   background-position: -80px -52px;
  1145. 1143.  - }
  1146. 1144.  - #pd .ctrl_wrap.added {
  1147. 1145.  -   padding: 3px 2px 4px;
  1148. 1146.  - }
  1149. 1147.  - #pd .ctrl_wrap.added .ctrl.add {
  1150. 1148.  -   background-position: -166px -51px;
  1151. 1149.  -   width: 15px;
  1152. 1150.  -   height: 12px;
  1153. 1151.  - }
  1154. 1152.  - #pd .info {
  1155. 1153.  -   width: 326px;
  1156. 1154.  -   margin-left: 10px;
  1157. 1155.  - }
  1158. 1156.  - #pd.no_rec .info {
  1159. 1157.  -   width: 345px;
  1160. 1158.  - }
  1161. 1159.  - #pd.add .info {
  1162. 1160.  -   width: 307px;
  1163. 1161.  - }
  1164. 1162.  - #pd.no_rec.add .info {
  1165. 1163.  -   width: 326px;
  1166. 1164.  - }
  1167. 1165.  - #pd.add #pd_add {
  1168. 1166.  -   display: block;
  1169. 1167.  - }
  1170. 1168.  - #pd_vol {
  1171. 1169.  -   margin-left: 11px;
  1172. 1170.  - }
  1173. 1171.  - #pd_vol .audio_volume_line {
  1174. 1172.  -   top: -8px;
  1175. 1173.  - }
  1176. 1174.  - #pd .title_wrap {
  1177. 1175.  -   padding-top: 11px;
  1178. 1176.  -   line-height: 13px;
  1179. 1177.  - }
  1180. 1178.  - #pd .ac_name {
  1181. 1179.  -   white-space: nowrap;
  1182. 1180.  -   overflow: hidden;
  1183. 1181.  -   -o-text-overflow: ellipsis;
  1184. 1182.  -   text-overflow: ellipsis;
  1185. 1183.  -   max-width: 221px;
  1186. 1184.  - }
  1187. 1185.  - #pd.no_rec .ac_name {
  1188. 1186.  -   max-width: 240px;
  1189. 1187.  - }
  1190. 1188.  - .font_medium #pd.add .ac_name {
  1191. 1189.  -   max-width: 196px;
  1192. 1190.  - }
  1193. 1191.  - .font_medium #pd.no_rec.add .ac_name {
  1194. 1192.  -   max-width: 215px;
  1195. 1193.  - }
  1196. 1194.  - #pd.add .ac_name {
  1197. 1195.  -   max-width: 201px;
  1198. 1196.  - }
  1199. 1197.  - #pd.no_rec.add .ac_name {
  1200. 1198.  -   max-width: 220px;
  1201. 1199.  - }
  1202. 1200.  - #pd .performer {
  1203. 1201.  -   font-weight: bold;
  1204. 1202.  -   color: #2B587A;
  1205. 1203.  - }
  1206. 1204.  - #pd .title {
  1207. 1205.  -   color: #627A94;
  1208. 1206.  - }
  1209. 1207.  - #pd .duration {
  1210. 1208.  -   display: inline-block;
  1211. 1209.  -   margin: 0px 66px 0 0;
  1212. 1210.  -   padding: 0px !important;
  1213. 1211.  -   color: #627a94;
  1214. 1212.  -   font-size: 0.9em;
  1215. 1213.  -   margin-top: 1px;
  1216. 1214.  -   cursor: pointer;
  1217. 1215.  -   max-width: 40px;
  1218. 1216.  -   overflow: hidden;
  1219. 1217.  -   -o-text-overflow: ellipsis;
  1220. 1218.  -   text-overflow: ellipsis;
  1221. 1219.  - }
  1222. 1220.  - #pd .shadow div {
  1223. 1221.  -   background: #000;
  1224. 1222.  -   height: 1px;
  1225. 1223.  -   opacity: 0.15;
  1226. 1224.  -   filter: alpha(opacity=15);
  1227. 1225.  -   position: absolute;
  1228. 1226.  -   z-index: 1050;
  1229. 1227.  -   overflow: hidden;
  1230. 1228.  -   width: 627px;
  1231. 1229.  - }
  1232. 1230.  - #pd .shadow .sh0 {
  1233. 1231.  -   background: #FFFFFF;
  1234. 1232.  - }
  1235. 1233.  - #pd .shadow .sh1 {
  1236. 1234.  -   opacity: 0.15;
  1237. 1235.  -   filter: alpha(opacity=15);
  1238. 1236.  -   margin-top: 0px;
  1239. 1237.  - /*  background: #ADBAC7;*/
  1240. 1238.  - }
  1241. 1239.  - #pd .shadow .sh2 {
  1242. 1240.  -   opacity: 0.09;
  1243. 1241.  -   filter: alpha(opacity=9);
  1244. 1242.  -   margin-top: 1px;
  1245. 1243.  - }
  1246. 1244.  - #pd .shadow .sh3 {
  1247. 1245.  -   opacity: 0.04;
  1248. 1246.  -   filter: alpha(opacity=4);
  1249. 1247.  -   margin-top: 2px;
  1250. 1248.  - }
  1251. 1249.  - #pd .shadow .sh4 {
  1252. 1250.  -   opacity: 0.01;
  1253. 1251.  -   filter: alpha(opacity=1);
  1254. 1252.  -   margin-top: 3px;
  1255. 1253.  - }
  1256. 1254.  - #pd_vol.over .ac_slider,
  1257. 1255.  - #pd_vol.down .ac_slider,
  1258. 1256.  - #pd_pr.down .ac_slider {
  1259. 1257.  -   display: block;
  1260. 1258.  - }
  1261. 1259.  - #pd_vol_back_line.ac_load_line {
  1262. 1260.  -   width: 100%;
  1263. 1261.  -   top: -15px;
  1264. 1262.  - }
  1265. 1263.  - #pd_vol_line.ac_progress_line {
  1266. 1264.  -   top: -7px;
  1267. 1265.  -   width: 50%;
  1268. 1266.  - }
  1269. 1267.  - .pd_apps_recent {
  1270. 1268.  -   height: 65px;
  1271. 1269.  -   padding: 10px 0px 10px 12px;
  1272. 1270.  -   position: relative;
  1273. 1271.  - }
  1274. 1272.  - .pd_apps_wrap {
  1275. 1273.  -   height: 65px;
  1276. 1274.  -   padding: 4px 0px 0px 12px;
  1277. 1275.  -   position: relative;
  1278. 1276.  - }
  1279. 1277.  - .pd_apps_row {
  1280. 1278.  -   width: 50px;
  1281. 1279.  -   vertical-align: top;
  1282. 1280.  -   -webkit-border-radius: 5px;
  1283. 1281.  -   -moz-border-radius: 5px;
  1284. 1282.  -   border-radius: 5px;
  1285. 1283.  - }
  1286. 1284.  - .pd_apps_row_cont {
  1287. 1285.  -   overflow: hidden;
  1288. 1286.  -   padding: 6px 0px 6px 0px;
  1289. 1287.  -   margin-right: 12px;
  1290. 1288.  -   position: absolute;
  1291. 1289.  -   height: 50px;
  1292. 1290.  - }
  1293. 1291.  - .pd_apps_row_img {
  1294. 1292.  -   -webkit-border-radius: 5px;
  1295. 1293.  -   -moz-border-radius: 5px;
  1296. 1294.  -   border-radius: 5px;
  1297. 1295.  -   width: 50px;
  1298. 1296.  -   height: 50px;
  1299. 1297.  -   overflow: hidden;
  1300. 1298.  - }
  1301. 1299.  - .pd_apps_cont #pad_content {
  1302. 1300.  -   border: none;
  1303. 1301.  -   padding: 0px;
  1304. 1302.  -   max-height: 400px;
  1305. 1303.  - }
  1306. 1304.  - .pd_apps_cont {
  1307. 1305.  -   border: 1px solid #ADBAC7;
  1308. 1306.  - }
  1309. 1307.  - .pd_apps_footer {
  1310. 1308.  -   background: #F0F1F2;
  1311. 1309.  -   padding: 8px 5px 7px;
  1312. 1310.  -   height: 30px;
  1313. 1311.  - }
  1314. 1312.  - .pd_apps_name {
  1315. 1313.  -   font-weight: bold;
  1316. 1314.  -   color: #47688D;
  1317. 1315.  -   padding-bottom: 3px;
  1318. 1316.  -   white-space: nowrap;
  1319. 1317.  -   -o-text-overflow: ellipsis;
  1320. 1318.  -   text-overflow: ellipsis;
  1321. 1319.  -   overflow: hidden;
  1322. 1320.  - }
  1323. 1321.  - .pd_apps_info {
  1324. 1322.  -   position: absolute;
  1325. 1323.  -   padding: 0px 5px 0px 60px;
  1326. 1324.  -   color: #777777;
  1327. 1325.  -   width: 114px;
  1328. 1326.  - }
  1329. 1327.  - #pd_apps_search {
  1330. 1328.  -   height: 13px;
  1331. 1329.  -   padding: 5px 40px 5px 20px;
  1332. 1330.  -   background: #FFFFFF url(/images/magglass.png) no-repeat 5px 6px;
  1333. 1331.  -   outline: none;
  1334. 1332.  -   width: 140px;
  1335. 1333.  -   border: 1px solid #CFDAE5;
  1336. 1334.  - }
  1337. 1335.  - .pd_apps_row_href {
  1338. 1336.  -   display: block;
  1339. 1337.  -   overflow: hidden;
  1340. 1338.  -   width: 100%;
  1341. 1339.  - }
  1342. 1340.  - .pd_apps_row_href:active {
  1343. 1341.  -   padding-top: 1px;
  1344. 1342.  -   display: block;
  1345. 1343.  -   height: 49px;
  1346. 1344.  - }
  1347. 1345.  - .pd_apps_animation1 {
  1348. 1346.  -   -o-transition:all 400ms cubic-bezier(0.2,0.2,0.2,0.95);
  1349. 1347.  -   -moz-transition:all 400ms cubic-bezier(0.2,0.2,0.2,0.95);
  1350. 1348.  -   -webkit-transition:all 400ms cubic-bezier(0.2,0.2,0.2,0.95);
  1351. 1349.  -   transition:all 400ms cubic-bezier(0.2,0.2,0.2,0.95);
  1352. 1350.  - }
  1353. 1351.  - .pd_apps_recent_vis {
  1354. 1352.  -   margin-left: 420px;
  1355. 1353.  -   opacity: 1;
  1356. 1354.  - }
  1357. 1355.  - .pd_apps_recent_right {
  1358. 1356.  -   position: absolute;
  1359. 1357.  -   border-right: 1px solid #ADBAC7;
  1360. 1358.  -   right: -1px;
  1361. 1359.  -   padding: 10px 0px;
  1362. 1360.  -   top: 6px;
  1363. 1361.  -   z-index: 10;
  1364. 1362.  -   cursor: pointer;
  1365. 1363.  - }
  1366. 1364.  - .pd_apps_recent_bg_right {
  1367. 1365.  -   background: url('/images/pd_apps_sh.png') 0px 0px no-repeat;
  1368. 1366.  -   width: 19px;
  1369. 1367.  -   height: 50px;
  1370. 1368.  - }
  1371. 1369.  - .pd_apps_recent_left {
  1372. 1370.  -   position: absolute;
  1373. 1371.  -   border-left: 1px solid #ADBAC7;
  1374. 1372.  -   left: -1px;
  1375. 1373.  -   padding: 10px 0px;
  1376. 1374.  -   top: 6px;
  1377. 1375.  -   z-index: 10;
  1378. 1376.  -   cursor: pointer;
  1379. 1377.  - }
  1380. 1378.  - .pd_apps_recent_bg_left {
  1381. 1379.  -   background: url('/images/pd_apps_sh.png') 0px -50px no-repeat;
  1382. 1380.  -   width: 19px;
  1383. 1381.  -   height: 50px;
  1384. 1382.  - }
  1385. 1383.  - .pd_apps_cont_right {
  1386. 1384.  -   position: absolute;
  1387. 1385.  -   border-right: 1px solid #ADBAC7;
  1388. 1386.  -   padding: 10px 0px;
  1389. 1387.  -   right: -1px;
  1390. 1388.  -   top: 0px;
  1391. 1389.  -   z-index: 10;
  1392. 1390.  -   cursor: pointer;
  1393. 1391.  - }
  1394. 1392.  - .pd_apps_cont_bg_right {
  1395. 1393.  -   background: url('/images/pd_apps_sh.png?2') 0px -100px no-repeat;
  1396. 1394.  -   width: 19px;
  1397. 1395.  -   height: 50px;
  1398. 1396.  - }
  1399. 1397.  - .pd_apps_cont_left {
  1400. 1398.  -   position: absolute;
  1401. 1399.  -   border-left: 1px solid #ADBAC7;
  1402. 1400.  -   left: -1px;
  1403. 1401.  -   padding: 10px 0px;
  1404. 1402.  -   top: 0px;
  1405. 1403.  -   z-index: 10;
  1406. 1404.  -   cursor: pointer;
  1407. 1405.  - }
  1408. 1406.  - .pd_apps_cont_bg_left {
  1409. 1407.  -   background: url('/images/pd_apps_sh.png?2') 0px -150px no-repeat;
  1410. 1408.  -   width: 19px;
  1411. 1409.  -   height: 50px;
  1412. 1410.  - }
  1413. 1411.  - .pd_apps_ca_more {
  1414. 1412.  -   position: absolute;
  1415. 1413.  -   margin-left: 450px;
  1416. 1414.  -   width: 500px;
  1417. 1415.  - }
  1418. 1416.  - .pd_apps_ca_slice {
  1419. 1417.  -   position: absolute;
  1420. 1418.  -   width: 500px;
  1421. 1419.  - }
  1422. 1420.  - .pd_apps_ca_prev {
  1423. 1421.  -   position: absolute;
  1424. 1422.  -   width: 500px;
  1425. 1423.  - }
  1426. 1424.  - .pd_apps_summary {
  1427. 1425.  -   display: block;
  1428. 1426.  -   background: #F0F1F2;
  1429. 1427.  -   color: #505050;
  1430. 1428.  -   font-weight: bold;
  1431. 1429.  -   padding: 8px 0px 8px 10px;
  1432. 1430.  -   margin-top: 1px;
  1433. 1431.  - }
  1434. 1432.  - .pd_apps_summary:hover {
  1435. 1433.  -   text-decoration: none;
  1436. 1434.  - }
  1437. 1435.  - .pd_apps_header {
  1438. 1436.  -   background: #F0F1F2;
  1439. 1437.  -   color: #505050;
  1440. 1438.  -   padding: 4px 0px 6px 0px;
  1441. 1439.  -   height: 29px;
  1442. 1440.  - }
  1443. 1441.  - .pd_apps_search_wrap {
  1444. 1442.  -   margin: 3px 7px 0px 0px;
  1445. 1443.  - }
  1446. 1444.  - #pd_apps_search_cont {
  1447. 1445.  -   display: none;
  1448. 1446.  -   padding: 10px 0px;
  1449. 1447.  - }
  1450. 1448.  - .pd_game_search_img {
  1451. 1449.  -   width: 40px;
  1452. 1450.  -   height: 40px;
  1453. 1451.  -   -webkit-border-radius: 3px;
  1454. 1452.  -   -moz-border-radius: 3px;
  1455. 1453.  -   border-radius: 3px;
  1456. 1454.  - }
  1457. 1455.  - .pd_game_search_photo {
  1458. 1456.  -   position: absolute;
  1459. 1457.  - }
  1460. 1458.  - .pd_game_search_row {
  1461. 1459.  -   display: block;
  1462. 1460.  -   padding: 5px 10px;
  1463. 1461.  - }
  1464. 1462.  - .pd_game_search_row:hover {
  1465. 1463.  -   text-decoration: none;
  1466. 1464.  -   background: #EDF1F5;
  1467. 1465.  - }
  1468. 1466.  - .pd_game_search_row:active {
  1469. 1467.  -   padding: 6px 10px 4px;
  1470. 1468.  - }
  1471. 1469.  - .pd_game_search_info {
  1472. 1470.  -   padding-left: 50px;
  1473. 1471.  -   height: 38px;
  1474. 1472.  -   padding-top: 2px;
  1475. 1473.  - }
  1476. 1474.  - .pd_game_search_info_str {
  1477. 1475.  -   color: #777;
  1478. 1476.  -   padding: 5px 0px 0px 0px;
  1479. 1477.  - }
  1480. 1478.  - #pd_apps_search_progress {
  1481. 1479.  -   background: url("/images/upload.gif") no-repeat;
  1482. 1480.  -   display: none;
  1483. 1481.  -   height: 23px;
  1484. 1482.  -   margin-left: 411px;
  1485. 1483.  -   margin-top: 12px;
  1486. 1484.  -   position: absolute;
  1487. 1485.  -   width: 32px;
  1488. 1486.  -   z-index: 95;
  1489. 1487.  - }
  1490. 1488.  - #pd_apps_search_close {
  1491. 1489.  -   cursor: pointer;
  1492. 1490.  -   display: none;
  1493. 1491.  -   background: transparent url(/images/icons/input_clear.gif) 6px 6px no-repeat;
  1494. 1492.  -   padding: 2px;
  1495. 1493.  -   width: 19px;
  1496. 1494.  -   height: 19px;
  1497. 1495.  -   margin-left: 424px;
  1498. 1496.  -   margin-top: 4px;
  1499. 1497.  -   opacity: 0.6;
  1500. 1498.  -   filter: alpha(opacity=60);
  1501. 1499.  -   position: absolute;
  1502. 1500.  -   z-index: 100;
  1503. 1501.  - }
  1504. 1502.  - .pd_apps_empty {
  1505. 1503.  -   color: #777;
  1506. 1504.  -   font-size: 1.09em;
  1507. 1505.  -   line-height: 200%;
  1508. 1506.  -   margin: 20px 20px 15px;
  1509. 1507.  -   padding: 50px 0;
  1510. 1508.  -   text-align: center;
  1511. 1509.  -   word-wrap: break-word;
  1512. 1510.  - }
  1513. 1511.  - .pd_game_search_name {
  1514. 1512.  -   color: #2B587A;
  1515. 1513.  - }
  1516. 1514.  - #pd_apps_top_summary {
  1517. 1515.  -   position: absolute;
  1518. 1516.  -   width: 180px;
  1519. 1517.  -   background: none;
  1520. 1518.  - }
  1521. 1519.  - #pd_apps_search_summary {
  1522. 1520.  -   position: absolute;
  1523. 1521.  -   width: 180px;
  1524. 1522.  -   opacity: 0;
  1525. 1523.  -   filter: alpha(opacity=60);
  1526. 1524.  -   margin-top: -15px;
  1527. 1525.  -   background: none;
  1528. 1526.  - }
  1529. 1527.  - .pads_apps_recent_empty {
  1530. 1528.  -   text-align: center;
  1531. 1529.  -   color: #777;
  1532. 1530.  -   font-size: 1.09em;
  1533. 1531.  -   line-height: 200%;
  1534. 1532.  -   padding: 22px 0px;
  1535. 1533.  - }
  1536. ------
  1537. Файл - wkview.css (Старый размер - 23438 | Новый - 0):
  1538. 0.  - #wkview_css {
  1539. 1.  -   display: none;
  1540. 2.  - }
  1541. 3.  -
  1542. 4.  - #wk_layer_wrap {
  1543. 5.  -   overflow: auto;
  1544. 6.  -   top: 0;
  1545. 7.  -   left: 0;
  1546. 8.  -   width: 100%;
  1547. 9.  -   height: 100%;
  1548. 10.  -   z-index: 500;
  1549. 11.  -   display: none;
  1550. 12.  - }
  1551. 13.  - body.mobfixed #wk_layer_wrap {
  1552. 14.  -   overflow: visible;
  1553. 15.  - }
  1554. 16.  - .wk_fixed {
  1555. 17.  -   left: 0px;
  1556. 18.  -   top: 0px;
  1557. 19.  -   z-index: 601;
  1558. 20.  - }
  1559. 21.  - .wk_fixed div {
  1560. 22.  -   position: absolute;
  1561. 23.  -   z-index: 602;
  1562. 24.  - }
  1563. 25.  - .wk_fixed div div {
  1564. 26.  -   position: static;
  1565. 27.  - }
  1566. 28.  - #layer_bg.wk_light {
  1567. 29.  -   background: #000;
  1568. 30.  -   opacity: 0.4!important;
  1569. 31.  -   filter: alpha(opacity=40);
  1570. 32.  - }
  1571. 33.  -
  1572. 34.  - #layer_bg.wk_dark {
  1573. 35.  -   background: #000;
  1574. 36.  -   opacity: 0.7;
  1575. 37.  -   filter: alpha(opacity=70);
  1576. 38.  - }
  1577. 39.  -
  1578. 40.  - @-moz-document url-prefix() {
  1579. 41.  -   #layer_bg.wk_light {
  1580. 42.  -     background: url(/images/layer_bg_medium.png);
  1581. 43.  -     opacity: 1 !important;
  1582. 44.  -   }
  1583. 45.  -   #layer_bg.wk_dark {
  1584. 46.  -     background: url('/images/layer_bg_black.png');
  1585. 47.  -     opacity: 1 !important;
  1586. 48.  -   }
  1587. 49.  - }
  1588. 50.  -
  1589. 51.  - .wk_wrap {
  1590. 52.  -   overflow: auto;
  1591. 53.  -   z-index: 610;
  1592. 54.  - }
  1593. 55.  -
  1594. 56.  - .video_layer_message {
  1595. 57.  -   color: #AAAAAA;
  1596. 58.  -   width: 640px;
  1597. 59.  -   padding: 150px 30px;
  1598. 60.  -   text-align: center;
  1599. 61.  - }
  1600. 62.  - .wk_cont {
  1601. 63.  -   position: relative;
  1602. 64.  -   margin: 0px auto;
  1603. 65.  -   padding: 10px 0px 80px;
  1604. 66.  - }
  1605. 67.  - .wk_cont_top_t {
  1606. 68.  -   padding: 0px 100px;
  1607. 69.  - }
  1608. 70.  - .wk_cont table.wk_cont_t {
  1609. 71.  -   margin: 0px auto;
  1610. 72.  - }
  1611. 73.  - .wk_cont .sidesh {
  1612. 74.  -   background: #000;
  1613. 75.  -   width: 1px;
  1614. 76.  -   vertical-align: top;
  1615. 77.  - }
  1616. 78.  - .wk_cont .sidesh div.sidesh_filler {
  1617. 79.  -   width: 1px;
  1618. 80.  -   overflow: hidden;
  1619. 81.  - }
  1620. 82.  - .wk_cont .bottomsh {
  1621. 83.  -   background: #000;
  1622. 84.  -   height: 1px;
  1623. 85.  - }
  1624. 86.  - .wk_cont .bottom_section_section_sectionersesh div {
  1625. 87.  -   height: 1px;
  1626. 88.  -   overflow: hidden;
  1627. 89.  - }
  1628. 90.  - .wk_cont .s1 {
  1629. 91.  -   opacity: 0.05;
  1630. 92.  -   filter: alpha(opacity=5);
  1631. 93.  - }
  1632. 94.  - .wk_cont .s2 {
  1633. 95.  -   opacity: 0.15;
  1634. 96.  -   filter: alpha(opacity=15);
  1635. 97.  - }
  1636. 98.  - .wk_cont .s3 {
  1637. 99.  -   opacity: 0.25;
  1638. 100.  -   filter: alpha(opacity=25);
  1639. 101.  - }
  1640. 102.  -
  1641. 103.  -
  1642. 104.  - #wk_box {
  1643. 105.  -   overflow: hidden;
  1644. 106.  -   padding: 0;
  1645. 107.  -   background: white;
  1646. 108.  -   position: relative;
  1647. 109.  - }
  1648. 110.  - #wk_approve {
  1649. 111.  -   background: white;
  1650. 112.  -   padding: 15px 25px;
  1651. 113.  -   border-bottom: 1px solid #DAE1E8;
  1652. 114.  -   background: #F7F7F7;
  1653. 115.  -   text-align: center;
  1654. 116.  - }
  1655. 117.  - #wk_approve table {
  1656. 118.  -   width: 550px;
  1657. 119.  - }
  1658. 120.  - #wk_approve td {
  1659. 121.  -   padding: 0px 5px;
  1660. 122.  - }
  1661. 123.  - #wk_approve table .info {
  1662. 124.  -   width: 100%;
  1663. 125.  -   padding-bottom: 10px;
  1664. 126.  - }
  1665. 127.  -
  1666. 128.  - #wk_loader {
  1667. 129.  -   background: url(/images/progress_gray.gif) no-repeat 50% 50%;
  1668. 130.  -   width: 780px;
  1669. 131.  -   height: 420px;
  1670. 132.  -   margin: 0px auto;
  1671. 133.  -   display: none;
  1672. 134.  - }
  1673. 135.  - .wk_edit_link,
  1674. 136.  - .wk_edit_divide {
  1675. 137.  -   display: none;
  1676. 138.  - }
  1677. 139.  - .wk_view_edit_link .wk_edit_link,
  1678. 140.  - .wk_view_edit_link .wk_edit_divide {
  1679. 141.  -   display: block;
  1680. 142.  -   padding: 17px 4px 0px;
  1681. 143.  - }
  1682. 144.  - .wk_close_link {
  1683. 145.  -   padding: 17px 20px 0px;
  1684. 146.  -   outline: none;
  1685. 147.  - }
  1686. 148.  - .wk_view_edit_link .wk_close_link {
  1687. 149.  -   padding-left: 4px;
  1688. 150.  - }
  1689. 151.  - #wk_content {
  1690. 152.  -   clear: left;
  1691. 153.  -   width: 653px;
  1692. 154.  - }
  1693. 155.  -
  1694. 156.  - .wk_wiki_content {
  1695. 157.  -   font-size: 1.09em;
  1696. 158.  -   padding: 12px 23px 22px;
  1697. 159.  -   line-height: 160%;
  1698. 160.  - }
  1699. 161.  - .wk_small_content {
  1700. 162.  -   font-size: 1em;
  1701. 163.  - }
  1702. 164.  - .wk_nano_content {
  1703. 165.  -   font-size: 1em;
  1704. 166.  -   padding: 0px;
  1705. 167.  - }
  1706. 168.  - #wk_summary {
  1707. 169.  -   height: 13px;
  1708. 170.  -   padding: 0px;
  1709. 171.  -   margin: 16px 20px 0px;
  1710. 172.  -   width: 450px;
  1711. 173.  - }
  1712. 174.  - #wk_summary .summary {
  1713. 175.  -   color: #2B587A;
  1714. 176.  -   font-weight: bold;
  1715. 177.  -   font-size: 1.18em;
  1716. 178.  -   color: #45688E;
  1717. 179.  - }
  1718. 180.  - .pages_body {
  1719. 181.  -   width: 598px;
  1720. 182.  -   height: 400px;
  1721. 183.  -   border: 1px solid #C0CAD5;
  1722. 184.  -   padding: 3px;
  1723. 185.  -   font-size: 1em;
  1724. 186.  - }
  1725. 187.  - #pages_html {
  1726. 188.  -   width: 598px;
  1727. 189.  -   height: 400px;
  1728. 190.  - }
  1729. 191.  - .wk_save_info {
  1730. 192.  -   padding: 5px 10px 0px 10px;
  1731. 193.  -   color: #777777;
  1732. 194.  - }
  1733. 195.  - .wk_buttons_cont {
  1734. 196.  -   height: 52px;
  1735. 197.  -   position: relative;
  1736. 198.  - }
  1737. 199.  - #wk_buttons_panel {
  1738. 200.  -   width: 603px;
  1739. 201.  -   background: #FFFFFF;
  1740. 202.  -   height: 35px;
  1741. 203.  -   padding: 10px 25px 0px 25px;
  1742. 204.  - }
  1743. 205.  - .wk_buttons_panel_shadow {
  1744. 206.  -   position: absolute;
  1745. 207.  -   width: 654px;
  1746. 208.  -   height: 3px;
  1747. 209.  -   z-index: 100;
  1748. 210.  -   background: #555;
  1749. 211.  -   opacity: 0.12;
  1750. 212.  -   filter: alpha(opacity=12);
  1751. 213.  -   margin-top: -13px;
  1752. 214.  -   margin-left: -25px;
  1753. 215.  -   display: none;
  1754. 216.  - }
  1755. 217.  - .wk_panel_fixed .wk_buttons_panel_shadow {
  1756. 218.  -   display: block;
  1757. 219.  - }
  1758. 220.  - #wk_buttons_panel.wk_panel_fixed {
  1759. 221.  -   background: #F1F1F1;
  1760. 222.  -   border-top: 1px solid #DAE1E8;
  1761. 223.  - }
  1762. 224.  - .wk_panel_fixed
  1763. 225.  - .wk_pages_acts {
  1764. 226.  -   padding: 4px 0px 0px 0px;
  1765. 227.  - }
  1766. 228.  - .pages_access_options .radiobtn {
  1767. 229.  -   display: block;
  1768. 230.  -   margin: 10px 0px;
  1769. 231.  - }
  1770. 232.  - .wk_top_fixed .editor_toolbar {
  1771. 233.  -   padding-left: 25px;
  1772. 234.  -   padding-right: 25px;
  1773. 235.  -   width: 604px;
  1774. 236.  - }
  1775. 237.  -
  1776. 238.  - .wk_top_fixed .editor_toolbar {
  1777. 239.  -   position: fixed;
  1778. 240.  -   top: 0px;
  1779. 241.  - }
  1780. 242.  - .wk_top_fixed #wke_buttons {
  1781. 243.  -   position: fixed;
  1782. 244.  -   top: 0px;
  1783. 245.  -   width: 624px;
  1784. 246.  -   height: 32px;
  1785. 247.  - }
  1786. 248.  - .editor_layer .editor_toolbar {
  1787. 249.  -   padding: 3px 23px 6px;
  1788. 250.  -   width: 608px;
  1789. 251.  -   border-bottom: none;
  1790. 252.  - }
  1791. 253.  -
  1792. 254.  - #wk_top_toolbox_shadow {
  1793. 255.  -   position: fixed;
  1794. 256.  -   width: 654px;
  1795. 257.  -   height: 3px;
  1796. 258.  -   z-index: 100;
  1797. 259.  -   background: #555;
  1798. 260.  -   opacity: 0.12;
  1799. 261.  -   filter: alpha(opacity=12);
  1800. 262.  -   display: none;
  1801. 263.  - }
  1802. 264.  -
  1803. 265.  - .wk_top_fixed #wk_top_toolbox_shadow {
  1804. 266.  -   display: block;
  1805. 267.  - }
  1806. 268.  -
  1807. 269.  - #wk_page_title {
  1808. 270.  -   width: 602px;
  1809. 271.  -   border: 1px solid #C0CAD5;
  1810. 272.  -   font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans;
  1811. 273.  -   font-size: 1em;
  1812. 274.  -   margin: 0px;
  1813. 275.  -   padding: 5px 5px;
  1814. 276.  - }
  1815. 277.  -
  1816. 278.  - .wk_page_title_cont {
  1817. 279.  -   padding: 14px 20px 3px;
  1818. 280.  -   background: #F1F1F1;
  1819. 281.  - }
  1820. 282.  - .editor_layer a.editor_button_over,
  1821. 283.  - .editor_layer #editor_open_photos:hover {
  1822. 284.  -   border: 1px solid #acb1b5;
  1823. 285.  -   background-color: #FFFFFF !important;
  1824. 286.  - }
  1825. 287.  - .editor_layer .wysiwyg {
  1826. 288.  -   margin: 0px 23px;
  1827. 289.  -   width: 608px;
  1828. 290.  - }
  1829. 291.  - .wk_top_margin {
  1830. 292.  -   height: 10px;
  1831. 293.  - }
  1832. 294.  - .editor_layer #wysiwyg_mode:hover {
  1833. 295.  -   background-color: #FFFFFF !important;
  1834. 296.  - }
  1835. 297.  - #wk_likes_widget {
  1836. 298.  -   border-top: 1px solid #F1F1F1;
  1837. 299.  -   padding: 14px 0px 0px 0px;
  1838. 300.  -   margin-top: 10px;
  1839. 301.  -   width: 604px;
  1840. 302.  - }
  1841. 303.  - .wk_right_setting {
  1842. 304.  -   padding: 6px 0px 0px 0px;
  1843. 305.  - }
  1844. 306.  - .wk_privacy_row {
  1845. 307.  -   padding: 4px 0px;
  1846. 308.  - }
  1847. 309.  - .wk_bottom {
  1848. 310.  -   padding: 15px 0px 0px;
  1849. 311.  -   line-height: 100%;
  1850. 312.  - }
  1851. 313.  - #wk_date_wrap,
  1852. 314.  - #wk_extpage_views_wrap {
  1853. 315.  -   color: #777;
  1854. 316.  - }
  1855. 317.  - #wk_like_wrap {
  1856. 318.  -   color: #2F5879;
  1857. 319.  -   cursor: pointer;
  1858. 320.  - }
  1859. 321.  - #wk_like_wrap i {
  1860. 322.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  1861. 323.  -   height: 10px;
  1862. 324.  -   margin: 3px 3px 0px;
  1863. 325.  -   opacity: 0.4;
  1864. 326.  -   filter: alpha(opacity=40);
  1865. 327.  -   width: 11px;
  1866. 328.  - }
  1867. 329.  - #wk_like_wrap i.no_likes {
  1868. 330.  -   margin-right: 0px;
  1869. 331.  - }
  1870. 332.  - #wk_like_wrap i.my_like {
  1871. 333.  -   opacity: 1;
  1872. 334.  -   filter: none;
  1873. 335.  - }
  1874. 336.  - #wk_like_count {
  1875. 337.  -   margin-right: 3px;
  1876. 338.  -   color: #7295b2;
  1877. 339.  -   font-weight: bold;
  1878. 340.  - }
  1879. 341.  -
  1880. 342.  - #wk_copy_wrap {
  1881. 343.  -   padding: 0 15px 0 0;
  1882. 344.  -   height: 25px;
  1883. 345.  -   overflow: hidden;
  1884. 346.  - }
  1885. 347.  - #wk_copy_wrap button {
  1886. 348.  -   line-height: 13px !important;
  1887. 349.  - }
  1888. 350.  - #wk_copy_wrap i {
  1889. 351.  -   display: block;
  1890. 352.  -   background: url(/images/icons/like_icons_bl.png) -2px 0 no-repeat;
  1891. 353.  -   width: 14px;
  1892. 354.  -   height: 12px;
  1893. 355.  -   margin: 1px 4px 0 0;
  1894. 356.  -   opacity: 0.8;
  1895. 357.  -   filter: alpha(opacity=80);
  1896. 358.  - }
  1897. 359.  - #wk_copy_wrap i.no_copies {
  1898. 360.  -   margin-right: 0px;
  1899. 361.  - }
  1900. 362.  - #wk_copy_wrap i.my_copy {
  1901. 363.  -   opacity: 1;
  1902. 364.  -   filter: none;
  1903. 365.  - }
  1904. 366.  - #wk_copy_count {
  1905. 367.  -   color: #E8EFF7;
  1906. 368.  -   font-weight: bold;
  1907. 369.  -   padding-left: 4px;
  1908. 370.  - }
  1909. 371.  -
  1910. 372.  - /* Extpage */
  1911. 373.  - #wk_box.wk_external_content {
  1912. 374.  -   padding-top: 0;
  1913. 375.  - }
  1914. 376.  - .wk_external_content #wk_content {
  1915. 377.  -   width: 790px;
  1916. 378.  - }
  1917. 379.  - .wk_external_content #wk_summary {
  1918. 380.  -   height: 25px;
  1919. 381.  - }
  1920. 382.  - .wk_external_content .wk_close_link {
  1921. 383.  -   font-family: Lucida Grande, Arial, tahoma, verdana, sans-serif;
  1922. 384.  -   font-size: 1.18em;
  1923. 385.  - }
  1924. 386.  - .wk_external_content #wk_layer_title {
  1925. 387.  - }
  1926. 388.  - .wk_external_content .wk_wiki_content {
  1927. 389.  -   font-family: Georgia, "Times New Roman", Times, serif;
  1928. 390.  -   font-size: 1.5em;
  1929. 391.  -   padding-bottom: 0;
  1930. 392.  - }
  1931. 393.  - .wk_external_content .wk_header,
  1932. 394.  - .wk_external_content .wk_sub_header,
  1933. 395.  - .wk_external_content .wk_sub_sub_header {
  1934. 396.  -   margin-bottom: 10px;
  1935. 397.  -   border-bottom: 0;
  1936. 398.  -   color: #000;
  1937. 399.  - }
  1938. 400.  - .wk_external_content a.wk_ext_link {
  1939. 401.  -   padding-right: 10px;
  1940. 402.  -   background-position: right 50%;
  1941. 403.  - }
  1942. 404.  -
  1943. 405.  - .wk_extpage_head_wrap {
  1944. 406.  -   background: #EEE;
  1945. 407.  -   margin: -12px -23px 0;
  1946. 408.  -   padding: 12px 23px 10px;
  1947. 409.  -   /*font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;*/
  1948. 410.  -   font-family: Lucida Grande, Arial, tahoma, verdana, sans-serif;
  1949. 411.  - }
  1950. 412.  - a.wk_extpage_owner_thumb {
  1951. 413.  -   display: block;
  1952. 414.  -   overflow: hidden;
  1953. 415.  -   line-height: 0;
  1954. 416.  -   margin-right: 10px;
  1955. 417.  -   width: 50px;
  1956. 418.  -   height: 50px;
  1957. 419.  - }
  1958. 420.  - img.wk_extpage_owner_thumb {
  1959. 421.  -   width: 50px;
  1960. 422.  -   height: 50px;
  1961. 423.  - }
  1962. 424.  - .wk_extpage_head_unsubscribed a.wk_extpage_owner_thumb {
  1963. 425.  -   margin-right: 20px;
  1964. 426.  -   width: 100px;
  1965. 427.  -   height: 100px;
  1966. 428.  - }
  1967. 429.  - .wk_extpage_head_unsubscribed img.wk_extpage_owner_thumb {
  1968. 430.  -   width: 100px;
  1969. 431.  -   height: 100px;
  1970. 432.  - }
  1971. 433.  - .wk_extpage_head_unsubscribed .wk_extpage_head_owner_title {
  1972. 434.  -   padding-top: 7px;
  1973. 435.  - }
  1974. 436.  - .wk_extpage_head_subscribe {
  1975. 437.  -   display: none;
  1976. 438.  - }
  1977. 439.  - .wk_extpage_head_unsubscribed .wk_extpage_head_subscribe {
  1978. 440.  -   display: block;
  1979. 441.  -   padding-top: 5px;
  1980. 442.  - }
  1981. 443.  - .wk_extpage_friend_subscribed {
  1982. 444.  -   margin-left: 5px;
  1983. 445.  -
  1984. 446.  -   -moz-border-radius: 2px;
  1985. 447.  -   -webkit-border-radius: 2px;
  1986. 448.  -   border-radius: 2px;
  1987. 449.  -   overflow: hidden;
  1988. 450.  - }
  1989. 451.  - .wk_extpage_friend_subscribed img {
  1990. 452.  -   -moz-border-radius: 2px;
  1991. 453.  -   -webkit-border-radius: 2px;
  1992. 454.  -   border-radius: 2px;
  1993. 455.  -   overflow: hidden;
  1994. 456.  - }
  1995. 457.  - .wk_extpage_subscribe_btn {
  1996. 458.  -   margin-right: 10px;
  1997. 459.  - }
  1998. 460.  - .wk_extpage_subscribe_btn button {
  1999. 461.  -   font-size: 12px;
  2000. 462.  - }
  2001. 463.  - .wk_extpage_head_domain {
  2002. 464.  -   font-weight: bold;
  2003. 465.  - }
  2004. 466.  - a.wk_extpage_head_domain {
  2005. 467.  -   color: #000;
  2006. 468.  - }
  2007. 469.  - .wk_extpage_head_description {
  2008. 470.  -   font-size: 12px;
  2009. 471.  -   max-width: 700px;
  2010. 472.  -   white-space: nowrap;
  2011. 473.  -   -o-text-overflow: ellipsis;
  2012. 474.  -   text-overflow: ellipsis;
  2013. 475.  -   overflow: hidden;
  2014. 476.  - }
  2015. 477.  - .wk_extpage_title {
  2016. 478.  -   font-family: Georgia, "Times New Roman", Times, serif;
  2017. 479.  -   font-size: 1.6em;
  2018. 480.  -   margin: 20px 0;
  2019. 481.  - }
  2020. 482.  -
  2021. 483.  - .wk_extpage_body {
  2022. 484.  -   overflow: hidden;
  2023. 485.  -   width: 744px;
  2024. 486.  -   -o-text-overflow: ellipsis;
  2025. 487.  -   text-overflow: ellipsis;
  2026. 488.  - }
  2027. 489.  -
  2028. 490.  - .wk_external_content #wk_like_wrap i {
  2029. 491.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -49px no-repeat;
  2030. 492.  -   width: 14px;
  2031. 493.  -   height: 11px;
  2032. 494.  - }
  2033. 495.  - .wk_extpage_cut_wrap {
  2034. 496.  -   padding: 20px 0 10px;
  2035. 497.  - }
  2036. 498.  - .wk_extpage_footer_wrap {
  2037. 499.  -   background: #EEE;
  2038. 500.  -   margin: 22px -23px 0;
  2039. 501.  -   padding: 17px;
  2040. 502.  -   line-height: 140%;
  2041. 503.  -   font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  2042. 504.  -   font-size: 11px;
  2043. 505.  - }
  2044. 506.  - .wk_extpage_footer_link {
  2045. 507.  -   color: #666;
  2046. 508.  -   display: block;
  2047. 509.  -   line-height: 25px;
  2048. 510.  -   max-width: 300px;
  2049. 511.  -   white-space: nowrap;
  2050. 512.  -   -o-text-overflow: ellipsis;
  2051. 513.  -   text-overflow: ellipsis;
  2052. 514.  -   overflow: hidden;
  2053. 515.  - }
  2054. 516.  - .wk_extpage_footer_owner {
  2055. 517.  -   display: block;
  2056. 518.  -   line-height: 25px;
  2057. 519.  -   max-width: 200px;
  2058. 520.  -   white-space: nowrap;
  2059. 521.  -   -o-text-overflow: ellipsis;
  2060. 522.  -   text-overflow: ellipsis;
  2061. 523.  -   overflow: hidden;
  2062. 524.  - }
  2063. 525.  - .wk_wiki_content .match {
  2064. 526.  -   background: #E1E7ED;
  2065. 527.  -   border-bottom: 1px solid #DAE1E8;
  2066. 528.  -   margin: 0px;
  2067. 529.  -   padding: 0px 1px;
  2068. 530.  - }
  2069. 531.  - #wk_content #wke_buttons {
  2070. 532.  -   padding: 0px 15px 0px 14px;
  2071. 533.  - }
  2072. 534.  - #wke_cont {
  2073. 535.  -   padding: 20px 25px;
  2074. 536.  - }
  2075. 537.  - .wk_wiki_text {
  2076. 538.  -   padding: 20px 25px;
  2077. 539.  - }
  2078. 540.  - .wk_wiki_help {
  2079. 541.  -   display: none;
  2080. 542.  - }
  2081. 543.  - .wk_left, .wk_close {
  2082. 544.  -   width: 17px;
  2083. 545.  -   height: 17px;
  2084. 546.  -   top: 25px;
  2085. 547.  -   opacity: 0.4;
  2086. 548.  -   filter: alpha(opacity=40);
  2087. 549.  -   background: url(/images/photonav.gif?1) no-repeat;
  2088. 550.  -   z-index: 630;
  2089. 551.  -   cursor: pointer;
  2090. 552.  -   position: fixed;
  2091. 553.  - }
  2092. 554.  - .wk_left {
  2093. 555.  -   background-position: 0px 0px;
  2094. 556.  -   left: 30px;
  2095. 557.  - }
  2096. 558.  - .wk_close {
  2097. 559.  -   top: 39px;
  2098. 560.  -   background-position: 0px -19px;
  2099. 561.  -   right: 23px;
  2100. 562.  - }
  2101. 563.  - #wk_left_nav, #wk_right_nav {
  2102. 564.  -   position: absolute;
  2103. 565.  -   left: 0px;
  2104. 566.  -   top: 0px;
  2105. 567.  -   z-index: 620;
  2106. 568.  -   cursor: pointer;
  2107. 569.  - }
  2108. 570.  - .wk_view_footer {
  2109. 571.  -   padding: 6px 23px;
  2110. 572.  -   background: #EFF1F3;
  2111. 573.  -   margin: 14px -23px -22px;
  2112. 574.  - }
  2113. 575.  - .wk_view_footer_a {
  2114. 576.  -   color: #777777;
  2115. 577.  - }
  2116. 578.  -
  2117. 579.  - #wk_left_arrow_bg,
  2118. 580.  - #wk_right_arrow_bg {
  2119. 581.  -   display: none;
  2120. 582.  -   position: absolute;
  2121. 583.  -   top: 0;
  2122. 584.  -   z-index: 630;
  2123. 585.  -   cursor: pointer;
  2124. 586.  -   width: 90px;
  2125. 587.  - }
  2126. 588.  - .wk_arrow_bg_inner {
  2127. 589.  -   height: 100%;
  2128. 590.  -   background: #000;
  2129. 591.  -   opacity: 0.00;
  2130. 592.  -   filter: alpha(opacity=0);
  2131. 593.  - }
  2132. 594.  - #wk_left_arrow,
  2133. 595.  - #wk_right_arrow {
  2134. 596.  -   width: 17px;
  2135. 597.  -   height: 17px;
  2136. 598.  -   opacity: 0.4;
  2137. 599.  -   filter: alpha(opacity=40);
  2138. 600.  -   background: url(/images/photonav.gif?1) no-repeat;
  2139. 601.  -   z-index: 630;
  2140. 602.  -   cursor: pointer;
  2141. 603.  -   position: fixed;
  2142. 604.  - }
  2143. 605.  - #wk_right_arrow {
  2144. 606.  -   background-position: 0 -95px;
  2145. 607.  - }
  2146. 608.  - #wk_layer .wk_arrow_progress {
  2147. 609.  -   background: url(/images/upload_gray_mini.gif) no-repeat 0 6px;
  2148. 610.  - }
  2149. 611.  - .wk_side_arrow_wrap {
  2150. 612.  -   position: relative;
  2151. 613.  -   width: 1px;
  2152. 614.  - }
  2153. 615.  -
  2154. 616.  - /* Wall posts */
  2155. 617.  - .wl_owner_head_wrap {
  2156. 618.  -   background-color: #EEE;
  2157. 619.  -   padding: 12px 23px 12px;
  2158. 620.  -   /*font-family: Georgia, "Times New Roman", Times, serif;*/
  2159. 621.  - }
  2160. 622.  - a.wl_owner_head_thumb {
  2161. 623.  -   margin-right: 15px;
  2162. 624.  -   width: 50px;
  2163. 625.  -   height: 50px;
  2164. 626.  -   overflow: hidden;
  2165. 627.  - }
  2166. 628.  - div.wl_owner_head_name {
  2167. 629.  -   padding: 6px 0 5px;
  2168. 630.  - }
  2169. 631.  - a.wl_owner_head_name {
  2170. 632.  -   color: #000;
  2171. 633.  -   font-size: 1.4em;
  2172. 634.  -   font-weight: bold;
  2173. 635.  - }
  2174. 636.  - div.wl_owner_head_date {
  2175. 637.  -   font-size: 1.08em;
  2176. 638.  - }
  2177. 639.  - a.wl_owner_head_date {
  2178. 640.  -   color: #777;
  2179. 641.  - }
  2180. 642.  - div.wl_owner_head_date span.explain {
  2181. 643.  -   color: #777;
  2182. 644.  - }
  2183. 645.  - div#wl_post_body_wrap {
  2184. 646.  -   padding: 10px 23px 10px;
  2185. 647.  - }
  2186. 648.  -
  2187. 649.  - div.wl_post_deleted {
  2188. 650.  -   color: #777;
  2189. 651.  -   font-size: 1.2em;
  2190. 652.  -   padding: 100px 0;
  2191. 653.  -   text-align: center;
  2192. 654.  - }
  2193. 655.  -
  2194. 656.  - div#wl_post_body_wrap .wall_post_text,
  2195. 657.  - div#wl_post_body_wrap .wall_signed,
  2196. 658.  - div#wl_post_body_wrap .explain,
  2197. 659.  - div#wl_post_body_wrap .page_media_caption {
  2198. 660.  -   font-family: Georgia, "Times New Roman", Times, serif;
  2199. 661.  -   font-size: 1.45em;
  2200. 662.  -   line-height: 150%;
  2201. 663.  - }
  2202. 664.  - div#wl_post_body_wrap .published_a_quote .wall_post_text {
  2203. 665.  -   font-size: 14px;
  2204. 666.  - }
  2205. 667.  -
  2206. 668.  - div#wl_post_body_wrap .wall_text,
  2207. 669.  - div#wl_post_body_wrap .wall_post_text,
  2208. 670.  - div#wl_post_body_wrap .post_media {
  2209. 671.  -   width: 607px;
  2210. 672.  - }
  2211. 673.  - div#wl_post_body_wrap .audio .title_wrap {
  2212. 674.  -   width: 500px;
  2213. 675.  - }
  2214. 676.  - div#wl_post_body_wrap .published_by_quote .wall_text,
  2215. 677.  - div#wl_post_body_wrap .published_by_quote .wall_post_text,
  2216. 678.  - div#wl_post_body_wrap .published_by_quote .post_media {
  2217. 679.  -   width: 592px;
  2218. 680.  - }
  2219. 681.  - div#wl_post_body_wrap .audio .title_wrap {
  2220. 682.  -   width: 485px;
  2221. 683.  - }
  2222. 684.  - div#wl_post_body_wrap .page_post_sized_thumbs {
  2223. 685.  -   margin: 9px auto 0px;
  2224. 686.  -   padding-bottom: 4px;
  2225. 687.  - }
  2226. 688.  - div#wl_post_body_wrap .wall_album_wrap .page_post_sized_thumbs {
  2227. 689.  -   margin: 0;
  2228. 690.  -   padding: 0;
  2229. 691.  - }
  2230. 692.  - div#wl_post_body_wrap #wpe_text {
  2231. 693.  -   width: 599px;
  2232. 694.  -   font-size: 1.16em;
  2233. 695.  -   line-height: 150%;
  2234. 696.  - }
  2235. 697.  - div#wl_post_body_wrap .wpe_buttons {
  2236. 698.  -   width: 607px;
  2237. 699.  -   padding: 0 0 6px;
  2238. 700.  - }
  2239. 701.  - div#wl_post_body_wrap .reply_text .wpe_buttons {
  2240. 702.  -   margin-bottom: 0;
  2241. 703.  - }
  2242. 704.  -
  2243. 705.  - div#wl_post_body_wrap .wall_post_text {
  2244. 706.  -   padding: 6px 0 3px;
  2245. 707.  - }
  2246. 708.  - div#wl_post_body_wrap #wpe_cont {
  2247. 709.  -   padding: 7px 0 0;
  2248. 710.  -   margin: 0;
  2249. 711.  - }
  2250. 712.  -
  2251. 713.  -
  2252. 714.  - div#wl_post_body_wrap .published_by_wrap {
  2253. 715.  -   margin: 6px 0 10px;
  2254. 716.  - }
  2255. 717.  - div#wl_post_body_wrap .wall_signed {
  2256. 718.  -   padding: 1px 0 3px;
  2257. 719.  - }
  2258. 720.  - div#wl_post_body_wrap a.wall_signed_by {
  2259. 721.  -   padding: 0;
  2260. 722.  -   background: none;
  2261. 723.  - }
  2262. 724.  - div#wl_post_body_wrap .page_post_sized_full_thumb_first {
  2263. 725.  -   margin-top: 15px;
  2264. 726.  - }
  2265. 727.  - div#wl_post_body_wrap .page_media_thumbed_link {
  2266. 728.  -   margin: 5px 0 5px 3px;
  2267. 729.  -   border-left: 3px solid #C3D1E0;
  2268. 730.  -   padding: 0 9px;
  2269. 731.  - }
  2270. 732.  - div#wl_post_body_wrap .published_by_quote,
  2271. 733.  - div#wl_post_body_wrap .published_sec_quote {
  2272. 734.  -   margin: 15px 0 3px;
  2273. 735.  -   border-left-width: 3px;
  2274. 736.  -   padding-left: 11px;
  2275. 737.  - }
  2276. 738.  - div#wl_post_body_wrap .published_by_quote .published_sec_quote {
  2277. 739.  -   margin: 11px 0 0px -7px;
  2278. 740.  -   padding-left: 4px;
  2279. 741.  - }
  2280. 742.  - div#wl_post_body_wrap .published_by_quote .published_by_wrap {
  2281. 743.  -   margin-top: 0;
  2282. 744.  - }
  2283. 745.  - div#wl_post_body_wrap .published_sec_quote {
  2284. 746.  -   margin: 11px 0 3px;
  2285. 747.  - }
  2286. 748.  - div#wl_post_body_wrap .published_sec_quote .published_by_wrap {
  2287. 749.  -   margin: 4px 0px;
  2288. 750.  - }
  2289. 751.  - div#wl_post_body_wrap div.post_media:last-child {
  2290. 752.  -   margin-bottom: 1px;
  2291. 753.  - }
  2292. 754.  - div#wl_post_body_wrap .published_by_quote div.wall_post_text:last-child,
  2293. 755.  - div#wl_post_body_wrap .published_by_quote div.page_post_sized_full_thumb:last-child,
  2294. 756.  - div#wl_post_body_wrap .published_by_quote div.page_post_sized_full_thumb:last-child .page_post_sized_thumbs {
  2295. 757.  -   margin-bottom: 0;
  2296. 758.  -   padding-bottom: 0;
  2297. 759.  - }
  2298. 760.  - div#wl_post_body_wrap .post_media {
  2299. 761.  -   padding-bottom: 6px;
  2300. 762.  - }
  2301. 763.  -
  2302. 764.  - .published_by_quote div#wl_post_body_wrap .wall_text,
  2303. 765.  - .published_by_quote div#wl_post_body_wrap .wall_post_text,
  2304. 766.  - .published_by_quote div#wl_post_body_wrap .post_media {
  2305. 767.  -   width: 592px;
  2306. 768.  - }
  2307. 769.  -
  2308. 770.  - div#wl_post_actions_wrap {
  2309. 771.  -   padding: 5px 23px 16px;
  2310. 772.  - }
  2311. 773.  - div#wl_post_actions_wrap .wl_post_like_wrap {
  2312. 774.  -   visibility: visible;
  2313. 775.  -   margin-right: 10px;
  2314. 776.  -   height: 25px;
  2315. 777.  -   overflow: hidden;
  2316. 778.  - }
  2317. 779.  -
  2318. 780.  - div#wl_post_actions_wrap i.wl_post_like_icon {
  2319. 781.  -   background: url(/images/icons/like_widget.gif?2) 0 -29px no-repeat;
  2320. 782.  -   width: 10px;
  2321. 783.  -   height: 10px;
  2322. 784.  -   margin: 3px 4px 0;
  2323. 785.  -   opacity: 0.4;
  2324. 786.  -   filter: alpha(opacity=40);
  2325. 787.  - }
  2326. 788.  - div#wl_post_actions_wrap i.no_likes {
  2327. 789.  -   margin-right: 0;
  2328. 790.  - }
  2329. 791.  - div#wl_post_actions_wrap i.my_like {
  2330. 792.  -   opacity: 1;
  2331. 793.  -   filter: none;
  2332. 794.  - }
  2333. 795.  - div#wl_post_actions_wrap span.wl_post_like_count#wk_like_count {
  2334. 796.  -   color: #FFF;
  2335. 797.  -   font-weight: bold;
  2336. 798.  - }
  2337. 799.  -
  2338. 800.  -
  2339. 801.  - div#wl_post_actions_wrap a.wl_post_action_link {
  2340. 802.  -   padding: 6px 10px;
  2341. 803.  - }
  2342. 804.  - div#wl_post_actions_wrap a.wl_post_action_link:hover {
  2343. 805.  -   background: #E1E7ED;
  2344. 806.  -   text-decoration: none;
  2345. 807.  - }
  2346. 808.  - .wl_post_progress {
  2347. 809.  -   padding: 7px;
  2348. 810.  -   height: 1em;
  2349. 811.  -   width: 30px;
  2350. 812.  - }
  2351. 813.  -
  2352. 814.  -
  2353. 815.  -
  2354. 816.  - div.wl_replies_wrap {
  2355. 817.  -   padding: 0;
  2356. 818.  - }
  2357. 819.  - div#wl_replies_header {
  2358. 820.  -   cursor: default;
  2359. 821.  -   background: #EEF0F2;
  2360. 822.  -   color: #45688E;
  2361. 823.  -   font-weight: bold;
  2362. 824.  -   line-height: 100%;
  2363. 825.  -   padding: 14px 23px 15px;
  2364. 826.  - }
  2365. 827.  - div#wl_replies_header.wl_replies_header_clickable {
  2366. 828.  -   text-align: center;
  2367. 829.  -   cursor: pointer;
  2368. 830.  - }
  2369. 831.  - div#wl_replies_header.wl_replies_header_clickable:hover {
  2370. 832.  -   background: #E1E7ED;
  2371. 833.  - }
  2372. 834.  - div#wl_replies_header_toggler {
  2373. 835.  -   cursor: pointer;
  2374. 836.  -   padding: 5px;
  2375. 837.  -   margin: -31px 23px 0;
  2376. 838.  - }
  2377. 839.  - div#wl_replies_header_toggler:hover {
  2378. 840.  -   background: #E1E7ED;
  2379. 841.  - }
  2380. 842.  - div.wl_replies_header_toggler_icon {
  2381. 843.  -   width: 15px;
  2382. 844.  -   height: 11px;
  2383. 845.  -   background: url(/images/photoorder.gif) left 0px;
  2384. 846.  - }
  2385. 847.  - .wl_replies_header_toggler_inversed .wl_replies_header_toggler_icon {
  2386. 848.  -   background-position: left -14px;
  2387. 849.  - }
  2388. 850.  - div#wl_replies_previous_progress {
  2389. 851.  -   cursor: default;
  2390. 852.  -   background-color: #EEF0F2;
  2391. 853.  -   background-position: 50% 50%;
  2392. 854.  -   padding: 14px 23px 15px;
  2393. 855.  -   height: 1em;
  2394. 856.  -   width: auto;
  2395. 857.  - }
  2396. 858.  -
  2397. 859.  - div#wl_replies_wrap div.wl_replies {
  2398. 860.  -   padding: 5px 23px;
  2399. 861.  - }
  2400. 862.  -
  2401. 863.  - div#wl_replies_wrap .reply:nth-of-type(1) {
  2402. 864.  -   border-top: 0;
  2403. 865.  - }
  2404. 866.  - div#wl_replies_wrap div.reply_info {
  2405. 867.  -   width: 547px;
  2406. 868.  - }
  2407. 869.  - div#wl_replies_wrap .wr_header {
  2408. 870.  -   display: none;
  2409. 871.  - }
  2410. 872.  -
  2411. 873.  - div#wl_replies_more_link {
  2412. 874.  -   border-top: 1px solid #E9EDF1;
  2413. 875.  -   color: #2B587A;
  2414. 876.  -   cursor: pointer;
  2415. 877.  -   margin: 0 23px 15px;
  2416. 878.  -   line-height: 100%;
  2417. 879.  -   padding: 10px 0;
  2418. 880.  -   text-align: center;
  2419. 881.  - }
  2420. 882.  - div#wl_replies_more_link:hover {
  2421. 883.  -   background: #E9EDF1;
  2422. 884.  - }
  2423. 885.  - div#wl_replies_more_progress {
  2424. 886.  -   border-top: 1px solid #E9EDF1;
  2425. 887.  -   padding: 10px;
  2426. 888.  -   margin: 0 23px 15px;
  2427. 889.  -   height: 1em;
  2428. 890.  -   background-position: 50% 50%;
  2429. 891.  -   width: auto;
  2430. 892.  - }
  2431. 893.  -
  2432. 894.  -
  2433. 895.  - .wl_post_reply_form_forbidden {
  2434. 896.  -   background: #EEF0F2;
  2435. 897.  -   color: #7288A2;
  2436. 898.  -   font-weight: bold;
  2437. 899.  -   padding: 16px 23px 16px;
  2438. 900.  - }
  2439. 901.  -
  2440. 902.  -
  2441. 903.  - #wl_reply_form {
  2442. 904.  -   padding: 0;
  2443. 905.  - }
  2444. 906.  - div.wl_reply_form_fixed {
  2445. 907.  -   position: fixed;
  2446. 908.  -   bottom: 0;
  2447. 909.  -   width: 653px;
  2448. 910.  -   z-index: 620;
  2449. 911.  - }
  2450. 912.  - div.wl_reply_form_sh {
  2451. 913.  -   display: none;
  2452. 914.  -   position: absolute;
  2453. 915.  -   width: 653px;
  2454. 916.  -   height: 2px;
  2455. 917.  -   z-index: 100;
  2456. 918.  -   background: #555;
  2457. 919.  -   opacity: 0.12;
  2458. 920.  -   filter: alpha(opacity=12);
  2459. 921.  -   margin-top: -2px;
  2460. 922.  -   border-bottom: 1px solid #000;
  2461. 923.  - }
  2462. 924.  - div.wl_reply_form_fixed div.wl_reply_form_sh {
  2463. 925.  -   display: block;
  2464. 926.  - }
  2465. 927.  -
  2466. 928.  - div#wl_reply_form_inner {
  2467. 929.  -   background: #EEF0F2;
  2468. 930.  -   padding: 16px 23px 16px;
  2469. 931.  - }
  2470. 932.  - .wl_reply_form_reversed div#wl_reply_form_inner {
  2471. 933.  -   background: #FFF;
  2472. 934.  -   padding-bottom: 3px;
  2473. 935.  - }
  2474. 936.  - .wl_reply_form_reversed div#wl_reply_form_inner .reply_box {
  2475. 937.  -   background: #FFF;
  2476. 938.  - }
  2477. 939.  - div#wl_reply_form_inner .reply_hint {
  2478. 940.  -   display: none !important;
  2479. 941.  - }
  2480. 942.  - div.wl_reply_cancel_button {
  2481. 943.  -   padding: 0 5px;
  2482. 944.  - }
  2483. 945.  - div#wl_reply_form_inner .reply_field_tail {
  2484. 946.  -   margin-top: 13px;
  2485. 947.  -   margin-left: -12px;
  2486. 948.  - }
  2487. 949.  - div#wl_reply_form .reply_field_wrap {
  2488. 950.  -   margin-bottom: 10px;
  2489. 951.  - }
  2490. 952.  - div#wl_reply_form .reply_box {
  2491. 953.  -   padding: 0;
  2492. 954.  -   margin: 0;
  2493. 955.  - }
  2494. 956.  - div#wl_reply_form .reply_field_wrap {
  2495. 957.  -   padding: 6px;
  2496. 958.  -   margin: 0;
  2497. 959.  - }
  2498. 960.  - div#wl_reply_form .reply_box_open .reply_field_wrap {
  2499. 961.  -   margin-bottom: 10px;
  2500. 962.  - }
  2501. 963.  - div#wl_reply_form .reply_composer_dd .wdd_lwrap {
  2502. 964.  -   left: -7px;
  2503. 965.  -   top: 7px;
  2504. 966.  - }
  2505. 967.  - div#wl_reply_form .submit_reply {
  2506. 968.  -   margin-bottom: 1px;
  2507. 969.  - }
  2508. 970.  - #editor_cont {
  2509. 971.  -   overflow: hidden;
  2510. 972.  - }
  2511. 973.  -
  2512. 974.  -
  2513. 975.  - /* Wk likers */
  2514. 976.  - .wk_likes_content .wk_wiki_content,
  2515. 977.  - .wk_history_content .wk_wiki_content {
  2516. 978.  -   font-size: 1em;
  2517. 979.  -   padding: 0;
  2518. 980.  -   line-height: normal;
  2519. 981.  - }
  2520. 982.  - .wk_likes_content #wk_content {
  2521. 983.  -   width: 620px;
  2522. 984.  - }
  2523. 985.  - .wk_likes_content #wk_close_link,
  2524. 986.  - .wk_history_content #wk_close_link {
  2525. 987.  -   padding: 17px 20px 18px;
  2526. 988.  -   color: #C7D7E9;
  2527. 989.  -   -webkit-transition: color 100ms linear;
  2528. 990.  -   -moz-transition: color 100ms linear;
  2529. 991.  -   -o-transition: color 100ms linear;
  2530. 992.  -   transition: color 100ms linear;
  2531. 993.  - }
  2532. 994.  - .wk_likes_content #wk_close_link:hover,
  2533. 995.  - .wk_history_content #wk_close_link:hover {
  2534. 996.  -   color: white;
  2535. 997.  -   text-decoration: none;
  2536. 998.  - }
  2537. 999.  - .wk_likes_likers_rows {
  2538. 1000.  -   padding: 16px 10px 1px;
  2539. 1001.  - }
  2540. 1002.  - .wk_likes_more_link {
  2541. 1003.  -   display: block;
  2542. 1004.  -   background: #EEF0F2;
  2543. 1005.  -   text-align: center;
  2544. 1006.  -   padding: 16px;
  2545. 1007.  -   color: #738392;
  2546. 1008.  - }
  2547. 1009.  - .wk_likes_more_prg {
  2548. 1010.  -   display: none;
  2549. 1011.  -   height: 15px;
  2550. 1012.  -   background: #EEF0F2 url(/images/upload.gif) no-repeat 50% 50%;
  2551. 1013.  -   padding: 16px;
  2552. 1014.  -   color: #738392;
  2553. 1015.  - }
  2554. 1016.  - .wk_likes_more_link:hover {
  2555. 1017.  -   text-decoration: none;
  2556. 1018.  -   background: #E9EDF1;
  2557. 1019.  - }
  2558. 1020.  - .wk_likes_liker_row {
  2559. 1021.  -   width: 120px;
  2560. 1022.  -   overflow: hidden;
  2561. 1023.  -   height: 133px;
  2562. 1024.  - }
  2563. 1025.  - .wk_likes_liker_ph {
  2564. 1026.  -   height: 100px;
  2565. 1027.  -   display: block;
  2566. 1028.  - }
  2567. 1029.  - .wk_likes_liker_img {
  2568. 1030.  -   vertical-align: top;
  2569. 1031.  -   width: 100px;
  2570. 1032.  - }
  2571. 1033.  - .wk_likes_liker_name {
  2572. 1034.  -   padding-top: 4px;
  2573. 1035.  -   line-height: 120%;
  2574. 1036.  -   text-align: center;
  2575. 1037.  - }
  2576. 1038.  - .wk_likes_no_rows {
  2577. 1039.  -   padding: 200px 20px;
  2578. 1040.  -   color: #777;
  2579. 1041.  -   background-color: #FFF;
  2580. 1042.  -   padding: 140px 20px;
  2581. 1043.  -   text-align: center;
  2582. 1044.  -   font-size: 1.21em;
  2583. 1045.  - }
  2584. 1046.  -
  2585. 1047.  - .wk_likes_bl_wrap {
  2586. 1048.  -   position: absolute;
  2587. 1049.  -   z-index: 10;
  2588. 1050.  -   right: 0px;
  2589. 1051.  -   top: 0px;
  2590. 1052.  -   background: #222;
  2591. 1053.  -   background: rgba(0, 0, 0, 0.5);
  2592. 1054.  -   padding: 3px;
  2593. 1055.  -   cursor: pointer;
  2594. 1056.  -   opacity: 0;
  2595. 1057.  -   filter: alpha(opacity=0);
  2596. 1058.  -   -webkit-border-radius: 3px;
  2597. 1059.  -   -moz-border-radius: 3px;
  2598. 1060.  -   border-radius: 3px;
  2599. 1061.  -   -webkit-transition: opacity 100ms linear;
  2600. 1062.  -   -moz-transition: opacity 100ms linear;
  2601. 1063.  -   -o-transition: opacity 100ms linear;
  2602. 1064.  -   transition: opacity 100ms linear;
  2603. 1065.  - }
  2604. 1066.  - a:hover .wk_likes_bl_wrap {
  2605. 1067.  -   opacity: 1;
  2606. 1068.  -   filter: alpha(opacity=100);
  2607. 1069.  - }
  2608. 1070.  - .wk_likes_bl {
  2609. 1071.  -   background: url(/images/notifier_close.gif) no-repeat;
  2610. 1072.  -   width: 7px;
  2611. 1073.  -   height: 7px;
  2612. 1074.  -   opacity: 0.5;
  2613. 1075.  -   filter: alpha(opacity=50);
  2614. 1076.  -   -webkit-transition: opacity 100ms linear;
  2615. 1077.  -   -moz-transition: opacity 100ms linear;
  2616. 1078.  -   -o-transition: opacity 100ms linear;
  2617. 1079.  -   transition: opacity 100ms linear;
  2618. 1080.  - }
  2619. 1081.  - .wk_likes_bl_wrap:hover .wk_likes_bl {
  2620. 1082.  -   opacity: 1;
  2621. 1083.  -   filter: alpha(opacity=100);
  2622. 1084.  - }
  2623. 1085.  - .wk_likes_block {
  2624. 1086.  -   line-height: 160%;
  2625. 1087.  - }
  2626. 1088.  -
  2627. 1089.  - .wk_likes_likerph_wrap {
  2628. 1090.  -   position: relative;
  2629. 1091.  -   width: 100px;
  2630. 1092.  -   height: 100px;
  2631. 1093.  -   margin: 0px auto;
  2632. 1094.  -   overflow: hidden;
  2633. 1095.  - }
  2634. 1096.  - .wk_likes_likerph {
  2635. 1097.  -   position: absolute;
  2636. 1098.  -   color: #FFF;
  2637. 1099.  -   margin-top: 100px;
  2638. 1100.  -   background: #333;
  2639. 1101.  -   background: rgba(0, 0, 0, 0.5);
  2640. 1102.  -   width: 100px;
  2641. 1103.  -   height: 15px;
  2642. 1104.  -   line-height: 15px;
  2643. 1105.  -   padding: 4px 0px 6px 0px;
  2644. 1106.  -   text-align: center;
  2645. 1107.  -   filter: alpha(opacity=75);
  2646. 1108.  - }
  2647. 1109.  - @media all and (min-width:0) { /* IE9-10 */
  2648. 1110.  -   .wk_likes_likerph { filter: none; }
  2649. 1111.  - }
  2650. 1112.  - .wk_likes_likerph:hover {
  2651. 1113.  -   text-decoration: none;
  2652. 1114.  - }
  2653. 1115.  - .wk_likes_likerph_label {
  2654. 1116.  -   opacity: 0.75;
  2655. 1117.  -   -webkit-transition: opacity 100ms linear;
  2656. 1118.  -   -moz-transition: opacity 100ms linear;
  2657. 1119.  -   -o-transition: opacity 100ms linear;
  2658. 1120.  -   transition: opacity 100ms linear;
  2659. 1121.  -   padding: 0px 0px 1px 20px;
  2660. 1122.  -   background: url(/images/icons/photo_icons.png?2) no-repeat left -62px;
  2661. 1123.  - }
  2662. 1124.  - .is_rtl1 .wk_likes_likerph_label {
  2663. 1125.  -   padding: 0px 20px 1px 0px;
  2664. 1126.  -   background-position: right -62px;
  2665. 1127.  - }
  2666. 1128.  - .wk_likes_likerph:hover .wk_likes_likerph_label {
  2667. 1129.  -   opacity: 1;
  2668. 1130.  - }
  2669. 1131.  - #wk_likes_rows .post_info,
  2670. 1132.  - #wk_likes_rows .wall_text,
  2671. 1133.  - #wk_likes_rows .wall_post_text,
  2672. 1134.  - #wk_likes_rows .post_media {
  2673. 1135.  -   width: 530px;
  2674. 1136.  - }
  2675. 1137.  - #wk_likes_rows .reply_info {
  2676. 1138.  -   width: 470px;
  2677. 1139.  - }
  2678. 1140.  - #wk_likes_rows .published_by_wrap {
  2679. 1141.  -   margin-bottom: 2px;
  2680. 1142.  - }
  2681. 1143.  - #wk_likes_rows .published_sec_quote .published_by_wrap {
  2682. 1144.  -   margin-bottom: 0px;
  2683. 1145.  - }
  2684. 1146.  - #wk_likes_rows .published_a_quote .published_by_wrap {
  2685. 1147.  - /*  margin-bottom: 1px;*/
  2686. 1148.  - }
  2687. 1149.  -
  2688. 1150.  - /* History */
  2689. 1151.  - .wk_history_content #wk_content {
  2690. 1152.  -   width: 642px;
  2691. 1153.  - }
  2692. 1154.  - .wk_history_doc_content #wk_content {
  2693. 1155.  -   width: 598px;
  2694. 1156.  - }
  2695. 1157.  - #wk_history_wall {
  2696. 1158.  -   padding: 0px 23px 22px;
  2697. 1159.  - }
  2698. 1160.  - #wk_history_rows {
  2699. 1161.  -   width: auto;
  2700. 1162.  - }
  2701. 1163.  - #wk_history_rows .page_post_sized_thumbs {
  2702. 1164.  -   /*margin: 0;*/
  2703. 1165.  - }
  2704. 1166.  - #wk_history_empty {
  2705. 1167.  -   color: #777;
  2706. 1168.  -   display: none;
  2707. 1169.  -   /*font-size: 1.09em;*/
  2708. 1170.  -   line-height: 170%;
  2709. 1171.  -   padding: 100px 30px;
  2710. 1172.  -   text-align: center;
  2711. 1173.  - }
  2712. 1174.  - div#wk_history_more_link {
  2713. 1175.  -   border-top: 1px solid #E9EDF1;
  2714. 1176.  -   color: #2B587A;
  2715. 1177.  -   cursor: pointer;
  2716. 1178.  -   margin: 0 23px 15px;
  2717. 1179.  -   line-height: 100%;
  2718. 1180.  -   padding: 10px 0;
  2719. 1181.  -   text-align: center;
  2720. 1182.  - }
  2721. 1183.  - div#wk_history_more_link:hover {
  2722. 1184.  -   background: #E9EDF1;
  2723. 1185.  - }
  2724. 1186.  - div#wk_history_more_progress {
  2725. 1187.  -   border-top: 1px solid #E9EDF1;
  2726. 1188.  -   padding: 10px;
  2727. 1189.  -   margin: 0 23px 15px;
  2728. 1190.  -   height: 1em;
  2729. 1191.  -   background-position: 50% 50%;
  2730. 1192.  -   width: auto;
  2731. 1193.  - }
  2732. 1195.  - .wk_history_more_loading #wk_history_more_link {
  2733. 1196.  -   height: 0;
  2734. 1197.  -   overflow: hidden;
  2735. 1198.  -   margin: 0;
  2736. 1199.  -   padding: 0;
  2737. 1200.  -   border: 0;
  2738. 1201.  - }
  2739. 1202.  - .wk_history_more_loading #wk_history_more_progress {
  2740. 1203.  -   border-top: 0;
  2741. 1204.  -   height: 100px;
  2742. 1205.  -   display: block ! important;
  2743. 1206.  - }
  2744. ------
  2745. Файл - feed.css (Старый размер - 30240 | Новый - 0):
  2746. 0.  - #feed_css {
  2747. 1.  -   display: none;
  2748. 2.  - }
  2749. 3.  - #no_updates {
  2750. 4.  -  text-align:center;
  2751. 5.  -  padding: 90px 35px;
  2752. 6.  -  font-size: 1.18em;
  2753. 7.  -  color:#777;
  2754. 8.  - }
  2755. 9.  - /* Top nav */
  2756. 10.  - .feed_tab_hidden {
  2757. 11.  -   display: none;
  2758. 12.  - }
  2759. 13.  - #feed_bar {
  2760. 14.  -   padding: 8px 10px 8px;
  2761. 15.  -   background: #F7F7F7;
  2762. 16.  -   border-bottom: 1px solid #DAE1E8;
  2763. 17.  - }
  2764. 18.  - #feed_search_wrap {
  2765. 19.  -   clear: left;
  2766. 20.  -   padding: 0;
  2767. 21.  -   position: relative;
  2768. 22.  - }
  2769. 23.  - #feed_search {
  2770. 24.  -   margin: 0;
  2771. 25.  -   padding: 6px 21px 6px 20px;
  2772. 26.  -   width: 554px;
  2773. 27.  -   line-height: 1.27em;
  2774. 28.  -   background: #FFF url(/images/magglass.png) no-repeat 5px 8px;
  2775. 29.  -   outline: none;
  2776. 30.  - }
  2777. 31.  - #feed_search::-ms-clear {
  2778. 32.  -   display: none;
  2779. 33.  - }
  2780. 34.  -
  2781. 35.  - #feed_query_reset {
  2782. 36.  -   cursor: pointer;
  2783. 37.  -   display: none;
  2784. 38.  -   background: transparent url(/images/icons/input_clear.gif) 6px 8px no-repeat;
  2785. 39.  -   padding: 1px;
  2786. 40.  -   width: 22px;
  2787. 41.  -   height: 25px;
  2788. 42.  -   margin: 0 0 0 573px;
  2789. 43.  -   opacity: 0.6;
  2790. 44.  -   filter: alpha(opacity=60);
  2791. 45.  -   z-index: 100;
  2792. 46.  -   position: absolute;
  2793. 47.  - }
  2794. 48.  - #feed_query_reset:hover {
  2795. 49.  -   opacity: 1;
  2796. 50.  -   filter: none;
  2797. 51.  - }
  2798. 52.  - .feed_search_submit {
  2799. 53.  -   margin: 0 10px;
  2800. 54.  - }
  2801. 55.  - .feed_search_extended {
  2802. 56.  -   margin: 6px 5px 5px;
  2803. 57.  -   white-space: nowrap;
  2804. 58.  -   max-width: 122px;
  2805. 59.  -   overflow: hidden;
  2806. 60.  -   text-overflow: ellipsis;
  2807. 61.  - }
  2808. 62.  - #feed_search_submit_wrap {
  2809. 63.  -   display: none;
  2810. 64.  - }
  2811. 65.  - #feed_search_submit {
  2812. 66.  -   width: 75px;
  2813. 67.  -   padding-top: 5px;
  2814. 68.  -   padding-bottom: 5px;
  2815. 69.  -   line-height: 13px;
  2816. 70.  - }
  2817. 71.  - #feed_search_bar {
  2818. 72.  -   position: relative;
  2819. 73.  -   padding: 4px 5px;
  2820. 74.  - }
  2821. 75.  - .feed_search_extform_wrap {
  2822. 76.  -   display: none;
  2823. 77.  - }
  2824. 78.  - .feed_bar_extended_search #feed_search_submit_wrap,
  2825. 79.  - .feed_bar_extended_search .feed_search_extform_wrap {
  2826. 80.  -   display: block;
  2827. 81.  - }
  2828. 82.  -
  2829. 83.  - #feed_search_bar .selector_container .results_container {
  2830. 84.  -   top: 30px;
  2831. 85.  - }
  2832. 86.  - #feed_search_bar #feed_search_extform .selector_container .results_container {
  2833. 87.  -   top: auto;
  2834. 88.  - }
  2835. 89.  -
  2836. 90.  - #feedtab_owner,
  2837. 91.  - #feedtab_source {
  2838. 92.  -   display: none;
  2839. 93.  - }
  2840. 94.  - #feed_bar .summary_tab_sel,
  2841. 95.  - #main_feed .active_link {
  2842. 96.  -   display: block;
  2843. 97.  - }
  2844. 98.  - #feed_menu_toggle {
  2845. 99.  -   padding-top: 3px;
  2846. 100.  - }
  2847. 101.  - #feed_edit_hidden {
  2848. 102.  -   padding-top: 3px;
  2849. 103.  - }
  2850. 104.  - #feed_progress {
  2851. 105.  -   display: none;
  2852. 106.  -   margin: 5px 5px 2px;
  2853. 107.  - }
  2854. 108.  - #feed_popular_period {
  2855. 109.  -   border-bottom: 1px solid #DAE2E8;
  2856. 110.  -   margin-bottom: 5px;
  2857. 111.  -   padding-bottom: 5px;
  2858. 112.  -   overflow: hidden;
  2859. 113.  -   width: 136px;
  2860. 114.  - }
  2861. 115.  - #feed_articles_period {
  2862. 116.  -   overflow: hidden;
  2863. 117.  -   width: 136px;
  2864. 118.  - }
  2865. 119.  -
  2866. 120.  - .feed_tab_settings nobr {
  2867. 121.  -   display: block;
  2868. 122.  -   background: url(/images/icons/audio_icons.png?4) -80px -52px no-repeat;
  2869. 123.  -   width: 11px;
  2870. 124.  -   height: 11px;
  2871. 125.  -   margin: 1px 0 0;
  2872. 126.  - }
  2873. 127.  -
  2874. 128.  - /* New post field */
  2875. 129.  - .feed_post_field_wrap {
  2876. 130.  -   padding: 5px;
  2877. 131.  - }
  2878. 132.  - td.feed_post_field_photo {
  2879. 133.  -   width: 42px;
  2880. 134.  - }
  2881. 135.  - a.feed_post_field_photo {
  2882. 136.  -   display: block;
  2883. 137.  -   width: 32px;
  2884. 138.  -   height: 32px;
  2885. 139.  -   position: absolute;
  2886. 140.  -   overflow: hidden;
  2887. 141.  - }
  2888. 142.  - img.feed_post_field_photo {
  2889. 143.  -   width: 32px;
  2890. 144.  -   height: 32px;
  2891. 145.  - }
  2892. 146.  - div.feed_post_field {
  2893. 147.  -   margin-left: 42px;
  2894. 148.  - }
  2895. 149.  -
  2896. 150.  - #main_feed .feed_post_field_wrap #submit_post_box {
  2897. 151.  -   padding: 0;
  2898. 152.  -   background: none;
  2899. 153.  -   border: 0;
  2900. 154.  - }
  2901. 155.  - #main_feed .feed_post_field_wrap #submit_post_box .clear_fix .input_back {
  2902. 156.  -   min-height: 0;
  2903. 157.  -   margin-left: 5px !important;
  2904. 158.  - }
  2905. 159.  - #main_feed .feed_post_field_wrap #submit_post_box .clear_fix .input_back_content {
  2906. 160.  -   line-height: 2.09em;
  2907. 161.  - }
  2908. 162.  - #main_feed .feed_post_field_wrap #submit_post_box textarea#post_field {
  2909. 163.  -   width: 547px;
  2910. 164.  -   height: 24px;
  2911. 165.  -   line-height: 150%;
  2912. 166.  - }
  2913. 167.  - .feed_post_field_wrap #submit_post {
  2914. 168.  -   display: none;
  2915. 169.  - }
  2916. 170.  - .feed_post_field_wrap .mention_rich_ta {
  2917. 171.  -   line-height: 150%;
  2918. 172.  - }
  2919. 173.  -
  2920. 174.  - .feed_post_field_wrap .post_upload_wrap {
  2921. 175.  -   top: 7px;
  2922. 176.  -   right: 5px;
  2923. 177.  - }
  2924. 178.  - .feed_post_field_wrap .post_upload_dropbox_inner {
  2925. 179.  -   width: 543px;
  2926. 180.  - }
  2927. 181.  - .feed_post_field_wrap .post_upload_min_wrap {
  2928. 182.  -   top: 0px;
  2929. 183.  -   right: 0px;
  2930. 184.  - }
  2931. 185.  - .feed_post_field_wrap .post_upload_min_wrap div.post_upload {
  2932. 186.  -   height: 32px;
  2933. 187.  -   background-position: center 10px;
  2934. 188.  - }
  2935. 189.  -
  2936. 190.  -
  2937. 191.  - #main_feed .post {
  2938. 192.  -   border-top: 0;
  2939. 193.  -   border-bottom: 1px solid #DAE1E8;
  2940. 194.  -   padding: 5px 0 3px;
  2941. 195.  - }
  2942. 196.  - #main_feed .post .match {
  2943. 197.  -   background: #E1E7ED;
  2944. 198.  -   border-bottom: 1px solid #DAE1E8;
  2945. 199.  -   margin: 0px;
  2946. 200.  -   padding: 0px 1px;
  2947. 201.  - }
  2948. 202.  - #main_feed .post .feed_ignore_label {
  2949. 203.  -   text-align: center;
  2950. 204.  -   line-height: 1.81em;
  2951. 205.  -   padding: 8px 60px 8px;
  2952. 206.  - }
  2953. 207.  - .feed_ignore_owner_button {
  2954. 208.  -   margin: 0 5px;
  2955. 209.  - }
  2956. 210.  - .feed_ignore_cancel_wrap {
  2957. 211.  -   position: relative;
  2958. 212.  - }
  2959. 213.  - .feed_ignore_cancel {
  2960. 214.  -   display: block;
  2961. 215.  -   position: absolute;
  2962. 216.  -   right: -60px;
  2963. 217.  -   padding: 3px 5px 2px;
  2964. 218.  - }
  2965. 219.  - .feed_ignore_owner_second_button {
  2966. 220.  -   margin-top: 10px;
  2967. 221.  - }
  2968. 222.  -
  2969. 223.  - #main_feed #show_more_link {
  2970. 224.  -   margin-top: -1px;
  2971. 225.  -   padding: 10px 0;
  2972. 226.  -   margin-bottom: 15px;
  2973. 227.  - }
  2974. 228.  -
  2975. 229.  - #main_feed .explain {
  2976. 230.  -   line-height: 150%;
  2977. 231.  -   padding-left: 1px;
  2978. 232.  - }
  2979. 233.  - #main_feed .feed_group_explain {
  2980. 234.  -   padding-top: 6px;
  2981. 235.  -   color: #777;
  2982. 236.  - }
  2983. 237.  -
  2984. 238.  - #main_feed .feed_explain_list {
  2985. 239.  -   padding-top: 4px;
  2986. 240.  -   line-height: 160%;
  2987. 241.  -   height: auto;
  2988. 242.  - }
  2989. 243.  -
  2990. 244.  - .post_photos .like_wrap, .post_photos .replies_wrap {
  2991. 245.  -   display: none;
  2992. 246.  - }
  2993. 247.  -
  2994. 248.  - .feed_friends {
  2995. 249.  -   vertical-align: middle;
  2996. 250.  -   padding-top: 5px;
  2997. 251.  - }
  2998. 252.  - .feed_friend {
  2999. 253.  -   float: left;
  3000. 254.  -   width: 100px;
  3001. 255.  -   padding: 8px 15px 0 0;
  3002. 256.  - }
  3003. 257.  - .feed_friend_image {
  3004. 258.  -   height: 100px;
  3005. 259.  -   overflow: hidden;
  3006. 260.  - }
  3007. 261.  - .feed_friend_name {
  3008. 262.  -   padding: 5px 5px 1px;
  3009. 263.  -   overflow: hidden;
  3010. 264.  -   line-height: 1.27em;
  3011. 265.  -   text-align: center;
  3012. 266.  - }
  3013. 267.  -
  3014. 268.  - .feed_gifts {
  3015. 269.  -   vertical-align: middle;
  3016. 270.  -   padding-top: 5px;
  3017. 271.  - }
  3018. 272.  - .feed_gift {
  3019. 273.  -   float: left;
  3020. 274.  -   width: 96px;
  3021. 275.  -   padding: 5px 5px 5px 0;
  3022. 276.  -   text-align: center;
  3023. 277.  - }
  3024. 278.  - .feed_gift_image {
  3025. 279.  -   height: 96px;
  3026. 280.  -   overflow: hidden;
  3027. 281.  - }
  3028. 282.  -
  3029. 283.  - .feed_videos {
  3030. 284.  -   vertical-align: middle;
  3031. 285.  -   padding-top: 10px;
  3032. 286.  - }
  3033. 287.  -
  3034. 288.  - .feed_filter_sep {
  3035. 289.  -   margin: 10px 0px;
  3036. 290.  -   border-bottom: 1px solid #DAE2E8;
  3037. 291.  -   height: 1px;
  3038. 292.  -   overflow: hidden;
  3039. 293.  -   width: 136px;
  3040. 294.  - }
  3041. 295.  - #feed_menu .feed_s_filter {
  3042. 296.  -   display: none;
  3043. 297.  - }
  3044. 298.  -
  3045. 299.  - #posts_filter {
  3046. 300.  -   padding: 0;
  3047. 301.  -   margin: 0;
  3048. 302.  -   outline: 0;
  3049. 303.  - }
  3050. 304.  -
  3051. 305.  - #feed_summary_wrap .summary {
  3052. 306.  -   word-wrap: break-word;
  3053. 307.  - }
  3054. 308.  -
  3055. 309.  - a#posts_filter:hover {
  3056. 310.  -   text-decoration: underline !important;
  3057. 311.  - }
  3058. 312.  - .dd_menu_posts .dd_menu_header {
  3059. 313.  -   width: 130px;
  3060. 314.  - }
  3061. 315.  - .dd_menu_posts .dd_header_hover {
  3062. 316.  -   visibility: hidden;
  3063. 317.  - }
  3064. 318.  - .dd_menu_posts .dd_menu_rows a, .dd_menu_groups .dd_menu_rows a {
  3065. 319.  -   padding-top: 3px;
  3066. 320.  -   height: 17px;
  3067. 321.  - }
  3068. 322.  - .dd_menu_groups .dd_menu_rows a {
  3069. 323.  -   padding-top: 2px;
  3070. 324.  -   height: 16px;
  3071. 325.  - }
  3072. 326.  - .dd_menu_groups .dd_menu_rows a {
  3073. 327.  -   overflow: hidden;
  3074. 328.  - }
  3075. 329.  -
  3076. 330.  - .dd_menu_groups .dd_menu_rows .dd_item_-5,
  3077. 331.  - .dd_menu_groups .dd_menu_rows .dd_item_-4,
  3078. 332.  - .dd_menu_groups .dd_menu_rows .dd_item_-3,
  3079. 333.  - .dd_menu_groups .dd_menu_rows .dd_item_-2,
  3080. 334.  - .dd_menu_groups .dd_menu_rows .dd_item_-1 {
  3081. 335.  -   background-image: url(/images/icons/mono_iconset.gif?8);
  3082. 336.  -   background-repeat: no-repeat;
  3083. 337.  -   padding-right: 26px;
  3084. 338.  - }
  3085. 339.  -
  3086. 340.  - .dd_menu_groups .dd_menu_rows .dd_item_-5 { background-position: 97% -40px; }
  3087. 341.  - .dd_menu_groups .dd_menu_rows .dd_item_-4 { background-position: 97% -53px; }
  3088. 342.  - .dd_menu_groups .dd_menu_rows .dd_item_-3 { background-position: 97% 3px; }
  3089. 343.  - .dd_menu_groups .dd_menu_rows .dd_item_-2 { background-position: 97% -116px; }
  3090. 344.  - .dd_menu_groups .dd_menu_rows .dd_item_-1 { background-position: 97% -86px; }
  3091. 345.  -
  3092. 346.  -
  3093. 347.  -
  3094. 348.  - #feed_menu_wrap {
  3095. 349.  -   position: relative;
  3096. 350.  - }
  3097. 351.  - #feed_menu {
  3098. 352.  -   position: absolute;
  3099. 353.  -   left: 470px;
  3100. 354.  -   top: -1px;
  3101. 355.  -   -moz-box-shadow: 0 1px 3px #DAE1E8;
  3102. 356.  -   -webkit-box-shadow: 0 1px 3px #DAE1E8;
  3103. 357.  -   box-shadow: 0 1px 3px #DAE1E8;
  3104. 358.  -   background: #F7F7F7;
  3105. 359.  -   z-index: 1403;
  3106. 360.  -   display: none;
  3107. 361.  -   border: 1px solid #DAE1E8;
  3108. 362.  -   line-height: 150%;
  3109. 363.  -   width: 136px;
  3110. 364.  -   padding: 10px;
  3111. 365.  - }
  3112. 366.  - .feed_filter_row {
  3113. 367.  -   cursor: pointer;
  3114. 368.  -   margin-bottom: 2px;
  3115. 369.  -   padding: 3px 0;
  3116. 370.  -   clear: left;
  3117. 371.  -   line-height: normal;
  3118. 372.  - }
  3119. 373.  - .feed_filter_row:last-child {
  3120. 374.  -   margin: 0;
  3121. 375.  - }
  3122. 376.  - .feed_filter_row_over {
  3123. 377.  -   background-color: #DAE1E8;
  3124. 378.  - }
  3125. 379.  -
  3126. 380.  - .feed_filter_icon {
  3127. 381.  -   margin: 1px 0 0 4px;
  3128. 382.  -   width: 11px;
  3129. 383.  -   height: 11px;
  3130. 384.  -   background-image: url(/images/icons/mono_iconset.gif?8);
  3131. 385.  -   background-repeat: no-repeat;
  3132. 386.  - }
  3133. 387.  - .feed_filter_check {
  3134. 388.  -   width: 13px;
  3135. 389.  -   height: 12px;
  3136. 390.  -   background: url(/images/icons/check_balanced.gif) no-repeat 0 0;
  3137. 391.  -   visibility: hidden;
  3138. 392.  - }
  3139. 393.  - .checked .feed_filter_check {
  3140. 394.  -   visibility: visible;
  3141. 395.  - }
  3142. 396.  - .feed_icon_news {background-position: 0 -45px;}
  3143. 397.  - .feed_icon_ph { background-position: 0 -30px; }
  3144. 398.  - .feed_icon_vd { background-position: 0 -75px; }
  3145. 399.  - .feed_icon_nt { background-position: 0 -150px; }
  3146. 400.  - .feed_icon_ps { background-position: 0 -45px; }
  3147. 401.  - .feed_icon_tp { background-position: 0 -192px; }
  3148. 402.  - .feed_icon_nw { background-position: 0 -148px; }
  3149. 403.  - .feed_icon_fr { background-position: 0 -15px; }
  3150. 404.  - .feed_icon_gf { background-position: 0 -104px; }
  3151. 405.  - .feed_icon_gr { background-position: 0 -88px; }
  3152. 406.  - .feed_icon_ev { background-position: 0 -164px; }
  3153. 407.  - .feed_icon_lk { background-position: 0 -178px; }
  3154. 408.  - .feed_icon_rp { background-position: 0 -250px; }
  3155. 409.  - .feed_icon_mt { background-position: 0 0; }
  3156. 410.  -
  3157. 411.  -
  3158. 412.  - .feed_tab_add .summary_tab3 {
  3159. 413.  -   padding: 0;
  3160. 414.  - }
  3161. 415.  - #feed_tab_add_menu_wrap {
  3162. 416.  -   position: relative;
  3163. 417.  - }
  3164. 418.  - #feed_tab_add_menu {
  3165. 419.  -   position: absolute;
  3166. 420.  -   display: none;
  3167. 421.  -   font-weight: normal;
  3168. 422.  -   top: -20px;
  3169. 423.  -   /* right: -2px; */
  3170. 424.  -   right: 0;
  3171. 425.  -   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  3172. 426.  -   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  3173. 427.  -   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  3174. 428.  -   z-index: 2000;
  3175. 429.  -   width: 156px;
  3176. 430.  - }
  3177. 431.  - .feed_tab_add_icon {
  3178. 432.  -   width: 16px;
  3179. 433.  -   height: 16px;
  3180. 434.  -   margin: 0;
  3181. 435.  -   background: url(/images/icons/news_iconset.png?2) no-repeat 0 -144px;
  3182. 436.  - }
  3183. 437.  - #feed_tab_add_menu .feed_tab_add_icon {
  3184. 438.  -   background-position: 0 -128px;
  3185. 439.  - }
  3186. 440.  - #feed_tab_add_header {
  3187. 441.  -   cursor: pointer;
  3188. 442.  -   /*background: #7190b1;*/
  3189. 443.  -   background: #597DA3;
  3190. 444.  -   padding: 3px 8px 1px 8px;
  3191. 445.  -   color: #FFF;
  3192. 446.  -   font-weight: bold;
  3193. 447.  -   -webkit-border-radius: 2px 2px 0 0;
  3194. 448.  -   -moz-border-radius: 2px 2px 0 0;
  3195. 449.  -   border-radius: 2px 2px 0 0;
  3196. 450.  -   overflow: hidden;
  3197. 451.  -   position: relative;
  3198. 452.  - }
  3199. 453.  - #feed_tab_add_filters {
  3200. 454.  -   background: #FFF;
  3201. 455.  -   border: 1px solid #a8b4c3;
  3202. 456.  -   border-top: 0;
  3203. 457.  -   -webkit-border-radius: 0 0 2px 2px;
  3204. 458.  -   -moz-border-radius: 0 0 2px 2px;
  3205. 459.  -   border-radius: 0 0 2px 2px;
  3206. 460.  -   overflow: hidden;
  3207. 461.  -   line-height: 150%;
  3208. 462.  -   padding: 0;
  3209. 463.  -   margin: 0;
  3210. 464.  -   position: relative;
  3211. 465.  - }
  3212. 466.  - .feed_filter_tabs_row {
  3213. 467.  -   cursor: pointer;
  3214. 468.  -   margin-bottom: 2px;
  3215. 469.  -   padding: 4px 5px 4px 7px;
  3216. 470.  -   clear: left;
  3217. 471.  -   line-height: normal;
  3218. 472.  - }
  3219. 473.  - .feed_filter_tabs_row:last-child {
  3220. 474.  -   margin: 0;
  3221. 475.  - }
  3222. 476.  - .feed_filter_tabs_row_over {
  3223. 477.  -   background-color: #DAE1E8;
  3224. 478.  - }
  3225. 479.  - .feed_filter_tabs_icon,
  3226. 480.  - .feed_filter_tabs_check {
  3227. 481.  -   width: 16px;
  3228. 482.  -   height: 16px;
  3229. 483.  -   margin: 0;
  3230. 484.  -   background-image: url(/images/icons/news_iconset.png?2);
  3231. 485.  - }
  3232. 486.  - .feed_filter_tabs_icon {
  3233. 487.  -   margin-right: 8px;
  3234. 488.  - }
  3235. 489.  - .feed_filter_tabs_title {
  3236. 490.  -   color: #2B587A;
  3237. 491.  -   line-height: 16px;
  3238. 492.  -   width: 102px;
  3239. 493.  -   overflow: hidden;
  3240. 494.  -   text-overflow: ellipsis;
  3241. 495.  -   white-space: nowrap;
  3242. 496.  - }
  3243. 497.  - .feed_filter_tabs_check {
  3244. 498.  -   background-position: 0 -97px;
  3245. 499.  -   background-repeat: no-repeat;
  3246. 500.  -   visibility: hidden;
  3247. 501.  - }
  3248. 502.  - .checked .feed_filter_tabs_check {
  3249. 503.  -   visibility: visible;
  3250. 504.  - }
  3251. 505.  - .feed_icon_friends { background-position: 0 0; }
  3252. 506.  - .feed_icon_groups { background-position: 0 -16px; }
  3253. 507.  - .feed_icon_photos { background-position: 0 -32px; }
  3254. 508.  - .feed_icon_search { background-position: 0 -48px; }
  3255. 509.  - .feed_icon_articles { background-position: 0 -64px; }
  3256. 510.  - .feed_icon_likes { background-position: 0 -80px; }
  3257. 511.  - .feed_icon_recommended { background-position: 0 -160px; }
  3258. 512.  - .feed_filter_lists_row .feed_filter_tabs_icon { background: none; }
  3259. 513.  - .feed_filter_lists_row .feed_filter_tabs_check { background-position: 0 -112px; }
  3260. 514.  - .feed_icon_newlist { background: none; }
  3261. 515.  -
  3262. 516.  - #filter_t_news {display: none;}
  3263. 517.  -
  3264. 518.  - b.feed_gr_icon,
  3265. 519.  - b.feed_ev_icon,
  3266. 520.  - b.feed_tp_icon,
  3267. 521.  - b.feed_nt_icon {
  3268. 522.  -   margin: 2px 4px 0 0;
  3269. 523.  -   display: block;
  3270. 524.  -   float: left;
  3271. 525.  -   width: 11px;
  3272. 526.  -   height: 11px;
  3273. 527.  -   background: url(/images/icons/mono_iconset.gif?8) no-repeat;
  3274. 528.  - }
  3275. 529.  - b.feed_gr_icon { background-position: 0 -88px; }
  3276. 530.  - b.feed_ev_icon { background-position: 0 -164px; }
  3277. 531.  - b.feed_nt_icon { background-position: 0 -148px; }
  3278. 532.  - b.feed_tp_icon { background-position: 0 -192px; }
  3279. 533.  -
  3280. 534.  - .feed_filter_title {
  3281. 535.  -   padding-left: 7px;
  3282. 536.  -   width: 98px;
  3283. 537.  -   *width: 95px;
  3284. 538.  -   color: #2B587A;
  3285. 539.  - }
  3286. 540.  -
  3287. 541.  -
  3288. 542.  - #feed_rows_next {
  3289. 543.  -   display: none;
  3290. 544.  - }
  3291. 545.  -
  3292. 546.  - #all_shown {
  3293. 547.  -   margin-top: -1px;
  3294. 548.  -   margin-bottom: 15px;
  3295. 549.  -   border-top: 1px solid #CAD1D9;
  3296. 550.  -   color: #777;
  3297. 551.  -   height: 13px;
  3298. 552.  -   display: none;
  3299. 553.  -   padding: 10px 0px;
  3300. 554.  -   text-align: center;
  3301. 555.  - }
  3302. 556.  -
  3303. 557.  - #feed_empty {
  3304. 558.  -   color: #777;
  3305. 559.  -   display: none;
  3306. 560.  -   font-size: 1.09em;
  3307. 561.  -   line-height: 170%;
  3308. 562.  -   padding: 100px 30px;
  3309. 563.  -   text-align: center;
  3310. 564.  - }
  3311. 565.  - #feed_error_wrap {
  3312. 566.  -   color: #777;
  3313. 567.  -   font-size: 1.09em;
  3314. 568.  -   line-height: 170%;
  3315. 569.  -   padding: 100px 30px;
  3316. 570.  -   text-align: center;
  3317. 571.  - }
  3318. 572.  -
  3319. 573.  - #feed_wall .feed_reposts_more_link {
  3320. 574.  -   border-top: 1px solid #FFF;
  3321. 575.  -   border-bottom: 1px solid #DAE1E8;
  3322. 576.  -   margin-top: -1px;
  3323. 577.  -   text-align: center;
  3324. 578.  - }
  3325. 579.  - .feed_reposts_group {
  3326. 580.  -   display: none;
  3327. 581.  - }
  3328. 582.  -
  3329. 583.  -
  3330. 584.  - /* Posts ignoring */
  3331. 585.  - .ignore_row {
  3332. 586.  -   background:#FFFFFF;
  3333. 587.  -   border-bottom:1px solid #DAE2E8;
  3334. 588.  -   padding:8px 0;
  3335. 589.  - }
  3336. 590.  -
  3337. 591.  - .ignore_row td.img img {
  3338. 592.  -   width:25px;
  3339. 593.  - }
  3340. 594.  -
  3341. 595.  - .ignore_row td.img a {
  3342. 596.  -   display:block;
  3343. 597.  -   height:25px;
  3344. 598.  -   overflow:hidden;
  3345. 599.  -   width:25px;
  3346. 600.  - }
  3347. 601.  -
  3348. 602.  - .ignore_row td.info {
  3349. 603.  - padding-left:10px;
  3350. 604.  - }
  3351. 605.  -
  3352. 606.  - .ignore_row td.info .actions {
  3353. 607.  -   height: 14px;
  3354. 608.  - }
  3355. 609.  -
  3356. 610.  - .ignore_row table {
  3357. 611.  - border-collapse:collapse;
  3358. 612.  - width:100%;
  3359. 613.  - line-height:120%;
  3360. 614.  - vertical-align:top;
  3361. 615.  - }
  3362. 616.  -
  3363. 617.  - .ignore_row td.img {
  3364. 618.  -   width:25px;
  3365. 619.  - }
  3366. 620.  -
  3367. 621.  - #ignore_header {
  3368. 622.  -   border-bottom:1px solid #DAE1E8;
  3369. 623.  -   margin:0;
  3370. 624.  -   padding:5px 0 2px;
  3371. 625.  - }
  3372. 626.  -
  3373. 627.  - .ignore_row .dld {
  3374. 628.  -   background: #FFFFFF;
  3375. 629.  -   color: #777;
  3376. 630.  -   font-weight: normal;
  3377. 631.  -   margin: 0;
  3378. 632.  -   border: 0;
  3379. 633.  - }
  3380. 634.  - .feed_post_report {
  3381. 635.  -   padding: 3px 0 8px;
  3382. 636.  - }
  3383. 637.  - .ignore_row_empty {
  3384. 638.  -   padding: 20px;
  3385. 639.  -   text-align: center;
  3386. 640.  -   color: #888;
  3387. 641.  - }
  3388. 642.  -
  3389. 643.  - .feed_ignore_list {
  3390. 644.  -   height:300px;
  3391. 645.  -   overflow:auto;
  3392. 646.  - }
  3393. 647.  -
  3394. 648.  -
  3395. 649.  - /* Comments autoupdate */
  3396. 650.  - #main_feed .wall_module .reply {
  3397. 651.  -   background: none;
  3398. 652.  - }
  3399. 653.  -
  3400. 654.  - /* Notifications feed */
  3401. 655.  - .feedback_answered_row_wrap {
  3402. 656.  -   border-bottom: 1px solid #DAE1E8;
  3403. 657.  -   padding: 0;
  3404. 658.  - }
  3405. 659.  - .feedback_row_wrap {
  3406. 660.  -   padding: 0 0 10px;
  3407. 661.  -   cursor: pointer;
  3408. 662.  - }
  3409. 663.  - .feedback_row_clickable_over1, .feedback_row_clickable_over2, .feedback_row_clickable_over3 {
  3410. 664.  -   background: #edf1f5;
  3411. 665.  -   margin: 0 -15px 0 -15px;
  3412. 666.  -   padding: 0 15px 0 15px;
  3413. 667.  - }
  3414. 668.  - .feedback_row_clickable_over2 {
  3415. 669.  -   border-top: 1px solid #DAE1E8;
  3416. 670.  -   margin-top: -1px;
  3417. 671.  - }
  3418. 672.  - .feedback_row_clickable_over3 {
  3419. 673.  -   padding-top: 5px;
  3420. 674.  -   margin-top: -5px;
  3421. 675.  -   margin-bottom: 0px;
  3422. 676.  - }
  3423. 677.  -
  3424. 678.  - .feedback_grouped_row {
  3425. 679.  -   padding: 10px 25px 0 0;
  3426. 680.  - }
  3427. 681.  - .feedback_row {
  3428. 682.  -   padding: 10px 30px 0 0;
  3429. 683.  - }
  3430. 684.  - .wide_wall_module .feedback_row .audio .title_wrap {
  3431. 685.  -   width: 300px;
  3432. 686.  - }
  3433. 687.  - .wide_wall_module .feedback_row .audio .title_wrap b {
  3434. 688.  -   max-width: 210px;
  3435. 689.  - }
  3436. 690.  - .feedback_grouped_row_wrap {
  3437. 691.  -   border-bottom: 1px solid #DAE1E8;
  3438. 692.  -   padding: 0 0 10px;
  3439. 693.  - }
  3440. 694.  -
  3441. 695.  -
  3442. 696.  - /* Answer */
  3443. 697.  - .feedback_row_answer_wrap {
  3444. 698.  -   border: 1px solid #d5dee7;
  3445. 699.  -   background: #edf1f5;
  3446. 700.  -   margin: 10px 0 0;
  3447. 701.  - }
  3448. 702.  - .feedback_answer_tail_wrap {
  3449. 703.  -   position: relative;
  3450. 704.  - }
  3451. 705.  - .feedback_answer_tail {
  3452. 706.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -127px no-repeat;
  3453. 707.  -   width: 15px;
  3454. 708.  -   height: 9px;
  3455. 709.  -   position: absolute;
  3456. 710.  -   left: 20px;
  3457. 711.  -   top: -7px;
  3458. 712.  - }
  3459. 713.  - .feedback_row_answer {
  3460. 714.  -   padding: 8px 10px 6px;
  3461. 715.  - }
  3462. 716.  - .feedback_row_answer .feedback_row_text {
  3463. 717.  -   padding: 0 0 1px 4px;
  3464. 718.  - }
  3465. 719.  - .feedback_row_answer td.feedback_row_photo {
  3466. 720.  -   padding: 2px 0;
  3467. 721.  - }
  3468. 722.  -
  3469. 723.  - .feedback_row_clickable_over .feedback_row_answer_wrap {
  3470. 724.  -   border: 1px solid #ccd5de;
  3471. 725.  -   background: #dae1e8;
  3472. 726.  - }
  3473. 727.  - .feedback_row_clickable_over .feedback_answer_tail {
  3474. 728.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -114px no-repeat;
  3475. 729.  - }
  3476. 730.  - .feedback_row_answer .feedback_row_date {
  3477. 731.  -   font-size: 0.9em;
  3478. 732.  - }
  3479. 733.  -
  3480. 734.  -
  3481. 735.  - /* Reply form */
  3482. 736.  - .feedback_reply_row_wrap {
  3483. 737.  -   border: 1px solid #ced7e0;
  3484. 738.  -   background: #e1e7ed;
  3485. 739.  -   margin: 5px 0px 10px 0;
  3486. 740.  -   zoom: 1;
  3487. 741.  - }
  3488. 742.  - .feedback_reply_row {
  3489. 743.  -   padding: 10px 10px 10px;
  3490. 744.  - }
  3491. 745.  - .feedback_reply_field {
  3492. 746.  -   width: 518px;
  3493. 747.  -   height: 31px;
  3494. 748.  -   resize: none;
  3495. 749.  - }
  3496. 750.  - .feedback_reply_actions {
  3497. 751.  -   padding-top: 10px;
  3498. 752.  - }
  3499. 753.  - .feedback_reply_hint_wrap {
  3500. 754.  -   padding: 6px 0 6px 10px;
  3501. 755.  - }
  3502. 756.  - .feedback_reply_hint {
  3503. 757.  -   color: #879BB0;
  3504. 758.  -   cursor: default;
  3505. 759.  - }
  3506. 760.  - .wall_module .feedback_reply_actions .reply_hint {
  3507. 761.  -   padding: 0;
  3508. 762.  - }
  3509. 763.  -
  3510. 764.  -
  3511. 765.  - .feedback_ownreply_tt table .tt_text {
  3512. 766.  -   color: #000;
  3513. 767.  -   padding: 10px;
  3514. 768.  -   width: 310px;
  3515. 769.  - }
  3516. 770.  - .feedback_ownreply_tt table.toup1 .bottom_pointer {
  3517. 771.  -   margin-right: 0px;
  3518. 772.  -   margin-left: 64px;
  3519. 773.  -   display: block;
  3520. 774.  -   background: url(/images/tooltip_arrow_white.gif) no-repeat;
  3521. 775.  - }
  3522. 776.  - .feedback_ownreply_tt table.toup .top_pointer {
  3523. 777.  -   margin-right: 0px;
  3524. 778.  -   margin-left: 64px;
  3525. 779.  -   display: block;
  3526. 780.  -   bottom: -2px;
  3527. 781.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  3528. 782.  - }
  3529. 783.  -
  3530. 784.  -
  3531. 785.  - .feedback_reply_tail_wrap {
  3532. 786.  -   position: relative;
  3533. 787.  - }
  3534. 788.  - .feedback_reply_tail {
  3535. 789.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -140px no-repeat;
  3536. 790.  -   width: 15px;
  3537. 791.  -   height: 9px;
  3538. 792.  -   position: absolute;
  3539. 793.  -   left: 20px;
  3540. 794.  -   top: -7px;
  3541. 795.  - }
  3542. 796.  -
  3543. 797.  - table.feedback_row_t {
  3544. 798.  -   width: 100%;
  3545. 799.  - }
  3546. 800.  - td.feedback_row_photo {
  3547. 801.  -   padding-top: 0;
  3548. 802.  -   width: 60px;
  3549. 803.  - }
  3550. 804.  - div.feedback_row_photo {
  3551. 805.  -   width: 60px;
  3552. 806.  -   height: 50px;
  3553. 807.  -   overflow: hidden;
  3554. 808.  - }
  3555. 809.  - img.feedback_row_photo {
  3556. 810.  -   max-width: 50px;
  3557. 811.  -   *width: 50px;
  3558. 812.  - }
  3559. 813.  -
  3560. 814.  - .feedback_row_answer td.feedback_row_photo, .feedback_row_answer div.feedback_row_photo {
  3561. 815.  -   width: 49px;
  3562. 816.  - }
  3563. 817.  - .feedback_reply_row td.feedback_row_photo {
  3564. 818.  -   width: 49px;
  3565. 819.  -   padding-top: 0;
  3566. 820.  - }
  3567. 821.  - .feedback_row_answer div.feedback_row_photo, .feedback_reply_row div.feedback_row_photo {
  3568. 822.  -   height: 39px;
  3569. 823.  - }
  3570. 824.  -
  3571. 825.  - .feedback_row_answer img.feedback_row_photo, .feedback_reply_row img.feedback_row_photo {
  3572. 826.  -   width: 39px;
  3573. 827.  - }
  3574. 828.  -
  3575. 829.  - td.feedback_row_content {
  3576. 830.  -   line-height: 150%;
  3577. 831.  - }
  3578. 832.  - div.feedback_row_content,
  3579. 833.  - .wall_module .feedback_row_text .wall_post_text {
  3580. 834.  -   width: 450px;
  3581. 835.  - }
  3582. 836.  - div.feedback_row_content {
  3583. 837.  -   padding-left: 4px;
  3584. 838.  -   margin-left: -4px;
  3585. 839.  - }
  3586. 840.  - .feedback_row_text {
  3587. 841.  -   line-height: 160%;
  3588. 842.  -   padding: 2px 0 4px;
  3589. 843.  -   max-width: 450px;
  3590. 844.  -   overflow: hidden;
  3591. 845.  -   word-wrap: break-word;
  3592. 846.  -   padding-left: 4px;
  3593. 847.  -   margin-left: -4px;
  3594. 848.  - }
  3595. 849.  - .feedback_row_text .wall_post_text {
  3596. 850.  -   padding-top: 0;
  3597. 851.  - }
  3598. 852.  - #feed_wall .feedback_row_text .wall_post_text {
  3599. 853.  -   padding-right: 0;
  3600. 854.  - }
  3601. 855.  - #feed_wall .feedback_row_text .wall_reply_text,
  3602. 856.  - #feed_wall .feedback_row_text .wall_post_text {
  3603. 857.  -   width: 450px;
  3604. 858.  - }
  3605. 859.  - .feedback_row_title {
  3606. 860.  -   font-weight: bold;
  3607. 861.  -   padding-bottom: 5px;
  3608. 862.  - }
  3609. 863.  - .feedback_row_date {
  3610. 864.  -   color: #999;
  3611. 865.  -   max-width: 450px;
  3612. 866.  -   white-space: nowrap;
  3613. 867.  -   -o-text-overflow: ellipsis;
  3614. 868.  -   text-overflow: ellipsis;
  3615. 869.  -   overflow: hidden;
  3616. 870.  - }
  3617. 871.  - .wide_wall_module div.feedback_row .post_media.wall_audio  {
  3618. 872.  -   width: 450px;
  3619. 873.  - }
  3620. 874.  - .feedback_row_date_link {
  3621. 875.  -   color: #999;
  3622. 876.  - }
  3623. 877.  - .feedback_row_clickable_over .feedback_row_date_link, .feedback_row_clickable_over .feedback_row_date {
  3624. 878.  -   color: #879BB0;
  3625. 879.  - }
  3626. 880.  - .feedback_grouped_row .feedback_row_icon {
  3627. 881.  -   margin: 2px 0 0 38px;
  3628. 882.  -   width: 15px;
  3629. 883.  -   height: 11px;
  3630. 884.  -   background-image: url(/images/icons/feedback_iconset.gif?5);
  3631. 885.  -   background-repeat: no-repeat;
  3632. 886.  - }
  3633. 887.  - .feedback_like_row .feedback_row_icon {
  3634. 888.  -   background-position: 0 -16px;
  3635. 889.  - }
  3636. 890.  - .feedback_copy_row .feedback_row_icon {
  3637. 891.  -   background-position: 0 -32px;
  3638. 892.  -   height: 13px;
  3639. 893.  - }
  3640. 894.  - .feedback_friends_row .feedback_row_icon {
  3641. 895.  -   background-position: 0 -169px;
  3642. 896.  -   height: 13px;
  3643. 897.  - }
  3644. 898.  -
  3645. 899.  - .feedback_row_group_names .mem_link,
  3646. 900.  - .feedback_row_group_names .group_link {
  3647. 901.  -   font-weight: bold;
  3648. 902.  - }
  3649. 903.  - .feedback_row_group_photos {
  3650. 904.  -   padding-top: 7px;
  3651. 905.  - }
  3652. 906.  - .feedback_group_photo_wrap {
  3653. 907.  -   padding: 0 6px 6px 0;
  3654. 908.  - }
  3655. 909.  - .feedback_group_photo_wrap:last-child {
  3656. 910.  -   padding-right: 0;
  3657. 911.  - }
  3658. 912.  - a.feedback_group_photo {
  3659. 913.  -   display: block;
  3660. 914.  -   width: 32px;
  3661. 915.  -   height: 32px;
  3662. 916.  -   overflow: hidden;
  3663. 917.  - }
  3664. 918.  - img.feedback_group_photo {
  3665. 919.  -   width: 32px;
  3666. 920.  -   height: 32px;
  3667. 921.  - }
  3668. 922.  -
  3669. 923.  - /* Reply likes */
  3670. 924.  - .feedback_like_wrap {
  3671. 925.  -   position: absolute;
  3672. 926.  -   margin: -15px 0 0 584px;
  3673. 927.  - }
  3674. 928.  - .wall_module .feedback_like_wrap .like_wrap {
  3675. 929.  -   margin: 0;
  3676. 930.  -   padding: 0;
  3677. 931.  - }
  3678. 932.  - .wall_module .feedback_like_wrap .like_link {
  3679. 933.  -   display: none;
  3680. 934.  - }
  3681. 935.  - .wall_module .feedback_like_wrap .no_likes {
  3682. 936.  -   visibility: visible;
  3683. 937.  - }
  3684. 938.  - .wall_module .feedback_like_wrap .like_count {
  3685. 939.  -   display: none;
  3686. 940.  - }
  3687. 941.  - .wall_module .feedback_like_wrap .like_wrap div {
  3688. 942.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -49px no-repeat;
  3689. 943.  -   width: 14px;
  3690. 944.  -   height: 11px;
  3691. 945.  -   margin: 0;
  3692. 946.  -   opacity: 0.6;
  3693. 947.  -   filter: alpha(opacity=60);
  3694. 948.  - }
  3695. 949.  - .wall_module .feedback_like_wrap .like_wrap div.my_like {
  3696. 950.  -   opacity: 1;
  3697. 951.  -   filter: alpha(opacity=100);
  3698. 952.  - }
  3699. 953.  - /* Reply delete */
  3700. 954.  - .feedback_del_wrap {
  3701. 955.  -   position: absolute;
  3702. 956.  -   margin: 1px 0 0 585px;
  3703. 957.  - }
  3704. 958.  - .feedback_del {
  3705. 959.  -   cursor: pointer;
  3706. 960.  -   padding: 0;
  3707. 961.  -   margin: 0;
  3708. 962.  - }
  3709. 963.  - .feedback_del_icon {
  3710. 964.  -   background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
  3711. 965.  -   width: 11px;
  3712. 966.  -   height: 11px;
  3713. 967.  -   margin: 0;
  3714. 968.  -
  3715. 969.  -   opacity: 0.6;
  3716. 970.  -   filter: alpha(opacity=60);
  3717. 971.  - }
  3718. 972.  - .feedback_del_label {
  3719. 973.  -   color: #2B587A;
  3720. 974.  -   padding: 1px 0 0 7px;
  3721. 975.  - }
  3722. 976.  -
  3723. 977.  - .wall_module .feedback_ignored_row {
  3724. 978.  -   border-bottom: 1px solid #DAE1E8;
  3725. 979.  -   text-align: center;
  3726. 980.  -   line-height: 1.81em;
  3727. 981.  -   padding: 10px 0;
  3728. 982.  - }
  3729. 983.  - .feedback_ignored_flush {
  3730. 984.  -   line-height: 120%;
  3731. 985.  -   padding-top: 6px;
  3732. 986.  -   text-align: center;
  3733. 987.  - }
  3734. 988.  -
  3735. 989.  - .feedback_row_clickable .feedback_del_wrap,
  3736. 990.  - .feedback_row_clickable .feedback_like_wrap .like_wrap div {
  3737. 991.  -   display: none;
  3738. 992.  - }
  3739. 993.  -
  3740. 994.  - .feedback_row_clickable_over .feedback_del_wrap,
  3741. 995.  - .feedback_row_clickable .feedback_like_wrap .like_wrap div.my_like,
  3742. 996.  - .feedback_row_clickable_over .feedback_like_wrap .like_wrap div {
  3743. 997.  -   display: block;
  3744. 998.  - }
  3745. 999.  - .wall_module .feedback_row_answer .delete_post {
  3746. 1000.  -   width: 11px;
  3747. 1001.  -   padding-top: 2px;
  3748. 1002.  -   display: none;
  3749. 1003.  - }
  3750. 1004.  - .wall_module .feedback_row_answer .delete_post div {
  3751. 1005.  -   background-position: 0 0;
  3752. 1006.  -   width: 11px;
  3753. 1007.  -   height: 11px;
  3754. 1008.  -   opacity: 0.6;
  3755. 1009.  -   filter: alpha(opacity=0.6);
  3756. 1010.  - }
  3757. 1011.  - .wall_module .feedback_row_answer .dld,
  3758. 1012.  - .wall_module .feedback_reply_row .dld {
  3759. 1013.  -   line-height: 140%;
  3760. 1014.  -   color: #879BB0;
  3761. 1015.  -   padding: 1px 49px 3px;
  3762. 1016.  - }
  3763. 1017.  - .wall_module .feedback_reply_row_share {
  3764. 1018.  -   color: #45688E;
  3765. 1019.  - }
  3766. 1020.  - .wall_module .feedback_row_answer .dld .dld {
  3767. 1021.  -   padding: 0;
  3768. 1022.  - }
  3769. 1023.  - .feedback_graphs_wrap {
  3770. 1024.  -   padding-bottom: 10px;
  3771. 1025.  -   border-bottom: 1px solid #DAE1E8;
  3772. 1026.  - }
  3773. 1027.  - .feedback_graphs_shadow_wrap {
  3774. 1028.  -   position: relative;
  3775. 1029.  - }
  3776. 1030.  - .feedback_graphs_shadow {
  3777. 1031.  -   background: #555;
  3778. 1032.  -   opacity: 0.12;
  3779. 1033.  -   filter: alpha(opacity=12);
  3780. 1034.  -   position: absolute;
  3781. 1035.  -   width: 599px;
  3782. 1036.  -   height: 3px;
  3783. 1037.  - }
  3784. 1038.  -
  3785. 1039.  -
  3786. 1040.  - /* Slider */
  3787. 1041.  - #feed_rate_slider_wrap {
  3788. 1042.  -   position: absolute;
  3789. 1043.  -   width: 100px;
  3790. 1044.  -   right: 32px;
  3791. 1045.  -   margin-top: -17px;
  3792. 1046.  - }
  3793. 1047.  - div.feed_rate_label {
  3794. 1048.  -   cursor: default;
  3795. 1049.  -   color: #8699AE;
  3796. 1050.  -   font-size: 1em;
  3797. 1051.  -   text-align: center;
  3798. 1052.  -   line-height: 1.18em;
  3799. 1053.  -   height: 13px;
  3800. 1054.  -   white-space: nowrap;
  3801. 1055.  - }
  3802. 1056.  - div.feed_rate_label b {
  3803. 1057.  -   color: #47688d;
  3804. 1058.  - }
  3805. 1059.  - #feed_rate_slider_scale {
  3806. 1060.  -   cursor: pointer;
  3807. 1061.  -   padding-top: 3px;
  3808. 1062.  - }
  3809. 1063.  - #feed_rate_slider_line {
  3810. 1064.  -   cursor: pointer;
  3811. 1065.  -   border-bottom: 1px solid #5F7D9D;
  3812. 1066.  - }
  3813. 1067.  - #feed_rate_slider {
  3814. 1068.  -   cursor: pointer;
  3815. 1069.  -   background: #5F7D9D;
  3816. 1070.  -   width: 11px;
  3817. 1071.  -   height: 4px;
  3818. 1072.  - }
  3819. 1073.  - .feed_rate_wait,
  3820. 1074.  - .feed_rate_wait #feed_rate_slider_scale,
  3821. 1075.  - .feed_rate_wait #feed_rate_slider_line,
  3822. 1076.  - .feed_rate_wait #feed_rate_slider {
  3823. 1077.  -   cursor: wait;
  3824. 1078.  - }
  3825. 1079.  -
  3826. 1080.  - .feed_rate_wait .feed_rate_label {
  3827. 1081.  -   cursor: wait;
  3828. 1082.  -   text-align: left;
  3829. 1083.  -   padding-left: 15px;
  3830. 1084.  - }
  3831. 1085.  - span.feed_rate_load_label,
  3832. 1086.  - .feed_rate_wait #feed_rate_slider_label {
  3833. 1087.  -   display: none;
  3834. 1088.  - }
  3835. 1089.  - .feed_rate_wait span.feed_rate_load_label {
  3836. 1090.  -   display: inline;
  3837. 1091.  - }
  3838. 1092.  - #feed_rate_mobile {
  3839. 1093.  -   display: none;
  3840. 1094.  -   text-align: right;
  3841. 1095.  -   margin-top: -6px;
  3842. 1096.  - }
  3843. 1097.  - #feed_rate_select {
  3844. 1098.  -   margin: 0;
  3845. 1099.  - }
  3846. 1100.  -
  3847. 1101.  - /* Slider tooltip */
  3848. 1102.  - .feed_side_tt table .tt_text {
  3849. 1103.  -   line-height: 120%;
  3850. 1104.  -   color: #000;
  3851. 1105.  -   padding: 10px;
  3852. 1106.  -   width: 200px;
  3853. 1107.  - }
  3854. 1108.  - .feed_side_tt_pointer {
  3855. 1109.  -   background: url(/images/ddtooltip.png) 0 0 no-repeat;
  3856. 1110.  -   width: 8px;
  3857. 1111.  -   height: 11px;
  3858. 1112.  -   position: absolute;
  3859. 1113.  -   left: -7px;
  3860. 1114.  -   top: 50px;
  3861. 1115.  -   overflow: hidden;
  3862. 1116.  -   z-index: 10;
  3863. 1117.  - }
  3864. 1118.  - #feed_rate_tt_place {
  3865. 1119.  -   width: 1px;
  3866. 1120.  -   height: 1px;
  3867. 1121.  - }
  3868. 1122.  -
  3869. 1123.  - /* Feedback page thumbs fixes */
  3870. 1124.  - #feed_wall .feedback_row a.page_post_thumb_wrap,
  3871. 1125.  - #feed_wall .feedback_row a.page_post_thumb_unsized {
  3872. 1126.  -   margin: 0 3px 3px 0;
  3873. 1127.  - }
  3874. 1128.  - #feed_wall .feedback_row  a.page_post_thumb_last_column {
  3875. 1129.  -   margin-right: 0;
  3876. 1130.  - }
  3877. 1131.  - #feed_wall .feedback_row  a.page_post_thumb_last_row {
  3878. 1132.  -   margin-bottom: 0;
  3879. 1133.  - }
  3880. 1134.  -
  3881. 1135.  - #feed_recom_rows,
  3882. 1136.  - #feed_recom_preview {
  3883. 1137.  -   padding: 5px 10px;
  3884. 1138.  - }
  3885. 1139.  - #feed_recom_more {
  3886. 1140.  -   display: block;
  3887. 1141.  -   margin: 0px 15px;
  3888. 1142.  -   color: #6A7989;
  3889. 1143.  -   background: #E9EDF1;
  3890. 1144.  -   height: 13px;
  3891. 1145.  -   padding: 9px 0px 8px;
  3892. 1146.  -   text-align: center;
  3893. 1147.  - }
  3894. 1148.  - #feed_recom_norows {
  3895. 1149.  -   color: #777;
  3896. 1150.  -   font-size: 13px;
  3897. 1151.  -   display: none;
  3898. 1152.  -   text-align: center;
  3899. 1153.  -   padding: 100px 20px;
  3900. 1154.  - }
  3901. 1155.  - #feed_recom_prg {
  3902. 1156.  -   margin: 0px auto;
  3903. 1157.  - }
  3904. 1158.  - #feed_recom_more:hover {
  3905. 1159.  -   text-decoration: none;
  3906. 1160.  - }
  3907. 1161.  - div.feed_recom {
  3908. 1162.  -   display: inline;
  3909. 1163.  -   display: inline-block;
  3910. 1164.  -   zoom: 1;
  3911. 1165.  -   width: 292px;
  3912. 1166.  -   padding: 10px 5px;
  3913. 1167.  - }
  3914. 1168.  - .feed_recoms_edit .feed_recom {
  3915. 1169.  -   width: 592px;
  3916. 1170.  - }
  3917. 1171.  - .feed_recom_edit:hover {
  3918. 1172.  -   cursor: pointer;
  3919. 1173.  -   text-decoration: underline;
  3920. 1174.  - }
  3921. 1175.  - .feed_recom_photo {
  3922. 1176.  -   width: 105px;
  3923. 1177.  -   height: 90px;
  3924. 1178.  -   overflow: hidden;
  3925. 1179.  - }
  3926. 1180.  - .feed_recom_img {
  3927. 1181.  -   width: 90px;
  3928. 1182.  -   vertical-align: top;
  3929. 1183.  - }
  3930. 1184.  - .feed_recom_lnk {
  3931. 1185.  -   color: #45688E;
  3932. 1186.  - }
  3933. 1187.  - .feed_recom_name {
  3934. 1188.  -   font-weight: bold;
  3935. 1189.  -   padding: 1px 0px 4px;
  3936. 1190.  - }
  3937. 1191.  - .feed_recom_desc,
  3938. 1192.  - .feed_recom_size {
  3939. 1193.  -   color: #777;
  3940. 1194.  -   padding: 3px 0px 4px;
  3941. 1195.  - }
  3942. 1196.  - .feed_recom_name,
  3943. 1197.  - .feed_recom_desc,
  3944. 1198.  - .feed_recom_size {
  3945. 1199.  -   width: 187px;
  3946. 1200.  -   overflow: hidden;
  3947. 1201.  -   -o-text-overflow: ellipsis;
  3948. 1202.  -   text-overflow: ellipsis;
  3949. 1203.  -   white-space: nowrap;
  3950. 1204.  - }
  3951. 1205.  - .feed_recom_info {
  3952. 1206.  -   width: 187px;
  3953. 1207.  - }
  3954. 1208.  - .feed_recom_right {
  3955. 1209.  -   width: 290px;
  3956. 1210.  - }
  3957. 1211.  - .feed_recom_label {
  3958. 1212.  -   color: #777;
  3959. 1213.  -   padding: 1px 10px 6px;
  3960. 1214.  -   width: 100px;
  3961. 1215.  - }
  3962. 1216.  - .feed_recom_labeled {
  3963. 1217.  -   padding: 1px 0px 6px;
  3964. 1218.  -   width: 170px;
  3965. 1219.  - }
  3966. 1220.  - .feed_recom_labeled .selector_container {
  3967. 1221.  -   margin: -5px -6px -4px;
  3968. 1222.  - }
  3969. 1223.  - .feed_recom_btn {
  3970. 1224.  -   margin-top: 7px;
  3971. 1225.  - }
  3972. 1226.  - .feed_recom_done {
  3973. 1227.  -   padding-top: 13px;
  3974. 1228.  -   color: #777;
  3975. 1229.  - }
  3976. 1230.  - .feed_recom_add,
  3977. 1231.  - .feed_recom_preview {
  3978. 1232.  -   background: #F7F7F7;
  3979. 1233.  -   padding: 10px;
  3980. 1234.  -   border-bottom: 1px solid #DAE1E8;
  3981. 1235.  - }
  3982. 1236.  - .feed_recom_preview {
  3983. 1237.  -   padding-top: 0px;
  3984. 1238.  - }
  3985. 1239.  - #feed_recom_add {
  3986. 1240.  -   width: 545px;
  3987. 1241.  -   background: white url(/images/magglass.png) no-repeat 5px 6px;
  3988. 1242.  -   outline: none;
  3989. 1243.  -   padding: 5px 40px 5px 20px;
  3990. 1244.  - }
  3991. 1245.  - #feed_recom_msg {
  3992. 1246.  -   display: none;
  3993. 1247.  -   line-height: 160%;
  3994. 1248.  -   margin: 15px 15px 0px;
  3995. 1249.  - }
  3996. 1250.  - .feed_recom_ignore {
  3997. 1251.  -   margin: 0px -20px -3px;
  3998. 1252.  - }
  3999. 1253.  - .feed_recom_filter {
  4000. 1254.  -   margin: 0px -5px;
  4001. 1255.  - }
  4002. 1256.  - .feed_recom_filter_txt {
  4003. 1257.  -   padding: 15px 10px 4px;
  4004. 1258.  -   width: 57px;
  4005. 1259.  -   color: #777;
  4006. 1260.  - }
  4007. 1261.  - .feed_recom_filter_cb {
  4008. 1262.  -   width: 80px;
  4009. 1263.  -   padding-top: 15px;
  4010. 1264.  - }
  4011. 1265.  - .feed_recom_filter_dd {
  4012. 1266.  -   padding: 10px 5px 0px;
  4013. 1267.  - }
  4014. 1268.  - .feed_recom_blocked {
  4015. 1269.  -   font-weight: bold;
  4016. 1270.  -   color: #800;
  4017. 1271.  - }
  4018. 1272.  - .feed_recom_nosearch {
  4019. 1273.  -   font-weight: bold;
  4020. 1274.  -   color: #BB6900;
  4021. 1275.  - }
  4022. 1276.  -
  4023. 1277.  - /* Feed articles thumbed links */
  4024. 1278.  - .feed_article {
  4025. 1279.  -   margin: 6px 0 10px 0;
  4026. 1280.  - }
  4027. 1281.  - .wall_module div.feed_article_desc_wrap {
  4028. 1282.  -   padding-right: 10px;
  4029. 1283.  -   line-height: 160%;
  4030. 1284.  -   min-height: 63px;
  4031. 1285.  -   max-height: 12.7em;
  4032. 1286.  -   overflow: hidden;
  4033. 1287.  -   -o-text-overflow: ellipsis;
  4034. 1288.  -   text-overflow: ellipsis;
  4035. 1289.  - }
  4036. 1290.  - div.feed_article_desc {
  4037. 1291.  -   color: #000;
  4038. 1292.  -   padding-top: 3px;
  4039. 1293.  - }
  4040. 1294.  - td.feed_article_thumb {
  4041. 1295.  -   cursor: pointer;
  4042. 1296.  -   background-position: 50% 0;
  4043. 1297.  -   background-repeat: no-repeat;
  4044. 1298.  - }
  4045. 1299.  - a.feed_article_thumb {
  4046. 1300.  -   display: block;
  4047. 1301.  -   width: 100px;
  4048. 1302.  -   overflow: hidden;
  4049. 1303.  -   line-height: 0;
  4050. 1304.  -   min-height: 63px;
  4051. 1305.  -   height: 100%;
  4052. 1306.  -   *height: 63px;
  4053. 1307.  - }
  4054. 1308.  - .feed_article_preview_btn {
  4055. 1309.  -   padding: 10px 0 0;
  4056. 1310.  - }
  4057. 1311.  - .feed_article_preview_btn .button_blue,
  4058. 1312.  - .feed_article_preview_btn button {
  4059. 1313.  -   width: 140px;
  4060. 1314.  - }
  4061. 1315.  - .feed_blog_cont {
  4062. 1316.  -   background: #F7F7F7;
  4063. 1317.  -   border-bottom: 1px solid #DAE1E8;
  4064. 1318.  -   padding: 15px 18px;
  4065. 1319.  -   display: block;
  4066. 1320.  -   text-align: center;
  4067. 1321.  -   color: #777777;
  4068. 1322.  -   -o-transition:all 200ms ease-in-out;
  4069. 1323.  -   -moz-transition:all 200ms ease-in-out;
  4070. 1324.  -   -webkit-transition:all 200ms ease-in-out;
  4071. 1325.  -   transition:all 200ms ease-in-out;
  4072. 1326.  -   position: relative;
  4073. 1327.  - }
  4074. 1328.  - .feed_blog_cont:hover {
  4075. 1329.  -   background: #F1F1F1;
  4076. 1330.  -   text-decoration: none;
  4077. 1331.  - }
  4078. 1332.  - .feed_blog_cont:active {
  4079. 1333.  -   padding-top: 16px;
  4080. 1334.  -   padding-bottom: 14px;
  4081. 1335.  - }
  4082. 1336.  - .feed_blog_close {
  4083. 1337.  -   background: url(/images/pics/statusx_op.gif) 3px 1px no-repeat;
  4084. 1338.  -   opacity: 0;
  4085. 1339.  -   filter: alpha(opacity=0);
  4086. 1340.  -   cursor: pointer;
  4087. 1341.  -   height: 17px;
  4088. 1342.  -   width: 17px;
  4089. 1343.  -   -o-transition:all 400ms ease-in-out;
  4090. 1344.  -   -moz-transition:all 400ms ease-in-out;
  4091. 1345.  -   -webkit-transition:all 400ms ease-in-out;
  4092. 1346.  -   transition:all 400ms ease-in-out;
  4093. 1347.  -   position: absolute;
  4094. 1348.  -   top: 15px;
  4095. 1349.  -   right: 6px;
  4096. 1350.  - }
  4097. 1351.  - .feed_blog_cont:hover .feed_blog_close:hover {
  4098. 1352.  -   opacity: 1;
  4099. 1353.  -   filter: alpha(opacity=100);
  4100. 1354.  - }
  4101. 1355.  - .feed_blog_cont:hover .feed_blog_close {
  4102. 1356.  -   opacity: 0.3;
  4103. 1357.  -   filter: alpha(opacity=30);
  4104. 1358.  - }
  4105. 1359.  -
  4106. 1360.  -
  4107. 1361.  - .feed_suggested_since {
  4108. 1362.  -   padding: 5px 15px 15px;
  4109. 1363.  - }
  4110. 1364.  -
  4111. 1365.  - .feed_searchext_wrap {
  4112. 1366.  -   clear: both;
  4113. 1367.  - }
  4114. 1368.  - #feed_search_sort {
  4115. 1369.  -   display: none;
  4116. 1370.  -   padding: 3px 0 0;
  4117. 1371.  - }
  4118. 1372.  - .feed_serachext_header {
  4119. 1373.  -   color: #45688E;
  4120. 1374.  -   font-weight: bold;
  4121. 1375.  -   padding: 15px 0 8px;
  4122. 1376.  - }
  4123. 1377.  - .feed_searchext_geo_wrap {
  4124. 1378.  -   height: 108px;
  4125. 1379.  -   width: 130px;
  4126. 1380.  - }
  4127. 1381.  - .feed_searchext_map_icon {
  4128. 1382.  -   background: url(/images/icons/attach_icons_2x.png?3) 0 -179px no-repeat;
  4129. 1383.  -   width: 40px;
  4130. 1384.  -   height: 40px;
  4131. 1385.  - }
  4132. 1386.  - #feed_searchext_map {
  4133. 1387.  -   cursor: pointer;
  4134. 1388.  -   padding: 20px 45px;
  4135. 1389.  -   background: #E1E4E8;
  4136. 1390.  -   position: relative;
  4137. 1391.  - }
  4138. 1392.  - #feed_searchext_map_delete_wrap {
  4139. 1393.  -   display: none;
  4140. 1394.  -   position: absolute;
  4141. 1395.  -   top: 0;
  4142. 1396.  -   right: 0;
  4143. 1397.  -   background: #222;
  4144. 1398.  -   background: rgba(0, 0, 0, 0.5);
  4145. 1399.  -   -webkit-border-radius: 3px;
  4146. 1400.  -   -moz-border-radius: 3px;
  4147. 1401.  -   border-radius: 3px;
  4148. 1402.  -   padding: 3px;
  4149. 1403.  -   cursor: pointer;
  4150. 1404.  -   margin-left: -13px;
  4151. 1405.  - }
  4152. 1406.  - .feed_searchext_map_delete {
  4153. 1407.  -   background: url("/images/notifier_close.gif") no-repeat scroll 0 0 transparent;
  4154. 1408.  -   opacity: 0.6;
  4155. 1409.  -   filter: alpha(opacity=60);
  4156. 1410.  -   width: 7px;
  4157. 1411.  -   height: 7px;
  4158. 1412.  - }
  4159. 1413.  - #feed_searchext_map_delete_wrap:hover .feed_searchext_map_delete {
  4160. 1414.  -   opacity: 0.8;
  4161. 1415.  -   filter: alpha(opacity=80);
  4162. 1416.  - }
  4163. 1417.  - .feed_searchext_map_selected .feed_searchext_map_icon {
  4164. 1418.  -   background: url('/images/map/small.png') 13px 8px no-repeat;
  4165. 1419.  - }
  4166. 1420.  - .feed_searchext_map_selected #feed_searchext_map_delete_wrap {
  4167. 1421.  -   display: block;
  4168. 1422.  - }
  4169. 1423.  - .feed_searchext_param {
  4170. 1424.  -   width: 140px;
  4171. 1425.  -   padding: 0 15px 5px 0;
  4172. 1426.  - }
  4173. 1427.  - .feed_searchext_param_dropdown {
  4174. 1428.  -   position: relative;
  4175. 1429.  - }
  4176. 1430.  - .feed_searchext_param_last_row .feed_serachext_header {
  4177. 1431.  -   padding-top: 11px;
  4178. 1432.  - }
  4179. 1433.  -
  4180. 1434.  - #feed_searchext_exclude,
  4181. 1435.  - #feed_searchext_link,
  4182. 1436.  - #feed_searchext_content {
  4183. 1437.  -   width: 132px;
  4184. 1438.  -   outline: none;
  4185. 1439.  - }
  4186. 1440.  -
  4187. 1441.  - .feed_since_photos {
  4188. 1442.  -   padding: 15px 15px 0;
  4189. 1443.  - }
  4190. 1444.  - .feed_since_photos .page_post_sized_thumbs {
  4191. 1445.  -   margin: 0;
  4192. 1446.  -   padding: 0;
  4193. 1447.  - }
  4194. 1448.  - .feed_since_photos .page_post_thumb_wrap {
  4195. 1449.  -   margin-right: 5px;
  4196. 1450.  - }
  4197. 1451.  - .feed_since_owners {
  4198. 1452.  -   padding: 15px 10px 0 9px;
  4199. 1453.  - }
  4200. 1454.  - .feed_since_owner_row {
  4201. 1455.  -   padding: 0 5px 0 6px;
  4202. 1456.  - }
  4203. 1457.  -
  4204. 1458.  - .feed_since_ownerph_wrap {
  4205. 1459.  -   position: relative;
  4206. 1460.  -   width: 90px;
  4207. 1461.  -   height: 90px;
  4208. 1462.  -   margin: 0px auto;
  4209. 1463.  -   overflow: hidden;
  4210. 1464.  - }
  4211. 1465.  - .feed_since_ownerph {
  4212. 1466.  -   position: absolute;
  4213. 1467.  -   color: #FFF;
  4214. 1468.  -   margin-top: 90px;
  4215. 1469.  -   background: #333;
  4216. 1470.  -   background: rgba(0, 0, 0, 0.5);
  4217. 1471.  -   width: 90px;
  4218. 1472.  -   height: 15px;
  4219. 1473.  -   line-height: 15px;
  4220. 1474.  -   padding: 4px 0px 6px 0px;
  4221. 1475.  -   text-align: center;
  4222. 1476.  -   filter: alpha(opacity=75);
  4223. 1477.  - }
  4224. 1478.  - @media all and (min-width:0) { /* IE9-10 */
  4225. 1479.  -   .feed_since_ownerph { filter: none; }
  4226. 1480.  - }
  4227. 1481.  - .feed_since_ownerph:hover {
  4228. 1482.  -   text-decoration: none;
  4229. 1483.  - }
  4230. 1484.  - .feed_since_ownerph_label {
  4231. 1485.  -   opacity: 0.75;
  4232. 1486.  -   -webkit-transition: opacity 100ms linear;
  4233. 1487.  -   -moz-transition: opacity 100ms linear;
  4234. 1488.  -   -o-transition: opacity 100ms linear;
  4235. 1489.  -   transition: opacity 100ms linear;
  4236. 1490.  -   padding: 0px 0px 1px 20px;
  4237. 1491.  -   background: url(/images/icons/photo_icons.png?2) no-repeat left -62px;
  4238. 1492.  - }
  4239. 1493.  - .is_rtl1 .feed_since_ownerph_label {
  4240. 1494.  -   padding: 0px 20px 1px 0px;
  4241. 1495.  -   background-position: right -62px;
  4242. 1496.  - }
  4243. 1497.  - .feed_since_ownerph:hover .feed_since_ownerph_label {
  4244. 1498.  -   opacity: 1;
  4245. 1499.  - }
  4246. 1500.  - .feed_since_owner_tt .tt_text {
  4247. 1501.  -   width: 100px;
  4248. 1502.  -   text-align: center;
  4249. 1503.  -   max-height: 100px;
  4250. 1504.  -   overflow: hidden;
  4251. 1505.  -   text-overflow: ellipsis;
  4252. 1506.  - }
  4253. 1507.  - .feed_since_owner_tt .toup1 .bottom_pointer {
  4254. 1508.  -   margin: 0 52px;
  4255. 1509.  - }
  4256. 1510.  - .feed_found_photos .page_post_sized_thumbs {
  4257. 1511.  -   margin: 6px 0 0;
  4258. 1512.  -   padding-bottom: 0px;
  4259. 1513.  - }
  4260. 1514.  - .feed_row:last-child .feed_found_photos .page_post_sized_thumbs {
  4261. 1515.  -   margin-bottom: 10px;
  4262. 1516.  - }
  4263. 1517.  -
  4264. 1518.  -
  4265. 1519.  -
  4266. 1520.  - #feed_list_name_wrap {
  4267. 1521.  -   border-bottom: 1px solid #DAE1E8;
  4268. 1522.  -   padding: 10px;
  4269. 1523.  - }
  4270. 1524.  - #feed_list_name {
  4271. 1525.  -   width: 150px;
  4272. 1526.  -   height: 13px;
  4273. 1527.  -   padding: 4px 5px 5px;
  4274. 1528.  - }
  4275. ------
Advertisement
Add Comment
Please, Sign In to add comment