Advertisement
Guest User

HOMEPAGE FEITA PELO CAIO

a guest
Mar 31st, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.26 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Jura' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Geo' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <title>Teste2</title>
  13. <!--[if lt IE 9]>
  14. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  15. <![endif]-->
  16.  
  17. <script>if(typeof jQuery=='undefined'){document.write('<'+'script');document.write(' language="javascript"');document.write('
  18.  
  19. type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</'+'script'+'>')}</script> <link
  20.  
  21. href="http://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet" type="text/css" /> <link href="http://fonts.googleapis.com/css?family=Nothing+You
  22.  
  23. +Could+Do" rel="stylesheet" type="text/css" /> <link href="http://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet" type="text/css" /> <link
  24.  
  25. href="http://fonts.googleapis.com/css?family=Voltaire" rel="stylesheet" type="text/css" /> <link href="http://fonts.googleapis.com/css?family=Frijole" rel="stylesheet"
  26.  
  27. type="text/css" /> <link href="http://fonts.googleapis.com/css?family=Montserrat+Subrayada" rel="stylesheet" type="text/css" /> <link
  28.  
  29. href="http://fonts.googleapis.com/css?family=Bangers" rel="stylesheet" type="text/css" />
  30.  
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33. <script>
  34. (function($){
  35. $(document).ready(function(){
  36. $("a[title]").style_my_tooltips({
  37. tip_follows_cursor:true,
  38. tip_delay_time:0,
  39. tip_fade_speed:400,
  40. attribute:"title"
  41. });
  42. });
  43. })(jQuery);
  44. </script>
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
  47.  
  48. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  49. </script>
  50. <script type="text/javascript">
  51. $(document).ready(function(){
  52. $(".hopver").hide();
  53. $(".hover").click(function(){
  54. $(this).next(".hopver").slideToggle('fast');
  55. }); }); </script>
  56.  
  57.  
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
  59. <script>
  60. $(document).ready(function(){
  61. $("#hover").click(function(){
  62. $("#hopver").slideDown(5000);
  63. });
  64. $("#stop").click(function(){
  65. $("#hopver").stop();
  66. });
  67. });
  68. </script>
  69.  
  70.  
  71. <!-- Back to top Button (start) -->
  72. <script>
  73. jQuery(document).ready(function() {
  74. var offset = 220;
  75. var duration = 1000;
  76. jQuery(window).scroll(function() {
  77. if (jQuery(this).scrollTop() > offset) {
  78. jQuery('.top_button').fadeIn(duration);
  79. } else {
  80. jQuery('.top_button').fadeOut(duration);
  81. }
  82. });
  83.  
  84. jQuery('.top_button').click(function(event) {
  85. event.preventDefault();
  86. jQuery('html, body').animate({scrollTop: 0}, duration);
  87. return false;
  88. })
  89. });
  90. </script>
  91. <!-- Back to top Button (end) -->
  92.  
  93. <!-- View Posts Button (start) -->
  94. <script>
  95. $(function() {
  96.  
  97. // scroll handler
  98. var scrollToAnchor = function( id ) {
  99.  
  100. // grab the element to scroll to based on the name
  101. var elem = $("a[name='"+ id +"']");
  102.  
  103. // if that didn't work, look for an element with our ID
  104. if ( typeof( elem.offset() ) === "undefined" ) {
  105. elem = $("#"+id);
  106. }
  107.  
  108. // if the destination element exists
  109. if ( typeof( elem.offset() ) !== "undefined" ) {
  110.  
  111. // do the scroll
  112. $('html, body').animate({
  113. scrollTop: elem.offset().top
  114. }, 1000 );
  115.  
  116. }
  117. };
  118.  
  119. // bind to click event
  120. $("a").click(function( event ) {
  121.  
  122. // only do this if it's an anchor link
  123. if ( $(this).attr("href").match("#") ) {
  124.  
  125. // cancel default event propagation
  126. event.preventDefault();
  127.  
  128. // scroll to the location
  129. var href = $(this).attr('href').replace('#', '')
  130. scrollToAnchor( href );
  131.  
  132. }
  133.  
  134. });
  135.  
  136. });
  137. </script>
  138. <script>
  139. $(window).scroll(function() {
  140. var scrollTopVal = $(this).scrollTop();
  141. if ( scrollTopVal > 200 ) {
  142. $('#posts_link').css({'bottom':'-200px'});
  143.  
  144. } else {
  145. $('#posts_link').css({'bottom':'140px'});
  146. }
  147. });
  148. </script>
  149. <!-- View Posts Button (end) -->
  150.  
  151. <!-- Side Links Transition (start) -->
  152. <script>
  153. $(window).scroll(function() {
  154. var scrollTopVal = $(this).scrollTop();
  155. if ( scrollTopVal > 500 ) {
  156. $('#sidelinks').css({'left':'18px'});
  157.  
  158. } else {
  159. $('#sidelinks').css({'left':'-100px'});
  160. }
  161. });
  162. </script>
  163. <!-- Side Links Transition (end) -->
  164.  
  165.  
  166. <script type="text/javascript">$("window").load(function() {
  167. $("body").removeClass("preload");
  168. });</script>
  169.  
  170.  
  171. </head>
  172.  
  173. <body>
  174. <div id="avatar"></div>
  175. <div id="title">Uslas</div>
  176. <div id="request"></div>
  177. <div id="odfm">Order Form: Request your custom.<br> <b>- DISPLAY PICTURE [Mark "x" if you want this]</b><br> 1. NAME [Type your name]<br> 2. PRICE [Type how much
  178.  
  179. you'll pay]<br> 3. SEND YOUR PHOTO [Photo link]<br> 3. DESCRIPTION/REFERENCE [Describe the custom you'll want, give me reference, send me a photo/link] <br> 4. SEND
  180.  
  181. CREDITS AND WAIT FOR AN ANSWER<br> 5. WAIT PATIENTLY FOR YOUR CUSTOM <br> <b>- CUSTOM PRODUCT [Mark "x" if you want this]</b><br> 1. NAME [Type your name]<br> 2. PRICE
  182.  
  183. [Type how much you'll pay]<br> 3. DESCRIPTION/REFERENCE [Describe the custom you'll want, give me reference, send me a photo/link] <br> 4. SEND CREDITS AND WAIT FOR AN
  184.  
  185. ANSWER<br> 5. WAIT PATIENTLY FOR YOUR CUSTOM <br /><br /> <b>Copy the order form that you chose and paste in the popup message. Thank you very much.</b></div></div>
  186. <div id="rtitle">Quick Sale
  187. </div>
  188. <div id="painel"><iframe src="http://filedrive.imvustylez.net/users/Kaott/U1.html" name="" marginwidth="0" marginheight="0" allowtransparency="true" frameborder="0"
  189.  
  190. height="485" width="770"></iframe></div></div>
  191. <div id="subtitle">THE POWER OF CREATION</div>
  192. <div id="view">LAYOUT BEST VIEWED IN CHROME <img src="http://vignette3.wikia.nocookie.net/wowwiki/images/4/48/Icon-Chrome-22x22.png/revision/latest?cb=20081009004516"
  193.  
  194. alt="" style="width:13px;height:12px"></img></div>
  195. <div class="sidebar_menu">
  196. <a href="http://filedrive.imvustylez.net/users/Uslas/Home1.html" frame="ID" title="Home">I</a>
  197. <a href="http://filedrive.imvustylez.net/users/Uslas/Biography1.html" frame="ID" title="About">II</a>
  198. <a href="http://filedrive.imvustylez.net/users/Uslas/FAQ.html" frame="ID" title="FAQ">III</a>
  199. <a href="http://filedrive.imvustylez.net/users/Uslas/Support1.html" frame="ID" title="Support">IV</a></div>
  200. <div id="button">▲</div>
  201. <div id="button2">▼</div>
  202. <div id="button3">▼</div>
  203. <div id="cover"></div>
  204. <div class="credit">
  205. <div class="creditname">
  206. <a href="http://avatars.imvu.com/Kaott" target="_blank" >CREDITS</a>
  207. </div>
  208. </div>
  209. <div id="banner">
  210. <div id="sidebar">
  211. <a class="hover"><font color="#fff">NAVIGATION</font></a>
  212. <div class="hopver">
  213. <a href="imvu:StartIM?avatar=Uslas&fromSite=1" ><font color="#fff">CHAT</font></a>
  214. <a href="http://pt.imvu.com/catalog/web_send_message_widget.php?recipient_id=33225621" ><font color="#fff">MESSAGE</font></a>
  215. <a href="http://pt.imvu.com/catalog/web_add_contact.php?contact=Uslas" ><font color="#fff">ADD</font></a>
  216. <a href="http://pt.imvu.com/catalog/web_mypage.php?block=33225621" ><font color="#fff">BLOCK</font></a>
  217. <a href="http://pt.imvu.com/shop/web_search.php?manufacturers_id=33225621" ><font color="#fff">SHOP</font></a>>
  218. <a href="http://pt.imvu.com/members/Uslas/" ><font color="#fff">STREAM</font></a>
  219. </div> </div>
  220. <div class="update">
  221. <div class="l1">WHAT'S NEW?
  222. <div class="txt1">
  223. <p> > New Layout <p>
  224. <p> > Empty - No Date <p>
  225. <p><n>><b> Empty - No Date </n></b></div></b></div>
  226. <div id="musicp">
  227. <div style="position:fixed;width:16px;height:16px;overflow:hidden;"><div class="musicb"><embed src="http://www.sheepproductions.com/billy/billy.swf?
  228.  
  229. autoplay=true&f0=https://dl.dropboxusercontent.com/u/58845205/Skyrim%20OST-%20CD%202-%20Track%2008-%20The%20Bannered%20Mare.mp3&t0=&total=1" quality="high"
  230.  
  231. wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div></div>
  232. <div class="musicn"></div>
  233. </div>
  234.  
  235. </body>
  236.  
  237. <style>
  238.  
  239.  
  240. body {font-family: Verdana, sans-serif; font-size:0.8em; text-align: center; font-size: 12px; background-image:url('http://i.imgur.com/TW4fJmr.png'); background-
  241.  
  242. attachment: absolute;height:1185px; background-color:#111;border-bottom:39px solid #; }
  243. header,nav, section,article,footer
  244. {border:1px solid grey; margin:5px; padding:8px;}
  245. nav ul {margin:0; padding:0;}
  246. nav ul li {display:inline; margin:5px;}
  247.  
  248. a {color: {color:link}; text-decoration: none; text-transform:none;}
  249. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  250.  
  251. ol, ul {
  252. list-style: none;
  253. }
  254. blockquote, q {
  255. quotes: none;
  256. }
  257. blockquote:before, blockquote:after,
  258. q:before, q:after {
  259. content: '';
  260. content: none;
  261. }
  262.  
  263. p {margin: 6px 0 0 0}
  264.  
  265.  
  266. #s-m-t-tooltip{
  267. max-width:330px;
  268. font-size:9px;
  269. background-color:#444;
  270. box-shadow:0px 0px 25px rgba(0,0,0,0.1);
  271. color:#fff; border:1px solid #333;
  272. letter-spacing:2px; text-transform:uppercase;
  273. text-shadow: 0px 0px 1px #000;
  274. padding:4px;font-family:'Jura';
  275. margin:15px 0px 10px 15px;
  276. z-index:9999999;}
  277.  
  278. #musicp{
  279.  
  280. position:fixed;
  281. z-index:3;
  282. bottom:4px;
  283. left:5px;
  284. width:16px;
  285. height:16px;
  286. overflow:hidden;
  287. padding:4px;
  288. border-radius:5px;
  289. background:#222;
  290. }
  291.  
  292.  
  293.  
  294. .musicn{
  295. font-size:8px;
  296. width: 1.625em;
  297. border: 0.2em solid #ccc;
  298. height: 1.668em;
  299. border-radius: 3em 3em 0 0; z-index:99999;
  300. border-bottom: none;
  301. margin-left:1px; background-color:#222;
  302. position: relative;
  303. }
  304.  
  305. .musicn:before{
  306. position: absolute;
  307. content: '';
  308. top: 1.1em;
  309. left: 0.05em;
  310. width: 0.313em;
  311. height: 0.825em;
  312. background: #ccc;
  313. border-radius: 0 0.125em 0.125em 0;
  314. }
  315.  
  316.  
  317.  
  318. .musicn:after{
  319. position: absolute;
  320. content: '';
  321. top: 1.1em;
  322. left: 1.26em;
  323. width: 0.313em;
  324. height: 0.825em;
  325. background: #ccc;
  326. border-radius: 0.125em 0 0 0.125em;
  327.  
  328.  
  329. }
  330.  
  331. .musicn{
  332.  
  333.  
  334. overflow:hidden;
  335.  
  336.  
  337.  
  338. background:#;
  339. -webkit-transition: all 0.5s ease-in-out;
  340. -moz-transition: all 0.5s ease-in-out;
  341. transition: all 0.5s ease-in-out;
  342. }
  343. #musicp:hover .musicn{
  344. margin-top:-30px;
  345. -webkit-transition: all 0.5s ease-in-out;
  346. -moz-transition: all 0.5s ease-in-out;
  347. transition: all 0.5s ease-in-out;
  348. }
  349. .musicb{
  350.  
  351. margin-top:3px;margin-left:-22px;
  352. }
  353.  
  354.  
  355.  
  356. .sidebar_menu {
  357. width:200px; position:absolute;
  358. margin-top:919px; margin-left:86px; text-shadow: 0px 0px 1px #000;
  359. text-align: justify; z-index:999999; border:1px solid #1a1a1a;
  360. -ms-text-justify: distribute-all-lines;
  361. text-justify: distribute-all-lines;}
  362.  
  363. .sidebar_menu a {
  364. vertical-align:top;
  365. text-align:center;
  366. width:47px;
  367. padding:15px 0px; -webkit-transition: all 0.7s ease;
  368. background:#222;
  369. color:#fff;;
  370. font-size:11px;
  371. font-weight:normal;
  372. display:inline-block;
  373. *display: inline;}
  374.  
  375. .sidebar_menu a:hover {
  376. color:#777; box-shadow: 0px 0px 38px #000; -webkit-transition: all 0.4s ease;
  377. }
  378.  
  379.  
  380. #cover {
  381. position: absolute;
  382. top: 0;
  383. left: 0;
  384. bottom: 0;
  385. right: 0;
  386. border-bottom: 32px solid #141414;
  387. background: #000 url(http://static.hdw.eweb4.com/media/wallpapers_1920x1080/games/1/1/the-elder-scrolls-v-skyrim-scenery-game-hd-wallpaper-1920x1080-3033.jpg) 80%
  388.  
  389. 80% no-repeat;
  390. background-size: cover; height:638px; width: 1400px; box-shadow: 0px 0px 5px #000; -webkit-transition: all 0.7s ease;
  391. z-index: 1;
  392. }
  393.  
  394.  
  395.  
  396.  
  397.  
  398. #cover:hover {-webkit-transition: all 0.7s ease; -webkit-filter: grayscale(0%);
  399. background-size: cover; height:638px; box-shadow: 0px 0px 1px #000; -webkit-transition: all 0.7s ease;
  400. z-index: 1;}
  401.  
  402. .credit {
  403. display:block;
  404. color:#000;
  405. background:#333;
  406. padding:6px 9px; font-family:consolas;
  407. font-size:9px;
  408. font-weight:normal; text-shadow: 0px 0px 5px #000;
  409. text-align:center;
  410. text-transform:uppercase;
  411. z-index:9999999999; letter-spacing:1px;
  412. position:fixed;right:10px;bottom:7px;}
  413. .credit a {color:#fff;
  414. text-decoration:none;}
  415. .creditname {
  416. transition: max-width 1s ease 0s;
  417. -webkit-transition: max-width 1s ease 0s;
  418. max-width:4px;overflow:hidden;}
  419. .credit:hover .creditname {max-width:400px;}
  420.  
  421.  
  422. #avatar {
  423. position: absolute;
  424. margin-top: 670px;
  425. margin-left: 95px;
  426. border: 10px solid #141414;
  427. background: #1a1a1a url(http://userimages-akm.imvu.com/userdata/27/02/13/26/userpics/Snap_bPZRCteglY60902173.png) 50% 80% no-repeat;
  428. background-size: cover; width:160px; height:220px; box-shadow: 0px 0px 54px #000;-webkit-transition: all 0.7s ease;
  429. z-index: 99998;
  430. }
  431.  
  432. #avatar:hover { -webkit-filter: grayscale(100%); -webkit-transition: all 0.7s ease;}
  433.  
  434. :-webkit-scrollbar-thumb:vertical {background:; height: 1px;}ul {list-style-type:decimal;}#page {width: 935px; margin: 5px auto 5px auto;}#side {position:fixed;
  435.  
  436. width:1px; padding:2px; margin-left:110px; margin-top:100px; background:#fff Url('');}::-webkit-scrollbar-thumb{ background-color: #000;border: 1px solid
  437.  
  438. #000;height:auto;
  439. -moz-border-radius: 10px;border-radius: 10px;}::-webkit-scrollbar { height:auto;width:4px; background-color: #fff;border: 1px solid #000;}::-moz-selection
  440.  
  441. {background-color: transparent;color: #000;}
  442.  
  443.  
  444. #sidebar{top:640px;position:absolute; z-index:23123;
  445. border:1px solid #; padding:9px; border-radius:2px; font-size:9px;
  446. width: 98px;background:#111;margin-left:693px; text-transform:uppercase; border-left:3px solid #111;
  447. height:10px;text-align:center;z-index:99999; box-shadow: 0px 1px 1px #000; border-right:1px solid #222;}
  448.  
  449.  
  450.  
  451. .hopver {
  452. margin-left:118px; background-color:#222; text-align:ccenter;
  453. z-index:99999999; border-radius:1px; font-size:8.5px; letter-spacing:2px;
  454. width:240px; padding:5px; border:1px solid #1a1a1a;
  455. margin-top:-25px; font-family:'consolas'; -webkit-transition: all 0.7s ease;
  456. }
  457.  
  458. .hopver:hover { -webkit-transition: all 0.7s ease;
  459. }
  460.  
  461. .hopver a:hover {
  462. width:auto;border-bottom:1px solid #a5cdd4;
  463. -webkit-transition: all 0.6s linear; opacity:0.7; text-align:center;
  464. -moz-transition: all 0.6s linear; text-shadow: 0px 0px 1px #000;
  465. transition: all 0.6s linear;
  466. }
  467.  
  468.  
  469.  
  470.  
  471. .hover{border:1px solid #;border-radius:100px;
  472. text-transform:uppercase;position:relative; line-height: 19px; letter-spacing:5px;
  473. top:-5px;margin-left:-251; font-family:'consolas';
  474. font-size:px;background:#;
  475. cursor:pointer; -webkit-transition: all 0.7s ease;
  476. width:auto;padding:1 7 2 7;
  477. text-align:center;}
  478.  
  479.  
  480.  
  481. .update {
  482. position:absolute;
  483. text-align:center;
  484. text-transform:uppercase;
  485. color:#8C8C8C;
  486. font-size:9px; display: block;
  487. letter-spacing:1px; margin-top:636px; right:1195px;
  488. z-index:2147483607;
  489. font-family:'consolas';
  490. width:450px;
  491. }
  492.  
  493. .l1 {
  494. position:absolute;
  495. right:0px; letter-spacing:10px;
  496. top:0px; height:7px;border-radius:2px;
  497. width:250px; padding:10px; display: block;
  498. background:black;
  499. margin-bottom:8px; opacity:1;
  500. text-align:center;
  501. background: #111; box-shadow: 0px 1px 1px #000;
  502. color:white;
  503. -webkit-transition: all 0.7s ease;
  504. -moz-transition: all 0.7s ease;
  505. -o-transition: all 0.7s ease
  506. }
  507.  
  508. .l1:hover { opacity:1;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  509. border-radius:3px; background-color:#111; color:#fff; box-shadow: 0px 1px 1px #000;}
  510.  
  511. .txt1 {
  512. position:absolute;
  513. width:255px; display: block;
  514. padding:10px; box-shadow: 0px 1px 1px #000;
  515. padding-right:5px; opacity:1;
  516. left:100px; letter-spacing:1px;
  517. margin-top:-90px;
  518. opacity:0; background-color:#111; border-radius:2px;
  519. color:#fff;
  520. text-align:left;
  521. -moz-transition:all 0.7s ease-out;
  522. -webkit-transition:all 0.7s ease-out;
  523. -o-transition:all 0.7s ease-out;}
  524.  
  525. .l1:hover .txt1{left:-1px;opacity:1; }
  526.  
  527.  
  528.  
  529. #title { position:absolute; z-index:11; margin-left: 308px; font-family: 'Orbitron'; font-size: 238px; text-align: center; margin-top:244px; height:; opacity:0.5;
  530.  
  531. width: 556px; color:#000; line-height:16px; letter-spacing: -5px; background-color:#; padding: 7px; border-radius:px; -webkit-transition: 0.4s; border-bottom:1px
  532.  
  533. dotted #;text-shadow: 0px 40px 16px #; text-transform:; -webkit-transition: 0.6s; text-shadow: 0px 0px 56px #; border-bottom:1px solid #; display: block;
  534.  
  535. }
  536.  
  537. #title:hover {text-shadow: 0px 0px 30px #000; -webkit-filter: invert(%); color:#; -webkit-transition: 0.6s; opacity:0.1; -webkit-transition: 0.6s; }
  538.  
  539. #subtitle { position:absolute; z-index:15; margin-left: 482px; font-family: 'Press Start 2P'; font-size: 7px; text-align: center; margin-top:367px; height:18px; width:
  540.  
  541. 526px; color:#eee; line-height: 19px; letter-spacing: 17px; background-color:#; padding: 7px; border-radius:px; -webkit-transition: 0.4s; border-bottom:1px dotted
  542.  
  543. #;text-shadow: 0px 0px 35px #fff; text-transform:uppercase; text-shadow: 0px 0px 1px #;display: block; opacity:0.9; -webkit-transition: 0.6s; }
  544.  
  545. #subtitle:hover {opacity:0;text-shadow: 0px 0px 4px #; -webkit-transition: 0.6s; }
  546.  
  547.  
  548. #painel{ position:absolute; z-index:43245; border-left:5px solid #191919;border-right:5px solid #191919;margin-left: 309px; text-align: center; margin-top:676px;
  549.  
  550. height:460px; width: 666px; color:#fff; line-height: 19px; letter-spacing: 5px; background-color:#171717; padding: 7px; border-radius:2px;-webkit-transition: 0.4s;
  551.  
  552. border-bottom:1px dotted #;text-shadow: 0px 40px 16px #; text-transform:uppercase; text-shadow: 0px 0px 1px #;display: block; border-right:1px solid #; border-
  553.  
  554. left:1px solid #;box-shadow: 0px 0px 1px #000; }
  555.  
  556. #request{ position:absolute; z-index:43245; margin-left: 1029px; text-align: center; margin-top:676px; height:458px; width: 236px; color:#fff; line-height: 19px;
  557.  
  558. letter-spacing: 5px; background-color:#171717; padding: 7px; border-radius:2px; -webkit-transition: 0.4s; border-bottom:1px dotted #;text-shadow: 0px 40px 16px #;
  559.  
  560. text-transform:uppercase; text-shadow: 0px 0px 1px #;display: block; border-right:1px solid #; border-left:1px solid #;box-shadow: 0px 0px 1px #000; border:1px solid
  561.  
  562. #191919; border-left:5px solid #191919;}
  563.  
  564. #rtitle{ position:absolute; z-index:99999; margin-left: 1057px; border-bottom:1px dotted #222; text-align: justify; margin-top:689px; height:16px; width: 214px;
  565.  
  566. color:#fff; border-radius:1px; line-height: 19px; letter-spacing: 10px; background-color:#222; padding: 7px; border-radius:px; -webkit-transition: 0.4s; border-
  567.  
  568. bottom:1px dotted #;text-shadow: 0px 40px 16px #; text-transform:uppercase; text-shadow: 0px 0px 1px #;display: block; border-right:1px solid #; border-left:1px
  569.  
  570. solid #; font-family:'Jura'; font-size:11px;border-left:2px solid #222; box-shadow: 0px 0px 1px #000;}
  571.  
  572. #odfm{ position:absolute; z-index:99999; margin-left: 1057px; border-bottom:1px dotted #222; text-align: justify; margin-top:725px; height:16px; width: 204px;
  573.  
  574. color:#fff; border-radius:1px; line-height: 15px; letter-spacing: 1px; background-color:#; padding: 7px; border-radius:px; -webkit-transition: 0.4s; border-
  575.  
  576. bottom:1px dotted #;text-shadow: 0px 40px 16px #; text-transform:normal; text-shadow: 0px 0px 1px #;display: block; border-right:1px solid #; border-left:1px solid
  577.  
  578. #; font-family:'Jura'; font-size:10px;}
  579.  
  580.  
  581. #view { position:absolute; z-index:5; margin-left: 329px; font-family: 'consolas'; font-size: 8px; text-align: center; margin-top:610px; height:18px; width: 346px;
  582.  
  583. color:#fff; line-height: 19px; letter-spacing: 5px; background-color:#; padding: 7px; border-radius:px; -webkit-transition: 0.4s; border-bottom:1px dotted
  584.  
  585. #;text-shadow: 0px 40px 16px #; text-transform:uppercase; text-shadow: 0px 0px 1px #;display: block; border-right:1px solid #222; border-left:1px solid #222; }
  586.  
  587. #view:hover { }
  588.  
  589. #button { position:absolute; z-index:24555; margin-left:24px; font-family:; font-size: 318px; text-align: center; margin-top:786px; height:px; width: px; color:#;
  590.  
  591. line-height: 19px; background-color:#; padding: 7px; border-radius:px; -webkit-transition: 0.4s; border-bottom:1px dotted #;text-shadow: 0px 40px 16px #; text-
  592.  
  593. transform:uppercase; -webkit-filter: invert(8%); display: block;}
  594.  
  595. #button:hover {-webkit-transform: rotate(deg);}
  596.  
  597. #button2 { position:absolute; z-index:24555; margin-left:24px; font-family:; font-size: 318px; text-align: center; margin-top:735px; height:px; width: px; color:#;
  598.  
  599. line-height: 19px; background-color:#; padding: 7px; border-radius:px; -webkit-transition: 0.4s; border-bottom:1px dotted #;text-shadow: 0px 40px 16px #; text-
  600.  
  601. transform:uppercase; -webkit-filter: invert(8%); display: block;}
  602.  
  603. #button2:hover {-webkit-transition: 0.6s; }
  604.  
  605. #button3 { position:absolute; z-index:24555; margin-left:24px; font-family:; font-size: 318px; text-align: center; margin-top:925px; height:px; width: px; color:#;
  606.  
  607. line-height: 19px; background-color:#; padding: 7px; border-radius:px; -webkit-transition: 0.4s; border-bottom:1px dotted #;text-shadow: 0px 40px 16px #; text-
  608.  
  609. transform:uppercase; -webkit-filter: invert(8%); display: block;}
  610.  
  611. #button3:hover {-webkit-transition: 0.6s; }
  612.  
  613.  
  614. #footerBanner { background-color:#; color:#; text-align: right; margin-top:-1550px; position:absolute; }
  615.  
  616.  
  617. #footer_style {
  618. ;
  619. text-transform: none;
  620. text-decoration: none;
  621. margin: 0;
  622. padding: 0; margin-top:-1650px;
  623. margin: 1550;
  624. color: #444444;
  625. line-height: 20px;
  626. text-align: center;
  627. }
  628.  
  629.  
  630.  
  631. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement