Advertisement
Guest User

Untitled

a guest
Mar 31st, 2016
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.47 KB | None | 0 0
  1.  
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.  
  6. <title>Imminent Monitor Saved Passwords</title>
  7.  
  8. <style type="text/css">
  9.  
  10. body, html  { height: 100%; }
  11. html, body, div, span, applet, object, iframe,
  12. /*h1, h2, h3, h4, h5, h6,*/ p, blockquote, pre,
  13. a, abbr, acronym, address, big, cite, code,
  14. del, dfn, em, font, img, ins, kbd, q, s, samp,
  15. small, strike, strong, sub, sup, tt, var,
  16. b, u, i, center,
  17. dl, dt, dd, ol, ul, li,
  18. fieldset, form, label, legend,
  19. table, caption, tbody, tfoot, thead, tr, th, td {
  20.     margin: 0;
  21.     padding: 0;
  22.     border: 0;
  23.     outline: 0;
  24.     font-size: 100%;
  25.     vertical-align: baseline;
  26.     background: transparent;
  27. }
  28. body { line-height: 1; }
  29. ol, ul { list-style: none; }
  30. blockquote, q { quotes: none; }
  31. blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
  32. :focus { outline: 0; }
  33. del { text-decoration: line-through; }
  34. table {border-spacing: 0; } /* IMPORTANT, I REMOVED border-collapse: collapse; FROM THIS LINE IN ORDER TO MAKE THE OUTER BORDER RADIUS WORK */
  35.  
  36. body{
  37.     font-family:Arial, Helvetica, sans-serif;
  38.     background: url(background.jpg);
  39.     margin:0 auto;
  40. }
  41. a:link {
  42.     color: #666;
  43.     font-weight: bold;
  44.     text-decoration:none;
  45. }
  46. a:visited {
  47.     color: #666;
  48.     font-weight:bold;
  49.     text-decoration:none;
  50. }
  51. a:active,
  52. a:hover {
  53.     color: #bd5a35;
  54.     text-decoration:underline;
  55. }
  56.  
  57.  
  58. table a:link {
  59.     color: #666;
  60.     font-weight: bold;
  61.     text-decoration:none;
  62. }
  63. table a:visited {
  64.     color: #999999;
  65.     font-weight:bold;
  66.     text-decoration:none;
  67. }
  68. table a:active,
  69. table a:hover {
  70.     color: #bd5a35;
  71.     text-decoration:underline;
  72. }
  73. table {
  74.     font-family:Arial, Helvetica, sans-serif;
  75.     color:#666;
  76.     font-size:12px;
  77.     text-shadow: 1px 1px 0px #fff;
  78.     background:#eaebec;
  79.     margin:20px;
  80.     border:#ccc 1px solid;
  81.  
  82.     -moz-border-radius:3px;
  83.     -webkit-border-radius:3px;
  84.     border-radius:3px;
  85.  
  86.     -moz-box-shadow: 0 1px 2px #d1d1d1;
  87.     -webkit-box-shadow: 0 1px 2px #d1d1d1;
  88.     box-shadow: 0 1px 2px #d1d1d1;
  89. }
  90. table th {
  91.     padding:21px 25px 22px 25px;
  92.     border-top:1px solid #fafafa;
  93.     border-bottom:1px solid #e0e0e0;
  94.  
  95.     background: #ededed;
  96.     background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  97.     background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
  98. }
  99. table th:first-child{
  100.     text-align: left;
  101.     padding-left:20px;
  102. }
  103. table tr:first-child th:first-child{
  104.     -moz-border-radius-topleft:3px;
  105.     -webkit-border-top-left-radius:3px;
  106.     border-top-left-radius:3px;
  107. }
  108. table tr:first-child th:last-child{
  109.     -moz-border-radius-topright:3px;
  110.     -webkit-border-top-right-radius:3px;
  111.     border-top-right-radius:3px;
  112. }
  113. table tr{
  114.     text-align: center;
  115.     padding-left:20px;
  116. }
  117. table tr td:first-child{
  118.     text-align: left;
  119.     padding-left:20px;
  120.     border-left: 0;
  121. }
  122. table tr td {
  123.     padding:18px;
  124.     border-top: 1px solid #ffffff;
  125.     border-bottom:1px solid #e0e0e0;
  126.     border-left: 1px solid #e0e0e0;
  127.    
  128.     background: #fafafa;
  129.     background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  130.     background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
  131. }
  132. table tr.even td{
  133.     background: #f6f6f6;
  134.     background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  135.     background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
  136. }
  137. table tr:last-child td{
  138.     border-bottom:0;
  139. }
  140. table tr:last-child td:first-child{
  141.     -moz-border-radius-bottomleft:3px;
  142.     -webkit-border-bottom-left-radius:3px;
  143.     border-bottom-left-radius:3px;
  144. }
  145. table tr:last-child td:last-child{
  146.     -moz-border-radius-bottomright:3px;
  147.     -webkit-border-bottom-right-radius:3px;
  148.     border-bottom-right-radius:3px;
  149. }
  150. table tr:hover td{
  151.     background: #f2f2f2;
  152.     background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  153.     background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0); 
  154. }
  155.  
  156. </style>
  157.  
  158. </head>
  159.  
  160. <body>
  161. <center>
  162. <table cellspacing='0'>
  163.     <tr><th>Client</th><th>Type</th><th>Host</th><th>Username</th><th>Password</th></tr>
  164.    
  165.  
  166. <tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.uberstrike.com">http://www.uberstrike.com</a></td><td>bene12123@gmail.com</td><td>Bene123123
  167. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.uberstrike.com">http://www.uberstrike.com</a></td><td>bene123123@gmail.com</td><td>bene123123
  168. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://accounts.google.com">https://accounts.google.com</a></td><td>bene60129@gmail.com</td><td>benebene121212121212
  169. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://register.videostripe.com">https://register.videostripe.com</a></td><td>bene60129@gmail.com</td><td>bene123123
  170. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.uberstrike.com">http://www.uberstrike.com</a></td><td>mina0524@yaoo.com.tw</td><td>445566
  171. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.kongregate.com">http://www.kongregate.com</a></td><td>bene60129</td><td>bene123123
  172. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://minecraft.net">https://minecraft.net</a></td><td>c_thkshun@yahoo.com.hk</td><td>cool1933
  173. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://minecraft.net">https://minecraft.net</a></td><td>c_takshun@yahoo.com.hk</td><td>cool1933
  174. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://www.dropbox.com">https://www.dropbox.com</a></td><td>bene60129@gmail.com</td><td>bene123123
  175. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.uberstrike.com">http://www.uberstrike.com</a></td><td>bene12123@gmail.com</td><td>Bene123123
  176. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.uberstrike.com">http://www.uberstrike.com</a></td><td>bene123123@gmail.com</td><td>bene123123
  177. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://accounts.google.com">https://accounts.google.com</a></td><td>bene60129@gmail.com</td><td>benebene121212121212
  178. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://register.videostripe.com">https://register.videostripe.com</a></td><td>bene60129@gmail.com</td><td>bene123123
  179. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.uberstrike.com">http://www.uberstrike.com</a></td><td>mina0524@yaoo.com.tw</td><td>445566
  180. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.kongregate.com">http://www.kongregate.com</a></td><td>bene60129</td><td>bene123123
  181. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://minecraft.net">https://minecraft.net</a></td><td>c_thkshun@yahoo.com.hk</td><td>cool1933
  182. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://minecraft.net">https://minecraft.net</a></td><td>c_takshun@yahoo.com.hk</td><td>cool1933
  183. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://www.dropbox.com">https://www.dropbox.com</a></td><td>bene60129@gmail.com</td><td>bene123123
  184. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.uberstrike.com">http://www.uberstrike.com</a></td><td>bene12123@gmail.com</td><td>Bene123123
  185. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.uberstrike.com">http://www.uberstrike.com</a></td><td>bene123123@gmail.com</td><td>bene123123
  186. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://accounts.google.com">https://accounts.google.com</a></td><td>bene60129@gmail.com</td><td>benebene121212121212
  187. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://register.videostripe.com">https://register.videostripe.com</a></td><td>bene60129@gmail.com</td><td>bene123123
  188. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.uberstrike.com">http://www.uberstrike.com</a></td><td>mina0524@yaoo.com.tw</td><td>445566
  189. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="http://www.kongregate.com">http://www.kongregate.com</a></td><td>bene60129</td><td>bene123123
  190. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://minecraft.net">https://minecraft.net</a></td><td>c_thkshun@yahoo.com.hk</td><td>cool1933
  191. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://minecraft.net">https://minecraft.net</a></td><td>c_takshun@yahoo.com.hk</td><td>cool1933
  192. </td></tr><tr><td>user</td><td>Mozilla Firefox</td><td><a href="https://www.dropbox.com">https://www.dropbox.com</a></td><td>bene60129@gmail.com</td><td>bene123123
  193. </td></tr>
  194. </table></center></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement