aretter

amor theme

Mar 29th, 2012
28,951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 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.  
  4. <!--
  5. amor theme created by aretter
  6. copyrighted
  7. -->
  8.  
  9. <meta name="if:endless scroll" content="1"/>
  10. <meta name="if:fixed title" content="1" />
  11.  
  12. <meta name="font:title" content="Courier New" />
  13. <meta name="font:body" content="Times New Roman" />
  14.  
  15. <meta name="text:title font size" content="12px" />
  16. <meta name="text:font size" content="10px" />
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. {block:Description}
  26. <meta name="description" content="{MetaDescription}" />
  27. {/block:Description}
  28.  
  29. <style type="text/css">
  30. body {font-family:{font:body};
  31. font-size:{text:font size};
  32. line-height:12px;
  33. text-align:center;
  34. width:760px;
  35. margin-top:40px;
  36. margin-left:280px;
  37. background-color:#fff;}
  38.  
  39. a {color:#000;
  40. text-decoration:none;}
  41.  
  42. img {padding:25px;
  43. border:0px;}
  44.  
  45. #textpost {width:500px;
  46. margin:auto;
  47. padding-top:60px;
  48. padding-bottom:60px;
  49. margin-top:-20px;
  50. text-align:center;}
  51.  
  52. #textpostppage {width:500px;
  53. margin:auto;
  54. padding-top:100px;
  55. padding-bottom:40px;
  56. margin-top:-20px;
  57. text-align:center;}
  58.  
  59. #pset {width:500px;
  60. padding:15px;
  61. margin:auto;}
  62.  
  63. .btitle {margin:auto;
  64. {block:iffixedtitle}position:fixed;{/block:iffixedtitle}
  65. top:20px;
  66. width:760px;
  67. font-size:{text:title font size};
  68. font-family:{font:title};
  69. letter-spacing:1px;}
  70.  
  71. .pag {padding:4px; margin-bottom:20px;}
  72.  
  73. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  74.  
  75. </style>
  76.  
  77. {block:IfEndlessScroll}
  78. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  79. {/block:IfEndlessScroll}
  80.  
  81. </head>
  82.  
  83. <body>
  84.  
  85. <div class="btitle"><a href="/"><b>{Title}</b></a> /
  86. <a href="/ask">Ask</a>
  87. <a href="/archive">Archive</a>
  88. {block:HasPages}{block:Pages}<a href="{URL}">{Label} </a>{/block:Pages}{/block:HasPages}
  89. </div>
  90.  
  91. {block:IfEndlessScroll}
  92. <div class="autopagerize_page_element">
  93. {/block:IfEndlessScroll}
  94.  
  95. {block:Posts}
  96.  
  97. {block:Text}
  98. {block:IndexPage}
  99. <a href="{Permalink}">
  100. <div id="textpost">
  101. {block:Title}{Title}{/block:Title}
  102. {Body}
  103. </div></a>
  104. {/block:IndexPage}
  105. {block:PermalinkPage}
  106. <div id="textpostppage">
  107. {block:Title}{Title}{/block:Title}
  108. {Body}
  109. </div>
  110. Posted {TimeAgo} with {NoteCountWithLabel}
  111. {/block:PermalinkPage}
  112. {/block:Text}
  113.  
  114.  
  115. {block:Photoset}
  116. <div id="pset">
  117. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  118. {Photoset-500}
  119. {Caption}
  120. {block:IndexPage}</a>{/block:IndexPage}
  121. {block:PermalinkPage}
  122. Posted {TimeAgo} with {NoteCountWithLabel}</div>
  123. {/block:PermalinkPage}
  124. </div>
  125. {/block:Photoset}
  126.  
  127.  
  128. {block:Quote}
  129. {block:IndexPage}
  130. <div id="textpost">
  131. {Quote}
  132. <a href="{Permalink}">
  133. {block:Source}<br>―<br> <b>{Source}</b>{/block:Source}
  134. </div></a>
  135. {/block:IndexPage}
  136. {block:PermalinkPage}
  137. <div id="textpostppage">
  138. {Quote}
  139. {block:Source}<br>―<br> <b>{Source}</b>{/block:Source}
  140. </div>
  141. Posted {TimeAgo} with {NoteCountWithLabel}
  142. {/block:PermalinkPage}
  143. {/block:Quote}
  144.  
  145. {block:Answer}
  146. {block:IndexPage}
  147. <div id="textpost">
  148. <a href="{Permalink}">
  149. <b>Q: </b> {Question}
  150. {Answer}
  151. <br>―
  152. <br>{Asker}
  153. </div></a>
  154. {/block:IndexPage}
  155. {block:PermalinkPage}
  156. <div id="textpostppage">
  157. <b>Q: </b> {Question}
  158. {Answer}
  159. <br>―
  160. <br>{Asker}
  161. </div>
  162. Posted {TimeAgo} with {NoteCountWithLabel}
  163. {/block:PermalinkPage}
  164. {/block:Answer}
  165.  
  166.  
  167. {block:Photo}
  168. {block:IndexPage}
  169. <a href="{Permalink}">
  170. {block:Post1}
  171. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  172. {/block:Post1}
  173. {block:Post2}
  174. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  175. {/block:Post2}
  176. {block:Post3}
  177. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  178. {/block:Post3}
  179. {block:Post4}
  180. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  181. {/block:Post4}
  182. {block:Post5}
  183. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  184. {/block:Post5}
  185. {block:Post6}
  186. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  187. {/block:Post6}
  188. {block:Post7}
  189. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  190. {/block:Post7}
  191. {block:Post8}
  192. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  193. {/block:Post8}
  194. {block:Post9}
  195. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  196. {/block:Post9}
  197. {block:Post10}
  198. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  199. {/block:Post10}
  200. {block:Post11}
  201. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  202. {/block:Post11}
  203. {block:Post12}
  204. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  205. {/block:Post12}
  206. {block:Post13}
  207. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  208. {/block:Post13}
  209. {block:Post14}
  210. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  211. {/block:Post14}
  212. {block:Post15}
  213. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  214. {/block:Post15}
  215. {/block:IndexPage}</a>
  216. {block:PermalinkPage}
  217. <div style="margin:auto;"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/><br>
  218. Posted {TimeAgo} with {NoteCountWithLabel}</div>
  219. {/block:PermalinkPage}
  220. {/block:Photo}
  221.  
  222. {block:Link}
  223. {block:IndexPage}
  224. <div id="textpost">
  225. <a href="{URL}">{Name}</a>
  226. <a href="{Permalink}">
  227. {block:Description}{Description}{/block:Description}
  228. </a>
  229. </div>
  230. {/block:IndexPage}
  231.  
  232. {block:PermalinkPage}
  233. <div id="textpostppage">
  234. <a href="{URL}">{Name}</a>
  235. {block:Description}{Description}{/block:Description}
  236. Posted {TimeAgo} with {NoteCountWithLabel}
  237. </div>
  238. {/block:PermalinkPage}
  239. {/block:Link}
  240.  
  241. {block:Chat}
  242. {block:IndexPage}
  243. <div id="textpost">
  244. {block:Title}{Title}{/block:Title}
  245. <a href="{Permalink}"><br>{block:Lines}{block:Label}<b>{Label}</b></a>
  246. {Line}<br>{/block:Label}{/block:Lines}
  247. </div>
  248. {/block:IndexPage}
  249.  
  250. {block:PermalinkPage}
  251. <div id="textpostppage">
  252. {block:Title}{Title}{/block:Title}
  253. <br>{block:Lines}{block:Label}<b>{Label}</b>
  254. {Line}<br>{/block:Label}{/block:Lines}
  255. Posted {TimeAgo} with {NoteCountWithLabel}
  256. </div>
  257. {block:PermalinkPage}
  258. {/block:Chat}
  259.  
  260. {block:Audio}
  261. {block:IndexPage}
  262. <div id="textpost">
  263. {AudioPlayerWhite}
  264. <a href="{Permalink}">{Caption}</a>
  265. </div>
  266. {/block:IndexPage}
  267.  
  268. {block:PermalinkPage}
  269. <div id="textpostppage">
  270. {AudioPlayerWhite}
  271. {Caption}
  272. Posted {TimeAgo} with {NoteCountWithLabel}
  273. </div>
  274. {/block:PermalinkPage}
  275. {/block:Audio}
  276.  
  277. {block:Video}
  278. {block:IndexPage}
  279. <div id="textpost">
  280. {Video-500}
  281. <a href="{Permalink}">{Caption}</a>
  282. </div>
  283. {/block:IndexPage}
  284.  
  285. {block:PermalinkPage}
  286. <div id="textpostppage">
  287. {Video-500}
  288. {Caption}
  289. Posted {TimeAgo} with {NoteCountWithLabel}
  290. </div>
  291. {/block:PermalinkPage}
  292. {/block:Video}
  293.  
  294. {/block:Posts}
  295.  
  296. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  297. {block:IndexPage}{block:IfNotEndlessScroll}
  298. <div class="pag">
  299. {block:Pagination}
  300. {block:PreviousPage}
  301. <a href="{PreviousPage}"><b>←</b></a>
  302. {/block:PreviousPage}
  303. {block:JumpPagination length="5"}
  304. {block:CurrentPage}
  305. <span class="current_page"><b>{PageNumber}</b></span>
  306. {/block:CurrentPage}
  307. {block:JumpPage}
  308. <a class="jump_page" href="{URL}">{PageNumber}</a>
  309. {/block:JumpPage}
  310. {/block:JumpPagination}
  311. {block:NextPage}
  312. <a href="{NextPage}"><b>→</b></a>
  313. {/block:NextPage}
  314. </div>
  315. {/block:Pagination}{/block:IfNotEndlessScroll}{/block:IndexPage}
  316.  
  317. <div style="position:fixed; bottom:2px; right:2px; opacity:0.6;"><a href="http://arreter.tumblr.com">theme</a></div>
  318.  
  319. </body>
  320. </html>
Advertisement
Add Comment
Please, Sign In to add comment