Hormold

VK Change (#1383658208)

Nov 5th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 35.45 KB | None | 0 0
  1. Файл - wkview.css (Старый размер - 25645 | Новый - 0):
  2. 0.  - #wkview_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - #wk_layer_wrap {
  7. 5.  -   overflow: auto;
  8. 6.  -   top: 0;
  9. 7.  -   left: 0;
  10. 8.  -   width: 100%;
  11. 9.  -   height: 100%;
  12. 10.  -   z-index: 500;
  13. 11.  -   display: none;
  14. 12.  - }
  15. 13.  - body.mobfixed #wk_layer_wrap {
  16. 14.  -   overflow: visible;
  17. 15.  - }
  18. 16.  - .wk_fixed {
  19. 17.  -   left: 0px;
  20. 18.  -   top: 0px;
  21. 19.  -   z-index: 601;
  22. 20.  - }
  23. 21.  - .wk_fixed div {
  24. 22.  -   position: absolute;
  25. 23.  -   z-index: 602;
  26. 24.  - }
  27. 25.  - .wk_fixed div div {
  28. 26.  -   position: static;
  29. 27.  - }
  30. 28.  - #layer_bg.wk_light {
  31. 29.  -   background: #000;
  32. 30.  -   opacity: 0.4!important;
  33. 31.  -   filter: alpha(opacity=40);
  34. 32.  - }
  35. 33.  -
  36. 34.  - #layer_bg.wk_dark {
  37. 35.  -   background: #000;
  38. 36.  -   opacity: 0.7;
  39. 37.  -   filter: alpha(opacity=70);
  40. 38.  - }
  41. 39.  -
  42. 40.  - @-moz-document url-prefix() {
  43. 41.  -   #layer_bg.wk_light {
  44. 42.  -     background: url(/images/layer_bg_medium.png);
  45. 43.  -     opacity: 1 !important;
  46. 44.  -   }
  47. 45.  -   #layer_bg.wk_dark {
  48. 46.  -     background: url('/images/layer_bg_black.png');
  49. 47.  -     opacity: 1 !important;
  50. 48.  -   }
  51. 49.  - }
  52. 50.  -
  53. 51.  - .wk_wrap {
  54. 52.  -   overflow: auto;
  55. 53.  -   z-index: 610;
  56. 54.  - }
  57. 55.  -
  58. 56.  - .video_layer_message {
  59. 57.  -   color: #AAAAAA;
  60. 58.  -   width: 640px;
  61. 59.  -   padding: 150px 30px;
  62. 60.  -   text-align: center;
  63. 61.  - }
  64. 62.  - .wk_cont {
  65. 63.  -   position: relative;
  66. 64.  -   margin: 0px auto;
  67. 65.  -   padding: 10px 0px 80px;
  68. 66.  - }
  69. 67.  - .wk_cont_top_t {
  70. 68.  -   padding: 0px 100px;
  71. 69.  - }
  72. 70.  - .wk_cont table.wk_cont_t {
  73. 71.  -   margin: 0px auto;
  74. 72.  - }
  75. 73.  - .wk_cont .sidesh {
  76. 74.  -   background: #000;
  77. 75.  -   width: 1px;
  78. 76.  -   vertical-align: top;
  79. 77.  - }
  80. 78.  - .wk_cont .sidesh div.sidesh_filler {
  81. 79.  -   width: 1px;
  82. 80.  -   overflow: hidden;
  83. 81.  - }
  84. 82.  - .wk_cont .bottomsh {
  85. 83.  -   background: #000;
  86. 84.  -   height: 1px;
  87. 85.  - }
  88. 86.  - .wk_cont .bottom_section_section_sectionersesh div {
  89. 87.  -   height: 1px;
  90. 88.  -   overflow: hidden;
  91. 89.  - }
  92. 90.  - .wk_cont .s1 {
  93. 91.  -   opacity: 0.05;
  94. 92.  -   filter: alpha(opacity=5);
  95. 93.  - }
  96. 94.  - .wk_cont .s2 {
  97. 95.  -   opacity: 0.15;
  98. 96.  -   filter: alpha(opacity=15);
  99. 97.  - }
  100. 98.  - .wk_cont .s3 {
  101. 99.  -   opacity: 0.25;
  102. 100.  -   filter: alpha(opacity=25);
  103. 101.  - }
  104. 102.  -
  105. 103.  -
  106. 104.  - #wk_box {
  107. 105.  -   overflow: hidden;
  108. 106.  -   padding: 0;
  109. 107.  -   background: white;
  110. 108.  -   position: relative;
  111. 109.  - }
  112. 110.  - #wk_approve {
  113. 111.  -   background: white;
  114. 112.  -   padding: 15px 25px;
  115. 113.  -   border-bottom: 1px solid #DAE1E8;
  116. 114.  -   background: #F7F7F7;
  117. 115.  -   text-align: center;
  118. 116.  - }
  119. 117.  - #wk_approve table {
  120. 118.  -   width: 550px;
  121. 119.  - }
  122. 120.  - #wk_approve td {
  123. 121.  -   padding: 0px 5px;
  124. 122.  - }
  125. 123.  - #wk_approve table .info {
  126. 124.  -   width: 100%;
  127. 125.  -   padding-bottom: 10px;
  128. 126.  - }
  129. 127.  -
  130. 128.  - #wk_loader {
  131. 129.  -   background: url(/images/progress_gray.gif) no-repeat 50% 50%;
  132. 130.  -   width: 780px;
  133. 131.  -   height: 420px;
  134. 132.  -   margin: 0px auto;
  135. 133.  -   display: none;
  136. 134.  - }
  137. 135.  - .wk_edit_link,
  138. 136.  - .wk_edit_divide {
  139. 137.  -   display: none;
  140. 138.  - }
  141. 139.  - .wk_view_edit_link .wk_edit_link,
  142. 140.  - .wk_view_edit_link .wk_edit_divide {
  143. 141.  -   display: block;
  144. 142.  -   padding: 17px 4px 0px;
  145. 143.  - }
  146. 144.  - .wk_close_link {
  147. 145.  -   padding: 17px 20px 0px;
  148. 146.  -   outline: none;
  149. 147.  - }
  150. 148.  - .wk_view_edit_link .wk_close_link {
  151. 149.  -   padding-left: 4px;
  152. 150.  - }
  153. 151.  - #wk_content {
  154. 152.  -   clear: left;
  155. 153.  -   width: 653px;
  156. 154.  - }
  157. 155.  -
  158. 156.  - .wk_wiki_content {
  159. 157.  -   font-size: 1.09em;
  160. 158.  -   padding: 12px 23px 22px;
  161. 159.  -   line-height: 160%;
  162. 160.  - }
  163. 161.  - .wk_small_content {
  164. 162.  -   font-size: 1em;
  165. 163.  - }
  166. 164.  - .wk_nano_content {
  167. 165.  -   font-size: 1em;
  168. 166.  -   padding: 0px;
  169. 167.  - }
  170. 168.  - #wk_summary {
  171. 169.  -   height: 13px;
  172. 170.  -   padding: 0px;
  173. 171.  -   margin: 16px 20px 0px;
  174. 172.  -   width: 450px;
  175. 173.  - }
  176. 174.  - #wk_summary .summary {
  177. 175.  -   color: #2B587A;
  178. 176.  -   font-weight: bold;
  179. 177.  -   font-size: 1.18em;
  180. 178.  -   color: #45688E;
  181. 179.  - }
  182. 180.  - .pages_body {
  183. 181.  -   width: 598px;
  184. 182.  -   height: 400px;
  185. 183.  -   border: 1px solid #C0CAD5;
  186. 184.  -   padding: 3px;
  187. 185.  -   font-size: 1em;
  188. 186.  - }
  189. 187.  - #pages_html {
  190. 188.  -   width: 598px;
  191. 189.  -   height: 400px;
  192. 190.  - }
  193. 191.  - .wk_save_info {
  194. 192.  -   padding: 5px 10px 0px 10px;
  195. 193.  -   color: #777777;
  196. 194.  - }
  197. 195.  - .wk_buttons_cont {
  198. 196.  -   height: 52px;
  199. 197.  -   position: relative;
  200. 198.  - }
  201. 199.  - #wk_buttons_panel {
  202. 200.  -   width: 603px;
  203. 201.  -   background: #FFFFFF;
  204. 202.  -   height: 35px;
  205. 203.  -   padding: 10px 25px 0px 25px;
  206. 204.  - }
  207. 205.  - .wk_buttons_panel_shadow {
  208. 206.  -   position: absolute;
  209. 207.  -   width: 654px;
  210. 208.  -   height: 3px;
  211. 209.  -   z-index: 100;
  212. 210.  -   background: #555;
  213. 211.  -   opacity: 0.12;
  214. 212.  -   filter: alpha(opacity=12);
  215. 213.  -   margin-top: -13px;
  216. 214.  -   margin-left: -25px;
  217. 215.  -   display: none;
  218. 216.  - }
  219. 217.  - .wk_panel_fixed .wk_buttons_panel_shadow {
  220. 218.  -   display: block;
  221. 219.  - }
  222. 220.  - #wk_buttons_panel.wk_panel_fixed {
  223. 221.  -   background: #F1F1F1;
  224. 222.  -   border-top: 1px solid #DAE1E8;
  225. 223.  - }
  226. 224.  - .wk_panel_fixed
  227. 225.  - .wk_pages_acts {
  228. 226.  -   padding: 4px 0px 0px 0px;
  229. 227.  - }
  230. 228.  - .pages_access_options .radiobtn {
  231. 229.  -   display: block;
  232. 230.  -   margin: 10px 0px;
  233. 231.  - }
  234. 232.  - .wk_top_fixed .editor_toolbar {
  235. 233.  -   padding-left: 25px;
  236. 234.  -   padding-right: 25px;
  237. 235.  -   width: 604px;
  238. 236.  - }
  239. 237.  -
  240. 238.  - .wk_top_fixed .editor_toolbar {
  241. 239.  -   position: fixed;
  242. 240.  -   top: 0px;
  243. 241.  - }
  244. 242.  - .wk_top_fixed #wke_buttons {
  245. 243.  -   position: fixed;
  246. 244.  -   top: 0px;
  247. 245.  -   width: 624px;
  248. 246.  -   height: 32px;
  249. 247.  - }
  250. 248.  - .editor_layer .editor_toolbar {
  251. 249.  -   padding: 3px 23px 6px;
  252. 250.  -   width: 608px;
  253. 251.  -   border-bottom: none;
  254. 252.  - }
  255. 253.  -
  256. 254.  - #wk_top_toolbox_shadow {
  257. 255.  -   position: fixed;
  258. 256.  -   width: 654px;
  259. 257.  -   height: 3px;
  260. 258.  -   z-index: 100;
  261. 259.  -   background: #555;
  262. 260.  -   opacity: 0.12;
  263. 261.  -   filter: alpha(opacity=12);
  264. 262.  -   display: none;
  265. 263.  - }
  266. 264.  -
  267. 265.  - .wk_top_fixed #wk_top_toolbox_shadow {
  268. 266.  -   display: block;
  269. 267.  - }
  270. 268.  -
  271. 269.  - #wk_page_title {
  272. 270.  -   width: 602px;
  273. 271.  -   border: 1px solid #C0CAD5;
  274. 272.  -   font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans;
  275. 273.  -   font-size: 1em;
  276. 274.  -   margin: 0px;
  277. 275.  -   padding: 5px 5px;
  278. 276.  - }
  279. 277.  -
  280. 278.  - .wk_page_title_cont {
  281. 279.  -   padding: 14px 20px 3px;
  282. 280.  -   background: #F1F1F1;
  283. 281.  - }
  284. 282.  - .editor_layer a.editor_button_over,
  285. 283.  - .editor_layer #editor_open_photos:hover {
  286. 284.  -   border: 1px solid #acb1b5;
  287. 285.  -   background-color: #FFFFFF !important;
  288. 286.  - }
  289. 287.  - .editor_layer .wysiwyg {
  290. 288.  -   margin: 0px 23px;
  291. 289.  -   width: 608px;
  292. 290.  - }
  293. 291.  - .wk_top_margin {
  294. 292.  -   height: 10px;
  295. 293.  - }
  296. 294.  - .editor_layer #wysiwyg_mode:hover {
  297. 295.  -   background-color: #FFFFFF !important;
  298. 296.  - }
  299. 297.  - .wk_likes_hidden {
  300. 298.  -   display: none;
  301. 299.  - }
  302. 300.  - #wk_likes_widget {
  303. 301.  -   border-top: 1px solid #F1F1F1;
  304. 302.  -   padding: 14px 0px 0px 0px;
  305. 303.  -   margin-top: 10px;
  306. 304.  -   width: 604px;
  307. 305.  - }
  308. 306.  - .wk_right_setting {
  309. 307.  -   padding: 6px 0px 0px 0px;
  310. 308.  - }
  311. 309.  - .wk_privacy_row {
  312. 310.  -   padding: 4px 0px;
  313. 311.  - }
  314. 312.  - .wk_bottom {
  315. 313.  -   padding: 15px 0px 0px;
  316. 314.  -   line-height: 100%;
  317. 315.  - }
  318. 316.  - #wk_date_wrap,
  319. 317.  - #wk_extpage_views_wrap {
  320. 318.  -   color: #777;
  321. 319.  - }
  322. 320.  - #wk_like_wrap {
  323. 321.  -   color: #2F5879;
  324. 322.  -   cursor: pointer;
  325. 323.  - }
  326. 324.  - #wk_like_wrap i {
  327. 325.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  328. 326.  -   height: 10px;
  329. 327.  -   margin: 3px 3px 0px;
  330. 328.  -   opacity: 0.4;
  331. 329.  -   filter: alpha(opacity=40);
  332. 330.  -   width: 11px;
  333. 331.  - }
  334. 332.  - #wk_like_wrap i.no_likes {
  335. 333.  -   margin-right: 0px;
  336. 334.  - }
  337. 335.  - #wk_like_wrap i.my_like {
  338. 336.  -   opacity: 1;
  339. 337.  -   filter: none;
  340. 338.  - }
  341. 339.  - #wk_like_count {
  342. 340.  -   margin-right: 3px;
  343. 341.  -   color: #7295b2;
  344. 342.  -   font-weight: bold;
  345. 343.  - }
  346. 344.  -
  347. 345.  - #wk_copy_wrap {
  348. 346.  -   padding: 0 15px 0 0;
  349. 347.  -   height: 26px;
  350. 348.  -   overflow: hidden;
  351. 349.  - }
  352. 350.  - #wk_copy_wrap button {
  353. 351.  -   line-height: 13px !important;
  354. 352.  - }
  355. 353.  - #wk_copy_wrap i {
  356. 354.  -   display: block;
  357. 355.  -   background: url(/images/icons/like_icons_bl.png) -2px 0 no-repeat;
  358. 356.  -   width: 14px;
  359. 357.  -   height: 12px;
  360. 358.  -   margin: 1px 4px 0 0;
  361. 359.  -   opacity: 0.8;
  362. 360.  -   filter: alpha(opacity=80);
  363. 361.  - }
  364. 362.  - #wk_copy_wrap i.no_copies {
  365. 363.  -   margin-right: 0px;
  366. 364.  - }
  367. 365.  - #wk_copy_wrap i.my_copy {
  368. 366.  -   opacity: 1;
  369. 367.  -   filter: none;
  370. 368.  - }
  371. 369.  - #wk_copy_count {
  372. 370.  -   color: #E8EFF7;
  373. 371.  -   font-weight: bold;
  374. 372.  -   padding-left: 4px;
  375. 373.  - }
  376. 374.  -
  377. 375.  - /* Extpage */
  378. 376.  - #wk_box.wk_external_content {
  379. 377.  -   padding-top: 0;
  380. 378.  - }
  381. 379.  - .wk_external_content #wk_content {
  382. 380.  -   width: 790px;
  383. 381.  - }
  384. 382.  - .wk_external_content #wk_summary {
  385. 383.  -   height: 25px;
  386. 384.  - }
  387. 385.  - .wk_external_content .wk_close_link {
  388. 386.  -   font-family: Lucida Grande, Arial, tahoma, verdana, sans-serif;
  389. 387.  -   font-size: 1.18em;
  390. 388.  - }
  391. 389.  - .wk_external_content #wk_layer_title {
  392. 390.  - }
  393. 391.  - .wk_external_content .wk_wiki_content {
  394. 392.  -   font-family: Georgia, "Times New Roman", Times, serif;
  395. 393.  -   font-size: 1.5em;
  396. 394.  -   padding-bottom: 0;
  397. 395.  - }
  398. 396.  - .wk_external_content .wk_header,
  399. 397.  - .wk_external_content .wk_sub_header,
  400. 398.  - .wk_external_content .wk_sub_sub_header {
  401. 399.  -   margin-bottom: 10px;
  402. 400.  -   border-bottom: 0;
  403. 401.  -   color: #000;
  404. 402.  - }
  405. 403.  - .wk_external_content a.wk_ext_link {
  406. 404.  -   padding-right: 10px;
  407. 405.  -   background-position: right 50%;
  408. 406.  - }
  409. 407.  -
  410. 408.  - .wk_extpage_head_wrap {
  411. 409.  -   background: #EEE;
  412. 410.  -   margin: -12px -23px 0;
  413. 411.  -   padding: 12px 23px 10px;
  414. 412.  -   /*font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;*/
  415. 413.  -   font-family: Lucida Grande, Arial, tahoma, verdana, sans-serif;
  416. 414.  - }
  417. 415.  - a.wk_extpage_owner_thumb {
  418. 416.  -   display: block;
  419. 417.  -   overflow: hidden;
  420. 418.  -   line-height: 0;
  421. 419.  -   margin-right: 10px;
  422. 420.  -   width: 50px;
  423. 421.  -   height: 50px;
  424. 422.  - }
  425. 423.  - img.wk_extpage_owner_thumb {
  426. 424.  -   width: 50px;
  427. 425.  -   height: 50px;
  428. 426.  - }
  429. 427.  - .wk_extpage_head_unsubscribed a.wk_extpage_owner_thumb {
  430. 428.  -   margin-right: 20px;
  431. 429.  -   width: 100px;
  432. 430.  -   height: 100px;
  433. 431.  - }
  434. 432.  - .wk_extpage_head_unsubscribed img.wk_extpage_owner_thumb {
  435. 433.  -   width: 100px;
  436. 434.  -   height: 100px;
  437. 435.  - }
  438. 436.  - .wk_extpage_head_unsubscribed .wk_extpage_head_owner_title {
  439. 437.  -   padding-top: 7px;
  440. 438.  - }
  441. 439.  - .wk_extpage_head_subscribe {
  442. 440.  -   display: none;
  443. 441.  - }
  444. 442.  - .wk_extpage_head_unsubscribed .wk_extpage_head_subscribe {
  445. 443.  -   display: block;
  446. 444.  -   padding-top: 5px;
  447. 445.  - }
  448. 446.  - .wk_extpage_friend_subscribed {
  449. 447.  -   margin-left: 5px;
  450. 448.  -
  451. 449.  -   -moz-border-radius: 2px;
  452. 450.  -   -webkit-border-radius: 2px;
  453. 451.  -   border-radius: 2px;
  454. 452.  -   overflow: hidden;
  455. 453.  - }
  456. 454.  - .wk_extpage_friend_subscribed img {
  457. 455.  -   -moz-border-radius: 2px;
  458. 456.  -   -webkit-border-radius: 2px;
  459. 457.  -   border-radius: 2px;
  460. 458.  -   overflow: hidden;
  461. 459.  - }
  462. 460.  - .wk_extpage_subscribe_btn {
  463. 461.  -   margin-right: 10px;
  464. 462.  - }
  465. 463.  - .wk_extpage_subscribe_btn button {
  466. 464.  -   font-size: 12px;
  467. 465.  - }
  468. 466.  - .wk_extpage_head_domain {
  469. 467.  -   font-weight: bold;
  470. 468.  - }
  471. 469.  - a.wk_extpage_head_domain {
  472. 470.  -   color: #000;
  473. 471.  - }
  474. 472.  - .wk_extpage_head_description {
  475. 473.  -   font-size: 12px;
  476. 474.  -   max-width: 700px;
  477. 475.  -   white-space: nowrap;
  478. 476.  -   -o-text-overflow: ellipsis;
  479. 477.  -   text-overflow: ellipsis;
  480. 478.  -   overflow: hidden;
  481. 479.  - }
  482. 480.  - .wk_extpage_title {
  483. 481.  -   font-family: Georgia, "Times New Roman", Times, serif;
  484. 482.  -   font-size: 1.6em;
  485. 483.  -   margin: 20px 0;
  486. 484.  - }
  487. 485.  -
  488. 486.  - .wk_extpage_body {
  489. 487.  -   overflow: hidden;
  490. 488.  -   width: 744px;
  491. 489.  -   -o-text-overflow: ellipsis;
  492. 490.  -   text-overflow: ellipsis;
  493. 491.  - }
  494. 492.  -
  495. 493.  - .wk_external_content #wk_like_wrap i {
  496. 494.  -   background: url(/images/icons/feedback_iconset.gif?4) 0 -49px no-repeat;
  497. 495.  -   width: 14px;
  498. 496.  -   height: 11px;
  499. 497.  - }
  500. 498.  - .wk_extpage_cut_wrap {
  501. 499.  -   padding: 20px 0 10px;
  502. 500.  - }
  503. 501.  - .wk_extpage_footer_wrap {
  504. 502.  -   background: #EEE;
  505. 503.  -   margin: 22px -23px 0;
  506. 504.  -   padding: 17px;
  507. 505.  -   line-height: 140%;
  508. 506.  -   font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  509. 507.  -   font-size: 11px;
  510. 508.  - }
  511. 509.  - .wk_extpage_footer_link {
  512. 510.  -   color: #666;
  513. 511.  -   display: block;
  514. 512.  -   line-height: 25px;
  515. 513.  -   max-width: 300px;
  516. 514.  -   white-space: nowrap;
  517. 515.  -   -o-text-overflow: ellipsis;
  518. 516.  -   text-overflow: ellipsis;
  519. 517.  -   overflow: hidden;
  520. 518.  - }
  521. 519.  - .wk_extpage_footer_owner {
  522. 520.  -   display: block;
  523. 521.  -   line-height: 25px;
  524. 522.  -   max-width: 200px;
  525. 523.  -   white-space: nowrap;
  526. 524.  -   -o-text-overflow: ellipsis;
  527. 525.  -   text-overflow: ellipsis;
  528. 526.  -   overflow: hidden;
  529. 527.  - }
  530. 528.  - .wk_wiki_content .match {
  531. 529.  -   background: #E1E7ED;
  532. 530.  -   border-bottom: 1px solid #DAE1E8;
  533. 531.  -   margin: 0px;
  534. 532.  -   padding: 0px 1px;
  535. 533.  - }
  536. 534.  - #wk_content #wke_buttons {
  537. 535.  -   padding: 0px 15px 0px 14px;
  538. 536.  - }
  539. 537.  - #wke_cont {
  540. 538.  -   padding: 20px 25px;
  541. 539.  - }
  542. 540.  - .wk_wiki_text {
  543. 541.  -   padding: 20px 25px;
  544. 542.  - }
  545. 543.  - .wk_wiki_help {
  546. 544.  -   display: none;
  547. 545.  - }
  548. 546.  - .wk_left, .wk_close {
  549. 547.  -   width: 17px;
  550. 548.  -   height: 17px;
  551. 549.  -   top: 25px;
  552. 550.  -   opacity: 0.4;
  553. 551.  -   filter: alpha(opacity=40);
  554. 552.  -   background: url(/images/photonav.gif?1) no-repeat;
  555. 553.  -   z-index: 630;
  556. 554.  -   cursor: pointer;
  557. 555.  -   position: fixed;
  558. 556.  - }
  559. 557.  - .wk_left {
  560. 558.  -   background-position: 0px 0px;
  561. 559.  -   left: 30px;
  562. 560.  - }
  563. 561.  - .wk_close {
  564. 562.  -   top: 39px;
  565. 563.  -   background-position: 0px -19px;
  566. 564.  -   right: 23px;
  567. 565.  - }
  568. 566.  - #wk_left_nav, #wk_right_nav {
  569. 567.  -   position: absolute;
  570. 568.  -   left: 0px;
  571. 569.  -   top: 0px;
  572. 570.  -   z-index: 620;
  573. 571.  -   cursor: pointer;
  574. 572.  - }
  575. 573.  - .wk_view_footer {
  576. 574.  -   padding: 6px 23px;
  577. 575.  -   background: #EFF1F3;
  578. 576.  -   margin: 14px -23px -22px;
  579. 577.  - }
  580. 578.  - .wk_view_footer_a {
  581. 579.  -   color: #777777;
  582. 580.  - }
  583. 581.  -
  584. 582.  - #wk_left_arrow_bg,
  585. 583.  - #wk_right_arrow_bg {
  586. 584.  -   display: none;
  587. 585.  -   position: absolute;
  588. 586.  -   top: 0;
  589. 587.  -   z-index: 630;
  590. 588.  -   cursor: pointer;
  591. 589.  -   width: 90px;
  592. 590.  - }
  593. 591.  - .wk_arrow_bg_inner {
  594. 592.  -   height: 100%;
  595. 593.  -   background: #000;
  596. 594.  -   opacity: 0.00;
  597. 595.  -   filter: alpha(opacity=0);
  598. 596.  - }
  599. 597.  - #wk_left_arrow,
  600. 598.  - #wk_right_arrow {
  601. 599.  -   width: 17px;
  602. 600.  -   height: 17px;
  603. 601.  -   opacity: 0.4;
  604. 602.  -   filter: alpha(opacity=40);
  605. 603.  -   background: url(/images/photonav.gif?1) no-repeat;
  606. 604.  -   z-index: 630;
  607. 605.  -   cursor: pointer;
  608. 606.  -   position: fixed;
  609. 607.  - }
  610. 608.  - #wk_right_arrow {
  611. 609.  -   background-position: 0 -95px;
  612. 610.  - }
  613. 611.  - #wk_layer .wk_arrow_progress {
  614. 612.  -   background: url(/images/upload_gray_mini.gif) no-repeat 0 6px;
  615. 613.  - }
  616. 614.  - .wk_side_arrow_wrap {
  617. 615.  -   position: relative;
  618. 616.  -   width: 1px;
  619. 617.  - }
  620. 618.  -
  621. 619.  - /* Wall posts */
  622. 620.  - .wl_owner_head_wrap {
  623. 621.  -   background-color: #EEE;
  624. 622.  -   padding: 12px 23px 12px;
  625. 623.  -   /*font-family: Georgia, "Times New Roman", Times, serif;*/
  626. 624.  - }
  627. 625.  - a.wl_owner_head_thumb {
  628. 626.  -   margin-right: 15px;
  629. 627.  -   width: 50px;
  630. 628.  -   height: 50px;
  631. 629.  -   overflow: hidden;
  632. 630.  - }
  633. 631.  - .wl_owner_head_wrap.no_photo a.wl_owner_head_thumb {
  634. 632.  -   display: none;
  635. 633.  - }
  636. 634.  - div.wl_owner_head_name {
  637. 635.  -   padding: 6px 0 5px;
  638. 636.  - }
  639. 637.  - a.wl_owner_head_name,
  640. 638.  - div.wl_owner_head_name span {
  641. 639.  -   color: #000;
  642. 640.  -   font-size: 1.4em;
  643. 641.  -   font-weight: bold;
  644. 642.  - }
  645. 643.  - div.wl_owner_head_date {
  646. 644.  -   font-size: 1.08em;
  647. 645.  - }
  648. 646.  - a.wl_owner_head_date {
  649. 647.  -   color: #777;
  650. 648.  - }
  651. 649.  - div.wl_owner_head_date span.explain {
  652. 650.  -   color: #777;
  653. 651.  - }
  654. 652.  - div#wl_post_body_wrap {
  655. 653.  -   padding: 10px 23px 10px;
  656. 654.  - }
  657. 655.  - #wl_post_body .emoji {
  658. 656.  -   vertical-align: middle;
  659. 657.  - }
  660. 658.  -
  661. 659.  - div.wl_post_deleted {
  662. 660.  -   color: #777;
  663. 661.  -   font-size: 1.2em;
  664. 662.  -   padding: 100px 0;
  665. 663.  -   text-align: center;
  666. 664.  - }
  667. 665.  -
  668. 666.  - div#wl_post_body_wrap .wall_post_text,
  669. 667.  - div#wl_post_body_wrap .wall_signed,
  670. 668.  - div#wl_post_body_wrap .explain,
  671. 669.  - div#wl_post_body_wrap .page_media_caption {
  672. 670.  -   font-family: Georgia, "Times New Roman", Times, serif;
  673. 671.  -   font-size: 1.45em;
  674. 672.  -   line-height: 150%;
  675. 673.  - }
  676. 674.  - div#wl_post_body_wrap .published_a_quote .wall_post_text {
  677. 675.  -   font-size: 14px;
  678. 676.  - }
  679. 677.  -
  680. 678.  - div#wl_post_body_wrap .wall_text,
  681. 679.  - div#wl_post_body_wrap .wall_post_text,
  682. 680.  - div#wl_post_body_wrap .post_media {
  683. 681.  -   width: 607px;
  684. 682.  - }
  685. 683.  - div#wl_post_body_wrap .audio .title_wrap {
  686. 684.  -   width: 500px;
  687. 685.  - }
  688. 686.  - div#wl_post_body_wrap .published_by_quote .wall_text,
  689. 687.  - div#wl_post_body_wrap .published_by_quote .wall_post_text,
  690. 688.  - div#wl_post_body_wrap .published_by_quote .post_media {
  691. 689.  -   width: 592px;
  692. 690.  - }
  693. 691.  - div#wl_post_body_wrap .audio .title_wrap {
  694. 692.  -   width: 485px;
  695. 693.  - }
  696. 694.  - div#wl_post_body_wrap .page_post_sized_thumbs {
  697. 695.  -   margin: 9px auto 0px;
  698. 696.  -   padding-bottom: 4px;
  699. 697.  - }
  700. 698.  - div#wl_post_body_wrap .wall_album_wrap .page_post_sized_thumbs {
  701. 699.  -   margin: 0;
  702. 700.  -   padding: 0;
  703. 701.  - }
  704. 702.  - div#wl_post_body_wrap #wpe_text {
  705. 703.  -   width: 599px;
  706. 704.  -   font-size: 1.16em;
  707. 705.  -   line-height: 150%;
  708. 706.  - }
  709. 707.  - div#wl_post_body_wrap .wpe_buttons {
  710. 708.  -   width: 607px;
  711. 709.  -   padding: 0 0 6px;
  712. 710.  - }
  713. 711.  - div#wl_post_body_wrap .reply_text .wpe_buttons {
  714. 712.  -   margin-bottom: 0;
  715. 713.  - }
  716. 714.  -
  717. 715.  - div#wl_post_body_wrap .wall_post_text {
  718. 716.  -   padding: 6px 0 3px;
  719. 717.  - }
  720. 718.  - div#wl_post_body_wrap #wpe_cont {
  721. 719.  -   padding: 7px 0 0;
  722. 720.  -   margin: 0;
  723. 721.  - }
  724. 722.  -
  725. 723.  -
  726. 724.  - div#wl_post_body_wrap .published_by_wrap {
  727. 725.  -   margin: 6px 0 10px;
  728. 726.  - }
  729. 727.  - div#wl_post_body_wrap .wall_signed {
  730. 728.  -   padding: 1px 0 3px;
  731. 729.  - }
  732. 730.  - div#wl_post_body_wrap a.wall_signed_by {
  733. 731.  -   padding: 0;
  734. 732.  -   background: none;
  735. 733.  - }
  736. 734.  - div#wl_post_body_wrap .page_post_sized_full_thumb_first {
  737. 735.  -   margin-top: 15px;
  738. 736.  - }
  739. 737.  - div#wl_post_body_wrap .page_media_thumbed_link {
  740. 738.  -   margin: 5px 0 5px 3px;
  741. 739.  -   border-left: 3px solid #C3D1E0;
  742. 740.  -   padding: 0 9px;
  743. 741.  - }
  744. 742.  - div#wl_post_body_wrap .published_by_quote,
  745. 743.  - div#wl_post_body_wrap .published_sec_quote {
  746. 744.  -   margin: 15px 0 3px;
  747. 745.  -   border-left-width: 3px;
  748. 746.  -   padding-left: 11px;
  749. 747.  - }
  750. 748.  - div#wl_post_body_wrap .published_by_quote .published_sec_quote {
  751. 749.  -   margin: 11px 0 0px -7px;
  752. 750.  -   padding-left: 4px;
  753. 751.  - }
  754. 752.  - div#wl_post_body_wrap .published_by_quote .published_by_wrap {
  755. 753.  -   margin-top: 0;
  756. 754.  - }
  757. 755.  - div#wl_post_body_wrap .published_sec_quote {
  758. 756.  -   margin: 11px 0 3px;
  759. 757.  - }
  760. 758.  - div#wl_post_body_wrap .published_sec_quote .published_by_wrap {
  761. 759.  -   margin: 4px 0px;
  762. 760.  - }
  763. 761.  - div#wl_post_body_wrap div.post_media:last-child {
  764. 762.  -   margin-bottom: 1px;
  765. 763.  - }
  766. 764.  - div#wl_post_body_wrap .published_by_quote div.wall_post_text:last-child,
  767. 765.  - div#wl_post_body_wrap .published_by_quote div.page_post_sized_full_thumb:last-child,
  768. 766.  - div#wl_post_body_wrap .published_by_quote div.page_post_sized_full_thumb:last-child .page_post_sized_thumbs {
  769. 767.  -   margin-bottom: 0;
  770. 768.  -   padding-bottom: 0;
  771. 769.  - }
  772. 770.  - div#wl_post_body_wrap .post_media {
  773. 771.  -   padding-bottom: 6px;
  774. 772.  - }
  775. 773.  -
  776. 774.  - .published_by_quote div#wl_post_body_wrap .wall_text,
  777. 775.  - .published_by_quote div#wl_post_body_wrap .wall_post_text,
  778. 776.  - .published_by_quote div#wl_post_body_wrap .post_media {
  779. 777.  -   width: 592px;
  780. 778.  - }
  781. 779.  -
  782. 780.  - div#wl_post_actions_wrap {
  783. 781.  -   padding: 5px 23px 16px;
  784. 782.  - }
  785. 783.  - div#wl_post_actions_wrap .wl_post_like_wrap {
  786. 784.  -   visibility: visible;
  787. 785.  -   margin-right: 10px;
  788. 786.  -   height: 26px;
  789. 787.  -   overflow: hidden;
  790. 788.  - }
  791. 789.  -
  792. 790.  - div#wl_post_actions_wrap i.wl_post_like_icon {
  793. 791.  -   background: url(/images/icons/like_widget.gif?2) 0 -29px no-repeat;
  794. 792.  -   width: 10px;
  795. 793.  -   height: 10px;
  796. 794.  -   margin: 3px 4px 0;
  797. 795.  -   opacity: 0.4;
  798. 796.  -   filter: alpha(opacity=40);
  799. 797.  - }
  800. 798.  - div#wl_post_actions_wrap i.no_likes {
  801. 799.  -   margin-right: 0;
  802. 800.  - }
  803. 801.  - div#wl_post_actions_wrap i.my_like {
  804. 802.  -   opacity: 1;
  805. 803.  -   filter: none;
  806. 804.  - }
  807. 805.  - div#wl_post_actions_wrap span.wl_post_like_count#wk_like_count {
  808. 806.  -   color: #FFF;
  809. 807.  -   font-weight: bold;
  810. 808.  - }
  811. 809.  -
  812. 810.  -
  813. 811.  - div#wl_post_actions_wrap a.wl_post_action_link {
  814. 812.  -   padding: 6px 10px 7px;
  815. 813.  - }
  816. 814.  - div#wl_post_actions_wrap a.wl_post_action_link:hover {
  817. 815.  -   background: #E1E7ED;
  818. 816.  -   text-decoration: none;
  819. 817.  - }
  820. 818.  - .wl_post_progress {
  821. 819.  -   padding: 7px;
  822. 820.  -   height: 1em;
  823. 821.  -   width: 30px;
  824. 822.  - }
  825. 823.  -
  826. 824.  -
  827. 825.  -
  828. 826.  - div.wl_replies_wrap {
  829. 827.  -   padding: 0;
  830. 828.  - }
  831. 829.  - div#wl_replies_header {
  832. 830.  -   cursor: default;
  833. 831.  -   background: #EEF0F2;
  834. 832.  -   color: #45688E;
  835. 833.  -   font-weight: bold;
  836. 834.  -   line-height: 100%;
  837. 835.  -   padding: 14px 23px 15px;
  838. 836.  - }
  839. 837.  - div#wl_replies_header.wl_replies_header_clickable {
  840. 838.  -   text-align: center;
  841. 839.  -   cursor: pointer;
  842. 840.  - }
  843. 841.  - div#wl_replies_header.wl_replies_header_clickable:hover {
  844. 842.  -   background: #E1E7ED;
  845. 843.  - }
  846. 844.  - div#wl_replies_header_toggler {
  847. 845.  -   cursor: pointer;
  848. 846.  -   padding: 5px;
  849. 847.  -   margin: -31px 23px 0;
  850. 848.  - }
  851. 849.  - div#wl_replies_header_toggler:hover {
  852. 850.  -   background: #E1E7ED;
  853. 851.  - }
  854. 852.  - div.wl_replies_header_toggler_icon {
  855. 853.  -   width: 15px;
  856. 854.  -   height: 11px;
  857. 855.  -   background: url(/images/photoorder.gif) left 0px;
  858. 856.  - }
  859. 857.  - .wl_replies_header_toggler_inversed .wl_replies_header_toggler_icon {
  860. 858.  -   background-position: left -14px;
  861. 859.  - }
  862. 860.  - div#wl_replies_previous_progress {
  863. 861.  -   cursor: default;
  864. 862.  -   background-color: #EEF0F2;
  865. 863.  -   background-position: 50% 50%;
  866. 864.  -   padding: 14px 23px 15px;
  867. 865.  -   height: 1em;
  868. 866.  -   width: auto;
  869. 867.  - }
  870. 868.  -
  871. 869.  - div#wl_replies_wrap div.wl_replies {
  872. 870.  -   padding: 5px 23px;
  873. 871.  - }
  874. 872.  -
  875. 873.  - div#wl_replies_wrap .reply:nth-of-type(1) {
  876. 874.  -   border-top: 0;
  877. 875.  - }
  878. 876.  - div#wl_replies_wrap div.reply_info {
  879. 877.  -   width: 547px;
  880. 878.  - }
  881. 879.  - div#wl_replies_wrap .wr_header {
  882. 880.  -   display: none;
  883. 881.  - }
  884. 882.  -
  885. 883.  - div#wl_replies_more_link {
  886. 884.  -   border-top: 1px solid #E9EDF1;
  887. 885.  -   color: #2B587A;
  888. 886.  -   cursor: pointer;
  889. 887.  -   margin: 0 23px 15px;
  890. 888.  -   line-height: 100%;
  891. 889.  -   padding: 10px 0;
  892. 890.  -   text-align: center;
  893. 891.  - }
  894. 892.  - div#wl_replies_more_link:hover {
  895. 893.  -   background: #E9EDF1;
  896. 894.  - }
  897. 895.  - div#wl_replies_more_progress {
  898. 896.  -   border-top: 1px solid #E9EDF1;
  899. 897.  -   padding: 10px;
  900. 898.  -   margin: 0 23px 15px;
  901. 899.  -   height: 1em;
  902. 900.  -   background-position: 50% 50%;
  903. 901.  -   width: auto;
  904. 902.  - }
  905. 903.  -
  906. 904.  -
  907. 905.  - .wl_post_reply_form_forbidden {
  908. 906.  -   background: #EEF0F2;
  909. 907.  -   color: #7288A2;
  910. 908.  -   font-weight: bold;
  911. 909.  -   padding: 16px 23px 16px;
  912. 910.  - }
  913. 911.  -
  914. 912.  -
  915. 913.  - #wl_reply_form {
  916. 914.  -   padding: 0;
  917. 915.  - }
  918. 916.  - div.wl_reply_form_fixed {
  919. 917.  -   position: fixed;
  920. 918.  -   bottom: 0;
  921. 919.  -   width: 653px;
  922. 920.  -   z-index: 620;
  923. 921.  - }
  924. 922.  - div.wl_reply_form_sh {
  925. 923.  -   display: none;
  926. 924.  -   position: absolute;
  927. 925.  -   width: 653px;
  928. 926.  -   height: 2px;
  929. 927.  -   z-index: 100;
  930. 928.  -   background: #555;
  931. 929.  -   opacity: 0.12;
  932. 930.  -   filter: alpha(opacity=12);
  933. 931.  -   margin-top: -2px;
  934. 932.  -   border-bottom: 1px solid #000;
  935. 933.  - }
  936. 934.  - div.wl_reply_form_fixed div.wl_reply_form_sh {
  937. 935.  -   display: block;
  938. 936.  - }
  939. 937.  -
  940. 938.  - div#wl_reply_form_inner {
  941. 939.  -   background: #EEF0F2;
  942. 940.  -   padding: 16px 23px 16px;
  943. 941.  - }
  944. 942.  - .wl_reply_form_reversed div#wl_reply_form_inner {
  945. 943.  -   background: #FFF;
  946. 944.  -   padding-bottom: 3px;
  947. 945.  - }
  948. 946.  - .wl_reply_form_reversed div#wl_reply_form_inner .reply_box {
  949. 947.  -   background: #FFF;
  950. 948.  - }
  951. 949.  - div#wl_reply_form_inner .reply_hint {
  952. 950.  -   display: none !important;
  953. 951.  - }
  954. 952.  - div.wl_reply_cancel_button {
  955. 953.  -   padding: 0 5px;
  956. 954.  - }
  957. 955.  - div#wl_reply_form_inner .reply_field_tail {
  958. 956.  -   margin-top: 13px;
  959. 957.  -   margin-left: -12px;
  960. 958.  - }
  961. 959.  - div#wl_reply_form .reply_field_wrap {
  962. 960.  -   margin-bottom: 10px;
  963. 961.  - }
  964. 962.  - div#wl_reply_form .reply_box {
  965. 963.  -   padding: 0;
  966. 964.  -   margin: 0;
  967. 965.  - }
  968. 966.  - div#wl_reply_form .reply_field_wrap {
  969. 967.  -   padding: 6px;
  970. 968.  -   margin: 0;
  971. 969.  - }
  972. 970.  - div#wl_reply_form .reply_box_open .reply_field_wrap {
  973. 971.  -   margin-bottom: 10px;
  974. 972.  - }
  975. 973.  - div#wl_reply_form .reply_composer_dd .wdd_lwrap {
  976. 974.  -   left: -7px;
  977. 975.  -   top: 7px;
  978. 976.  - }
  979. 977.  - div#wl_reply_form .submit_reply {
  980. 978.  -   margin-bottom: 1px;
  981. 979.  - }
  982. 980.  - #editor_cont {
  983. 981.  -   overflow: hidden;
  984. 982.  - }
  985. 983.  -
  986. 984.  -
  987. 985.  - /* Wk likers */
  988. 986.  - .wk_likes_content .wk_wiki_content,
  989. 987.  - .wk_history_content .wk_wiki_content {
  990. 988.  -   font-size: 1em;
  991. 989.  -   padding: 0;
  992. 990.  -   line-height: normal;
  993. 991.  - }
  994. 992.  - .wk_likes_content #wk_content {
  995. 993.  -   width: 620px;
  996. 994.  - }
  997. 995.  - .wk_likes_content #wk_close_link,
  998. 996.  - .wk_history_content #wk_close_link {
  999. 997.  -   padding: 17px 20px 18px;
  1000. 998.  -   color: #C7D7E9;
  1001. 999.  -   -webkit-transition: color 100ms linear;
  1002. 1000.  -   -moz-transition: color 100ms linear;
  1003. 1001.  -   -o-transition: color 100ms linear;
  1004. 1002.  -   transition: color 100ms linear;
  1005. 1003.  - }
  1006. 1004.  - .wk_likes_content #wk_close_link:hover,
  1007. 1005.  - .wk_history_content #wk_close_link:hover {
  1008. 1006.  -   color: white;
  1009. 1007.  -   text-decoration: none;
  1010. 1008.  - }
  1011. 1009.  - .wk_likes_likers_rows {
  1012. 1010.  -   padding: 16px 10px 1px;
  1013. 1011.  - }
  1014. 1012.  - .wk_likes_more_link {
  1015. 1013.  -   display: block;
  1016. 1014.  -   background: #EEF0F2;
  1017. 1015.  -   text-align: center;
  1018. 1016.  -   padding: 16px;
  1019. 1017.  -   color: #738392;
  1020. 1018.  - }
  1021. 1019.  - .wk_likes_more_prg {
  1022. 1020.  -   display: none;
  1023. 1021.  -   height: 15px;
  1024. 1022.  -   background: #EEF0F2 url(/images/upload.gif) no-repeat 50% 50%;
  1025. 1023.  -   padding: 16px;
  1026. 1024.  -   color: #738392;
  1027. 1025.  - }
  1028. 1026.  - .wk_likes_more_link:hover {
  1029. 1027.  -   text-decoration: none;
  1030. 1028.  -   background: #E9EDF1;
  1031. 1029.  - }
  1032. 1030.  - .wk_likes_liker_row {
  1033. 1031.  -   width: 120px;
  1034. 1032.  -   overflow: hidden;
  1035. 1033.  -   height: 133px;
  1036. 1034.  - }
  1037. 1035.  - .wk_likes_liker_ph {
  1038. 1036.  -   height: 100px;
  1039. 1037.  -   display: block;
  1040. 1038.  - }
  1041. 1039.  - .wk_likes_liker_img {
  1042. 1040.  -   vertical-align: top;
  1043. 1041.  -   width: 100px;
  1044. 1042.  - }
  1045. 1043.  - .wk_likes_liker_name {
  1046. 1044.  -   padding-top: 4px;
  1047. 1045.  -   line-height: 120%;
  1048. 1046.  -   text-align: center;
  1049. 1047.  - }
  1050. 1048.  - .wk_likes_no_rows {
  1051. 1049.  -   padding: 200px 20px;
  1052. 1050.  -   color: #777;
  1053. 1051.  -   background-color: #FFF;
  1054. 1052.  -   padding: 140px 20px;
  1055. 1053.  -   text-align: center;
  1056. 1054.  -   font-size: 1.21em;
  1057. 1055.  - }
  1058. 1056.  -
  1059. 1057.  - .wk_likes_bl_wrap {
  1060. 1058.  -   position: absolute;
  1061. 1059.  -   z-index: 10;
  1062. 1060.  -   right: 0px;
  1063. 1061.  -   top: 0px;
  1064. 1062.  -   background: #222;
  1065. 1063.  -   background: rgba(0, 0, 0, 0.5);
  1066. 1064.  -   padding: 3px;
  1067. 1065.  -   cursor: pointer;
  1068. 1066.  -   opacity: 0;
  1069. 1067.  -   filter: alpha(opacity=0);
  1070. 1068.  -   -webkit-border-radius: 3px;
  1071. 1069.  -   -moz-border-radius: 3px;
  1072. 1070.  -   border-radius: 3px;
  1073. 1071.  -   -webkit-transition: opacity 100ms linear;
  1074. 1072.  -   -moz-transition: opacity 100ms linear;
  1075. 1073.  -   -o-transition: opacity 100ms linear;
  1076. 1074.  -   transition: opacity 100ms linear;
  1077. 1075.  - }
  1078. 1076.  - a:hover .wk_likes_bl_wrap {
  1079. 1077.  -   opacity: 1;
  1080. 1078.  -   filter: alpha(opacity=100);
  1081. 1079.  - }
  1082. 1080.  - .wk_likes_bl {
  1083. 1081.  -   background: url(/images/notifier_close.gif) no-repeat;
  1084. 1082.  -   width: 7px;
  1085. 1083.  -   height: 7px;
  1086. 1084.  -   opacity: 0.5;
  1087. 1085.  -   filter: alpha(opacity=50);
  1088. 1086.  -   -webkit-transition: opacity 100ms linear;
  1089. 1087.  -   -moz-transition: opacity 100ms linear;
  1090. 1088.  -   -o-transition: opacity 100ms linear;
  1091. 1089.  -   transition: opacity 100ms linear;
  1092. 1090.  - }
  1093. 1091.  - .wk_likes_bl_wrap:hover .wk_likes_bl {
  1094. 1092.  -   opacity: 1;
  1095. 1093.  -   filter: alpha(opacity=100);
  1096. 1094.  - }
  1097. 1095.  - .wk_likes_block {
  1098. 1096.  -   line-height: 160%;
  1099. 1097.  - }
  1100. 1098.  -
  1101. 1099.  - .wk_likes_likerph_wrap {
  1102. 1100.  -   position: relative;
  1103. 1101.  -   width: 100px;
  1104. 1102.  -   height: 100px;
  1105. 1103.  -   margin: 0px auto;
  1106. 1104.  -   overflow: hidden;
  1107. 1105.  - }
  1108. 1106.  - .wk_likes_likerph {
  1109. 1107.  -   position: absolute;
  1110. 1108.  -   color: #FFF;
  1111. 1109.  -   margin-top: 100px;
  1112. 1110.  -   background: #333;
  1113. 1111.  -   background: rgba(0, 0, 0, 0.5);
  1114. 1112.  -   width: 100px;
  1115. 1113.  -   height: 15px;
  1116. 1114.  -   line-height: 15px;
  1117. 1115.  -   padding: 4px 0px 6px 0px;
  1118. 1116.  -   text-align: center;
  1119. 1117.  -   filter: alpha(opacity=75);
  1120. 1118.  - }
  1121. 1119.  - @media all and (min-width:0) { /* IE9-10 */
  1122. 1120.  -   .wk_likes_likerph { filter: none; }
  1123. 1121.  - }
  1124. 1122.  - .wk_likes_likerph:hover {
  1125. 1123.  -   text-decoration: none;
  1126. 1124.  - }
  1127. 1125.  - .wk_likes_likerph_label {
  1128. 1126.  -   opacity: 0.75;
  1129. 1127.  -   -webkit-transition: opacity 100ms linear;
  1130. 1128.  -   -moz-transition: opacity 100ms linear;
  1131. 1129.  -   -o-transition: opacity 100ms linear;
  1132. 1130.  -   transition: opacity 100ms linear;
  1133. 1131.  -   padding: 0px 0px 1px 20px;
  1134. 1132.  -   background: url(/images/icons/photo_icons.png?2) no-repeat left -62px;
  1135. 1133.  - }
  1136. 1134.  - .is_rtl1 .wk_likes_likerph_label {
  1137. 1135.  -   padding: 0px 20px 1px 0px;
  1138. 1136.  -   background-position: right -62px;
  1139. 1137.  - }
  1140. 1138.  - .wk_likes_likerph:hover .wk_likes_likerph_label {
  1141. 1139.  -   opacity: 1;
  1142. 1140.  - }
  1143. 1141.  - #wk_likes_rows .post_info,
  1144. 1142.  - #wk_likes_rows .wall_text,
  1145. 1143.  - #wk_likes_rows .wall_post_text,
  1146. 1144.  - #wk_likes_rows .post_media {
  1147. 1145.  -   width: 530px;
  1148. 1146.  - }
  1149. 1147.  - #wk_likes_rows .reply_info {
  1150. 1148.  -   width: 470px;
  1151. 1149.  - }
  1152. 1150.  - #wk_likes_rows .published_by_wrap {
  1153. 1151.  -   margin-bottom: 2px;
  1154. 1152.  - }
  1155. 1153.  - #wk_likes_rows .published_sec_quote .published_by_wrap {
  1156. 1154.  -   margin-bottom: 0px;
  1157. 1155.  - }
  1158. 1156.  - #wk_likes_rows .published_a_quote .published_by_wrap {
  1159. 1157.  - /*  margin-bottom: 1px;*/
  1160. 1158.  - }
  1161. 1159.  -
  1162. 1160.  - /* History */
  1163. 1161.  - .wk_history_content #wk_content {
  1164. 1162.  -   width: 642px;
  1165. 1163.  - }
  1166. 1164.  - .wk_history_doc_content #wk_content {
  1167. 1165.  -   width: 598px;
  1168. 1166.  - }
  1169. 1167.  - #wk_history_wall {
  1170. 1168.  -   padding: 0px 23px 22px;
  1171. 1169.  - }
  1172. 1170.  - #wk_history_rows {
  1173. 1171.  -   width: auto;
  1174. 1172.  - }
  1175. 1173.  - #wk_history_rows .page_post_sized_thumbs {
  1176. 1174.  -   /*margin: 0;*/
  1177. 1175.  - }
  1178. 1176.  - #wk_history_empty {
  1179. 1177.  -   color: #777;
  1180. 1178.  -   display: none;
  1181. 1179.  -   /*font-size: 1.09em;*/
  1182. 1180.  -   line-height: 170%;
  1183. 1181.  -   padding: 100px 30px;
  1184. 1182.  -   text-align: center;
  1185. 1183.  - }
  1186. 1184.  - div#wk_history_more_link {
  1187. 1185.  -   border-top: 1px solid #E9EDF1;
  1188. 1186.  -   color: #2B587A;
  1189. 1187.  -   cursor: pointer;
  1190. 1188.  -   margin: 0 23px 15px;
  1191. 1189.  -   line-height: 100%;
  1192. 1190.  -   padding: 10px 0;
  1193. 1191.  -   text-align: center;
  1194. 1192.  - }
  1195. 1193.  - div#wk_history_more_link:hover {
  1196. 1194.  -   background: #E9EDF1;
  1197. 1195.  - }
  1198. 1196.  - div#wk_history_more_progress {
  1199. 1197.  -   border-top: 1px solid #E9EDF1;
  1200. 1198.  -   padding: 10px;
  1201. 1199.  -   margin: 0 23px 15px;
  1202. 1200.  -   height: 1em;
  1203. 1201.  -   background-position: 50% 50%;
  1204. 1202.  -   width: auto;
  1205. 1203.  - }
  1206. 1204.  -
  1207. 1205.  - .wk_history_more_loading #wk_history_more_link {
  1208. 1206.  -   height: 0;
  1209. 1207.  -   overflow: hidden;
  1210. 1208.  -   margin: 0;
  1211. 1209.  -   padding: 0;
  1212. 1210.  -   border: 0;
  1213. 1211.  - }
  1214. 1212.  - .wk_history_more_loading #wk_history_more_progress {
  1215. 1213.  -   border-top: 0;
  1216. 1214.  -   height: 100px;
  1217. 1215.  -   display: block ! important;
  1218. 1216.  - }
  1219. 1217.  -
  1220. 1218.  - .wk_post_stats .wk_wiki_content {
  1221. 1219.  -   padding: 0;
  1222. 1220.  -   line-height: normal;
  1223. 1221.  -   font-size: 1em;
  1224. 1222.  - }
  1225. 1223.  - .wk_post_stats #wk_close_link {
  1226. 1224.  -   padding: 17px 20px 18px;
  1227. 1225.  -   color: #C7D7E9;
  1228. 1226.  -   -webkit-transition: color 100ms linear;
  1229. 1227.  -   -moz-transition: color 100ms linear;
  1230. 1228.  -   -o-transition: color 100ms linear;
  1231. 1229.  -   transition: color 100ms linear;
  1232. 1230.  - }
  1233. 1231.  - .wk_post_stats #wk_close_link:hover {
  1234. 1232.  -   color: white;
  1235. 1233.  -   text-decoration: none;
  1236. 1234.  - }
  1237. 1235.  - .wk_post_stats #dark_box_topic_wrap {
  1238. 1236.  -   overflow: visible;
  1239. 1237.  -   position: static;
  1240. 1238.  - }
  1241. 1239.  - .wk_post_stats #wk_posts_stats_info {
  1242. 1240.  -   background: #F5F6F7;
  1243. 1241.  -   padding: 14px 23px;
  1244. 1242.  - }
  1245. 1243.  - .wk_post_stats #wk_posts_stats_graph {
  1246. 1244.  -   padding: 12px 23px 22px;
  1247. 1245.  -   font-size: 1.09em;
  1248. 1246.  - }
  1249. 1247.  - .wk_post_stats .wk_posts_stats_info_row {
  1250. 1248.  -   padding: 10px 10px 15px;
  1251. 1249.  -   width: 283px;
  1252. 1250.  - }
  1253. 1251.  - .wk_post_stats .wk_posts_stats_info_row .title {
  1254. 1252.  -   color: #45688E;
  1255. 1253.  -   font-size: 1.21em;
  1256. 1254.  -   font-weight: bold;
  1257. 1255.  - }
  1258. 1256.  - .wk_post_stats .wk_posts_stats_info_row .value {
  1259. 1257.  -   font-family: Tahoma;
  1260. 1258.  -   font-size: 24px;
  1261. 1259.  -   padding: 8px 0px;
  1262. 1260.  - }
  1263. 1261.  - .wk_post_stats .wk_posts_stats_info_row .grey {
  1264. 1262.  -   color: #777;
  1265. 1263.  - }
  1266. 1264.  - .wk_post_stats .wk_posts_stats_info_row .like,
  1267. 1265.  - .wk_post_stats .wk_posts_stats_info_row .share,
  1268. 1266.  - .wk_post_stats .wk_posts_stats_info_row .comment {
  1269. 1267.  -   display: inline-block;
  1270. 1268.  -   padding: 0px 18px 0px 28px;
  1271. 1269.  -   vertical-align: top;
  1272. 1270.  -   position: relative;
  1273. 1271.  - }
  1274. 1272.  - .wk_post_stats .wk_posts_stats_info_row .comment {
  1275. 1273.  -   padding-right: 0px;
  1276. 1274.  - }
  1277. 1275.  - .wk_post_stats .wk_posts_stats_info_row .like .img,
  1278. 1276.  - .wk_post_stats .wk_posts_stats_info_row .share .img,
  1279. 1277.  - .wk_post_stats .wk_posts_stats_info_row .comment .img {
  1280. 1278.  -   display: block;
  1281. 1279.  -   position: absolute;
  1282. 1280.  -   left: 0px;
  1283. 1281.  -   width: 22px;
  1284. 1282.  -   height: 22px;
  1285. 1283.  -   margin-top: 4px;
  1286. 1284.  -   background: url(/images/icons/exchange_stats_icons.png) no-repeat 0px 0px;
  1287. 1285.  - }
  1288. 1286.  - .wk_post_stats .wk_posts_stats_info_row .share .img {
  1289. 1287.  -   background-position: 0px -22px;
  1290. 1288.  - }
  1291. 1289.  - .wk_post_stats .wk_posts_stats_info_row .comment .img {
  1292. 1290.  -   background-position: 0px -44px;
  1293. 1291.  - }
  1294. 1292.  - .wk_post_stats .wk_posts_stats_info_row .description {
  1295. 1293.  -   color: #777;
  1296. 1294.  -   line-height: 140%;
  1297. 1295.  -   max-width: 260px;
  1298. 1296.  -   height: 35px;
  1299. 1297.  - }
  1300. ------
Advertisement
Add Comment
Please, Sign In to add comment