Hormold

VK Change (#1380025894)

Sep 24th, 2013
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 31.36 KB | None | 0 0
  1. Файл - tooltips.css (Старый размер - 6958 | Новый - 0):
  2. 0.  - #tooltips_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - .tt, .ttb {
  7. 5.  -   position: absolute;
  8. 6.  -   z-index: 2000;
  9. 7.  -   cursor: default;
  10. 8.  - }
  11. 9.  - .tt .side_sh {
  12. 10.  -   opacity: 0.05;
  13. 11.  -   filter: alpha(opacity=5);
  14. 12.  -   background: #000;
  15. 13.  -   overflow: hidden;
  16. 14.  -   width: 1px;
  17. 15.  -   display: none;
  18. 16.  - }
  19. 17.  - .tt .outer .side_sh {
  20. 18.  -   opacity: 0.12;
  21. 19.  -   filter: alpha(opacity=12);
  22. 20.  - }
  23. 21.  - .tt .bottom_sh {
  24. 22.  -   opacity: 0.05;
  25. 23.  -   filter: alpha(opacity=5);
  26. 24.  -   background: #000;
  27. 25.  -   overflow: hidden;
  28. 26.  -   height: 1px;
  29. 27.  -   line-height: 1px;
  30. 28.  - }
  31. 29.  - .tt .top_pointer, .tt .bottom_pointer {
  32. 30.  -   display: none;
  33. 31.  -   position: relative;
  34. 32.  -   bottom: -1px;
  35. 33.  -   height: 8px;
  36. 34.  -   width: 11px;
  37. 35.  -   margin: 0px 20px;
  38. 36.  -   overflow: hidden;
  39. 37.  - }
  40. 38.  - .tt .bottom_pointer {
  41. 39.  -   bottom: auto;
  42. 40.  -   top: -3px;
  43. 41.  - }
  44. 42.  - .tt .outer .bottom_sh {
  45. 43.  -   opacity: 0.12;
  46. 44.  -   filter: alpha(opacity=12);
  47. 45.  - }
  48. 46.  - .tt.rich .side_sh {
  49. 47.  -   display: table-cell;
  50. 48.  - }
  51. 49.  - .tt .tt_text {
  52. 50.  -   background: #FFF;
  53. 51.  -   border: 1px solid #96AABE;
  54. 52.  -   padding: 2px 5px 3px;
  55. 53.  -   color: #2C587D;
  56. 54.  - }
  57. 55.  -
  58. 56.  - .wall_tt .toup .top_pointer,
  59. 57.  - .mobile_tt .toup .top_pointer,
  60. 58.  - .verified_tt .toup .top_pointer,
  61. 59.  - .gifts_tt .toup .top_pointer,
  62. 60.  - .board_tt .toup .top_pointer {
  63. 61.  -   margin-right: 0px;
  64. 62.  -   margin-left: 64px;
  65. 63.  -   display: block;
  66. 64.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  67. 65.  - }
  68. 66.  - .wall_tt .toup1 .bottom_pointer,
  69. 67.  - .mobile_tt .toup1 .bottom_pointer,
  70. 68.  - .verified_tt .toup1 .bottom_pointer,
  71. 69.  - .gifts_tt .toup1 .bottom_pointer,
  72. 70.  - .board_tt .toup1 .bottom_pointer {
  73. 71.  -   margin-right: 0px;
  74. 72.  -   margin-left: 64px;
  75. 73.  -   display: block;
  76. 74.  -   background: url(/images/tooltip_arrow_white.png) no-repeat;
  77. 75.  - }
  78. 76.  - .settings_comments_disabled_tt .toup1 .bottom_pointer {
  79. 77.  -   margin: 0 158px;
  80. 78.  - }
  81. 79.  - .mobile_tt .toup .top_pointer,
  82. 80.  - .mobile_tt .toup1 .bottom_pointer {
  83. 81.  -   margin-left: 34px;
  84. 82.  - }
  85. 83.  - .mobile_tt_right .toup .top_pointer,
  86. 84.  - .mobile_tt_right .toup1 .bottom_pointer {
  87. 85.  -   margin-left: 277px;
  88. 86.  - }
  89. 87.  - .verified_tt .toup .top_pointer,
  90. 88.  - .verified_tt .toup1 .bottom_pointer {
  91. 89.  -   margin-left: 94px;
  92. 90.  - }
  93. 91.  - .fwd_reply_tt table.toup .top_pointer,
  94. 92.  - .fwd_reply_tt table.toup1 .bottom_pointer {
  95. 93.  -   margin-left: 309px;
  96. 94.  - }
  97. 95.  - .gifts_tt .toup .top_pointer,
  98. 96.  - .gifts_tt .toup1 .bottom_pointer {
  99. 97.  -   margin-left: 91px;
  100. 98.  - }
  101. 99.  - .fw_reply_tt .fw_reply_date {
  102. 100.  -   max-width: 300px;
  103. 101.  -   white-space: nowrap;
  104. 102.  -   -o-text-overflow: ellipsis;
  105. 103.  -   text-overflow: ellipsis;
  106. 104.  -   overflow: hidden;
  107. 105.  - }
  108. 106.  - .wall_tt.bottom table.toup1 .bottom_pointer,
  109. 107.  - .board_tt.bottom table.toup1 .bottom_pointer {
  110. 108.  -   background: url(/images/tooltip_arrow_down.gif) no-repeat;
  111. 109.  - }
  112. 110.  - .wall_tt .wall_module .like_wrap,
  113. 111.  - .wall_tt .wall_module .reply_link_wrap,
  114. 112.  - .wall_tt .wall_module .reply_link_wrap small,
  115. 113.  - .wall_tt .wall_module .info_footer {
  116. 114.  -   font-size: 1em;
  117. 115.  - }
  118. 116.  - .gifts_tt .bottom_sh {
  119. 117.  -   display: none;
  120. 118.  - }
  121. 119.  - .gifts_tt .bottom_pointer {
  122. 120.  -   top: -2px;
  123. 121.  - }
  124. 122.  - .gifts_tt table table {
  125. 123.  -   -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  126. 124.  -   -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  127. 125.  -   box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  128. 126.  - }
  129. 127.  -
  130. 128.  - .wall_tt .header,
  131. 129.  - .verified_tt_header,
  132. 130.  - .mott_header {
  133. 131.  -   color: #45688E;
  134. 132.  -   font-weight: bold;
  135. 133.  -   overflow: hidden;
  136. 134.  -   margin: 0px 0px 6px;
  137. 135.  - }
  138. 136.  - .mott_header a {
  139. 137.  -   color: #45688E;
  140. 138.  - }
  141. 139.  - .verified_tt_text,
  142. 140.  - .mott_text {
  143. 141.  -   line-height: 160%;
  144. 142.  - }
  145. 143.  - .wall_tt .bottom {
  146. 144.  -   background: #EEF2F6;
  147. 145.  -   border-top: 1px solid #CCD3DC;
  148. 146.  -   padding: 8px 10px;
  149. 147.  - }
  150. 148.  - .wall_tt .wrap,
  151. 149.  - .bp_tt_wrap,
  152. 150.  - .mott_wrap,
  153. 151.  - .verified_tt_wrap,
  154. 152.  - .gifts_tt_wrap {
  155. 153.  -   border: 1px solid #AEBDCC;
  156. 154.  -   background: #FFF;
  157. 155.  - }
  158. 156.  - .gifts_tt_wrap {
  159. 157.  -   border: 1px solid #96AABE;
  160. 158.  - }
  161. 159.  - .wall_tt .open_graph span {
  162. 160.  -   color: #777;
  163. 161.  - }
  164. 162.  - .wall_tt div.thumb {
  165. 163.  -   margin: 0px 10px 10px 0px;
  166. 164.  - }
  167. 165.  - .wall_tt div.thumb img {
  168. 166.  -   max-width: 200px;
  169. 167.  - }
  170. 168.  - .wall_tt table.withphoto td {
  171. 169.  -   vertical-align: top;
  172. 170.  -   padding: 0px 10px;
  173. 171.  - }
  174. 172.  - .wall_tt table.withphoto td.thumb {
  175. 173.  -   padding: 3px 0px 0px;
  176. 174.  - }
  177. 175.  - .wall_mvkcom_tt .text_content {
  178. 176.  -   line-height: 160%;
  179. 177.  - }
  180. 178.  - .mott_content {
  181. 179.  -   max-width: 315px;
  182. 180.  -   width: auto !important;
  183. 181.  -   width: 315px;
  184. 182.  -   padding: 10px;
  185. 183.  -   overflow: hidden;
  186. 184.  - }
  187. 185.  - * html .mott_content {
  188. 186.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 315) ? this.flag = '315px' : 'auto' : '');
  189. 187.  - }
  190. 188.  - .verified_tt_content {
  191. 189.  -   max-width: 270px;
  192. 190.  -   width: auto !important;
  193. 191.  -   width: 270px;
  194. 192.  -   padding: 10px;
  195. 193.  -   overflow: hidden;
  196. 194.  - }
  197. 195.  - * html .verified_tt_content {
  198. 196.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 270) ? this.flag = '270px' : 'auto' : '');
  199. 197.  - }
  200. 198.  - .verified_group_tt .verified_tt_content {
  201. 199.  -   max-width: 240px;
  202. 200.  -   width: auto !important;
  203. 201.  -   width: 240px;
  204. 202.  - }
  205. 203.  - * html .verified_group_tt .verified_tt_content {
  206. 204.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 240) ? this.flag = '240px' : 'auto' : '');
  207. 205.  - }
  208. 206.  - .wall_tt .content {
  209. 207.  -   min-width: 80px;
  210. 208.  -   max-width: 360px;
  211. 209.  -   width: auto !important;
  212. 210.  -   width: 360px;
  213. 211.  -   padding: 10px;
  214. 212.  -   overflow: hidden;
  215. 213.  - }
  216. 214.  - * html .wall_tt .content {
  217. 215.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 360) ? this.flag = '360px' : 'auto' : '');
  218. 216.  - }
  219. 217.  - div.own_reply_tt .content {
  220. 218.  -   max-width: 396px;
  221. 219.  -   width: auto !important;
  222. 220.  -   width: 396px;
  223. 221.  - }
  224. 222.  - * html div.own_reply_tt .content {
  225. 223.  -   width: expression((this.flag == undefined) ? (this.scrollWidth > 396) ? this.flag = '396px' : 'auto' : '');
  226. 224.  - }
  227. 225.  - .wall_tt .wk_photo {
  228. 226.  -   max-width: 358px !important;
  229. 227.  -   height: auto !important;
  230. 228.  - }
  231. 229.  - .wall_tt .audio .title_wrap {
  232. 230.  -   width: 215px;
  233. 231.  - }
  234. 232.  - .wall_tt .audio .title_wrap b {
  235. 233.  -   max-width: 150px;
  236. 234.  - }
  237. 235.  -
  238. 236.  - .wall_mvkcom_tt .content {
  239. 237.  -   max-width: 365px;
  240. 238.  -   width: auto !important;
  241. 239.  -   width: 365px;
  242. 240.  - }
  243. 241.  -
  244. 242.  - .wall_checkin_tt .label {
  245. 243.  -   width: 80px;
  246. 244.  -   color: #777;
  247. 245.  -   padding: 2px 0px;
  248. 246.  - }
  249. 247.  - .wall_checkin_tt .header {
  250. 248.  -   border-bottom: 1px solid #DAE1E8;
  251. 249.  -   margin-bottom: 4px;
  252. 250.  - }
  253. 251.  - .wall_checkin_tt .header span {
  254. 252.  -   display: block;
  255. 253.  -   color: #777;
  256. 254.  -   font-weight: normal;
  257. 255.  -   font-size: 0.9em;
  258. 256.  -   margin: 2px 0px;
  259. 257.  - }
  260. 258.  -
  261. 259.  - .wall_poll_tt .content table {
  262. 260.  -   width: 300px;
  263. 261.  - }
  264. 262.  - .wall_poll_tt .radiobtn {
  265. 263.  -   padding: 4px 0px;
  266. 264.  - }
  267. 265.  - .wall_poll_tt .wall_poll_row {
  268. 266.  -   background: #FAFAFA;
  269. 267.  -   width: 95%;
  270. 268.  - }
  271. 269.  - .wall_poll_tt .wall_poll_row_desc {
  272. 270.  -   padding: 2px 4px;
  273. 271.  - }
  274. 272.  - .wall_poll_tt .wall_poll_text {
  275. 273.  -   padding: 7px 2px 2px;
  276. 274.  - }
  277. 275.  - .wall_poll_tt .wall_poll_percent {
  278. 276.  -   background: #DAE1E8;
  279. 277.  -   border-top: 1px solid #CAD1E9;
  280. 278.  -   height: 14px;
  281. 279.  - }
  282. 280.  -
  283. 281.  - .share_tt table.toup .top_pointer {
  284. 282.  -   margin-right: 0px;
  285. 283.  -   margin-left: 15px;
  286. 284.  -   display: block;
  287. 285.  -   background: url(/images/like_tooltip_arrow.gif) no-repeat;
  288. 286.  - }
  289. 287.  - .share_tt table.toup1 .bottom_pointer {
  290. 288.  -   display: block;
  291. 289.  -   margin: 0px 15px;
  292. 290.  -   background: url(/images/like_tooltip_arrow.gif) no-repeat left -8px;
  293. 291.  - }
  294. 292.  - .share_tt .content {
  295. 293.  -   padding: 5px;
  296. 294.  -   border: 1px solid #AEBDCC;
  297. 295.  -   background: #F7F7F7;
  298. 296.  -   color: #2B587A;
  299. 297.  - }
  300. 299.  - .invite_tt table .tt_text {
  301. 300.  -   color: #000;
  302. 301.  -   padding: 12px 16px;
  303. 302.  -   line-height: 160%;
  304. 303.  -   width: 385px;
  305. 304.  - }
  306. 305.  - .invite_tt table.toup .top_pointer {
  307. 306.  -   display: block;
  308. 307.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  309. 308.  - }
  310. 309.  - #top_invite_hint {
  311. 310.  -   position: absolute;
  312. 311.  -   width: 1px;
  313. 312.  -   height: 1px;
  314. 313.  -   margin-top: -30px;
  315. 314.  -   margin-left: 220px;
  316. 315.  - }
  317. 316.  - #invite_hint_img {
  318. 317.  -   background: url(/images/relatives.gif?2) no-repeat left top;
  319. 318.  -   width: 59px;
  320. 319.  -   height: 30px;
  321. 320.  -   margin: 2px 0px 0px 0px;
  322. 321.  - }
  323. 322.  - #invite_hint_close {
  324. 323.  -   right: 3px;
  325. 324.  -   position: absolute;
  326. 325.  -   top: 13px;
  327. 326.  -   width: 18px;
  328. 327.  -   height: 18px;
  329. 328.  -   background: url(/images/hide_left.gif) no-repeat center center;
  330. 329.  -   filter
  331. ------
  332. Файл - settings.js (Старый размер - 41428 | Новый - 40759):
  333. 33.  -         scrollToTop(200);
  334. 529.  -     if (hasClass(ge('settings_' + id), 'disabled')) return;
  335. 530.  -
  336. 674.  -     if (newPwd.match(/\s/)) {
  337. 675.  -       Settings.showError(getLang('settings_pwd_bad'), 'pwd');
  338. 676.  -       notaBene('settings_new_pwd');
  339. 677.  -       if (tt) setTimeout(tt.show, 10);
  340. 678.  -       return;
  341. 679.  -     }
  342. 913.  -       }
  343. 914.  -       box = curBox();
  344. 915.  -       if (box) {
  345. 916.  -         box.hideProgress();
  346. 917.  -         box.setControlsText(getLang('setting_all_sessions_reset'));
  347. 919.  +       var div = ge('activityCtrl');
  348. 920.  +       div.innerHTML = getLang('setting_all_sessions_reset');
  349. 921.  +       div.style.margin = '0';
  350. 922.  +       addClass(div, 'dld');
  351. 947.  -     curBox().showProgress();
  352. 948.  +     ge('activityCtrl').innerHTML = '<img src="/images/upload.gif"/>';
  353. 962.  -     });
  354. 963.  -   },
  355. 964.  -   disabledPrivacy: function() {
  356. 965.  -     var el = geByClass1('settings_privacy_add_replies_view', ge('content'));
  357. 966.  -     if (el) showTooltip(el, {
  358. 967.  -       black: true,
  359. 968.  -       hasover: 1,
  360. 969.  -       className: 'settings_comments_disabled_tt',
  361. 970.  -       shift: [160, 3, 3],
  362. 971.  -       text: getLang('settings_comments_disabled_tt').replace('{link}', '<a href="/settings?f=cposts" onclick="return nav.go(this, event, {nocur: true})">').replace('{/link}', '</a>')
  363. ------
  364. Файл - settings.css (Старый размер - 14781 | Новый - 0):
  365. 0.  - #settings_css {
  366. 1.  -   display: none;
  367. 2.  - }
  368. 3.  -
  369. 4.  - .settings_privacy {
  370. 5.  -   background: #F7F7F7;
  371. 6.  -   padding: 7px 30px;
  372. 7.  - }
  373. 8.  - .settings_privacy_row {
  374. 9.  -   padding: 12px 12px 0;
  375. 10.  -   width: 298px;
  376. 11.  -   vertical-align: top;
  377. 12.  - }
  378. 13.  - .settings_privacy_disabled {
  379. 14.  -   color: #999;
  380. 15.  - }
  381. 16.  - .settings_privacy_row_submit {
  382. 17.  -   padding: 22px 12px 10px;
  383. 18.  - }
  384. 19.  - .settings_privacy_control {
  385. 20.  -   position: relative;
  386. 21.  -   padding-top: 11px;
  387. 22.  -   border: 1px solid #F7F7F7;
  388. 23.  - }
  389. 24.  - .settings_view_as_text {
  390. 25.  -   border-top: 1px solid #DAE1E8;
  391. 26.  -   line-height: 140%;
  392. 27.  -   padding: 10px 100px;
  393. 28.  -   background: #FFF;
  394. 29.  - }
  395. 30.  - .settings_privacy_save {
  396. 31.  -   padding: 25px 0 15px;
  397. 32.  - }
  398. 33.  - #settings_privacy_result, #settings_result {
  399. 34.  -   display: none;
  400. 35.  -   background: #F7F7F7;
  401. 36.  -   padding: 15px 15px 0;
  402. 37.  - }
  403. 38.  - #settings_save_msg {
  404. 39.  -   line-height: 160%;
  405. 40.  -   background: #F4EBBD;
  406. 41.  - }
  407. 42.  -
  408. 43.  - #settings_save_error {
  409. 44.  -   line-height: 160%;
  410. 45.  -   text-align: left;
  411. 46.  - }
  412. 47.  -
  413. 48.  -
  414. 49.  - #privacy_l_item101 .privacy_item_icon,
  415. 50.  - #privacy_l_item102 .privacy_item_icon,
  416. 51.  - #privacy_l_item103 .privacy_item_icon,
  417. 52.  - #privacy_l_item104 .privacy_item_icon,
  418. 53.  - #privacy_l_item105 .privacy_item_icon,
  419. 54.  - #privacy_l_item106 .privacy_item_icon,
  420. 55.  - #privacy_l_item107 .privacy_item_icon,
  421. 56.  - #privacy_l_item108 .privacy_item_icon,
  422. 57.  - #privacy_l_item109 .privacy_item_icon,
  423. 58.  - #privacy_l_item110 .privacy_item_icon  {
  424. 59.  -   background-image: url(/images/icons/mono_iconset.gif?8);
  425. 60.  -   float: right;
  426. 61.  -   background-position: left 0;
  427. 62.  -   background-repeat: no-repeat;
  428. 63.  -   width: 11px;
  429. 64.  -   height: 11px;
  430. 65.  -   margin-top: 1px;
  431. 66.  -   *position: relative;
  432. 67.  - }
  433. 68.  - #privacy_l_item101 .privacy_item_icon { background-position: 0 -30px; }
  434. 69.  - #privacy_l_item102 .privacy_item_icon { background-position: 0 -75px; }
  435. 70.  - #privacy_l_item103 .privacy_item_icon { background-position: 0 -148px; }
  436. 71.  - #privacy_l_item104 .privacy_item_icon { background-position: 0 -192px; }
  437. 72.  - #privacy_l_item105 .privacy_item_icon { background-position: 0 -15px; }
  438. 73.  - #privacy_l_item106 .privacy_item_icon { background-position: 0 -88px; }
  439. 74.  - #privacy_l_item107 .privacy_item_icon { background-position: 0 -164px; }
  440. 75.  - #privacy_l_item108 .privacy_item_icon { background-position: 0 -264px; }
  441. 76.  - #privacy_l_item109 .privacy_item_icon { background-position: 0 0px; }
  442. 77.  - #privacy_l_item110 .privacy_item_icon { background-position: 0 -222px; }
  443. 78.  -
  444. 79.  - /* Blacklist */
  445. 80.  - #settings_bl_bar {
  446. 81.  -   padding: 10px;
  447. 82.  -   background: #F7F7F7;
  448. 83.  -   border-bottom: 1px solid #DAE1E8;
  449. 84.  - }
  450. 85.  - #settings_bl_search {
  451. 86.  -   margin: 0;
  452. 87.  -   padding: 5px 4px 4px 20px;
  453. 88.  -   width: 402px;
  454. 89.  -   height: 14px;
  455. 90.  -   line-height: 1.27em;
  456. 91.  -   background: #FFF url(/images/magglass.png) no-repeat 5px 6px;
  457. 92.  - }
  458. 93.  - #search_bl_submit {
  459. 94.  -   padding-left: 8px;
  460. 95.  -   padding-right: 8px;
  461. 96.  -   width: 168px;
  462. 97.  -   text-align: center;
  463. 98.  - }
  464. 99.  - #settings_bl_list_wrap {
  465. 100.  -   padding: 0 10px;
  466. 101.  - }
  467. 102.  - #settings_bl_result {
  468. 103.  -   padding: 15px 5px 5px;
  469. 104.  -   display: none;
  470. 105.  - }
  471. 106.  - #settings_bl_msg {
  472. 107.  -   line-height: 160%;
  473. 108.  -   background: #F4EBBD;
  474. 109.  - }
  475. 110.  - .settings_bl_row {
  476. 111.  -   padding: 10px;
  477. 112.  -   height: 25px;
  478. 113.  -   overflow: hidden;
  479. 114.  -   border-bottom: 1px solid #DAE2E8;
  480. 115.  - }
  481. 116.  - .settings_bl_row:last-child {
  482. 117.  -   border-bottom: 0;
  483. 118.  - }
  484. 119.  - img.settings_bl_photo {
  485. 120.  -   width: 25px;
  486. 121.  -   height: 25px;
  487. 122.  - }
  488. 123.  - .settings_bl_name {
  489. 124.  -   padding: 5px 0 0 10px;
  490. 125.  -   font-weight: bold;
  491. 126.  -   max-width: 400px;
  492. 127.  -   overflow: hidden;
  493. 128.  -   white-space: nowrap;
  494. 129.  -   text-overflow: ellipsis;
  495. 130.  -   -o-text-overflow: ellipsis;
  496. 131.  - }
  497. 132.  - .settings_bl_label {
  498. 133.  -   font-weight: normal;
  499. 134.  -   color: #777;
  500. 135.  -   padding-left: 2px;
  501. 136.  -   display: none;
  502. 137.  - }
  503. 138.  - .settings_bl_action {
  504. 139.  -   padding-top: 5px;
  505. 140.  - }
  506. 141.  - #settings_bl_noempty {
  507. 142.  -   min-height: 256px;
  508. 143.  - }
  509. 144.  - #settings_bl_empty {
  510. 145.  -   font-size: 1.09em;
  511. 146.  -   padding: 100px 30px;
  512. 147.  -   text-align: center;
  513. 148.  -   color: #777;
  514. 149.  - }
  515. 150.  -
  516. 151.  - #settings_panel {
  517. 152.  -   background: #F7F7F7;
  518. 153.  -   padding: 10px 0 0 0;
  519. 154.  - }
  520. 155.  - #settings_panel .msg {
  521. 156.  -   margin: 0 10px;
  522. 157.  -   border:1px solid #B9C4DA;
  523. 158.  -   line-height: 160%;
  524. 159.  -   font-weight: normal;
  525. 160.  -   background-color:#FFF;
  526. 161.  - }
  527. 162.  - #settings_panel .settings_section .msg {
  528. 163.  -   margin: 0;
  529. 164.  - }
  530. 165.  - .settings_section {
  531. 166.  -   margin: 0 0 25px 113px;
  532. 167.  -   width: 400px;
  533. 168.  - }
  534. 169.  - .setbal_section {
  535. 170.  -   margin: 0 auto 25px;
  536. 171.  -   width: 380px;
  537. 172.  -   line-height: 160%;
  538. 173.  - }
  539. 174.  - .settings_privacy_h {
  540. 175.  -   padding: 15px 20px 0;
  541. 176.  - }
  542. 177.  - .settings_section h2,
  543. 178.  - .settings_privacy_header,
  544. 179.  - .setbal_section h2 {
  545. 180.  -   margin: 10px 0 15px 0;
  546. 181.  -   font-weight: bold;
  547. 182.  -   font-size: 1.09em;
  548. 183.  -   color: #36638E;
  549. 184.  -   border-color: #B9C4DA;
  550. 185.  - }
  551. 186.  - .settings_privacy_header {
  552. 187.  -   margin-bottom: 5px;
  553. 188.  - }
  554. 189.  - .settings_section h4 {
  555. 190.  -   padding: 12px 0 0 0;
  556. 191.  -   border: none;
  557. 192.  - }
  558. 193.  - .settings_section .settings_privacy_row {
  559. 194.  -   width: 166px;
  560. 195.  - }
  561. 196.  - .settings_section .settings_privacy_buttons {
  562. 197.  -   padding-top: 15px;
  563. 198.  - }
  564. 199.  - .settings_section .settings_privacy_input {
  565. 200.  -   padding-top: 8px;
  566. 201.  - }
  567. 202.  - .settings_privacy_text {
  568. 203.  -   padding-top: 12px;
  569. 204.  - }
  570. 205.  - .settings_section_notice {
  571. 206.  -   padding: 20px 0 0 2px;
  572. 207.  -   line-height: 160%;
  573. 208.  - }
  574. 209.  - .settings_buttons {
  575. 210.  -   margin-left: 255px;
  576. 211.  -   padding-top: 10px;
  577. 212.  - }
  578. 213.  - .settings_buttons_center {
  579. 214.  -   text-align: center;
  580. 215.  -   padding-top: 10px;
  581. 216.  - }
  582. 217.  - .settings_section .settings_buttons {
  583. 218.  -   margin-left: 140px;
  584. 219.  - }
  585. 220.  - .notify_settings .settings_privacy_row {
  586. 221.  -   width: 140px;
  587. 222.  - }
  588. 223.  - .settings_privacy_control .checkbox {
  589. 224.  -   margin-top: -1px;
  590. 225.  - }
  591. 226.  - #settings_panel .frow {
  592. 227.  -   padding-top: 15px;
  593. 228.  - }
  594. 229.  - #settings_panel .label {
  595. 230.  -   padding: 5px 15px 3px 0;
  596. 231.  -   color: #555;
  597. 232.  -   width: 125px;
  598. 233.  -   clear: both;
  599. 234.  - }
  600. 235.  - #settings_panel .labeled {
  601. 236.  -   width: 260px;
  602. 237.  -   padding: 2px 0 3px 0;
  603. 238.  - }
  604. 239.  - #settings_panel .labeled input {
  605. 240.  -   width: 142px;
  606. 241.  - }
  607. 242.  - #settings_panel .labeled small {
  608. 243.  -   color: #777;
  609. 244.  - }
  610. 245.  - #settings_panel .labeled_text {
  611. 246.  -   padding: 5px 0 3px 0;
  612. 247.  - }
  613. 248.  - input#pin {
  614. 249.  -   width: 100px;
  615. 250.  - }
  616. 251.  - #lj_data {
  617. 252.  -   padding-top: 10px;
  618. 253.  - }
  619. 254.  - #settings_panel .settings_section #lj_data .msg {
  620. 255.  -   margin-bottom: 10px;
  621. 256.  -   padding: 7px;
  622. 257.  - }
  623. 258.  - #lj_data .msg div {
  624. 259.  -   padding-top: 5px;
  625. 260.  - }
  626. 261.  - #lj_data .msg img {
  627. 262.  -   margin: 3px 7px;
  628. 263.  -   width: 44px;
  629. 264.  -   height: 44px;
  630. 265.  - }
  631. 266.  - #lj_error {
  632. 267.  -   padding: 10px 0px 10px 140px;
  633. 268.  -   color: #800;
  634. 269.  - }
  635. 270.  - #cancel_lj_data {
  636. 271.  -   margin-left: 7px;
  637. 272.  - }
  638. 273.  - .export_clear {
  639. 274.  -   padding-top: 5px;
  640. 275.  - }
  641. 276.  -
  642. 277.  - /* General settings */
  643. 278.  - .settings_row_wrap {
  644. 279.  -   padding-bottom: 10px;
  645. 280.  - }
  646. 281.  - .settings_label {
  647. 282.  -   padding: 5px 15px 3px 0;
  648. 283.  -   color: #555;
  649. 284.  -   width: 125px;
  650. 285.  - }
  651. 286.  - .setbal_label {
  652. 287.  -   color: #777;
  653. 288.  -   width: 135px;
  654. 289.  -   padding: 15px 15px 3px;
  655. 290.  - }
  656. 291.  - .settings_row_button_wrap {
  657. 292.  -   padding-left: 140px;
  658. 293.  - }
  659. 294.  - .setbal_row_button_wrap {
  660. 295.  -   padding: 13px 165px 0px;
  661. 296.  - }
  662. 297.  - .settings_labeled_text {
  663. 298.  -   width: 250px;
  664. 299.  -   padding-top: 5px;
  665. 300.  - }
  666. 301.  - .setbal_labeled_text {
  667. 302.  -   width: 180px;
  668. 303.  -   padding-top: 15px;
  669. 304.  - }
  670. 305.  - .settings_hidden {
  671. 306.  -   font-size: 0.9em;
  672. 307.  -   color: #777;
  673. 308.  -   padding-top: 1px;
  674. 309.  - }
  675. 310.  - #settings_services {
  676. 311.  -   padding-top: 10px;
  677. 312.  - }
  678. 313.  - .settings_service_row {
  679. 314.  -   padding-bottom: 6px;
  680. 315.  - }
  681. 316.  - .settings_service_row  .settings_label,
  682. 317.  - #settings_microblog .settings_label,
  683. 318.  - #settings_appearance .settings_label {
  684. 319.  -   color: #777;
  685. 320.  -   padding: 0 15px 0 0;
  686. 321.  -   height: 15px;
  687. 322.  - }
  688. 323.  - .settings_all_services {
  689. 324.  -   padding: 4px 0 0 140px;
  690. 325.  - }
  691. 326.  -
  692. 327.  - #settings_microblog,
  693. 328.  - #settings_appearance {
  694. 329.  -   width: 450px;
  695. 330.  - }
  696. 331.  - .settings_microblog_row,
  697. 332.  - .settings_appearance_row {
  698. 333.  -   padding-bottom: 10px;
  699. 334.  - }
  700. 335.  - #settings_no_replies_wrap {
  701. 336.  -   padding-bottom: 0;
  702. 337.  - }
  703. 338.  -
  704. 339.  - #settings_old_pwd,
  705. 340.  - #settings_new_pwd,
  706. 341.  - #settings_confirm_pwd,
  707. 342.  - #settings_new_mail,
  708. 343.  - #settings_new_phone {
  709. 344.  -   width: 142px;
  710. 345.  - }
  711. 346.  -
  712. 347.  - #settings_addr_table {
  713. 348.  -   background: #FFF;
  714. 349.  -   border: 1px solid #C0CAD5;
  715. 350.  - }
  716. 351.  - .settings_edit_addr_label {
  717. 352.  -   color: #777;
  718. 353.  -   padding: 3px 0px 3px 3px;
  719. 354.  - }
  720. 355.  - #settings_addr {
  721. 356.  -   border: 0;
  722. 357.  -   padding: 3px 3px 3px 0;
  723. 358.  -   width: 146px;
  724. 359.  -   outline: 0;
  725. 360.  - }
  726. 361.  - #settings_address_submit_wrap {
  727. 362.  -   overflow: hidden;
  728. 363.  -   position: relative;
  729. 364.  - }
  730. 365.  - #settings_addr_disabler,
  731. 366.  - #settdbx_disabler {
  732. 367.  -   display: none;
  733. 368.  -   width: 400px;
  734. 369.  -   background: #FFF;
  735. 370.  -   opacity: 0.4;
  736. 371.  -   filter: alpha(opacity=40);
  737. 372.  -   position: absolute;
  738. 373.  -   height: 25px;
  739. 374.  -   z-index: 10;
  740. 375.  -   margin: 0 auto;
  741. 376.  - }
  742. 377.  -
  743. 378.  - .settings_https_tt table .tt_text {
  744. 379.  -   line-height: 160%;
  745. 380.  -   width: 280px;
  746. 381.  -   padding: 10px;
  747. 382.  -   color: #000;
  748. 383.  - }
  749. 384.  -
  750. 385.  - .settings_about_tt table .tt_text {
  751. 386.  -   color: #000;
  752. 387.  -   padding: 10px;
  753. 388.  -   width: 315px;
  754. 389.  - }
  755. 390.  -
  756. 391.  - .settings_about_tt table.toup1 .bottom_pointer,
  757. 392.  - .settings_https_tt table.toup1 .bottom_pointer {
  758. 393.  -   margin-right: 0px;
  759. 394.  -   margin-left: 64px;
  760. 395.  -   display: block;
  761. 396.  -   background: url(/images/tooltip_arrow_white.gif) no-repeat;
  762. 397.  - }
  763. 398.  - .settings_about_tt table.toup .top_pointer,
  764. 399.  - .settings_https_tt table.toup .top_pointer {
  765. 400.  -   margin-right: 0px;
  766. 401.  -   margin-left: 64px;
  767. 402.  -   display: block;
  768. 403.  -   bottom: -2px;
  769. 404.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  770. 405.  - }
  771. 406.  - .settings_side_pwd_tt table .tt_text {
  772. 407.  -   line-height: 120%;
  773. 408.  -   color: #000;
  774. 409.  -   padding: 10px;
  775. 410.  -   width: 280px;
  776. 411.  - }
  777. 412.  - .settings_side_email_tt table .tt_text {
  778. 413.  -   line-height: 120%;
  779. 414.  -   color: #000;
  780. 415.  -   padding: 10px;
  781. 416.  -   width: 190px;
  782. 417.  - }
  783. 418.  -
  784. 419.  - .settings_password_hint {
  785. 420.  -   width: 280px;
  786. 421.  -   list-style: url(/images/bullet.gif) outside;
  787. 422.  -   padding: 0 0 0 15px;
  788. 423.  -   margin: 0;
  789. 424.  - }
  790. 425.  - .settings_side_tt_pointer {
  791. 426.  -   background: url(/images/ddtooltip.png) 0 0 no-repeat;
  792. 427.  -   width: 8px;
  793. 428.  -   height: 11px;
  794. 429.  -   position: absolute;
  795. 430.  -   left: -7px;
  796. 431.  -   top: 40px;
  797. 432.  -   overflow: hidden;
  798. 433.  -   z-index: 10;
  799. 434.  - }
  800. 435.  - .settings_pwd_pointer {
  801. 436.  -   top: 35px;
  802. 437.  - }
  803. 438.  - #settings_pwd_tt_place,
  804. 439.  - #settdbx_addr_tt_place {
  805. 440.  -   width: 1px;
  806. 441.  -   height: 1px;
  807. 442.  - }
  808. 443.  - .settings_email_pointer {
  809. 444.  -   top: 35px;
  810. 445.  - }
  811. 446.  - #settings_last_activity_wrap {
  812. 447.  -   padding-bottom: 10px;
  813. 448.  - }
  814. 449.  -
  815. 450.  - #settings_address_check {
  816. 451.  -   width: 120px;
  817. 452.  -   text-align: center;
  818. 453.  -   height: 15px;
  819. 454.  -   padding: 6px 0;
  820. 455.  - }
  821. 456.  - #settings_address_progress {
  822. 457.  -   margin: 4px auto;
  823. 458.  - }
  824. 459.  - #settings_address_result {
  825. 460.  -   padding: 0 10px;
  826. 461.  - }
  827. 462.  - #settings_save_error {
  828. 463.  -   margin-bottom: 15px;
  829. 464.  - }
  830. 465.  - #settings_error_pwd div.error {
  831. 466.  -   padding: 8px 9px;
  832. 467.  - }
  833. 468.  - #settings_phone_request {
  834. 469.  -   margin-bottom: 8px!important;
  835. 470.  - }
  836. 471.  -
  837. 472.  - #activity_history_box .info_msg {
  838. 473.  -   border: 0;
  839. 474.  -   padding: 16px 20px;
  840. 475.  -   background-color: #EEF0F2;
  841. 476.  - }
  842. 477.  - table.history {
  843. 478.  -   padding: 10px 20px 20px;
  844. 479.  -     width: 100%;
  845. 480.  -     border: none;
  846. 481.  - }
  847. 482.  - table.history tr th {
  848. 483.  -   color: #36638E;
  849. 484.  -   font-size: 1.09em;
  850. 485.  - }
  851. 486.  - table.history tr td, table.history tr th {
  852. 487.  -     padding: 10px 0;
  853. 488.  - }
  854. 489.  - table.history tr.old_session {
  855. 490.  -  color: #999;
  856. 491.  - }
  857. 492.  - table.history .cur_session {
  858. 493.  -     padding-left: 10px;
  859. 494.  -     color: #999;
  860. 495.  - }
  861. 496.  - .history_ip {
  862. 497.  -   color: #999;
  863. 498.  - }
  864. 499.  - .settings_box_container .label {
  865. 500.  -   padding: 5px 15px 3px 0;
  866. 501.  -   width: 95px;
  867. 502.  -   clear: both;
  868. 503.  - }
  869. 504.  - .settings_box_container .labeled {
  870. 505.  -   width: 260px;
  871. 506.  -   padding: 2px 0 3px 0;
  872. 507.  - }
  873. 508.  - .settings_box_container .labeled input {
  874. 509.  -   width: 160px;
  875. 510.  - }
  876. 511.  - .settings_box_container .labeled span {
  877. 512.  -   padding-top: 5px;
  878. 513.  -   display: block;
  879. 514.  -   color: #555;
  880. 515.  - }
  881. 516.  - #email_bind_error {
  882. 517.  -   margin-bottom: 16px;
  883. 518.  -   display: none;
  884. 519.  -   line-height: 160%;
  885. 520.  -   text-align: left;
  886. 521.  - }
  887. 522.  -
  888. 523.  - #settings_deact_reasons {
  889. 524.  -   padding: 0px 10px;
  890. 525.  - }
  891. 526.  - .settings_deact_friends {
  892. 527.  -   margin: 5px 0px 15px;
  893. 528.  - }
  894. 529.  - .settings_deact_header {
  895. 530.  -   font-size: 1.09em;
  896. 531.  -   margin-bottom: 19px;
  897. 532.  - }
  898. 533.  - .settings_deact_page {
  899. 534.  -   padding: 30px 50px;
  900. 535.  - }
  901. 536.  - .settings_reason {
  902. 537.  -   padding: 1px 0px;
  903. 538.  - }
  904. 539.  - .settings_reason_desc {
  905. 540.  -   /*padding-bottom: 15px;
  906. 541.  -   color: #777777;*/
  907. 542.  -   display: none;
  908. 543.  - }
  909. 544.  - .settings_reason_text {
  910. 545.  -   width: 360px;
  911. 546.  -   margin-top: 5px;
  912. 547.  -   height: 33px;
  913. 548.  - }
  914. 549.  - .settings_deact_opts {
  915. 550.  -   /*border-top: 1px solid #E8EBEE;*/
  916. 551.  -   padding: 0px 10px 10px;
  917. 552.  -   margin-top: 3px;
  918. 553.  - }
  919. 554.  - .settings_deact_checkbox {
  920. 555.  -   margin: 5px 15px;
  921. 556.  - }
  922. 557.  - .settings_restore_cont {
  923. 558.  -   padding: 40px 60px;
  924. 559.  - }
  925. 560.  - .settings_restore_cont h4 {
  926. 561.  -   font-size: 1.09em;
  927. 562.  - }
  928. 563.  - .settings_restore_desc {
  929. 564.  -   padding: 10px 0px 20px 0px;
  930. 565.  - }
  931. 566.  - .setting_checkbox_label {
  932. 567.  -   padding: 5px 0px 0px 0px;
  933. 568.  - }
  934. 569.  - #settings_email_saved {
  935. 570.  -   padding: 6px 6px 0px;
  936. 571.  -   color: #888888;
  937. 572.  - }
  938. 573.  -
  939. 574.  - #settings_new_phone_list {
  940. 575.  -   color: #000;
  941. 576.  -   padding-top: 10px;
  942. 577.  - }
  943. 578.  -
  944. 579.  - #settings_name_moved_row {
  945. 580.  -   overflow: hidden;
  946. 581.  - }
  947. 582.  - .settings_name_moved_wrap {
  948. 583.  -   margin: 0 0 0 140px;
  949. 584.  - }
  950. 585.  - .settings_name_moved {
  951. 586.  -   line-height: 160%;
  952. 587.  -   margin-bottom: 8px;
  953. 588.  - }
  954. 589.  -
  955. 590.  - #settings_status_default,
  956. 591.  - #settings_show_fullinfo,
  957. 592.  - #settings_no_wall_replies {
  958. 593.  -   width: 240px;
  959. 594.  - }
  960. 595.  -
  961. 596.  - #settings_email_msg .msg {
  962. 597.  -   margin-bottom: 15px!important;
  963. 598.  - }
  964. 599.  -
  965. 600.  - /* Domain box */
  966. 601.  - .settdbx_wrap {
  967. 602.  -   font-size: 12px;
  968. 603.  - }
  969. 604.  - .settdbx_info_wrap {
  970. 605.  -   padding: 20px 30px 0;
  971. 606.  - }
  972. 607.  - .settdbx_header {
  973. 608.  -   border: 0;
  974. 609.  -   padding: 0;
  975. 610.  -   margin-bottom: 15px;
  976. 611.  -   font-size: 13px;
  977. 612.  - }
  978. 613.  - .settdbx_info {
  979. 614.  -   line-height: 140%;
  980. 615.  - }
  981. 616.  - .settdbx_image {
  982. 617.  -   background: url(/images/join/address.png) no-repeat 0 0;
  983. 618.  -   width: 160px;
  984. 619.  -   height: 160px;
  985. 620.  -   margin: 20px auto 15px;
  986. 621.  - }
  987. 622.  -
  988. 623.  - .settdbx_edit {
  989. 624.  -   background: #F2F2F2;
  990. 625.  -   padding: 20px;
  991. 626.  - }
  992. 627.  - .settdbx_field_wrap {
  993. 628.  -   margin: 0 auto 10px;
  994. 629.  -   width: 230px;
  995. 630.  - }
  996. 631.  - #settdbx_addr_table {
  997. 632.  -   background: #FFF;
  998. 633.  -   border: 1px solid #C0CAD5;
  999. 634.  - }
  1000. 635.  - .settdbx_edit_addr_label {
  1001. 636.  -   color: #777;
  1002. 637.  -   padding: 4px 0px 3px 3px;
  1003. 638.  - }
  1004. 639.  - #settdbx_addr {
  1005. 640.  -   border: 0;
  1006. 641.  -   padding: 3px 2px 3px 0;
  1007. 642.  -   width: 142px;
  1008. 643.  -   margin: 0px -1px;
  1009. 644.  -   outline: 0;
  1010. 645.  - }
  1011. 646.  - .settdbx_submit_wrap {
  1012. 647.  -   text-align: center;
  1013. 648.  - }
  1014. 649.  -
  1015. 650.  - .settdbx_side_addr_tt table .tt_text {
  1016. 651.  -   line-height: 120%;
  1017. 652.  -   color: #000;
  1018. 653.  -   padding: 10px;
  1019. 654.  -   width: 150px;
  1020. 655.  -   font-size: 12px;
  1021. 656.  - }
  1022. 657.  - .settdbx_side_addr_pointer {
  1023. 658.  -   top: 47px;
  1024. 659.  - }
  1025. 660.  - .settdbx_advices_header {
  1026. 661.  -   font-weight: bold;
  1027. 662.  -   margin-bottom: 7px;
  1028. 663.  - }
  1029. 664.  - #settdbx_advices {
  1030. 665.  -   margin: 0 auto;
  1031. 666.  - }
  1032. 667.  - .settdbx_advices_wrap {
  1033. 668.  -   margin-top: 18px;
  1034. 669.  - }
  1035. 670.  - #settdbx_advices .listing {
  1036. 671.  -   margin: 0 0 0;
  1037. 672.  -   padding-left: 25px;
  1038. 673.  - }
  1039. 674.  -
  1040. 675.  - .settings_notice {
  1041. 676.  -   line-height: 160%;
  1042. 677.  -   padding-bottom: 15px;
  1043. 678.  - }
  1044. 679.  -
  1045. 680.  - .settings_error_msg {
  1046. 681.  -   line-height: 160%;
  1047. 682.  - }
  1048. 683.  -
  1049. 684.  - .settings_votes_history_wrap {
  1050. 685.  -   border-top: 1px solid #DAE1E8;
  1051. 686.  -   border-bottom: 1px solid #DAE1E8;
  1052. 687.  -   padding: 5px 20px;
  1053. 688.  -   background: #FFF;
  1054. 689.  - }
  1055. 690.  - #settings_votes_history {
  1056. 691.  -   width: 100%;
  1057. 692.  - }
  1058. 693.  - #settings_votes_history tr td {
  1059. 694.  -   padding: 8px 0;
  1060. 695.  -   border-bottom: 1px solid #DAE1E8;
  1061. 696.  - }
  1062. 697.  - .settings_history_photo {
  1063. 698.  -   width: 48px;
  1064. 699.  - }
  1065. 700.  - .settings_history_photo img {
  1066. 701.  -   display: block;
  1067. 702.  -   -moz-border-radius: 2px;
  1068. 703.  -   -webkit-border-radius: 2px;
  1069. 704.  -   border-radius: 2px;
  1070. 705.  - }
  1071. 706.  - .settings_history_thumb {
  1072. 707.  -   width: 32px;
  1073. 708.  -   height: 32px;
  1074. 709.  -   background: #DFE4EB url(/images/icons/payments_s.gif) no-repeat 1px 1px;
  1075. 710.  -   -moz-border-radius: 2px;
  1076. 711.  -   -webkit-border-radius: 2px;
  1077. 712.  -   border-radius: 2px;
  1078. 713.  - }
  1079. 714.  - .settings_history_thumb_cards {
  1080. 715.  -   background-position: 1px -33px !important;
  1081. 716.  - }
  1082. 717.  - .settings_history_thumb_payment_system {
  1083. 718.  -   background-position: 1px -67px !important;
  1084. 719.  - }
  1085. 720.  - .settings_history_thumb_terminal {
  1086. 721.  -   background-position: 1px -101px !important;
  1087. 722.  - }
  1088. 723.  - .settings_history_thumb_gifts {
  1089. 724.  -   background-position: 1px -135px !important;
  1090. 725.  - }
  1091. 726.  - .settings_history_thumb_offers {
  1092. 727.  -   background-position: 1px -167px !important;
  1093. 728.  - }
  1094. 729.  - .settings_history_title {
  1095. 730.  -   width: 300px;
  1096. 731.  - }
  1097. 732.  - .settings_history_amount {
  1098. 733.  -   font-weight: bold;
  1099. 734.  -   color: #777;
  1100. 735.  - }
  1101. 736.  - .settings_votes_income .settings_history_amount {
  1102. 737.  -   color: #333;
  1103. 738.  - }
  1104. 739.  - .settings_history_date {
  1105. 740.  -   text-align: right;
  1106. 741.  -   color: #777;
  1107. 742.  - }
  1108. 743.  - .settings_votes_history_next {
  1109. 744.  -   padding-bottom: 5px;
  1110. 745.  -   text-align: center;
  1111. 746.  - }
  1112. 747.  - .settings_votes_history_next a {
  1113. 748.  -   padding: 10px;
  1114. 749.  -   display: block;
  1115. 750.  - }
  1116. 751.  - .settings_votes_history_next a:hover {
  1117. 752.  -   background-color: #E9EDF1;
  1118. 753.  -   text-decoration: none;
  1119. 754.  - }
  1120. 755.  - .settings_votes_history_next img {
  1121. 756.  -   padding: 12px 0 11px 0;
  1122. 757.  - }
  1123. 758.  - #settings_votes_history tr.settings_votes_history_last td {
  1124. 759.  -   border-bottom: none;
  1125. 760.  - }
  1126. 761.  - .settings_emoji_time {
  1127. 762.  -   color: #888888;
  1128. 763.  -   margin-top: 6px;
  1129. 764.  -   padding-left: 20px;
  1130. 765.  - }
  1131. 766.  - .settings_close {
  1132. 767.  -   padding: 16px 20px 0px;
  1133. 768.  - }
  1134. 769.  - .settings_emoji_header {
  1135. 770.  -   padding: 16px 20px 10px;
  1136. 771.  -   font-size: 1.18em;
  1137. 772.  -   color: #45688E;
  1138. 773.  -   font-weight: bold;
  1139. 774.  - }
  1140. 775.  - .settings_emoji_cont {
  1141. 776.  -   padding: 0px 20px 20px 20px;
  1142. 777.  -   text-align: left;
  1143. 778.  - }
  1144. 779.  - .settings_emoji_buttons {
  1145. 780.  -   text-align: center;
  1146. 781.  -   margin-top: 20px;
  1147. 782.  - }
  1148. 783.  - .settings_emoji_screen {
  1149. 784.  -   -webkit-border-radius: 5px;
  1150. 785.  -   -moz-border-radius: 5px;
  1151. 786.  -   border-radius: 5px;
  1152. 787.  -   margin: 4px;
  1153. 788.  -   margin-bottom: 15px;
  1154. 789.  - }
  1155. 790.  - .settings_emoji_active_btn {
  1156. 791.  -   margin: 0px 6px;
  1157. 792.  - }
  1158. ------
Advertisement
Add Comment
Please, Sign In to add comment