Advertisement
Guest User

Base Codes - lightjng

a guest
Jul 3rd, 2014
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. SIMPLE SAVED/MOVED BASE CODE BY LIGHTNJNG.TUMBLR.COM
  7.  
  8. PLEASE DON'T REMOVE THE CREDIT BUT YOU CAN TWEAK AS MUCH AS YOU WANT
  9.  
  10. -->
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}" />
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  16.  
  17. <style>
  18.  
  19.  
  20. body{
  21. background: #eeeeee;
  22. font-family: calibri;
  23. font-size: 9px;
  24. color: #555;
  25. }
  26.  
  27. .title{
  28. position: fixed;
  29. margin-top: 180px;
  30. margin-left: 48%;
  31. width: 400px;
  32. font-family: 'great vibes', cursive;
  33. font-size: 45px;
  34. color: #555;
  35. }
  36.  
  37. .list{
  38. position: fixed;
  39. margin-top: 250px;
  40. margin-left: 41%;
  41. width: 400px;
  42. font-family: calibri;
  43. font-size: 9px;
  44. }
  45.  
  46. .ask{
  47. position: fixed;
  48. margin-top: 330px;
  49. margin-left: 32%;
  50. width: 500px;
  51. }
  52.  
  53. h3{
  54. font-family: 'great vibes', cursive;
  55. font-size: 45px;
  56. color: #555;
  57. }
  58.  
  59. a:link, a:active, a:visited{
  60. text-decoration: none;
  61. color: #555;
  62. }
  63.  
  64.  
  65. </style>
  66.  
  67. </head>
  68. <body>
  69.  
  70. <div class="title">
  71.  
  72. saved
  73.  
  74. </div>
  75.  
  76. <div class="list">
  77.  
  78. <ul>
  79. <li>if you want this url message me down below</li>
  80. <li>just make a list or something</li>
  81. <li>you could change this to a i moved theme as well!</li>
  82. <li>just keep the list as short as possible</li>
  83. </ul>
  84.  
  85. </div>
  86.  
  87.  
  88. <div class="ask">
  89. <iframe frameborder="0" width="500px" height="200px" id="ask_form" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com"></iframe>
  90. </div>
  91.  
  92.  
  93.  
  94. </body>
  95.  
  96. <div style="position: fixed; margin-left:3px;bottom: 3px; padding: 2px; background: transparent; font-family: calibri; font-size: 15px;"><a href="http://lightjng.tumblr.com">+</a></div>
  97.  
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement