Advertisement
jesstroya

etc

Apr 24th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 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">
  2.  
  3. <!--------------------------------------------------------------------
  4. Theme by rnisogyny. Please do not remove the credit link or use this as a base for your own themes. Thank you !!
  5. --------------------------------------------------------------------->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. <title>{Title}</title>
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  15.  
  16. <style type="text/css">
  17.  
  18. body {
  19. font-family: 'Inconsolata', sans-serif;
  20. background-attachment:fixed;
  21. background-image: url('http://us.cdn291.fansshare.com/photo/tumblr/beautiful-background-tumblr-backgrounds-1739901746.jpg');
  22. font-size:12px;
  23. background-size:cover;
  24. }
  25.  
  26. #links {
  27. background-image: url('http://static.tumblr.com/k8cmbx9/aWcmc2ig7/pink-background-clouds.jpg');
  28. border:1px solid white;
  29. position:fixed;
  30. width:582px;
  31. }
  32.  
  33. #links a {
  34. background:rgba(255,255,255,.5);
  35. border:1px solid gray;
  36. display:block;
  37. font-size:9pt;
  38. padding-top:2px;
  39. height:16px;
  40. width:80px;
  41. letter-spacing:0px;
  42. text-align:center;
  43. border-radius:5px;
  44. }
  45.  
  46. #links a:hover {
  47. letter-spacing:1px;
  48. background:none;
  49. }
  50.  
  51. #info {
  52. max-width:400px;
  53. margin-top:40px;
  54. padding:10px;
  55. }
  56.  
  57. #stuff {
  58. margin-top:100px;
  59. border:1px solid white;
  60. border-radius:5px;
  61. background:rgba(255,255,255,.4);
  62. width:600px;
  63. max-height:400px;
  64. overflow:scroll;
  65. overflow-x:hidden;
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. color:#9D6299;
  71. -webkit-transition: all 0.7s ease-out;
  72. -moz-transition: all 0.7s ease-out;
  73. transition: all 0.7s ease-out;
  74. }
  75.  
  76. a:link {
  77. text-decoration: none;
  78. -o-transition: all 0.5s ease-out;
  79. -webkit-transition: all 0.5s ease-out;
  80. -moz-transition: all 0.5s ease-out;
  81. }
  82.  
  83. a:visited {
  84. text-decoration: none;
  85. -o-transition: all 0.5s ease-out;
  86. -webkit-transition: all 0.5s ease-out;
  87. -moz-transition: all 0.5s ease-out;
  88. }
  89.  
  90. a:hover {
  91. color:#d9b9c7;
  92. -o-transition: all 0.2s ease-out;
  93. -webkit-transition: all 0.2s ease-out;
  94. -moz-transition: all 0.2s ease-out;
  95. }
  96.  
  97. </style>
  98.  
  99. <body>
  100. <center>
  101. <div id="stuff">
  102. <div id="links">
  103. <table width="520px" height="40px">
  104. <td><a href="/">Home</a></td>
  105. <td><a href="/ask">Ask</a></td>
  106. <td><a href="/submit">Submit</a></td>
  107. <td><a href="/archive">Archive</a></td>
  108. <td><a href="http://tumblr.com/dashboard">Dashboard</a></td>
  109. <!----DO NOT DELETE THIS LINK ---->
  110. <td><a href="http://rnisogyny.tumblr.com">Theme</a></td>
  111. </table>
  112. </div>
  113.  
  114. <div id="info">
  115.  
  116. <!----DELETE THIS TEXT AND REPLACE IT WITH YOUR OWN INFORMATION---->
  117.  
  118. Here is a temporary body of words that you may change to satisfy your blog. Feel free to add images or other links !!
  119. <p>
  120. Here's some more filler stuff oops
  121. <p>Here is a temporary body of words that you may change to satisfy your blog. Feel free to add images or other links !!
  122. <p>
  123. Here's some more filler stuff oops
  124. <p>Here is a temporary body of words that you may change to satisfy your blog. Feel free to add images or other links !!
  125. <p>
  126. Here's some more filler stuff oops
  127. <p>Here is a temporary body of words that you may change to satisfy your blog. Feel free to add images or other links !!
  128. <p>
  129. Here's some more filler stuff oops
  130. <p>Here is a temporary body of words that you may change to satisfy your blog. Feel free to add images or other links !!
  131. <p>
  132. Here's some more filler stuff oops
  133. <p>Here is a temporary body of words that you may change to satisfy your blog. Feel free to add images or other links !!
  134. <p>
  135. Here's some more filler stuff oops
  136. <p>Here is a temporary body of words that you may change to satisfy your blog. Feel free to add images or other links !!
  137. <p>
  138. Here's some more filler stuff oops
  139. <p>
  140.  
  141. <!----END OF CUSTOMIZABLE TEXT---->
  142.  
  143. </div>
  144. </div>
  145. </center>
  146. </body>
  147. </head>
  148. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement