Advertisement
hazelrace

SECRET DOOR - theme by hazelrace

Apr 8th, 2013
1,550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9.  
  10. # # ## ###### ###### # ##### ## #### ######
  11. # # # # # # # # # # # # # #
  12. ###### # # # ##### # # # # # # #####
  13. # # ###### # # # ##### ###### # #
  14. # # # # # # # # # # # # # #
  15. # # # # ###### ###### ###### # # # # #### ######
  16.  
  17. -don't steal
  18. -don't redistrubute
  19. -don't remove credit
  20. -have fun!!!
  21.  
  22. --->
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#838282"/>
  26. <meta name="color:Text" content="#838282"/>
  27. <meta name="color:Link" content="#b8b8b8"/>
  28. <meta name="image:sidebar" content="http://media.tumblr.com/aca1219d4c9d7b8f0fd039185d20e1fc/tumblr_inline_mkudc4tj1c1qz4rgp.jpg"/>
  29.  
  30.  
  31. <meta name="text:Link 1 URL" content="/"/>
  32. <meta name="text:Link 2 URL" content="/"/>
  33. <meta name="text:Link 3 URL" content=""/>
  34. <meta name="text:Link 1" content="link 1"/>
  35. <meta name="text:Link 2" content="link 2"/>
  36. <meta name="text:Link 3" content="link 3"/>
  37.  
  38. <style type="text/css">
  39.  
  40. body {
  41. background:{color:background};
  42. margin:0px;
  43. color:{color:text};
  44. font-family:Calibri;
  45. font-size:10px;
  46. line-height:100%;
  47. }
  48.  
  49. a {
  50. text-decoration:none;
  51. outline:none;
  52. -moz-outline-style:none;
  53. color:{color:link};
  54. -webkit-transition: all 0.3s ease-in-out;
  55. -moz-transition: all 0.3s ease-in-out;
  56. -o-transition: all 0.3s ease-in-out;
  57. -ms-transition: all 0.3s ease-in-out;
  58. transition: all 0.3s ease-in-out;
  59. }
  60.  
  61. img {
  62. border:none;
  63. }
  64.  
  65. blockquote {
  66. padding-left:5px;
  67. border-left:2px solid;
  68. }
  69.  
  70. blockquote blockquote {
  71. padding-left:5px;
  72. border-left:2px solid;
  73. }
  74.  
  75. h1 {
  76. font-size:15px;
  77. }
  78.  
  79. #entries {
  80. padding:10px;
  81. width:400px;
  82. margin-left:300px;
  83. margin-top:60px;
  84. }
  85.  
  86. #post {
  87. width:400px;
  88. padding-bottom:100px;
  89. }
  90.  
  91. #sidebar {
  92. width:250px;
  93. position:fixed;
  94. margin-left:0px;
  95. margin-top:-82px;
  96. height:100%;
  97. z-index:555;
  98. background:url("{image:Sidebar}")
  99. }
  100.  
  101. #title {
  102. font-size:15px;
  103. text-align:center;
  104. margin-top:205px;
  105. font-family:times;
  106. max-width:150px;
  107. color:{color:Title};
  108. margin-lefT:auto;
  109. margin-right:auto;
  110. text-transform:uppercase;
  111. }
  112.  
  113. #sidebarimage {
  114. width 250px;
  115. }
  116. #links {
  117. opacity:1;
  118. font-family:times;
  119. width:350px;
  120. margin-top:50px;
  121. background:#fff;
  122. height:30px;
  123. border-top: 1px solid #e4e3e2;
  124. margin-left:330px;
  125. border-bottom: 1px solid #e4e3e2;
  126. }
  127. #links a {
  128. text-transform:uppercase;
  129. padding:18px;
  130. line-height:30px;
  131. -webkit-transition: all 0.3s ease-in-out;
  132. -moz-transition: all 0.3s ease-in-out;
  133. -o-transition: all 0.3s ease-in-out;
  134. -ms-transition: all 0.3s ease-in-out;
  135. transition: all 0.3s ease-in-out;
  136. }
  137. a:hover {
  138. background-color:#e4e3e2;
  139. color:white;
  140. }
  141. #description {
  142. padding:5px;
  143. background:white;
  144. width:150px;
  145. line-height: 10px;
  146. font-family:new roman;
  147. margin-left:auto;
  148. margin-right:auto;
  149. border: 1px solid #e4e3e2;
  150. text-align:center;
  151. }
  152.  
  153. #pagination {
  154. font-size:8px;
  155. bottom:5px;
  156. width:74px;
  157. position:fixed;
  158. margin-left:750px;
  159. text-align:center;
  160. line-height:200%;
  161. height:15px;
  162. z-index:9999999999;
  163. background:#eee;
  164. }
  165.  
  166. #info {
  167. text-align:right;
  168. margin-top:15px;
  169. max-width:400px;
  170. border-top:1px solid #e4e3e2;
  171. text-transform: uppercase;
  172. font-size: 9px;
  173. font-style: none;
  174. }
  175.  
  176. #asker {
  177. padding:10px;
  178. max-width:400px;
  179. background:#e4e3e2;
  180. }
  181. }
  182. .quote {
  183. padding:20px;
  184. background-color:#e4e3e2;
  185. color:white;
  186. }
  187. #crt {
  188. bottom:22.5px;
  189. right:30px;
  190.  
  191. position:fixed;
  192. }
  193. #crt a {
  194. font-size:12px;
  195. letter-spacing:1px;
  196. position:fixed;
  197. padding:5px;
  198. font-family:"times";
  199. -webkit-transition-timing-function: ease-out;
  200. -webkit-transition-duration: 500ms;
  201. }
  202. #crt a:hover {
  203. -webkit-transition-timing-function: ease-out;
  204. -webkit-transition-duration: 500ms;
  205. BACKGROUND:{COLOR:BACKGROUND};
  206. }
  207. {CustomCSS}</style></head><body><div id="crt"><br><a href="http://hazelrace.tumblr.com/">H.</a></div>
  208.  
  209. <div id="links">
  210. <a href="/">index</a>
  211. <a href="/ask">ask</a>
  212. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  213. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  214. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  215. </div>
  216.  
  217.  
  218. <div id="sidebar">
  219.  
  220. <div id="title">{Title}</div>
  221. <!---ANNNNAHH1!!1--->
  222. <div id="sidebarimage"></div>
  223.  
  224. <div id="description">{Description}</div>
  225.  
  226.  
  227.  
  228.  
  229. </div>
  230.  
  231. <div id="pagination">
  232. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage} /
  233. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}{/block:Pagination}
  234. </div>
  235. <div id="entries">{block:Posts}<div id="post">
  236.  
  237. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  238.  
  239. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  240.  
  241. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  242.  
  243. {block:Quote}<div class="quote">{Quote}<p align="right">{block:Source} โ€”{Source}{/block:Source}</p></div>{/block:Quote}
  244.  
  245. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  246.  
  247. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  248.  
  249. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  250.  
  251. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  252.  
  253. {block:Answer}<div id="asker"><b>{Asker}</B>: {Question}<br></div>{Answer}{/block:Answer}
  254.  
  255. <div id="info">
  256. {block:Date}{DayOfMonthWithZero} {ShortMonth} {ShortYear} {/block:Date} ยท <a href="{Permalink}">
  257. {NoteCount}</a>{block:PermalinkPage} {block:RebloggedFrom}<br><a href="{ReblogParentURL}"
  258. title="{ReblogParentTitle}">VIA</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">SOURCE</a>{/block:RebloggedFrom}{/block:PermalinkPage} <br> {block:HasTags}{block:Tags} <small>& </SMALL><a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  259.  
  260. </div>
  261. {block:PostNotes}<dl>{PostNotes-16}</dl>{/block:PostNotes}
  262. {/block:Posts}</div>
  263.  
  264. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement