Hormold

VK Change (#1388409304)

Dec 30th, 2013
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 21.44 KB | None | 0 0
  1. Файл - privacy.css (Старый размер - 15561 | Новый - 0):
  2. 0.  - #privacy_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  - .group1, .group2, .group3, .group4,
  6. 4.  - .group5, .group6, .group7, .group8,
  7. 5.  - .group9, .group10 {
  8. 6.  -   margin: 3px 0px;
  9. 7.  -   line-height: 175%;
  10. 8.  -   white-space : nowrap;
  11. 9.  - }
  12. 10.  -
  13. 11.  - .flist_search_input {
  14. 12.  -   padding: 5px;
  15. 13.  - }
  16. 14.  -
  17. 15.  - .group1 {
  18. 16.  -   background-color: #F5E9E2;
  19. 17.  -   color: #8B4C23;
  20. 18.  - }
  21. 19.  -
  22. 20.  - .group2 {
  23. 21.  -   background-color: #FAEAD8;
  24. 22.  -   color: #764F14;
  25. 23.  - }
  26. 24.  -
  27. 25.  - .group3 {
  28. 26.  -   background-color: #FAF3D8;
  29. 27.  -   color: #817945;
  30. 28.  - }
  31. 29.  -
  32. 30.  - .group4 {
  33. 31.  -   background-color: #E8F2DC;
  34. 32.  -   color: #37702A;
  35. 33.  - }
  36. 34.  -
  37. 35.  - .group5 {
  38. 36.  -   background-color: #E0ECEA;
  39. 37.  -   color: #4C7171;
  40. 38.  - }
  41. 39.  -
  42. 40.  - .group6 {
  43. 41.  -   background-color: #E4EBF1;
  44. 42.  -   color: #0B5588;
  45. 43.  - }
  46. 44.  -
  47. 45.  - .group7 {
  48. 46.  -   background-color: #E4E7F2;
  49. 47.  -   color: #2F54AA;
  50. 48.  - }
  51. 49.  -
  52. 50.  - .group8 {
  53. 51.  -   background-color: #EDE5F0;
  54. 52.  -   color: #80478F;
  55. 53.  - }
  56. 54.  -
  57. 55.  - .group9 {
  58. 56.  -   background-color: #F5E9E2;
  59. 57.  -   color: #8B4C23;
  60. 58.  - }
  61. 59.  -
  62. 60.  - .group10 {
  63. 61.  -   background-color: #FAEAD8;
  64. 62.  -   color: #764F14;
  65. 63.  - }
  66. 64.  -
  67. 65.  - .group1, .group2, .group3, .group4,
  68. 66.  - .group5, .group6, .group7, .group8,
  69. 67.  - .group9, .group10 {
  70. 68.  -   margin:0px 0px;
  71. 69.  -   padding: 1px 3px;
  72. 70.  -   apadding:0px;
  73. 71.  -   line-height: 160%;
  74. 72.  -   aline-height: 140%;
  75. 73.  -   white-space : nowrap;
  76. 74.  -   abackground-color:#FFF;
  77. 75.  -   abackground-color: #EEF2F6;
  78. 76.  -   acolor: #2B587A;
  79. 77.  -   acolor: #000;
  80. 78.  - }
  81. 79.  -
  82. 80.  -
  83. 81.  - /* Privacy box */
  84. 82.  -
  85. 83.  - .flist_empty {
  86. 84.  -   background-color: #FFF;
  87. 85.  -   color: #777777;
  88. 86.  -   font-size: 1.18em;
  89. 87.  -   text-align: center;
  90. 88.  -   padding: 103px 0px 90px 0px;
  91. 89.  -   margin: 10px 10px 12px 10px;
  92. 90.  - }
  93. 91.  -
  94. 92.  -
  95. 93.  - .privacy_control {
  96. 94.  -   line-height:175%;
  97. 95.  -   width:250px;
  98. 96.  - }
  99. 97.  -
  100. 98.  - #box_layer .privacy_friends {
  101. 99.  -   overflow: auto;
  102. 100.  -   overflow-y: scroll;
  103. 101.  -   overflow-x: hidden;
  104. 102.  - }
  105. 103.  - #flist_scroll_wrap {
  106. 104.  -   overflow: hidden;
  107. 105.  -   height: 420px;
  108. 106.  - }
  109. 107.  - .flist_col {
  110. 108.  -   border: 0px;
  111. 109.  -   width: 254px;
  112. 110.  -   padding: 0px 11px 15px 11px;
  113. 111.  -   vertical-align: top;
  114. 112.  - }
  115. 113.  - .flist_search_cont {
  116. 114.  -   background: #F7F7F7;
  117. 115.  -   padding: 10px;
  118. 116.  -   border-bottom: 1px solid #DAE1E8;
  119. 117.  -   width: 528px;
  120. 118.  - }
  121. 119.  - #flist_search {
  122. 120.  -   width: 486px;
  123. 121.  -   background: #FFFFFF url(/images/magglass.png) no-repeat 5px 6px;
  124. 122.  -   outline: none;
  125. 123.  -   padding: 5px 20px;
  126. 124.  - }
  127. 125.  - #flist_list_name {
  128. 126.  -   display: none;
  129. 127.  - }
  130. 128.  - .flist_two_cols #flist_search {
  131. 129.  -   width: 215px;
  132. 130.  - }
  133. 131.  - .flist_two_cols #flist_list_name {
  134. 132.  -   display: block;
  135. 133.  -   width: 245px;
  136. 134.  -   position: absolute;
  137. 135.  -   margin-left: 271px;
  138. 136.  -   padding: 5px 5px;
  139. 137.  - }
  140. 138.  - #flist_cont {
  141. 139.  -   position: relative;
  142. 140.  - }
  143. 141.  - .flist_left_col {
  144. 142.  -   border-right: 1px solid #DBDEE5;
  145. 143.  -   width: 253px;
  146. 144.  - }
  147. 145.  - #flist_right_col {
  148. 146.  -   position: absolute;
  149. 147.  -   top: 0;
  150. 148.  -   left: 276px;
  151. 149.  -   height: 405px;
  152. 150.  -   overflow: hidden;
  153. 151.  - }
  154. 152.  - .flist_cell {
  155. 153.  -   width: 253px;
  156. 154.  -   border-bottom: 1px solid #E4E8ED;
  157. 155.  -   cursor: pointer;
  158. 156.  - }
  159. 157.  - .flist_cell:hover {
  160. 158.  -   background: #EDF1F5;
  161. 159.  - }
  162. 160.  - td.flist_item_img {
  163. 161.  -   width: 32px;
  164. 162.  -   height: 32px;
  165. 163.  -   padding: 8px 9px 9px 9px;
  166. 164.  - }
  167. 165.  - td.flist_item_img img {
  168. 166.  -   width: 32px;
  169. 167.  -   height: 32px;
  170. 168.  - }
  171. 169.  - .flist_item_name {
  172. 170.  -   font-weight: bold;
  173. 171.  -   color: #45688E;
  174. 172.  -   width: 173px;
  175. 173.  -   overflow: hidden;
  176. 174.  - }
  177. 175.  - .flist_item_name em {
  178. 176.  -   font-style: normal;
  179. 177.  -   background: #FFF8CC none repeat scroll 0 0;
  180. 178.  - }
  181. 179.  - .flist_item_action {
  182. 180.  -   width: 12px;
  183. 181.  -   height: 12px;
  184. 182.  -   background: url('/images/icons/lite_acts_12x12.png?2') no-repeat 0px 0px;
  185. 183.  - }
  186. 184.  - #flist_sel_list .flist_item_action {
  187. 185.  -   background: url('/images/icons/lite_acts_12x12.png?2') no-repeat 0px -12px;
  188. 186.  - }
  189. 187.  - td.flist_item_act {
  190. 188.  -   padding: 5px;
  191. 189.  -   width: 12px;
  192. 190.  - }
  193. 191.  - .flist_full .flist_item_action{
  194. 192.  -   background: none;
  195. 193.  - }
  196. 194.  - .flist_full .flist_cell {
  197. 195.  -   cursor: default;
  198. 196.  - }
  199. 197.  - .flist_full .flist_cell:hover {
  200. 198.  -   background: #FFFFFF;
  201. 199.  - }
  202. 200.  - .flist_more {
  203. 201.  -   padding: 10px;
  204. 202.  -   text-align: center;
  205. 203.  -   cursor: pointer;
  206. 204.  -   margin-bottom: 10px;
  207. 205.  -   display: block;
  208. 206.  - }
  209. 207.  - .flist_more:hover {
  210. 208.  -   background: #EDF1F5;
  211. 209.  -   text-decoration: none;
  212. 210.  - }
  213. 211.  - .flist_info {
  214. 212.  -   padding: 65px 30px;
  215. 213.  -   color: #777777;
  216. 214.  -   text-align: center;
  217. 215.  -   font-size: 1.18em;
  218. 216.  - }
  219. 217.  - #flist_search_reset {
  220. 218.  -   margin: 1px 0px 0px 505px;
  221. 219.  -   display: none;
  222. 220.  -   cursor: pointer;
  223. 221.  -   background: transparent url(/images/icons/input_clear.gif) 6px 6px no-repeat;
  224. 222.  -   padding: 2px;
  225. 223.  -   width: 19px;
  226. 224.  -   height: 19px;
  227. 225.  -   opacity: 0.6;
  228. 226.  -   filter: alpha(opacity=60);
  229. 227.  -   position: absolute;
  230. 228.  -   z-index: 95;
  231. 229.  - }
  232. 230.  - .flist_max_size_tt {
  233. 231.  -   width: 200px;
  234. 232.  - }
  235. 233.  - .flist_info_tt {
  236. 234.  -   width: 199px;
  237. 235.  - }
  238. 236.  - .flist_info_text {
  239. 237.  -   color: #000000;
  240. 238.  -   padding: 5px;
  241. 239.  - }
  242. 240.  - .flist_info_text b {
  243. 241.  -   display: block;
  244. 242.  -   margin-bottom: 8px;
  245. 243.  - }
  246. 244.  - .flist_tt_tail_wrap {
  247. 245.  -   position: absolute;
  248. 246.  -   top: 48px;
  249. 247.  -   left: 198px;
  250. 248.  -   z-index: 2001;
  251. 249.  - }
  252. 250.  - .flist_tt_tail {
  253. 251.  -   width: 8px;
  254. 252.  -   height: 11px;
  255. 253.  -   background: url(/images/ddtooltip.png) -8px 0 no-repeat;
  256. 254.  - }
  257. 255.  - #flist_helper {
  258. 256.  -   position: absolute;
  259. 257.  -   margin-left: -200px;
  260. 258.  -   margin-top: -43px;
  261. 259.  -   opacity: 0;
  262. 260.  -   filter: alpha(opacity=0);
  263. 261.  - /*  display: none;*/
  264. 262.  - }
  265. 263.  -
  266. 264.  -
  267. 265.  - /* Drop down */
  268. 266.  - #privacy_dropdown {
  269. 267.  -   z-index: 1100;
  270. 268.  -   cursor: pointer;
  271. 269.  - }
  272. 270.  - #privacy_dropdown .top_sh {
  273. 271.  -   display: none;
  274. 272.  - }
  275. 273.  - #privacy_dropdown .to_up .top_sh {
  276. 274.  -   display: table-row;
  277. 275.  - }
  278. 276.  - * html #privacy_dropdown .to_up .top_sh {
  279. 277.  -   display: block;
  280. 278.  - }
  281. 279.  - #privacy_dropdown .to_up .bottom_sh {
  282. 280.  -   display: none;
  283. 281.  - }
  284. 282.  - #privacy_dropdown .side {
  285. 283.  -   background: #000;
  286. 284.  -   opacity: 0.1;
  287. 285.  -   filter: alpha(opacity=10);
  288. 286.  - }
  289. 287.  - #privacy_dropdown .side div {
  290. 288.  -   width: 1px;
  291. 289.  - }
  292. 290.  - #privacy_dropdown .bottom, #privacy_dropdown .bottom2 {
  293. 291.  -   background: #000;
  294. 292.  -   height: 1px;
  295. 293.  -   overflow: hidden;
  296. 294.  -   position: relative;
  297. 295.  -   opacity: 0.1;
  298. 296.  -   filter: alpha(opacity=10);
  299. 297.  - }
  300. 298.  - #privacy_dropdown .bottom2 {
  301. 299.  -   height: 1px;
  302. 300.  -   opacity: 0.05;
  303. 301.  -   filter: alpha(opacity=5);
  304. 302.  - }
  305. 303.  - #privacy_dropdown .header {
  306. 304.  -   background: #EEF2F6;
  307. 305.  -   border: solid #96AABE;
  308. 306.  -   border-width: 1px 1px 0px;
  309. 307.  - }
  310. 308.  - #privacy_dropdown .header div {
  311. 309.  -   padding: 1px 21px 3px 4px;
  312. 310.  -   background: #EEF2F6 url(/images/flydead.gif?1) no-repeat 100% 2px;
  313. 311.  -   border: 1px solid #EEF2F6;
  314. 312.  -   color: #2C587D;
  315. 313.  - }
  316. 314.  - #privacy_dropdown .to_up .header {
  317. 315.  -   border-width: 0px 1px 1px;
  318. 316.  - }
  319. 317.  - #privacy_dropdown .to_up .header div {
  320. 318.  -   background-position: 100% -75px;
  321. 319.  - }
  322. 320.  - #privacy_dropdown .body {
  323. 321.  -   background: #FFF;
  324. 322.  -   border: solid #96AABE;
  325. 323.  -   border-width: 0px 1px 1px;
  326. 324.  - }
  327. 325.  - #privacy_dropdown .to_up .body {
  328. 326.  -   border-width: 1px 1px 0px;
  329. 327.  - }
  330. 328.  - #privacy_dropdown .item, #privacy_dropdown .item_sel, #privacy_dropdown .item_sel_plus {
  331. 329.  -   padding: 2px 21px 4px 5px;
  332. 330.  -   background: #FFF;
  333. 331.  -   color: #2C587D;
  334. 332.  -   overflow: hidden;
  335. 333.  - }
  336. 334.  - #privacy_dropdown .item_sel, #privacy_dropdown .item_sel_plus {
  337. 335.  -   padding: 1px 21px 3px 5px;
  338. 336.  -   background: #5e82a8;
  339. 337.  -   border: 1px solid #476D96;
  340. 338.  -   color: #FFF;
  341. 339.  -   margin: 0px -1px;
  342. 340.  - }
  343. 341.  - #privacy_dropdown .last.item_sel, #privacy_dropdown .last.item_sel_plus {
  344. 342.  -   border-bottom-color: #7C9ABA;
  345. 343.  - }
  346. 344.  - #privacy_dropdown .item_sel_plus {
  347. 345.  -   background: #5e82a8 url(/images/flydead.gif?1) no-repeat 100% -32px;
  348. 346.  - }
  349. 347.  - #privacy_dropdown .l_header {
  350. 348.  -   border: 1px solid #517295;
  351. 349.  -   border-bottom-color: #5C82AB;
  352. 350.  -   margin: -19px -1px 0px;
  353. 351.  - }
  354. 352.  - #privacy_dropdown .to_up .l_header {
  355. 353.  -   margin: 0px -1px -19px;
  356. 354.  - }
  357. 355.  - #privacy_dropdown #privacy_lists {
  358. 356.  -   position: relative;
  359. 357.  - }
  360. 358.  - #privacy_dropdown .l_header div {
  361. 359.  -   padding: 0px 16px 3px 4px;
  362. 360.  -   background: #5e82a8 url(/images/flydead.gif?1) no-repeat 100% -16px;
  363. 361.  -   border: 1px solid #5e82a8;
  364. 362.  -   border-bottom: 0px;
  365. 363.  -   color: #FFF;
  366. 364.  - }
  367. 365.  - #privacy_dropdown .to_up .l_header div {
  368. 366.  -   background-position: 100% -58px;
  369. 367.  - }
  370. 368.  - #privacy_dropdown .l_item, #privacy_dropdown .l_item_sel {
  371. 369.  -   padding: 3px 3px 3px 22px;
  372. 370.  -   background: #FFF;
  373. 371.  -   color: #2C587D;
  374. 372.  - }
  375. 373.  - #privacy_dropdown .l_item_sel {
  376. 374.  -   background: #FFF url(/images/dropdead_check.gif) no-repeat 4px 2px;
  377. 375.  - }
  378. 376.  - #privacy_dropdown .l_item:hover, #privacy_dropdown .l_item_sel:hover {
  379. 377.  -   background-color: #EEF2F6;
  380. 378.  - }
  381. 379.  -
  382. 380.  - #privacy_custom_box .show_to {
  383. 381.  -   padding: 3px 0px;
  384. 382.  - }
  385. 383.  - #privacy_custom_box .header_mionus_friends {
  386. 384.  -   margin: 15px 0px 5px;
  387. 385.  - }
  388. 386.  - #privacy_custom_box .dropdown_wrap {
  389. 387.  -   padding: 5px 0px;
  390. 388.  - }
  391. 389.  - #privacy_custom_box h4 {
  392. 390.  -   border-bottom: 1px solid #DAE2E8;
  393. 391.  -   margin: 5px 0px;
  394. 392.  -   padding: 0px 0px 1px;
  395. 393.  - }
  396. 394.  - #privacy_custom_box .plus_friends, #privacy_custom_box .minus_friends {
  397. 395.  -   padding: 0px 0px 0px 20px;
  398. 396.  - }
  399. 397.  - #privacy_custom_box .plus_friends {
  400. 398.  -   background: url(/images/plus.gif) no-repeat 0px -3px;
  401. 399.  - }
  402. 400.  - #privacy_custom_box .minus_friends {
  403. 401.  -   background: url(/images/minus.gif) no-repeat 0px -1px;
  404. 402.  - }
  405. 403.  -
  406. 404.  - #privacy_helper {
  407. 405.  - /*  position: absolute; */
  408. 406.  -   z-index: 1100;
  409. 407.  -   display: none;
  410. 408.  - }
  411. 409.  - .priv_h_top_sh {
  412. 410.  -   display: none;
  413. 411.  - }
  414. 412.  - .to_up .priv_h_top_sh {
  415. 413.  -   display: table-row;
  416. 414.  - }
  417. 415.  - * html .to_up .priv_h_top_sh {
  418. 416.  -   display: block;
  419. 417.  - }
  420. 418.  - .to_up .priv_h_bottom_sh {
  421. 419.  -   display: none;
  422. 420.  - }
  423. 421.  - .priv_h_bottom {
  424. 422.  -   background: #000;
  425. 423.  -   height: 1px;
  426. 424.  -   overflow: hidden;
  427. 425.  -   opacity: 0.1;
  428. 426.  -   filter: alpha(opacity=10);
  429. 427.  - }
  430. 428.  - .priv_h_bottom2 {
  431. 429.  -   background: #000;
  432. 430.  -   height: 1px;
  433. 431.  -   overflow: hidden;
  434. 432.  -   opacity: 0.05;
  435. 433.  -   filter: alpha(opacity=5);
  436. 434.  - }
  437. 435.  - .priv_h_side_td {
  438. 436.  -   background: #000;
  439. 437.  -   opacity: 0.1;
  440. 438.  -   filter: alpha(opacity=10);
  441. 439.  - }
  442. 440.  - .priv_h_side_td2 {
  443. 441.  -   background: #000;
  444. 442.  -   opacity: 0.05;
  445. 443.  -   filter: alpha(opacity=5);
  446. 444.  - }
  447. 445.  - .priv_h_side {
  448. 446.  -   width: 1px;
  449. 447.  - }
  450. 448.  - .priv_h_arrow_td {
  451. 449.  -   vertical-align: middle;
  452. 450.  - }
  453. 451.  - .priv_h_arrow {
  454. 452.  -   left: 3px;
  455. 453.  -   width: 8px;
  456. 454.  -   height: 11px;
  457. 455.  -   position: relative;
  458. 456.  -   overflow: hidden;
  459. 457.  -   z-index: 10;
  460. 458.  - }
  461. 459.  - .priv_h_arrow_l {
  462. 460.  -   left: -3px;
  463. 461.  -   width: 8px;
  464. 462.  -   height: 11px;
  465. 463.  -   position: relative;
  466. 464.  -   overflow: hidden;
  467. 465.  -   z-index: 10;
  468. 466.  - }
  469. 467.  - .priv_h_arrow_l .priv_h_arrow_img {
  470. 468.  -   margin-left: -8px;
  471. 469.  - }
  472. 470.  - .priv_h_rows {
  473. 471.  -   width: 242px;
  474. 472.  -   background: #FFF;
  475. 473.  -   border: 1px solid #AEBDCC;
  476. 474.  -   padding: 10px;
  477. 475.  - }
  478. 476.  -
  479. 477.  - /* scrollbars */
  480. 478.  - .scrollbar_cont {
  481. 479.  -   width: 9px;
  482. 480.  -   height: 100%;
  483. 481.  -   margin-top: 0px;
  484. 482.  -   position: absolute;
  485. 483.  -   background: rgba(200, 200, 200, 0);
  486. 484.  -   -webkit-transition: all 150ms linear;
  487. 485.  -   -moz-transition: all 150ms linear;
  488. 486.  -   -o-transition: all 150ms linear;
  489. 487.  -   transition: all 150ms linear;
  490. 488.  -   z-index: 1000;
  491. 489.  -   cursor: pointer;
  492. 490.  - }
  493. 491.  - .scrollbar_cont.scrollbar_c_overed {
  494. 492.  -   background: rgba(235, 235, 245, 0.4);
  495. 493.  -   width: 11px;
  496. 494.  - }
  497. 495.  - .scrollbar_inner {
  498. 496.  -   background: #DAE1E8;
  499. 497.  -   width: 6px;
  500. 498.  -   height: 26px;
  501. 499.  -   margin-left: 1px;
  502. 500.  -   -webkit-border-radius: 3px;
  503. 501.  -   -moz-border-radius: 3px;
  504. 502.  -   border-radius: 3px;
  505. 503.  -   cursor: pointer;
  506. 504.  -   -webkit-transition: width 150ms linear, background-color 200ms linear;
  507. 505.  -   -moz-transition: width 150ms linear,  background-color 200ms linear;
  508. 506.  -   -o-transition: width 150ms linear,  background-color 200ms linear;
  509. 507.  -   transition: width 150ms linear,  background-color 200ms linear;
  510. 508.  - }
  511. 509.  - .scrollbar_c_overed .scrollbar_inner {
  512. 510.  -   width: 8px;
  513. 511.  -   -webkit-border-radius: 4px;
  514. 512.  -   -moz-border-radius: 4px;
  515. 513.  -   border-radius: 4px;
  516. 514.  - }
  517. 515.  - .scrollbar_inner:hover,
  518. 516.  - .scrollbar_hovered {
  519. 517.  -   background: #BEC8D3;
  520. 518.  - }
  521. 519.  - .scrollbar_top {
  522. 520.  -   position: absolute;
  523. 521.  -   height: 3px;
  524. 522.  -   margin-top: -1px;
  525. 523.  -   background: #555555;
  526. 524.  -   opacity: 0.12;
  527. 525.  -   filter: alpha(opacity=12);
  528. 526.  -   display: none;
  529. 527.  - }
  530. 528.  - .scrollbar_bottom {
  531. 529.  -   position: absolute;
  532. 530.  -   height: 3px;
  533. 531.  -   margin-top: -2px;
  534. 532.  -   background: #555555;
  535. 533.  -   opacity: 0.12;
  536. 534.  -   filter: alpha(opacity=12);
  537. 535.  - }
  538. 536.  -
  539. 537.  - /* New friends list */
  540. 538.  - #box_layer .privacy_olist {
  541. 539.  -   overflow: auto;
  542. 540.  -   overflow-y: scroll;
  543. 541.  -   overflow-x: hidden;
  544. 542.  - }
  545. 543.  - .olist_item_wrap,
  546. 544.  - .olist_item_wrap_over,
  547. 545.  - .olist_item_wrap_on {
  548. 546.  -   display: block;
  549. 547.  -   line-height: 0;
  550. 548.  -   border: 1px solid #FFF;
  551. 549.  -   margin: 3px 5px 0 5px;
  552. 550.  -   zoom: 1;
  553. 551.  - }
  554. 552.  - .olist_item_wrap_over {
  555. 553.  -   background: #E1E8ED;
  556. 554.  -   border-color: #E1E8ED;
  557. 555.  - }
  558. 556.  - a.olist_item_wrap:hover,
  559. 557.  - a.olist_item_wrap_over:hover,
  560. 558.  - a.olist_item_wrap_on:hover {
  561. 559.  -   text-decoration: none ! important;
  562. 560.  - }
  563. 561.  - .olist_item_wrap_on {
  564. 562.  -   background: #6C8CAC;
  565. 563.  -   border-color: #537698;
  566. 564.  - }
  567. 565.  - .olist_item_wrap_on .olist_checkbox,
  568. 566.  - .olist_item_wrap_over .olist_checkbox {
  569. 567.  -   display: block;
  570. 568.  -   width: 18px;
  571. 569.  -   height: 16px;
  572. 570.  -   margin: 13px 5px;
  573. 571.  -   background: url(/images/icons/check_follow.gif) 0 0 no-repeat;
  574. 572.  - }
  575. 573.  - .olist_item_wrap_over .olist_checkbox {
  576. 574.  -   background-position: 0 -16px;
  577. 575.  - }
  578. 576.  - .olist_item {
  579. 577.  -   height: 42px;
  580. 578.  -   padding: 4px;
  581. 579.  - }
  582. 580.  - span.olist_item_photo {
  583. 581.  -   display: block;
  584. 582.  -   border: 1px solid #FFF;
  585. 583.  - }
  586. 584.  - .olist_item_wrap_over span.olist_item_photo {
  587. 585.  -   border-color: #E1E8ED;
  588. 586.  - }
  589. 587.  - .olist_item_wrap_on span.olist_item_photo {
  590. 588.  -   border-color: #537698;
  591. 589.  - }
  592. 590.  - img.olist_item_photo {
  593. 591.  -   display: block;
  594. 592.  -   overflow: hidden;
  595. 593.  -   height: 40px;
  596. 594.  -   width: 40px;
  597. 595.  - }
  598. 596.  - .olist_ignored .olist_item {
  599. 597.  -   position: relative;
  600. 598.  - }
  601. 599.  - .olist_item_name,
  602. 600.  - .olist_item_over_label,
  603. 601.  - .olist_item_on_label {
  604. 602.  -   white-space: nowrap;
  605. 603.  -   line-height: 40px;
  606. 604.  -   -o-text-overflow: ellipsis;
  607. 605.  -   text-overflow: ellipsis;
  608. 606.  - }
  609. 607.  - .olist_item_over_label,
  610. 608.  - .olist_item_on_label {
  611. 609.  -   position: absolute;
  612. 610.  -   margin: 1px 7px;
  613. 611.  -   right: 4px;
  614. 612.  -   top: 4px;
  615. 613.  -   display: none;
  616. 614.  -   color: #FFF;
  617. 615.  - }
  618. 616.  - .olist_item_name {
  619. 617.  -   display: block;
  620. 618.  -   font-weight: bold;
  621. 619.  -   color: #2D5979;
  622. 620.  -   overflow: hidden;
  623. 621.  -   width: 200px;
  624. 622.  -   height: 40px;
  625. 623.  -   margin: 1px 10px;
  626. 624.  - }
  627. 625.  -
  628. 626.  - .olist_item_wrap_on .olist_item_name {
  629. 627.  -   color: #FFF;
  630. 628.  - }
  631. 629.  - .olist_item_wrap_over .olist_item_over_label {
  632. 630.  -   display: block;
  633. 631.  -   color: #2D5979;
  634. 632.  - }
  635. 633.  - .olist_item_wrap_on .olist_item_on_label {
  636. 634.  -   display: block;
  637. 635.  - }
  638. 636.  - .olist_item_loading .olist_item_on_label,
  639. 637.  - .olist_item_loading .olist_item_over_label {
  640. 638.  -   display: none;
  641. 639.  - }
  642. 640.  - .olist_ignored {
  643. 641.  -   padding-top: 5px;
  644. 642.  - }
  645. 643.  - .olist_ignored .olist_checkbox {
  646. 644.  -   display: none;
  647. 645.  - }
  648. 646.  - .olist_item_loading .olist_item {
  649. 647.  -   background-image: url(/images/upload.gif);
  650. 648.  -   background-position: 98% 50%;
  651. 649.  -   background-repeat: no-repeat;
  652. 650.  - }
  653. 651.  - .olist_item_wrap_on.olist_item_loading .olist_item {
  654. 652.  -   background-image: url(/images/upload_inv.gif);
  655. 653.  - }
  656. 654.  -
  657. 655.  - .olist_item_wrap em,
  658. 656.  - .olist_item_wrap_on em,
  659. 657.  - .olist_item_wrap_over em {
  660. 658.  -   background-color: #D8DFEA;
  661. 659.  -   font-style: normal;
  662. 660.  -   font-weight: bold;
  663. 661.  -   text-decoration: inherit;
  664. 662.  - }
  665. 663.  -
  666. 664.  - .olist_item_wrap_on em {
  667. 665.  -   background-color: #2F5C86;
  668. 666.  - }
  669. 667.  -
  670. 668.  - .olist_item_wrap_over em {
  671. 669.  -   background-color: #C0C7D2;
  672. 670.  - }
  673. 671.  -
  674. 672.  - .olist_empty {
  675. 673.  -   background-color: #FFF;
  676. 674.  -   color: #777777;
  677. 675.  -   font-size: 13px;
  678. 676.  -   text-align: center;
  679. 677.  -   padding: 103px 0px 90px 0px;
  680. 678.  -   margin: 10px 10px 12px 10px;
  681. 679.  -   overflow: hidden;
  682. 680.  -   text-overflow: ellipsis;
  683. 681.  - }
  684. 682.  - .olist_actions {
  685. 683.  -   padding: 12px 10px;
  686. 684.  - }
  687. 685.  - .olist_filter_wrap {
  688. 686.  -   padding: 10px;
  689. 687.  -   background: #F7F7F7;
  690. 688.  - }
  691. 689.  - .olist_actions .olist_filter_wrap {
  692. 690.  -   padding: 0;
  693. 691.  -   background: none;
  694. 692.  - }
  695. 693.  - input.olist_filter {
  696. 694.  -   margin: 0;
  697. 695.  -   padding: 5px 4px 4px 20px;
  698. 696.  -   height: 14px;
  699. 697.  -   width: 143px;
  700. 698.  -   line-height: 1.27em;
  701. 699.  -   background: #FFF url(/images/magglass.png) no-repeat 5px 6px;
  702. 700.  -   outline: none;
  703. 701.  - }
  704. 702.  - .olist_actions .olist_filter {
  705. 703.  -   border-left-width: 0;
  706. 704.  -   width: 143px;
  707. 705.  - }
  708. 706.  - .olist_reposts_toggler {
  709. 707.  -   padding: 6px 0 0 10px;
  710. 708.  - }
  711. 709.  - .olist_actions .olist_reposts_toggler {
  712. 710.  -   display: none;
  713. 711.  - }
  714. 712.  - #olist_all,
  715. 713.  - #olist_unsorted,
  716. 714.  - #olist_selected,
  717. 715.  - #olist_unselected {
  718. 716.  -   color: #A6B5C6;
  719. 717.  -   padding-left: 4px;
  720. 718.  - }
  721. 719.  - .summary_tab_sel #olist_all,
  722. 720.  - .summary_tab_sel #olist_unsorted,
  723. 721.  - .summary_tab_sel #olist_selected,
  724. 722.  - .summary_tab_sel #olist_unselected {
  725. 723.  -   color: #FFF;
  726. 724.  - }
  727. 725.  - #olist_blacklisted {
  728. 726.  -   color: #A6B5C6;
  729. 727.  -   font-weight: bold;
  730. 728.  -   padding-left: 4px;
  731. 729.  - }
  732. 730.  -
  733. 731.  - div.olist_select_wrap .button_blue {
  734. 732.  -   vertical-align: top;
  735. 733.  - }
  736. 734.  - div.olist_select_wrap button {
  737. 735.  -   width: 42px;
  738. 736.  -   height: 25px;
  739. 737.  -   line-height: 6px;
  740. 738.  -   -webkit-border-bottom-right-radius: 0;
  741. 739.  -   -webkit-border-top-right-radius: 0;
  742. 740.  -   -khtml-border-bottom-right-radius: 0;
  743. 741.  -   -khtml-border-top-right-radius: 0;
  744. 742.  -   -moz-border-bottom-right-radius: 0;
  745. 743.  -   -moz-border-top-right-radius: 0;
  746. 744.  -   border-bottom-right-radius: 0;
  747. 745.  -   border-top-right-radius: 0;
  748. 746.  - }
  749. 747.  - div.olist_select_wrap img {
  750. 748.  -   position: relative;
  751. 749.  -   top: -1px;
  752. 750.  - }
  753. 751.  - .olist_dd_over {
  754. 752.  -   display: inline-block;
  755. 753.  -   *display: inline;
  756. 754.  -   zoom: 1;
  757. 755.  -   background: url(/images/darr_dd_over.gif) no-repeat;
  758. 756.  -   width: 7px;
  759. 757.  -   height: 4px;
  760. 758.  -   position: relative;
  761. 759.  -   top: -1px;
  762. 760.  - }
  763. 761.  - .olist_ignored_actions {
  764. 762.  -   display: none;
  765. 763.  - }
  766. 764.  - .dd_menu_olist_act .dd_menu_header {
  767. 765.  -   -webkit-border-radius: 2px 0 0 2px;
  768. 766.  -   -khtml-border-radius: 2px 0 0 2px;
  769. 767.  -   -moz-border-radius: 2px 0 0 2px;
  770. 768.  -   border-radius: 2px 0 0 2px;
  771. 769.  - }
  772. 770.  - .dd_menu_olist_act .dd_menu_header div {
  773. 771.  -   border-color: #6D8FB3;
  774. 772.  -   width: 37px;
  775. 773.  -   text-align: center;
  776. 774.  -   height: 11px;
  777. 775.  -   line-height: 6px;
  778. 776.  -   background-image: none;
  779. 777.  -   padding: 7px 1px 3px 0px;
  780. 778.  -   margin: 0;
  781. 779.  - }
  782. 780.  - .dd_menu_olist_act .dd_menu_header .olist_dd_over {
  783. 781.  -   margin-top: 2px;
  784. 782.  - }
  785. 783.  -
  786. 784.  - a.olist_more {
  787. 785.  -   padding: 10px 0px;
  788. 786.  -   text-align: center;
  789. 787.  -   border-top: 1px solid #DAE1E8;
  790. 788.  -   margin: 5px 5px 0;
  791. 789.  -   display: block;
  792. 790.  - }
  793. 791.  - a.olist_more:hover {
  794. 792.  -   text-decoration: none;
  795. 793.  -   background: #E9EDF1;
  796. 794.  - }
  797. 795.  - a.olist_controls_ignored {
  798. 796.  -   padding: 3px 0;
  799. 797.  -   color: #45688E;
  800. 798.  -   font-weight: bold;
  801. 799.  - }
  802. 800.  - a.olist_controls_ignored:hover {
  803. 801.  -   text-decoration: none;
  804. 802.  - }
  805. ------
Advertisement
Add Comment
Please, Sign In to add comment