bullen

Untitled

Dec 29th, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.96 KB | None | 0 0
  1. <html lang="en" style="height:100%;">
  2.  
  3.  
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="googlebot" content="noindex">
  7. <script type="text/javascript" src="../ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  8. <script type="text/javascript" src="jquery.tipsy.js"></script>
  9. <link rel="stylesheet" href="../netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
  10. <link rel="stylesheet" href="http://rectangletrkr.co/bootstrap3/css/bootstrap-glyphicons.css">
  11. <link rel="shortcut icon" href="http://rectangletrkr.co/favicon.ico" type="image/x-icon">
  12. <link rel="icon" href="http://rectangletrkr.co/favicon.ico" type="image/x-icon">
  13. <script language="JavaScript">
  14. $(function() {
  15. $('.tip_over_link').tipsy({offset: -3,gravity: 'w',fade: false,html: true,opacity: 0.95});
  16. });
  17. var timed_function;
  18. function Start_Ajax(){
  19. clearTimeout(timed_function);
  20. $('#offerlst').hide();
  21. $('#offerwait').show();
  22. timed_function = setTimeout("chkld();",20000);
  23. }
  24. function Back_Ajax(){
  25. $('#offerwait').hide();
  26. $('#offerlst').fadeIn('slow');
  27. }
  28. function chkld(){
  29. $.ajax({
  30. type: "POST",
  31. crossDomain: true,
  32. data: "a_t=86400&lid=378236",
  33. url: "https://rectangletrkr.co/ajax_check_url.php",
  34. success: function(msg){
  35. eval(msg);
  36. }
  37. });
  38. }
  39. function completed(url){
  40. top.location = url;
  41. }
  42. </script>
  43. <link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  44. <style>
  45. /* ===== Tipsy ===== */
  46.  
  47. .tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 100000; }
  48.  
  49. .tipsy-inner { padding: 5px 7px 5px 8px; background-color: black; color: white; max-width: 300px; text-align: center; }
  50. .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  51. .tipsy-arrow { position: absolute; background: url('images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  52. .tipsy-w { margin-left: 5px; }
  53. .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
  54.  
  55. body{
  56. background-color:white;
  57. font-size: 14px;
  58. }
  59.  
  60. .offerlst{
  61.  
  62. background-color:rgba(239,239,239,0.5);
  63.  
  64. border:1px solid white;
  65. padding:20px;
  66. border-radius:8px;
  67.  
  68. min-height: 80px;
  69. margin-bottom: 8px;
  70. font-size: 10px;
  71. }
  72. .link_a, .link_a:link{
  73.  
  74.  
  75. background-color: #F5F5F5;
  76. background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  77. background-repeat: repeat-x;
  78. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
  79. border-image: none;
  80. border-radius: 4px 4px 4px 4px;
  81. border-style: solid;
  82. border-width: 1px;
  83. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  84. color: #333333;
  85. cursor: pointer;
  86. display: inline-block;
  87. font-size: 14px !important;
  88. line-height: 20px;
  89. margin-bottom: 0;
  90. padding: 4px 12px;
  91. text-align: center;
  92. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  93. vertical-align: middle;
  94.  
  95. font-weight: normal;
  96. text-decoration:none;
  97.  
  98.  
  99.  
  100. }
  101.  
  102. .link_a:hover{
  103. background-position: 0 -15px;
  104. transition: background-position 0.1s linear 0s;
  105. }
  106. .each_p_elm{
  107. margin: 3px 0;
  108.  
  109. padding: 3px;
  110. white-space:nowrap;
  111. }
  112.  
  113. <html lang="en" style="height:100%;">
  114. <head>
  115.  
  116. <script type="text/javascript" src="jquery.tipsy.js"></script>
  117. <link rel="stylesheet" href="../netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
  118. <link rel="stylesheet" href="http://rectangletrkr.co/bootstrap3/css/bootstrap-glyphicons.css">
  119. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  120. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  121. <script language="JavaScript">
  122. $(function() {
  123. $('.tip_over_link').tipsy({offset: -3,gravity: 'w',fade: false,html: true,opacity: 0.95});
  124. });
  125. var timed_function;
  126. function Start_Ajax(){
  127. clearTimeout(timed_function);
  128. $('#offerlst').hide();
  129. $('#offerwait').show();
  130. timed_function = setTimeout("chkld();",20000);
  131. }
  132. function Back_Ajax(){
  133. $('#offerwait').hide();
  134. $('#offerlst').fadeIn('slow');
  135. }
  136. function chkld(){
  137. $.ajax({
  138. type: "POST",
  139. crossDomain: true,
  140. data: "a_t=0&lid=202729",
  141. url: "https://rectangletrkr.co/ajax_check_url.php",
  142. success: function(msg){
  143. eval(msg);
  144. }
  145. });
  146. }
  147. function completed(url){
  148. top.location = url;
  149. }
  150. </script>
  151.  
  152. link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  153. <style>
  154. /* ===== Tipsy ===== */
  155.  
  156. .tipsy { padding: 4px; font-size: 10px; position: absolute; z-index: 100000; }
  157.  
  158. .tipsy-inner { padding: 5px 7px 5px 8px; background-color: black; color: white; max-width: 300px; text-align: center; }
  159. .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  160. .tipsy-arrow { position: absolute; background: url('images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  161. .tipsy-w { margin-left: 5px; }
  162. .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
  163.  
  164. body{
  165. background-color:white;
  166. font-size: 10px;
  167. }
  168.  
  169. .offerlst{
  170.  
  171. background-color:rgba(239,239,239,0.5);
  172.  
  173. border:1px solid white;
  174. padding:10px;
  175. border-radius:8px;
  176.  
  177. min-height: 40px;
  178. margin-bottom: 8px;
  179. font-size: 10px;
  180. }
  181. .link_a, .link_a:link{
  182.  
  183.  
  184. background-color: #F5F5F5;
  185. background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  186. background-repeat: repeat-x;
  187. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
  188. border-image: none;
  189. border-radius: 4px 4px 4px 4px;
  190. border-style: solid;
  191. border-width: 1px;
  192. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  193. color: #333333;
  194. cursor: pointer;
  195. display: inline-block;
  196. font-size: 14px;
  197. line-height: 20px;
  198. margin-bottom: 0;
  199. padding: 4px 12px;
  200. text-align: center;
  201. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  202. vertical-align: middle;
  203.  
  204. font-weight: normal;
  205. text-decoration:none;
  206.  
  207.  
  208.  
  209. }
  210.  
  211. .link_a:hover{
  212. background-position: 0 -15px;
  213. transition: background-position 0.1s linear 0s;
  214. }
  215. .each_p_elm{
  216. margin: 3px 0;
  217.  
  218. padding: 3px;
  219. white-space:nowrap;
  220. }
  221.  
  222. <style>
  223. / ===== Tipsy ===== /
  224.  
  225. .tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 100000; }
  226.  
  227. .tipsy-inner { padding: 5px 7px 5px 8px; background-color: black; color: white; max-width: 150px; text-align: center; }
  228. .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  229. .tipsy-arrow { position: absolute; background: url('http://rectangletrkr.co/getfilessnow.com/images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  230. .tipsy-w { margin-left: 5px; }
  231. .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
  232.  
  233. body{
  234. background-color:white;
  235. font-size: 10px;
  236. }
  237.  
  238. .offerlst{
  239.  
  240. background-color:rgba(239,239,239,0.5);
  241.  
  242. border:1px solid white;
  243. padding:20px;
  244. border-radius:8px;
  245.  
  246. min-height: 80px;
  247. margin-bottom: 8px;
  248. font-size: 20px;
  249. }
  250. .link_a, .link_a:link{
  251.  
  252.  
  253. background-color: #F5F5F5;
  254. background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  255. background-repeat: repeat-x;
  256. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
  257. border-image: none;
  258. border-radius: 4px 4px 4px 4px;
  259. border-style: solid;
  260. border-width: 1px;
  261. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  262. color: #333333;
  263. cursor: pointer;
  264. display: inline-block;
  265. font-size: 14px;
  266. line-height: 20px;
  267. margin-bottom: 0;
  268. padding: 4px 12px;
  269. text-align: center;
  270. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  271. vertical-align: middle;
  272.  
  273. font-weight: normal;
  274. text-decoration:none;
  275.  
  276.  
  277.  
  278. }
  279.  
  280. .link_a:hover{
  281. background-position: 0 -15px;
  282. transition: background-position 0.1s linear 0s;
  283. }
  284. .each_p_elm{
  285. margin: 3px 0;
  286.  
  287. padding: 3px;
  288. white-space:nowrap;
  289. }
  290. @font-face {
  291. font-family: 'arial';
  292. src: url('https://cad931e690b351f1c798210cffba034ea9f20b38.googledrive.com/host/0B_9xMBp4alnDUEtkelVxdllla0E/easanscurves-regular-webfont.eot');
  293. src: url('https://cad931e690b351f1c798210cffba034ea9f20b38.googledrive.com/host/0B_9xMBp4alnDUEtkelVxdllla0E/easanscurves-regular-webfont.eot?#iefix') format('embedded-opentype'),
  294. url('https://cad931e690b351f1c798210cffba034ea9f20b38.googledrive.com/host/0B_9xMBp4alnDUEtkelVxdllla0E/easanscurves-regular-webfont.woff') format('woff'),
  295. url('https://cad931e690b351f1c798210cffba034ea9f20b38.googledrive.com/host/0B_9xMBp4alnDUEtkelVxdllla0E/easanscurves-regular-webfont.ttf') format('truetype'),
  296. url('https://cad931e690b351f1c798210cffba034ea9f20b38.googledrive.com/host/0B_9xMBp4alnDUEtkelVxdllla0E/easanscurves-regular-webfont.svg') format('svg');
  297. font-weight: normal;
  298. font-style: normal;
  299. }
  300. body {
  301. font-family: "ea_sans_curves_regularregular";
  302. background-color: transparent;
  303. }
  304. .download-button {
  305.  
  306. }
  307. .dl_button {
  308. color: #fff;
  309. text-decoration: none;
  310. font-size: 26px;
  311. font-family: 'ea_sans_curves_regularregular', sans-serif;
  312. border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
  313. border: 1px solid #000;
  314. box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1); -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,1);
  315. text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, 1px -1px 0px #000, -2px 3px 0px #000,1px 1px 0px #000;
  316.  
  317.  
  318. background: #6db3f2; /* Old browsers */
  319. background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
  320. background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
  321. background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  322. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
  323.  
  324. }
  325. .dl_button:hover {
  326. background: -webkit-linear-gradient(#fcb326, #ffd34c); / For Safari 5.1 to 6.0 /
  327. background: -o-linear-gradient(#fcb326, #ffd34c); / For Opera 11.1 to 12.0 /
  328. background: -moz-linear-gradient(#fcb326, #ffd34c); / For Firefox 3.6 to 15 /
  329. background: linear-gradient(#fcb326, #ffd34c); / Standard syntax (must be last) /
  330. }
  331. .dl_button img {
  332. vertical-align: left;
  333. margin-left: 2%;
  334. margin-top: -5px;
  335. }
  336. .hide-div {
  337.  
  338. }
  339. .show-div {
  340. margin-top: 20px;
  341. }
  342.  
  343. .half-content {
  344. width: 48%;
  345. margin-bottom: 30px;
  346. }
  347. .full-content {
  348. margin-bottom: 30px;
  349. }
  350. .content {
  351. font-size:35px;
  352. width: 100%;
  353. margin-bottom: 10px;
  354. }
  355. .full-button {
  356. }
  357. .link_a {
  358. display: block;
  359. background: -webkit-linear-gradient(#ffd34c, #fcb326) !important; / For Safari 5.1 to 6.0 /
  360. background: -o-linear-gradient(#ffd34c, #fcb326) !important; / For Opera 11.1 to 12.0 /
  361. background: -moz-linear-gradient(#ffd34c, #fcb326) !important; / For Firefox 3.6 to 15 /
  362. background: linear-gradient(#ffd34c, #fcb326) !important; / Standard syntax (must be last) /
  363. background-color: #fcb326 !important;
  364. font-family: 'ea_sans_curves_regularregular';
  365. font-weight: 200px;
  366. font-size: 10px !important;
  367. color: #303030;
  368. text-align: left;
  369. text-transform: uppercase;
  370. padding: 1.5%;
  371. text-decoration: none;
  372. border-radius: 5px;
  373. border: 1px solid #ffd34c;
  374. width: 100%;
  375. cursor: pointer;
  376. }
  377. .link_a img {
  378. vertical-align: left;
  379. margin-left: 0%;
  380. margin-top: 0px;
  381. }
  382. .link_a:hover {
  383. background: -webkit-linear-gradient(#fcb326, #ffd34c) !important; / For Safari 5.1 to 6.0 /
  384. background: -o-linear-gradient(#fcb326, #ffd34c) !important; / For Opera 11.1 to 12.0 /
  385. background: -moz-linear-gradient(#fcb326, #ffd34c) !important; / For Firefox 3.6 to 15 /
  386. background: linear-gradient(#fcb326, #ffd34c) !important; / Standard syntax (must be last) /
  387. }
  388.  
  389. </style>
Add Comment
Please, Sign In to add comment