Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- / ̄\/ ̄\
- | ● | ● |
- ,>‐--‐'`ー--‐<
- l 〇 〇 l CODE BY SPLATFESTS
- r^ヽ.__\/_,ノ DO NOT DELETE CREDIT
- `ー/  ̄ ̄ ヽ.\
- l_____l'^´
- l__,__,_j
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>TITLE GOES HERE</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- /*EDIT THIS STUFF FOR CUSTOMIZATION, DELETE THE LINE IF YOU DONT WANNA CUSTOMIZE THAT PART*/
- body{
- background:url(http://data.whicdn.com/images/77065226/large.jpg) fixed;/*BG IMAGE URL GOES HERE*/
- background-color:red; /*BG COLOR GOES HERE*/
- }
- #box{
- background:url() fixed; /*BOX BG IMAGE URL GOES HERE */
- background-color:white; /*BOX BG COLOR GOES HERE*/
- }
- /*DONT EDIT REST OF CSS UNLESS U KNOW WHAT UR DOING*/
- body{
- font-family:MS PGothic;
- }
- #desc{
- font-size:20px;
- margin-bottom:30px;
- }
- #box{
- width:500px;
- text-align:center;
- display:block;
- margin-left:auto;
- margin-right:auto;
- margin-top:80px;
- margin-bottom:80px;
- padding:50px;
- -webkit-border-radius: 20px;
- -moz-border-radius: 20px;
- border-radius: 20px;
- }
- #avi img {
- -webkit-mask-image: url(http://s3.postimg.org/h0kly5zzj/1722440_Fv_VZUWTN.png);
- display:inline;
- }
- #s-m-t-tooltip{
- z-index:999999;
- margin-left:25px;
- margin-top:5px;
- padding:8px;
- display:block;
- background:#fff;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- </style>
- </head>
- <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <!--HTML STARTS HERE-->
- <div id="box">
- <div id="desc">
- DESCRIPTION GOES HERE
- </div>
- <div id="avi">
- <img src="IMAGE URL GOES HERE (150PX)" title="NAME OF CHARACTER GOES HERE">
- <!--COPY+PASTE THE ABOVE LINE FOR MORE AVATARS-->
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment