Lyend

Untitled

Jul 31st, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.02 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en-us">
  3. <!--
  4. Title: ID Chatango
  5. contributors: Lyend
  6. Size: 5kb
  7. size.css: 3kb
  8. pixel-size: 350x200
  9. Description: Excuse my spelling, but this is a simply, modifiable 350px by 200px for your chatango account.
  10.  
  11. Mods: #body (position and background)
  12.      #picture (picture)
  13.      #textrea (font,size,color)
  14.    See end on how to mod
  15.  
  16. External: dropbox, script-ango, adfly,
  17. -->
  18.    
  19. <head>
  20.     <!-- Title page. Hey don't miss this over here! Put your name there!-->
  21.    
  22.     <script language="javascript">document.title=("Your name")</script>
  23.     <link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/3uii5ii0oxzaiai/ID.css">
  24.    
  25. </head>
  26. <body>
  27.     <div id="body">
  28.         <div id="photo"></div>
  29.        
  30.         <table id="infor">
  31.             <tr>
  32.                 <th class="age">Your Age</th>
  33.             </tr>
  34.             <tr>
  35.                 <th class="location">Your Location</th>
  36.             </tr>
  37.             <tr>
  38.                 <th class="username">Your Username</th>
  39.             </tr>  
  40.         </table>
  41.        
  42.         <div id="textarea">Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text.</div>
  43.        
  44.        
  45.         <!-- Don't Delete, copyright fraud -->
  46.         <a href="http://adf.ly/7434152/script-ango" target="_blank">
  47.             <div id="issue"></div>
  48.         </a>
  49.         <!-- Delete release -->
  50.        
  51.     </div>
  52.    
  53.    
  54.     <!-- Want to customize your card? Here's how.  Everything is currently at defualt, it's okay if you delete this, it won't kill it. -->
  55. <style>
  56. #body {
  57.     Position:relative; /* Change this to position:absolute; if you wish to move the card around */
  58.     top:5px; /*Use these dials to move the card - modify the numbers - Note: It will not move if you keep position:relative; */
  59.     left:10px;
  60.     background-image:url("http://wallfoy.com/wp-content/uploads/2013/12/Cool-White-Background-91.jpg"); /*Change the link if you want a different background. Careful not to delete the quotes.*/
  61. }
  62. #picture {
  63.     background-image:url("http://fp.chatango.com/profileimg/l/y/lyend/thumb.jpg"); /* Simply change the url, if you wish to make the image your chatango thumb image simply modify the following.
  64.     ...profileimg/l/y/lyend/... Change to the first two letters of your username// example .../profileimg/l/y/... Then followed by your full username profileimg/l/y/lyend. */
  65. }
  66. #textarea {
  67.     color:black; /* Modify by hex or typing out the name. example... color:black; color:#000000; */
  68.     font-size:9px; /*Modify text size*/
  69.     font-family:"Varanda"; /*Modify Font-face/font-family*/
  70. }
  71. </style>
  72. </body>
  73. </html>
Add Comment
Please, Sign In to add comment