Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - tooltips.css (Старый размер - 6958 | Новый - 0):
- 0. - #tooltips_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. - .tt, .ttb {
- 5. - position: absolute;
- 6. - z-index: 2000;
- 7. - cursor: default;
- 8. - }
- 9. - .tt .side_sh {
- 10. - opacity: 0.05;
- 11. - filter: alpha(opacity=5);
- 12. - background: #000;
- 13. - overflow: hidden;
- 14. - width: 1px;
- 15. - display: none;
- 16. - }
- 17. - .tt .outer .side_sh {
- 18. - opacity: 0.12;
- 19. - filter: alpha(opacity=12);
- 20. - }
- 21. - .tt .bottom_sh {
- 22. - opacity: 0.05;
- 23. - filter: alpha(opacity=5);
- 24. - background: #000;
- 25. - overflow: hidden;
- 26. - height: 1px;
- 27. - line-height: 1px;
- 28. - }
- 29. - .tt .top_pointer, .tt .bottom_pointer {
- 30. - display: none;
- 31. - position: relative;
- 32. - bottom: -1px;
- 33. - height: 8px;
- 34. - width: 11px;
- 35. - margin: 0px 20px;
- 36. - overflow: hidden;
- 37. - }
- 38. - .tt .bottom_pointer {
- 39. - bottom: auto;
- 40. - top: -3px;
- 41. - }
- 42. - .tt .outer .bottom_sh {
- 43. - opacity: 0.12;
- 44. - filter: alpha(opacity=12);
- 45. - }
- 46. - .tt.rich .side_sh {
- 47. - display: table-cell;
- 48. - }
- 49. - .tt .tt_text {
- 50. - background: #FFF;
- 51. - border: 1px solid #96AABE;
- 52. - padding: 2px 5px 3px;
- 53. - color: #2C587D;
- 54. - }
- 55. -
- 56. - .wall_tt .toup .top_pointer,
- 57. - .mobile_tt .toup .top_pointer,
- 58. - .verified_tt .toup .top_pointer,
- 59. - .gifts_tt .toup .top_pointer,
- 60. - .board_tt .toup .top_pointer {
- 61. - margin-right: 0px;
- 62. - margin-left: 64px;
- 63. - display: block;
- 64. - background: url(/images/tooltip_arrow_up.gif) no-repeat;
- 65. - }
- 66. - .wall_tt .toup1 .bottom_pointer,
- 67. - .mobile_tt .toup1 .bottom_pointer,
- 68. - .verified_tt .toup1 .bottom_pointer,
- 69. - .gifts_tt .toup1 .bottom_pointer,
- 70. - .board_tt .toup1 .bottom_pointer {
- 71. - margin-right: 0px;
- 72. - margin-left: 64px;
- 73. - display: block;
- 74. - background: url(/images/tooltip_arrow_white.png) no-repeat;
- 75. - }
- 76. - .settings_comments_disabled_tt .toup1 .bottom_pointer {
- 77. - margin: 0 158px;
- 78. - }
- 79. - .mobile_tt .toup .top_pointer,
- 80. - .mobile_tt .toup1 .bottom_pointer {
- 81. - margin-left: 34px;
- 82. - }
- 83. - .mobile_tt_right .toup .top_pointer,
- 84. - .mobile_tt_right .toup1 .bottom_pointer {
- 85. - margin-left: 277px;
- 86. - }
- 87. - .verified_tt .toup .top_pointer,
- 88. - .verified_tt .toup1 .bottom_pointer {
- 89. - margin-left: 94px;
- 90. - }
- 91. - .fwd_reply_tt table.toup .top_pointer,
- 92. - .fwd_reply_tt table.toup1 .bottom_pointer {
- 93. - margin-left: 309px;
- 94. - }
- 95. - .gifts_tt .toup .top_pointer,
- 96. - .gifts_tt .toup1 .bottom_pointer {
- 97. - margin-left: 91px;
- 98. - }
- 99. - .fw_reply_tt .fw_reply_date {
- 100. - max-width: 300px;
- 101. - white-space: nowrap;
- 102. - -o-text-overflow: ellipsis;
- 103. - text-overflow: ellipsis;
- 104. - overflow: hidden;
- 105. - }
- 106. - .wall_tt.bottom table.toup1 .bottom_pointer,
- 107. - .board_tt.bottom table.toup1 .bottom_pointer {
- 108. - background: url(/images/tooltip_arrow_down.gif) no-repeat;
- 109. - }
- 110. - .wall_tt .wall_module .like_wrap,
- 111. - .wall_tt .wall_module .reply_link_wrap,
- 112. - .wall_tt .wall_module .reply_link_wrap small,
- 113. - .wall_tt .wall_module .info_footer {
- 114. - font-size: 1em;
- 115. - }
- 116. - .gifts_tt .bottom_sh {
- 117. - display: none;
- 118. - }
- 119. - .gifts_tt .bottom_pointer {
- 120. - top: -2px;
- 121. - }
- 122. - .gifts_tt table table {
- 123. - -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
- 124. - -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
- 125. - box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
- 126. - }
- 127. -
- 128. - .wall_tt .header,
- 129. - .verified_tt_header,
- 130. - .mott_header {
- 131. - color: #45688E;
- 132. - font-weight: bold;
- 133. - overflow: hidden;
- 134. - margin: 0px 0px 6px;
- 135. - }
- 136. - .mott_header a {
- 137. - color: #45688E;
- 138. - }
- 139. - .verified_tt_text,
- 140. - .mott_text {
- 141. - line-height: 160%;
- 142. - }
- 143. - .wall_tt .bottom {
- 144. - background: #EEF2F6;
- 145. - border-top: 1px solid #CCD3DC;
- 146. - padding: 8px 10px;
- 147. - }
- 148. - .wall_tt .wrap,
- 149. - .bp_tt_wrap,
- 150. - .mott_wrap,
- 151. - .verified_tt_wrap,
- 152. - .gifts_tt_wrap {
- 153. - border: 1px solid #AEBDCC;
- 154. - background: #FFF;
- 155. - }
- 156. - .gifts_tt_wrap {
- 157. - border: 1px solid #96AABE;
- 158. - }
- 159. - .wall_tt .open_graph span {
- 160. - color: #777;
- 161. - }
- 162. - .wall_tt div.thumb {
- 163. - margin: 0px 10px 10px 0px;
- 164. - }
- 165. - .wall_tt div.thumb img {
- 166. - max-width: 200px;
- 167. - }
- 168. - .wall_tt table.withphoto td {
- 169. - vertical-align: top;
- 170. - padding: 0px 10px;
- 171. - }
- 172. - .wall_tt table.withphoto td.thumb {
- 173. - padding: 3px 0px 0px;
- 174. - }
- 175. - .wall_mvkcom_tt .text_content {
- 176. - line-height: 160%;
- 177. - }
- 178. - .mott_content {
- 179. - max-width: 315px;
- 180. - width: auto !important;
- 181. - width: 315px;
- 182. - padding: 10px;
- 183. - overflow: hidden;
- 184. - }
- 185. - * html .mott_content {
- 186. - width: expression((this.flag == undefined) ? (this.scrollWidth > 315) ? this.flag = '315px' : 'auto' : '');
- 187. - }
- 188. - .verified_tt_content {
- 189. - max-width: 270px;
- 190. - width: auto !important;
- 191. - width: 270px;
- 192. - padding: 10px;
- 193. - overflow: hidden;
- 194. - }
- 195. - * html .verified_tt_content {
- 196. - width: expression((this.flag == undefined) ? (this.scrollWidth > 270) ? this.flag = '270px' : 'auto' : '');
- 197. - }
- 198. - .verified_group_tt .verified_tt_content {
- 199. - max-width: 240px;
- 200. - width: auto !important;
- 201. - width: 240px;
- 202. - }
- 203. - * html .verified_group_tt .verified_tt_content {
- 204. - width: expression((this.flag == undefined) ? (this.scrollWidth > 240) ? this.flag = '240px' : 'auto' : '');
- 205. - }
- 206. - .wall_tt .content {
- 207. - min-width: 80px;
- 208. - max-width: 360px;
- 209. - width: auto !important;
- 210. - width: 360px;
- 211. - padding: 10px;
- 212. - overflow: hidden;
- 213. - }
- 214. - * html .wall_tt .content {
- 215. - width: expression((this.flag == undefined) ? (this.scrollWidth > 360) ? this.flag = '360px' : 'auto' : '');
- 216. - }
- 217. - div.own_reply_tt .content {
- 218. - max-width: 396px;
- 219. - width: auto !important;
- 220. - width: 396px;
- 221. - }
- 222. - * html div.own_reply_tt .content {
- 223. - width: expression((this.flag == undefined) ? (this.scrollWidth > 396) ? this.flag = '396px' : 'auto' : '');
- 224. - }
- 225. - .wall_tt .wk_photo {
- 226. - max-width: 358px !important;
- 227. - height: auto !important;
- 228. - }
- 229. - .wall_tt .audio .title_wrap {
- 230. - width: 215px;
- 231. - }
- 232. - .wall_tt .audio .title_wrap b {
- 233. - max-width: 150px;
- 234. - }
- 235. -
- 236. - .wall_mvkcom_tt .content {
- 237. - max-width: 365px;
- 238. - width: auto !important;
- 239. - width: 365px;
- 240. - }
- 241. -
- 242. - .wall_checkin_tt .label {
- 243. - width: 80px;
- 244. - color: #777;
- 245. - padding: 2px 0px;
- 246. - }
- 247. - .wall_checkin_tt .header {
- 248. - border-bottom: 1px solid #DAE1E8;
- 249. - margin-bottom: 4px;
- 250. - }
- 251. - .wall_checkin_tt .header span {
- 252. - display: block;
- 253. - color: #777;
- 254. - font-weight: normal;
- 255. - font-size: 0.9em;
- 256. - margin: 2px 0px;
- 257. - }
- 258. -
- 259. - .wall_poll_tt .content table {
- 260. - width: 300px;
- 261. - }
- 262. - .wall_poll_tt .radiobtn {
- 263. - padding: 4px 0px;
- 264. - }
- 265. - .wall_poll_tt .wall_poll_row {
- 266. - background: #FAFAFA;
- 267. - width: 95%;
- 268. - }
- 269. - .wall_poll_tt .wall_poll_row_desc {
- 270. - padding: 2px 4px;
- 271. - }
- 272. - .wall_poll_tt .wall_poll_text {
- 273. - padding: 7px 2px 2px;
- 274. - }
- 275. - .wall_poll_tt .wall_poll_percent {
- 276. - background: #DAE1E8;
- 277. - border-top: 1px solid #CAD1E9;
- 278. - height: 14px;
- 279. - }
- 280. -
- 281. - .share_tt table.toup .top_pointer {
- 282. - margin-right: 0px;
- 283. - margin-left: 15px;
- 284. - display: block;
- 285. - background: url(/images/like_tooltip_arrow.gif) no-repeat;
- 286. - }
- 287. - .share_tt table.toup1 .bottom_pointer {
- 288. - display: block;
- 289. - margin: 0px 15px;
- 290. - background: url(/images/like_tooltip_arrow.gif) no-repeat left -8px;
- 291. - }
- 292. - .share_tt .content {
- 293. - padding: 5px;
- 294. - border: 1px solid #AEBDCC;
- 295. - background: #F7F7F7;
- 296. - color: #2B587A;
- 297. - }
- 299. - .invite_tt table .tt_text {
- 300. - color: #000;
- 301. - padding: 12px 16px;
- 302. - line-height: 160%;
- 303. - width: 385px;
- 304. - }
- 305. - .invite_tt table.toup .top_pointer {
- 306. - display: block;
- 307. - background: url(/images/tooltip_arrow_up.gif) no-repeat;
- 308. - }
- 309. - #top_invite_hint {
- 310. - position: absolute;
- 311. - width: 1px;
- 312. - height: 1px;
- 313. - margin-top: -30px;
- 314. - margin-left: 220px;
- 315. - }
- 316. - #invite_hint_img {
- 317. - background: url(/images/relatives.gif?2) no-repeat left top;
- 318. - width: 59px;
- 319. - height: 30px;
- 320. - margin: 2px 0px 0px 0px;
- 321. - }
- 322. - #invite_hint_close {
- 323. - right: 3px;
- 324. - position: absolute;
- 325. - top: 13px;
- 326. - width: 18px;
- 327. - height: 18px;
- 328. - background: url(/images/hide_left.gif) no-repeat center center;
- 329. - filter
- ------
- Файл - settings.js (Старый размер - 41428 | Новый - 40759):
- 33. - scrollToTop(200);
- 529. - if (hasClass(ge('settings_' + id), 'disabled')) return;
- 530. -
- 674. - if (newPwd.match(/\s/)) {
- 675. - Settings.showError(getLang('settings_pwd_bad'), 'pwd');
- 676. - notaBene('settings_new_pwd');
- 677. - if (tt) setTimeout(tt.show, 10);
- 678. - return;
- 679. - }
- 913. - }
- 914. - box = curBox();
- 915. - if (box) {
- 916. - box.hideProgress();
- 917. - box.setControlsText(getLang('setting_all_sessions_reset'));
- 919. + var div = ge('activityCtrl');
- 920. + div.innerHTML = getLang('setting_all_sessions_reset');
- 921. + div.style.margin = '0';
- 922. + addClass(div, 'dld');
- 947. - curBox().showProgress();
- 948. + ge('activityCtrl').innerHTML = '<img src="/images/upload.gif"/>';
- 962. - });
- 963. - },
- 964. - disabledPrivacy: function() {
- 965. - var el = geByClass1('settings_privacy_add_replies_view', ge('content'));
- 966. - if (el) showTooltip(el, {
- 967. - black: true,
- 968. - hasover: 1,
- 969. - className: 'settings_comments_disabled_tt',
- 970. - shift: [160, 3, 3],
- 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>')
- ------
- Файл - settings.css (Старый размер - 14781 | Новый - 0):
- 0. - #settings_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. - .settings_privacy {
- 5. - background: #F7F7F7;
- 6. - padding: 7px 30px;
- 7. - }
- 8. - .settings_privacy_row {
- 9. - padding: 12px 12px 0;
- 10. - width: 298px;
- 11. - vertical-align: top;
- 12. - }
- 13. - .settings_privacy_disabled {
- 14. - color: #999;
- 15. - }
- 16. - .settings_privacy_row_submit {
- 17. - padding: 22px 12px 10px;
- 18. - }
- 19. - .settings_privacy_control {
- 20. - position: relative;
- 21. - padding-top: 11px;
- 22. - border: 1px solid #F7F7F7;
- 23. - }
- 24. - .settings_view_as_text {
- 25. - border-top: 1px solid #DAE1E8;
- 26. - line-height: 140%;
- 27. - padding: 10px 100px;
- 28. - background: #FFF;
- 29. - }
- 30. - .settings_privacy_save {
- 31. - padding: 25px 0 15px;
- 32. - }
- 33. - #settings_privacy_result, #settings_result {
- 34. - display: none;
- 35. - background: #F7F7F7;
- 36. - padding: 15px 15px 0;
- 37. - }
- 38. - #settings_save_msg {
- 39. - line-height: 160%;
- 40. - background: #F4EBBD;
- 41. - }
- 42. -
- 43. - #settings_save_error {
- 44. - line-height: 160%;
- 45. - text-align: left;
- 46. - }
- 47. -
- 48. -
- 49. - #privacy_l_item101 .privacy_item_icon,
- 50. - #privacy_l_item102 .privacy_item_icon,
- 51. - #privacy_l_item103 .privacy_item_icon,
- 52. - #privacy_l_item104 .privacy_item_icon,
- 53. - #privacy_l_item105 .privacy_item_icon,
- 54. - #privacy_l_item106 .privacy_item_icon,
- 55. - #privacy_l_item107 .privacy_item_icon,
- 56. - #privacy_l_item108 .privacy_item_icon,
- 57. - #privacy_l_item109 .privacy_item_icon,
- 58. - #privacy_l_item110 .privacy_item_icon {
- 59. - background-image: url(/images/icons/mono_iconset.gif?8);
- 60. - float: right;
- 61. - background-position: left 0;
- 62. - background-repeat: no-repeat;
- 63. - width: 11px;
- 64. - height: 11px;
- 65. - margin-top: 1px;
- 66. - *position: relative;
- 67. - }
- 68. - #privacy_l_item101 .privacy_item_icon { background-position: 0 -30px; }
- 69. - #privacy_l_item102 .privacy_item_icon { background-position: 0 -75px; }
- 70. - #privacy_l_item103 .privacy_item_icon { background-position: 0 -148px; }
- 71. - #privacy_l_item104 .privacy_item_icon { background-position: 0 -192px; }
- 72. - #privacy_l_item105 .privacy_item_icon { background-position: 0 -15px; }
- 73. - #privacy_l_item106 .privacy_item_icon { background-position: 0 -88px; }
- 74. - #privacy_l_item107 .privacy_item_icon { background-position: 0 -164px; }
- 75. - #privacy_l_item108 .privacy_item_icon { background-position: 0 -264px; }
- 76. - #privacy_l_item109 .privacy_item_icon { background-position: 0 0px; }
- 77. - #privacy_l_item110 .privacy_item_icon { background-position: 0 -222px; }
- 78. -
- 79. - /* Blacklist */
- 80. - #settings_bl_bar {
- 81. - padding: 10px;
- 82. - background: #F7F7F7;
- 83. - border-bottom: 1px solid #DAE1E8;
- 84. - }
- 85. - #settings_bl_search {
- 86. - margin: 0;
- 87. - padding: 5px 4px 4px 20px;
- 88. - width: 402px;
- 89. - height: 14px;
- 90. - line-height: 1.27em;
- 91. - background: #FFF url(/images/magglass.png) no-repeat 5px 6px;
- 92. - }
- 93. - #search_bl_submit {
- 94. - padding-left: 8px;
- 95. - padding-right: 8px;
- 96. - width: 168px;
- 97. - text-align: center;
- 98. - }
- 99. - #settings_bl_list_wrap {
- 100. - padding: 0 10px;
- 101. - }
- 102. - #settings_bl_result {
- 103. - padding: 15px 5px 5px;
- 104. - display: none;
- 105. - }
- 106. - #settings_bl_msg {
- 107. - line-height: 160%;
- 108. - background: #F4EBBD;
- 109. - }
- 110. - .settings_bl_row {
- 111. - padding: 10px;
- 112. - height: 25px;
- 113. - overflow: hidden;
- 114. - border-bottom: 1px solid #DAE2E8;
- 115. - }
- 116. - .settings_bl_row:last-child {
- 117. - border-bottom: 0;
- 118. - }
- 119. - img.settings_bl_photo {
- 120. - width: 25px;
- 121. - height: 25px;
- 122. - }
- 123. - .settings_bl_name {
- 124. - padding: 5px 0 0 10px;
- 125. - font-weight: bold;
- 126. - max-width: 400px;
- 127. - overflow: hidden;
- 128. - white-space: nowrap;
- 129. - text-overflow: ellipsis;
- 130. - -o-text-overflow: ellipsis;
- 131. - }
- 132. - .settings_bl_label {
- 133. - font-weight: normal;
- 134. - color: #777;
- 135. - padding-left: 2px;
- 136. - display: none;
- 137. - }
- 138. - .settings_bl_action {
- 139. - padding-top: 5px;
- 140. - }
- 141. - #settings_bl_noempty {
- 142. - min-height: 256px;
- 143. - }
- 144. - #settings_bl_empty {
- 145. - font-size: 1.09em;
- 146. - padding: 100px 30px;
- 147. - text-align: center;
- 148. - color: #777;
- 149. - }
- 150. -
- 151. - #settings_panel {
- 152. - background: #F7F7F7;
- 153. - padding: 10px 0 0 0;
- 154. - }
- 155. - #settings_panel .msg {
- 156. - margin: 0 10px;
- 157. - border:1px solid #B9C4DA;
- 158. - line-height: 160%;
- 159. - font-weight: normal;
- 160. - background-color:#FFF;
- 161. - }
- 162. - #settings_panel .settings_section .msg {
- 163. - margin: 0;
- 164. - }
- 165. - .settings_section {
- 166. - margin: 0 0 25px 113px;
- 167. - width: 400px;
- 168. - }
- 169. - .setbal_section {
- 170. - margin: 0 auto 25px;
- 171. - width: 380px;
- 172. - line-height: 160%;
- 173. - }
- 174. - .settings_privacy_h {
- 175. - padding: 15px 20px 0;
- 176. - }
- 177. - .settings_section h2,
- 178. - .settings_privacy_header,
- 179. - .setbal_section h2 {
- 180. - margin: 10px 0 15px 0;
- 181. - font-weight: bold;
- 182. - font-size: 1.09em;
- 183. - color: #36638E;
- 184. - border-color: #B9C4DA;
- 185. - }
- 186. - .settings_privacy_header {
- 187. - margin-bottom: 5px;
- 188. - }
- 189. - .settings_section h4 {
- 190. - padding: 12px 0 0 0;
- 191. - border: none;
- 192. - }
- 193. - .settings_section .settings_privacy_row {
- 194. - width: 166px;
- 195. - }
- 196. - .settings_section .settings_privacy_buttons {
- 197. - padding-top: 15px;
- 198. - }
- 199. - .settings_section .settings_privacy_input {
- 200. - padding-top: 8px;
- 201. - }
- 202. - .settings_privacy_text {
- 203. - padding-top: 12px;
- 204. - }
- 205. - .settings_section_notice {
- 206. - padding: 20px 0 0 2px;
- 207. - line-height: 160%;
- 208. - }
- 209. - .settings_buttons {
- 210. - margin-left: 255px;
- 211. - padding-top: 10px;
- 212. - }
- 213. - .settings_buttons_center {
- 214. - text-align: center;
- 215. - padding-top: 10px;
- 216. - }
- 217. - .settings_section .settings_buttons {
- 218. - margin-left: 140px;
- 219. - }
- 220. - .notify_settings .settings_privacy_row {
- 221. - width: 140px;
- 222. - }
- 223. - .settings_privacy_control .checkbox {
- 224. - margin-top: -1px;
- 225. - }
- 226. - #settings_panel .frow {
- 227. - padding-top: 15px;
- 228. - }
- 229. - #settings_panel .label {
- 230. - padding: 5px 15px 3px 0;
- 231. - color: #555;
- 232. - width: 125px;
- 233. - clear: both;
- 234. - }
- 235. - #settings_panel .labeled {
- 236. - width: 260px;
- 237. - padding: 2px 0 3px 0;
- 238. - }
- 239. - #settings_panel .labeled input {
- 240. - width: 142px;
- 241. - }
- 242. - #settings_panel .labeled small {
- 243. - color: #777;
- 244. - }
- 245. - #settings_panel .labeled_text {
- 246. - padding: 5px 0 3px 0;
- 247. - }
- 248. - input#pin {
- 249. - width: 100px;
- 250. - }
- 251. - #lj_data {
- 252. - padding-top: 10px;
- 253. - }
- 254. - #settings_panel .settings_section #lj_data .msg {
- 255. - margin-bottom: 10px;
- 256. - padding: 7px;
- 257. - }
- 258. - #lj_data .msg div {
- 259. - padding-top: 5px;
- 260. - }
- 261. - #lj_data .msg img {
- 262. - margin: 3px 7px;
- 263. - width: 44px;
- 264. - height: 44px;
- 265. - }
- 266. - #lj_error {
- 267. - padding: 10px 0px 10px 140px;
- 268. - color: #800;
- 269. - }
- 270. - #cancel_lj_data {
- 271. - margin-left: 7px;
- 272. - }
- 273. - .export_clear {
- 274. - padding-top: 5px;
- 275. - }
- 276. -
- 277. - /* General settings */
- 278. - .settings_row_wrap {
- 279. - padding-bottom: 10px;
- 280. - }
- 281. - .settings_label {
- 282. - padding: 5px 15px 3px 0;
- 283. - color: #555;
- 284. - width: 125px;
- 285. - }
- 286. - .setbal_label {
- 287. - color: #777;
- 288. - width: 135px;
- 289. - padding: 15px 15px 3px;
- 290. - }
- 291. - .settings_row_button_wrap {
- 292. - padding-left: 140px;
- 293. - }
- 294. - .setbal_row_button_wrap {
- 295. - padding: 13px 165px 0px;
- 296. - }
- 297. - .settings_labeled_text {
- 298. - width: 250px;
- 299. - padding-top: 5px;
- 300. - }
- 301. - .setbal_labeled_text {
- 302. - width: 180px;
- 303. - padding-top: 15px;
- 304. - }
- 305. - .settings_hidden {
- 306. - font-size: 0.9em;
- 307. - color: #777;
- 308. - padding-top: 1px;
- 309. - }
- 310. - #settings_services {
- 311. - padding-top: 10px;
- 312. - }
- 313. - .settings_service_row {
- 314. - padding-bottom: 6px;
- 315. - }
- 316. - .settings_service_row .settings_label,
- 317. - #settings_microblog .settings_label,
- 318. - #settings_appearance .settings_label {
- 319. - color: #777;
- 320. - padding: 0 15px 0 0;
- 321. - height: 15px;
- 322. - }
- 323. - .settings_all_services {
- 324. - padding: 4px 0 0 140px;
- 325. - }
- 326. -
- 327. - #settings_microblog,
- 328. - #settings_appearance {
- 329. - width: 450px;
- 330. - }
- 331. - .settings_microblog_row,
- 332. - .settings_appearance_row {
- 333. - padding-bottom: 10px;
- 334. - }
- 335. - #settings_no_replies_wrap {
- 336. - padding-bottom: 0;
- 337. - }
- 338. -
- 339. - #settings_old_pwd,
- 340. - #settings_new_pwd,
- 341. - #settings_confirm_pwd,
- 342. - #settings_new_mail,
- 343. - #settings_new_phone {
- 344. - width: 142px;
- 345. - }
- 346. -
- 347. - #settings_addr_table {
- 348. - background: #FFF;
- 349. - border: 1px solid #C0CAD5;
- 350. - }
- 351. - .settings_edit_addr_label {
- 352. - color: #777;
- 353. - padding: 3px 0px 3px 3px;
- 354. - }
- 355. - #settings_addr {
- 356. - border: 0;
- 357. - padding: 3px 3px 3px 0;
- 358. - width: 146px;
- 359. - outline: 0;
- 360. - }
- 361. - #settings_address_submit_wrap {
- 362. - overflow: hidden;
- 363. - position: relative;
- 364. - }
- 365. - #settings_addr_disabler,
- 366. - #settdbx_disabler {
- 367. - display: none;
- 368. - width: 400px;
- 369. - background: #FFF;
- 370. - opacity: 0.4;
- 371. - filter: alpha(opacity=40);
- 372. - position: absolute;
- 373. - height: 25px;
- 374. - z-index: 10;
- 375. - margin: 0 auto;
- 376. - }
- 377. -
- 378. - .settings_https_tt table .tt_text {
- 379. - line-height: 160%;
- 380. - width: 280px;
- 381. - padding: 10px;
- 382. - color: #000;
- 383. - }
- 384. -
- 385. - .settings_about_tt table .tt_text {
- 386. - color: #000;
- 387. - padding: 10px;
- 388. - width: 315px;
- 389. - }
- 390. -
- 391. - .settings_about_tt table.toup1 .bottom_pointer,
- 392. - .settings_https_tt table.toup1 .bottom_pointer {
- 393. - margin-right: 0px;
- 394. - margin-left: 64px;
- 395. - display: block;
- 396. - background: url(/images/tooltip_arrow_white.gif) no-repeat;
- 397. - }
- 398. - .settings_about_tt table.toup .top_pointer,
- 399. - .settings_https_tt table.toup .top_pointer {
- 400. - margin-right: 0px;
- 401. - margin-left: 64px;
- 402. - display: block;
- 403. - bottom: -2px;
- 404. - background: url(/images/tooltip_arrow_up.gif) no-repeat;
- 405. - }
- 406. - .settings_side_pwd_tt table .tt_text {
- 407. - line-height: 120%;
- 408. - color: #000;
- 409. - padding: 10px;
- 410. - width: 280px;
- 411. - }
- 412. - .settings_side_email_tt table .tt_text {
- 413. - line-height: 120%;
- 414. - color: #000;
- 415. - padding: 10px;
- 416. - width: 190px;
- 417. - }
- 418. -
- 419. - .settings_password_hint {
- 420. - width: 280px;
- 421. - list-style: url(/images/bullet.gif) outside;
- 422. - padding: 0 0 0 15px;
- 423. - margin: 0;
- 424. - }
- 425. - .settings_side_tt_pointer {
- 426. - background: url(/images/ddtooltip.png) 0 0 no-repeat;
- 427. - width: 8px;
- 428. - height: 11px;
- 429. - position: absolute;
- 430. - left: -7px;
- 431. - top: 40px;
- 432. - overflow: hidden;
- 433. - z-index: 10;
- 434. - }
- 435. - .settings_pwd_pointer {
- 436. - top: 35px;
- 437. - }
- 438. - #settings_pwd_tt_place,
- 439. - #settdbx_addr_tt_place {
- 440. - width: 1px;
- 441. - height: 1px;
- 442. - }
- 443. - .settings_email_pointer {
- 444. - top: 35px;
- 445. - }
- 446. - #settings_last_activity_wrap {
- 447. - padding-bottom: 10px;
- 448. - }
- 449. -
- 450. - #settings_address_check {
- 451. - width: 120px;
- 452. - text-align: center;
- 453. - height: 15px;
- 454. - padding: 6px 0;
- 455. - }
- 456. - #settings_address_progress {
- 457. - margin: 4px auto;
- 458. - }
- 459. - #settings_address_result {
- 460. - padding: 0 10px;
- 461. - }
- 462. - #settings_save_error {
- 463. - margin-bottom: 15px;
- 464. - }
- 465. - #settings_error_pwd div.error {
- 466. - padding: 8px 9px;
- 467. - }
- 468. - #settings_phone_request {
- 469. - margin-bottom: 8px!important;
- 470. - }
- 471. -
- 472. - #activity_history_box .info_msg {
- 473. - border: 0;
- 474. - padding: 16px 20px;
- 475. - background-color: #EEF0F2;
- 476. - }
- 477. - table.history {
- 478. - padding: 10px 20px 20px;
- 479. - width: 100%;
- 480. - border: none;
- 481. - }
- 482. - table.history tr th {
- 483. - color: #36638E;
- 484. - font-size: 1.09em;
- 485. - }
- 486. - table.history tr td, table.history tr th {
- 487. - padding: 10px 0;
- 488. - }
- 489. - table.history tr.old_session {
- 490. - color: #999;
- 491. - }
- 492. - table.history .cur_session {
- 493. - padding-left: 10px;
- 494. - color: #999;
- 495. - }
- 496. - .history_ip {
- 497. - color: #999;
- 498. - }
- 499. - .settings_box_container .label {
- 500. - padding: 5px 15px 3px 0;
- 501. - width: 95px;
- 502. - clear: both;
- 503. - }
- 504. - .settings_box_container .labeled {
- 505. - width: 260px;
- 506. - padding: 2px 0 3px 0;
- 507. - }
- 508. - .settings_box_container .labeled input {
- 509. - width: 160px;
- 510. - }
- 511. - .settings_box_container .labeled span {
- 512. - padding-top: 5px;
- 513. - display: block;
- 514. - color: #555;
- 515. - }
- 516. - #email_bind_error {
- 517. - margin-bottom: 16px;
- 518. - display: none;
- 519. - line-height: 160%;
- 520. - text-align: left;
- 521. - }
- 522. -
- 523. - #settings_deact_reasons {
- 524. - padding: 0px 10px;
- 525. - }
- 526. - .settings_deact_friends {
- 527. - margin: 5px 0px 15px;
- 528. - }
- 529. - .settings_deact_header {
- 530. - font-size: 1.09em;
- 531. - margin-bottom: 19px;
- 532. - }
- 533. - .settings_deact_page {
- 534. - padding: 30px 50px;
- 535. - }
- 536. - .settings_reason {
- 537. - padding: 1px 0px;
- 538. - }
- 539. - .settings_reason_desc {
- 540. - /*padding-bottom: 15px;
- 541. - color: #777777;*/
- 542. - display: none;
- 543. - }
- 544. - .settings_reason_text {
- 545. - width: 360px;
- 546. - margin-top: 5px;
- 547. - height: 33px;
- 548. - }
- 549. - .settings_deact_opts {
- 550. - /*border-top: 1px solid #E8EBEE;*/
- 551. - padding: 0px 10px 10px;
- 552. - margin-top: 3px;
- 553. - }
- 554. - .settings_deact_checkbox {
- 555. - margin: 5px 15px;
- 556. - }
- 557. - .settings_restore_cont {
- 558. - padding: 40px 60px;
- 559. - }
- 560. - .settings_restore_cont h4 {
- 561. - font-size: 1.09em;
- 562. - }
- 563. - .settings_restore_desc {
- 564. - padding: 10px 0px 20px 0px;
- 565. - }
- 566. - .setting_checkbox_label {
- 567. - padding: 5px 0px 0px 0px;
- 568. - }
- 569. - #settings_email_saved {
- 570. - padding: 6px 6px 0px;
- 571. - color: #888888;
- 572. - }
- 573. -
- 574. - #settings_new_phone_list {
- 575. - color: #000;
- 576. - padding-top: 10px;
- 577. - }
- 578. -
- 579. - #settings_name_moved_row {
- 580. - overflow: hidden;
- 581. - }
- 582. - .settings_name_moved_wrap {
- 583. - margin: 0 0 0 140px;
- 584. - }
- 585. - .settings_name_moved {
- 586. - line-height: 160%;
- 587. - margin-bottom: 8px;
- 588. - }
- 589. -
- 590. - #settings_status_default,
- 591. - #settings_show_fullinfo,
- 592. - #settings_no_wall_replies {
- 593. - width: 240px;
- 594. - }
- 595. -
- 596. - #settings_email_msg .msg {
- 597. - margin-bottom: 15px!important;
- 598. - }
- 599. -
- 600. - /* Domain box */
- 601. - .settdbx_wrap {
- 602. - font-size: 12px;
- 603. - }
- 604. - .settdbx_info_wrap {
- 605. - padding: 20px 30px 0;
- 606. - }
- 607. - .settdbx_header {
- 608. - border: 0;
- 609. - padding: 0;
- 610. - margin-bottom: 15px;
- 611. - font-size: 13px;
- 612. - }
- 613. - .settdbx_info {
- 614. - line-height: 140%;
- 615. - }
- 616. - .settdbx_image {
- 617. - background: url(/images/join/address.png) no-repeat 0 0;
- 618. - width: 160px;
- 619. - height: 160px;
- 620. - margin: 20px auto 15px;
- 621. - }
- 622. -
- 623. - .settdbx_edit {
- 624. - background: #F2F2F2;
- 625. - padding: 20px;
- 626. - }
- 627. - .settdbx_field_wrap {
- 628. - margin: 0 auto 10px;
- 629. - width: 230px;
- 630. - }
- 631. - #settdbx_addr_table {
- 632. - background: #FFF;
- 633. - border: 1px solid #C0CAD5;
- 634. - }
- 635. - .settdbx_edit_addr_label {
- 636. - color: #777;
- 637. - padding: 4px 0px 3px 3px;
- 638. - }
- 639. - #settdbx_addr {
- 640. - border: 0;
- 641. - padding: 3px 2px 3px 0;
- 642. - width: 142px;
- 643. - margin: 0px -1px;
- 644. - outline: 0;
- 645. - }
- 646. - .settdbx_submit_wrap {
- 647. - text-align: center;
- 648. - }
- 649. -
- 650. - .settdbx_side_addr_tt table .tt_text {
- 651. - line-height: 120%;
- 652. - color: #000;
- 653. - padding: 10px;
- 654. - width: 150px;
- 655. - font-size: 12px;
- 656. - }
- 657. - .settdbx_side_addr_pointer {
- 658. - top: 47px;
- 659. - }
- 660. - .settdbx_advices_header {
- 661. - font-weight: bold;
- 662. - margin-bottom: 7px;
- 663. - }
- 664. - #settdbx_advices {
- 665. - margin: 0 auto;
- 666. - }
- 667. - .settdbx_advices_wrap {
- 668. - margin-top: 18px;
- 669. - }
- 670. - #settdbx_advices .listing {
- 671. - margin: 0 0 0;
- 672. - padding-left: 25px;
- 673. - }
- 674. -
- 675. - .settings_notice {
- 676. - line-height: 160%;
- 677. - padding-bottom: 15px;
- 678. - }
- 679. -
- 680. - .settings_error_msg {
- 681. - line-height: 160%;
- 682. - }
- 683. -
- 684. - .settings_votes_history_wrap {
- 685. - border-top: 1px solid #DAE1E8;
- 686. - border-bottom: 1px solid #DAE1E8;
- 687. - padding: 5px 20px;
- 688. - background: #FFF;
- 689. - }
- 690. - #settings_votes_history {
- 691. - width: 100%;
- 692. - }
- 693. - #settings_votes_history tr td {
- 694. - padding: 8px 0;
- 695. - border-bottom: 1px solid #DAE1E8;
- 696. - }
- 697. - .settings_history_photo {
- 698. - width: 48px;
- 699. - }
- 700. - .settings_history_photo img {
- 701. - display: block;
- 702. - -moz-border-radius: 2px;
- 703. - -webkit-border-radius: 2px;
- 704. - border-radius: 2px;
- 705. - }
- 706. - .settings_history_thumb {
- 707. - width: 32px;
- 708. - height: 32px;
- 709. - background: #DFE4EB url(/images/icons/payments_s.gif) no-repeat 1px 1px;
- 710. - -moz-border-radius: 2px;
- 711. - -webkit-border-radius: 2px;
- 712. - border-radius: 2px;
- 713. - }
- 714. - .settings_history_thumb_cards {
- 715. - background-position: 1px -33px !important;
- 716. - }
- 717. - .settings_history_thumb_payment_system {
- 718. - background-position: 1px -67px !important;
- 719. - }
- 720. - .settings_history_thumb_terminal {
- 721. - background-position: 1px -101px !important;
- 722. - }
- 723. - .settings_history_thumb_gifts {
- 724. - background-position: 1px -135px !important;
- 725. - }
- 726. - .settings_history_thumb_offers {
- 727. - background-position: 1px -167px !important;
- 728. - }
- 729. - .settings_history_title {
- 730. - width: 300px;
- 731. - }
- 732. - .settings_history_amount {
- 733. - font-weight: bold;
- 734. - color: #777;
- 735. - }
- 736. - .settings_votes_income .settings_history_amount {
- 737. - color: #333;
- 738. - }
- 739. - .settings_history_date {
- 740. - text-align: right;
- 741. - color: #777;
- 742. - }
- 743. - .settings_votes_history_next {
- 744. - padding-bottom: 5px;
- 745. - text-align: center;
- 746. - }
- 747. - .settings_votes_history_next a {
- 748. - padding: 10px;
- 749. - display: block;
- 750. - }
- 751. - .settings_votes_history_next a:hover {
- 752. - background-color: #E9EDF1;
- 753. - text-decoration: none;
- 754. - }
- 755. - .settings_votes_history_next img {
- 756. - padding: 12px 0 11px 0;
- 757. - }
- 758. - #settings_votes_history tr.settings_votes_history_last td {
- 759. - border-bottom: none;
- 760. - }
- 761. - .settings_emoji_time {
- 762. - color: #888888;
- 763. - margin-top: 6px;
- 764. - padding-left: 20px;
- 765. - }
- 766. - .settings_close {
- 767. - padding: 16px 20px 0px;
- 768. - }
- 769. - .settings_emoji_header {
- 770. - padding: 16px 20px 10px;
- 771. - font-size: 1.18em;
- 772. - color: #45688E;
- 773. - font-weight: bold;
- 774. - }
- 775. - .settings_emoji_cont {
- 776. - padding: 0px 20px 20px 20px;
- 777. - text-align: left;
- 778. - }
- 779. - .settings_emoji_buttons {
- 780. - text-align: center;
- 781. - margin-top: 20px;
- 782. - }
- 783. - .settings_emoji_screen {
- 784. - -webkit-border-radius: 5px;
- 785. - -moz-border-radius: 5px;
- 786. - border-radius: 5px;
- 787. - margin: 4px;
- 788. - margin-bottom: 15px;
- 789. - }
- 790. - .settings_emoji_active_btn {
- 791. - margin: 0px 6px;
- 792. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment