Hormold

VK Change (#1383222606)

Oct 31st, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.98 KB | None | 0 0
  1. Файл - meminfo.css (Старый размер - 4210 | Новый - 0):
  2. 0.  - #meminfo_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - #mi_panel {
  7. 5.  -   padding: 10px 0 0 0;
  8. 6.  - }
  9. 7.  - .mi_section {
  10. 8.  -   margin: 0 0 25px 10px;
  11. 9.  -   width: 600px;
  12. 10.  - }
  13. 11.  - .mi_section h2 {
  14. 12.  -   margin: 5px 0 7px 0;
  15. 13.  -   font-weight: bold;
  16. 14.  -   font-size: 1.09em;
  17. 15.  -   color: #36638E;
  18. 16.  -   border-color: #B9C4DA;
  19. 17.  - }
  20. 18.  - tr.mi_meminforow .mi_meminforow_labeled {
  21. 19.  -   padding-top: 8px;
  22. 20.  -   max-width: 300px;
  23. 21.  - }
  24. 22.  - tr.mi_meminforow .mi_meminforow_label {
  25. 23.  -   padding-top: 8px;
  26. 24.  -   color: #777777;
  27. 25.  - }
  28. 26.  - table.history tr td, table.history tr th {
  29. 27.  -   padding-top: 10px;
  30. 28.  - }
  31. 29.  - table.history tr.old_session {
  32. 30.  -   color: #999;
  33. 31.  - }
  34. 32.  - table.history .cur_session {
  35. 33.  -   color: #999;
  36. 34.  -   padding-left: 5px;
  37. 35.  - }
  38. 36.  - .activity_history_link {
  39. 37.  -   padding-top: 20px;
  40. 38.  - }
  41. 39.  - .settings_about_tt table .tt_text {
  42. 40.  -   color: #000;
  43. 41.  -   padding: 10px;
  44. 42.  -   width: 310px;
  45. 43.  - }
  46. 44.  -
  47. 45.  - .settings_about_tt table.toup1 .bottom_pointer {
  48. 46.  -   margin-right: 0px;
  49. 47.  -   margin-left: 64px;
  50. 48.  -   display: block;
  51. 49.  -   background: url(/images/tooltip_arrow_white.gif) no-repeat;
  52. 50.  - }
  53. 51.  - .settings_about_tt table.toup .top_pointer {
  54. 52.  -   margin-right: 0px;
  55. 53.  -   margin-left: 64px;
  56. 54.  -   display: block;
  57. 55.  -   bottom: -2px;
  58. 56.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  59. 57.  - }
  60. 58.  -
  61. 59.  - #member_apps_table, #member_apps_table th, #member_apps_table td{
  62. 60.  -   border: none;
  63. 61.  - }
  64. 62.  - #member_apps_table th {
  65. 63.  -   background-color: #F5F7F9;
  66. 64.  - }
  67. 65.  -
  68. 66.  - .mi_section .msg {
  69. 67.  -   margin-bottom: 10px;
  70. 68.  - }
  71. 69.  - #mi_payments_buttons {
  72. 70.  -   width: 150px;
  73. 71.  - }
  74. 72.  - #mi_payments_buttons .info_msg {
  75. 73.  -   padding: 5px;
  76. 74.  -   color: #36638E;
  77. 75.  -   font-weight: bold;
  78. 76.  -   font-size: 1.19em;
  79. 77.  -   text-align: center;
  80. 78.  - }
  81. 79.  - #mi_payments_buttons div {
  82. 80.  -   margin-bottom: 10px;
  83. 81.  - }
  84. 82.  - .mi_payments_info {
  85. 83.  -   margin-left: 10px;
  86. 84.  - }
  87. 85.  - .mi_payments_info .mi_meminforow_label {
  88. 86.  -   width: 130px;
  89. 87.  -   vertical-align: top;
  90. 88.  - }
  91. 89.  - .mi_section_title {
  92. 90.  -   padding: 6px 9px;
  93. 91.  -   background-color: #dfe5eb;
  94. 92.  -   color: #36638E;
  95. 93.  -   font-weight: bold;
  96. 94.  - }
  97. 95.  - .mi_tabsbar {
  98. 96.  -   padding: 5px;
  99. 97.  -   background-color: #f5f5f5;
  100. 98.  -   border-bottom: 1px solid #e8ebed;
  101. 99.  - }
  102. 100.  - .mi_payments_table {
  103. 101.  -   margin: 10px;
  104. 102.  -   width: 100%;
  105. 103.  - }
  106. 104.  - .mi_payments_table th,
  107. 105.  - .mi_payments_table td {
  108. 106.  -   padding: 0 10px 10px 0;
  109. 107.  - }
  110. 108.  - .mi_more_link {
  111. 109.  -   padding: 10px;
  112. 110.  -   display: block;
  113. 111.  -   text-align: center;
  114. 112.  -   background-color: #EFF1F3;
  115. 113.  -   color: #738392;
  116. 114.  - }
  117. 115.  - .mi_more_link:hover {
  118. 116.  -   background-color: #E9EDF1;
  119. 117.  -   text-decoration: none;
  120. 118.  - }
  121. 119.  - #mi_payments_tabsbar_progress,
  122. 120.  - #mi_votes_history_tabsbar_progress {
  123. 121.  -   padding: 14px 5px 0 0;
  124. 122.  -   display: none;
  125. 123.  - }
  126. 124.  - .mi_summary_tab_hidden {
  127. 125.  -   display: none;
  128. 126.  - }
  129. 127.  - .mi_payments_empty {
  130. 128.  -   text-align: center;
  131. 129.  - }
  132. 130.  -
  133. 131.  - #change_balance_box td {
  134. 132.  -   vertical-align: top;
  135. 133.  - }
  136. 134.  - .mi_new_balance_wrap {
  137. 135.  -   padding-top: 5px;
  138. 136.  - }
  139. 137.  - #balance_change_votes {
  140. 138.  -   width: 170px;
  141. 139.  - }
  142. 140.  - #balance_comment {
  143. 141.  -   width: 170px;
  144. 142.  -   height: 40px;
  145. 143.  - }
  146. 144.  - #change_balance_box .radiobtn {
  147. 145.  -   padding-bottom: 5px;
  148. 146.  - }
  149. 147.  - #change_balance_error {
  150. 148.  -   display: none;
  151. 149.  - }
  152. 150.  - #refund_comment {
  153. 151.  -   width: 170px;
  154. 152.  -   height: 40px;
  155. 153.  - }
  156. 154.  - #refund_payment_error {
  157. 155.  -   display: none;
  158. 156.  - }
  159. 157.  - .mi_status_cancelled,
  160. 158.  - .mi_status_cancelled_fm,
  161. 159.  - .mi_status_in_process {
  162. 160.  -   color: red;
  163. 161.  -   font-weight: bold;
  164. 162.  -   white-space: nowrap;
  165. 163.  - }
  166. 164.  - .mi_status_cancelled_fm {
  167. 165.  -   color: #45688E;
  168. 166.  - }
  169. 167.  - .mi_status_in_process {
  170. 168.  -   color: #878700;
  171. 169.  - }
  172. 170.  - .mi_payment_status_tt_row {
  173. 171.  -   cursor: pointer;
  174. 172.  -   border-bottom: 1px dashed;
  175. 173.  - }
  176. 174.  - .mi_payment_status_tt table .tt_text {
  177. 175.  -   color: #000;
  178. 176.  -   padding: 10px;
  179. 177.  -   width: 300px;
  180. 178.  -   line-height: 160%;
  181. 179.  - }
  182. 180.  - .mi_payment_status_tt table.toup1 .bottom_pointer {
  183. 181.  -   margin-right: 0px;
  184. 182.  -   margin-left: 25px;
  185. 183.  -   display: block;
  186. 184.  -   background: url(/images/tooltip_arrow_white.gif) no-repeat;
  187. 185.  - }
  188. 186.  - .mi_payment_status_tt table.toup .top_pointer {
  189. 187.  -   margin-right: 0px;
  190. 188.  -   margin-left: 25px;
  191. 189.  -   display: block;
  192. 190.  -   bottom: -2px;
  193. 191.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  194. 192.  - }
  195. 193.  - .mi_tt_label {
  196. 194.  -   color: #777;
  197. 195.  - }
  198. 196.  - .mi_history_add_votes {
  199. 197.  -   color: green;
  200. 198.  -   font-weight: bold;
  201. 199.  - }
  202. 200.  - .mi_history_withdraw_votes {
  203. 201.  -   color: red;
  204. 202.  -   font-weight: bold;
  205. 203.  - }
  206. 204.  - #mi_access_check {
  207. 205.  -   padding: 200px;
  208. 206.  - }
  209. 207.  - .mi_block_label {
  210. 208.  -   color: #777;
  211. 209.  -   padding-top: 4px;
  212. 210.  -   width: 40px;
  213. 211.  - }
  214. 212.  - .mi_block_msg {
  215. 213.  -   line-height: 160%;
  216. 214.  -   padding-bottom: 10px;
  217. 215.  - }
  218. 216.  -
  219. 217.  - .mi_blank {
  220. 218.  -   padding: 100px 50px;
  221. 219.  -   text-align: center;
  222. 220.  -   color: #777;
  223. 221.  -   font-size: 15px;
  224. 222.  - }
  225. 223.  -
  226. 224.  - .mi_subtabsbar {
  227. 225.  -   padding: 5px;
  228. 226.  -   background-color: #f5f5f5;
  229. 227.  -   border-bottom: 1px solid #e8ebed;
  230. 228.  - }
  231. 229.  -
  232. 230.  - .mi_summary_subtab_hidden {
  233. 231.  -   display: none;
  234. 232.  - }
  235. 233.  -
  236. 234.  - #mi_interests_table td {
  237. 235.  -   padding: 3px 0;
  238. 236.  - }
  239. 237.  - .mi_interest_bar {
  240. 238.  -   background-color: #DAE2E8;
  241. 239.  -   height: 16px;
  242. 240.  - }
  243. 241.  -
  244. 242.  -
  245. ------
Advertisement
Add Comment
Please, Sign In to add comment