Advertisement
joydivisions

basics

Dec 30th, 2012
1,919
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 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"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <head><title>{Title}</title><link rel="shortcut icon" href="{Favicon}"><link rel="alternate" type="application/rss+xml" href="{RSS}">{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}<style type="text/css">
  4.  
  5.  
  6. body {font-size:10px;font-family:arial;line-height:140%;font-style:normal;color:#000;}
  7.  
  8. a:link, a, a:active, a:visited {-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
  9. color:#000;
  10. text-decoration:underline;}
  11.  
  12. a:hover{-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
  13. color:#bbbbbb;
  14. text-decoration:underline;}
  15.  
  16. div#header{width:450px;margin:auto;padding-top:16%;}
  17.  
  18. #img{position:fixed; right:5%; top:10%;opacity:1; width:230px;}
  19.  
  20. {CustomCSS}
  21.  
  22. </style></head><body>
  23.  
  24. <div id="img"></div>
  25.  
  26. <div id="header">
  27.  
  28. [ THIS IS WHERE YOUR TEXT GOES AND MAKE SURE YOU DELETE THIS SHIT THAT I'VE WRITTEN OR YOU'RE GOING TO LOOK LIKE A DUNCE. Also rn, you'll see (if you look up) <div id="img"></div> . now if you'd like an image like my moon on the 'effective previews' use this: <img src="IMAGE URL GOES HERE"width""> you might have to retype the quotations but w/e. if you don't want an img then just ignore this and delete all of this writing i've done in the brackets. also delete the brackets along with the text, don't be that asshole who leaves this shit in. ]
  29.  
  30. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement