Luchigo

faves

Apr 17th, 2016
2,660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. <!--
  2.     / ̄\/ ̄\
  3.    | ● | ●  |
  4.    ,>‐--‐'`ー--‐<
  5.    l 〇   〇 l CODE BY SPLATFESTS
  6.   r^ヽ.__\/_,ノ DO NOT DELETE CREDIT
  7.   `ー/    ̄ ̄ ヽ.\
  8.     l_____l'^´
  9.      l__,__,_j
  10. -->
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>TITLE GOES HERE</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <style type="text/css">
  18.  
  19. /*EDIT THIS STUFF FOR CUSTOMIZATION, DELETE THE LINE IF YOU DONT WANNA CUSTOMIZE THAT PART*/
  20. body{
  21. background:url(http://data.whicdn.com/images/77065226/large.jpg) fixed;/*BG IMAGE URL GOES HERE*/
  22. background-color:red; /*BG COLOR GOES HERE*/
  23. }
  24.  
  25.  
  26. #box{
  27. background:url() fixed; /*BOX BG IMAGE URL GOES HERE */
  28. background-color:white; /*BOX BG COLOR GOES HERE*/
  29. }
  30.  
  31. /*DONT EDIT REST OF CSS UNLESS U KNOW WHAT UR DOING*/
  32.  
  33. body{
  34. font-family:MS PGothic;
  35. }
  36.  
  37. #desc{
  38. font-size:20px;
  39. margin-bottom:30px;
  40. }
  41.  
  42. #box{
  43. width:500px;
  44. text-align:center;
  45. display:block;
  46. margin-left:auto;
  47. margin-right:auto;
  48. margin-top:80px;
  49. margin-bottom:80px;
  50. padding:50px;
  51. -webkit-border-radius: 20px;
  52. -moz-border-radius: 20px;
  53. border-radius: 20px;
  54. }
  55.  
  56. #avi img {
  57. -webkit-mask-image: url(http://s3.postimg.org/h0kly5zzj/1722440_Fv_VZUWTN.png);
  58. display:inline;
  59. }
  60.  
  61. #s-m-t-tooltip{
  62. z-index:999999;
  63. margin-left:25px;
  64. margin-top:5px;
  65. padding:8px;
  66. display:block;
  67. background:#fff;
  68. -webkit-border-radius: 5px;
  69. -moz-border-radius: 5px;
  70. border-radius: 5px;
  71. }
  72. </style>
  73. </head>
  74.  
  75. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  76. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  77. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  78. <script>
  79. (function($){
  80. $(document).ready(function(){
  81. $("[title]").style_my_tooltips();
  82. });
  83. })(jQuery);
  84. </script>
  85.  
  86. </head>
  87. <body>
  88. <!--HTML STARTS HERE-->
  89.  
  90. <div id="box">
  91. <div id="desc">
  92. DESCRIPTION GOES HERE
  93. </div>
  94.  
  95. <div id="avi">
  96. <img src="IMAGE URL GOES HERE (150PX)" title="NAME OF CHARACTER GOES HERE">
  97. <!--COPY+PASTE THE ABOVE LINE FOR MORE AVATARS-->
  98. </div>
  99.  
  100. </div>
  101.  
  102. </body>
  103. </html>
Advertisement
Add Comment
Please, Sign In to add comment