themesbyhaleigh

Page #2 V2, Saved URL

Jul 19th, 2013
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <!-- Page #2 V2, Saved URL by nerdydean. Keep the credit intact, edit as much as you like, and message me if you have any problems. -->
  7.  
  8.  
  9. <head><title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Sidebar" content="#ffffff"/>
  17. <meta name="color:Text" content="#a7a7a7"/>
  18. <meta name="color:Link" content="#b8b8b8"/>
  19. <meta name="color:Line" content="#f2f2f2"/>
  20. <meta name="color:Border" content="#e4e4e4"/>
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:bg" content=""/>
  23. <meta name="text:yourURL" content="URL don't worry about the .tumblr.com" />
  24. <meta name="text:Link1" content="owner" />
  25. <meta name="text:Link2" content="negotiate" />
  26. <meta name="text:Link3" content="another link if you want if not just leave the text blank and it will go away" />
  27. <meta name="text:Link3 URL" content="/" />
  28. <meta name="color:textselect background" content="#000000" />
  29. <meta name="color:textselect fontcolor" content="#ffffff" />
  30.  
  31.  
  32. <style type="text/css">
  33.  
  34. body {
  35. background:{color:background};
  36. margin:0px;
  37. color:{color:text};
  38. font-family:Calibri;
  39. font-size:9px;
  40. line-height:100%;
  41. }
  42.  
  43. a {
  44. text-decoration:none;
  45. outline:none;
  46. -moz-outline-style:none;
  47. color:{color:link};
  48. }
  49.  
  50. a:hover {
  51. opacity:10;
  52. color:{color:hover};
  53. -webkit-transition: all 0.7s ease;
  54. -moz-transition: all 0.7s ease;
  55. -o-transition: all 0.7s ease
  56. }
  57.  
  58. ::selection {
  59. background: {color:textselect background};
  60. color: {color:textselect fontcolor};
  61. }
  62.  
  63. ::-moz-selection {
  64. background: {color:textslect background};
  65. color: {color:textselect fontcolor};
  66. }
  67.  
  68. ::-webkit-selection {
  69. background: {color:textselect background};
  70. color: {color:textselect fontcolor};
  71. }
  72.  
  73. #sidebar {
  74. width:500px;
  75. height:700px;
  76. position:fixed;
  77. margin-left:790px;
  78. margin-top:-10px;
  79. opacity:.80;
  80. background-color:{color:Sidebar};
  81. }
  82.  
  83. #sidebarimage {
  84. width 150px;
  85. }
  86.  
  87. #sidebarimage img {
  88. margin-left:-160px;
  89. margin-top:255px;
  90. width:150px;
  91. height:150px;
  92. }
  93.  
  94.  
  95. .links {
  96. width:255px;
  97. height:5px;
  98. padding: 9px;
  99. font-size:8px;
  100. font-family:times;
  101. text-align:center;
  102. margin-top:-180px;
  103. margin-left:-255px;
  104. text-align:center;
  105. text-transform:lowercase;
  106. word-spacing:7px;
  107. position:fixed;
  108. padding-bottom:7px;
  109. border-top:solid 1px;
  110. padding:6px;
  111. border-color: {color:border};;
  112. border-bottom:solid 1px;
  113. padding:6px;
  114. border-color: {color:border};;
  115.  
  116. }
  117.  
  118. .links a {
  119. font-size: 8px;
  120. }
  121.  
  122. .links a:hover {
  123. color:{color:Hover}
  124. text-transform: uppercase;
  125. letter-spacing: 1px;
  126. }
  127.  
  128.  
  129.  
  130. #description {
  131. position:fixed;
  132. font-family:times;
  133. line-height:90%;
  134. font-size:9px;
  135. font-style:none;
  136. width:70px;
  137. margin-top:-110px;
  138. padding:8px;
  139. margin-left:-250px;
  140. text-align:right;
  141. color:{color:text};
  142. }
  143.  
  144. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  145. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  146.  
  147. #credit {
  148. position:fixed;
  149. font-size:8px;
  150. font-weight:normal;
  151. line-height:150%;
  152. letter-spacing:2px;
  153. right:10px;
  154. bottom:10px;
  155. text-transform:uppercase;
  156. text-align:center;
  157. }
  158.  
  159. #credit a {
  160. padding:3px;
  161. color:{color:text};
  162. -moz-transition-duration:0.5s;
  163. -webkit-transition-duration:0.5s;
  164. -o-transition-duration:0.5s;
  165. }
  166.  
  167.  
  168. {CustomCSS}
  169.  
  170.  
  171. </style></head><body>
  172.  
  173. <div id="sidebar">
  174. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  175.  
  176.  
  177. <div id="description">
  178. <center>{Description}</center>
  179. </div>
  180.  
  181.  
  182. <div class="links">
  183. <a href="http://www.{text:yourURL}.tumblr.com">{text:Link1}</a>
  184. <a href="http://www.{text:yourURL}.tumblr.com/ask">{text:Link2}</a>
  185. <a href="{text:Link3 url}">{text:link3}</a>
  186. </div>
  187.  
  188.  
  189.  
  190.  
  191. <div id="credit"><a href="http://hellish.co.vu">theme</a></div>
  192.  
  193.  
  194.  
  195. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment