aretter

aztec theme

Jul 16th, 2012
15,691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 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. Aztec Code, Aretter
  6. -->
  7.  
  8. <meta name="color:text" content="#000">
  9. <meta name="color:links" content="#000">
  10. <meta name="color:header links" content="#000">
  11. <meta name="color:header links background" content="#000">
  12. <meta name="color:background" content="#fcfcf2">
  13. <meta name="color:caption border" content="#ece8d5">
  14.  
  15. <meta name="if:endless scroll" content="1"/>
  16. <meta name="if:fixed post width" content=""/>
  17. <meta name="if:show captions" content="1"/>
  18. <meta name="if:default font" content="1">
  19. <meta name="if:show portrait photo" content="0" />
  20.  
  21. <meta name="font:body" content="Arial" />
  22.  
  23. <meta name="text:header font size" content="8px" />
  24. <meta name="text:font size" content="8px" />
  25. <meta name="text:permalink font size" content="9px" />
  26. <meta name="text:quote font size" content="11px" />
  27.  
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  36. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400italic' rel='stylesheet' type='text/css'>
  37. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:700' rel='stylesheet' type='text/css'>
  38.  
  39. {block:Description}
  40. <meta name="description" content="{MetaDescription}" />
  41. {/block:Description}
  42.  
  43. <style type="text/css">
  44.  
  45. body {margin:auto;
  46. margin-top:180px;
  47. height:100%;
  48. text-align:left;
  49. {block:ifdefaultfont}font-family:Droid Serif;{/block:ifdefaultfont}
  50. {block:ifnotdefaultfont}font-family:{font:body};{block:ifnotdefaultfont}
  51. font-size: {text:font size};
  52. color:{color:text};
  53. line-height:12px;
  54. background-color:{color:background};
  55. {block:iffixedpostwidth}width:400px;{/block:iffixedpostwidth}
  56. {block:ifnotfixedpostwidth}min-width:400px; max-width:700px;{/block:ifnotfixedpostwidth}}
  57.  
  58. .btitle {position:absolute;
  59. {block:ifshowportraitphoto}top:50px;{/block:ifshowportraitphoto}
  60. {block:ifnotshowportraitphoto}top:100px;{/block:ifnotshowportraitphoto}
  61. -webkit-transition: 0.2s ease-in;
  62. -moz-transition: 0.2s ease-in;
  63. transition:0.2s ease-in;
  64. {block:ifnotfixedpostwidth}width:700px;{block:ifnotfixedpostwidth}
  65. {block:iffixedpostwidth}width:400px;{/block:iffixedpostwidth}
  66. text-transform:capitalize;}
  67.  
  68. .btitle a {text-decoration:none;
  69. color:{color:header links};
  70. font-size:{text:header font size};
  71. background:{color:header links background};
  72. padding:2px;
  73. margin:2px;}
  74.  
  75.  
  76. .quote {font-size:{text:quote font size};
  77. font-style:italic;
  78. margin-top:2px;}
  79.  
  80. a {text-decoration:none;
  81. color:{color:links};
  82. -webkit-transition: 0.2s ease-in;}
  83.  
  84. a:hover {color:{color:links hover};
  85. background:{color:links hover background};}
  86.  
  87. #entry {margin-bottom:120px;
  88. {block:iffixedpostwidth}width:400px;{/block:iffixedpostwidth}
  89. {block:ifnotfixedpostwidth}max-width:700px;{/block:ifnotfixedpostwidth}}
  90.  
  91. #entry img {{block:iffixedpostwidth}width:400px;{/block:iffixedpostwidth}
  92. {block:ifnotfixedpostwidth}min-width:400px; max-width:700px;{/block:ifnotfixedpostwidth}}
  93.  
  94. #portrait {width:40px;
  95. height:40px;
  96. margin-bottom:10px;
  97. background-image:url({PortraitURL-40})}
  98.  
  99. a img {border:0px;}
  100.  
  101. .audio {width:207px;}
  102.  
  103. .albumart img {max-height:180px;
  104. margin-bottom:8px;}
  105. .albumart {clear:none;}
  106.  
  107. div.video embed,
  108. div.post div.video object {width:400px;}
  109.  
  110. .audiocap {position:relative;
  111. margin-bottom:-4px;
  112. margin-top:-10px;}
  113.  
  114. ol.notes {width:400px;
  115. text-align:center;
  116. list-style-type: none;}
  117. ol.notes li.note {margin-left:-40px;
  118. margin-bottom:4px;}
  119. ol.notes li.note img.avatar {display:none;}
  120.  
  121. .permalink {width:400px;
  122. font-size:{text:permalink font size};
  123. text-align:center;
  124. margin-top:10px;}
  125.  
  126. .capt a {border-bottom:1px solid {color:caption border};}
  127.  
  128. .aretter {position:fixed;
  129. right:4px;
  130. bottom:2px;}
  131. .aretter a {border-bottom:dotted 0px;
  132. color:#222;}
  133.  
  134. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  135.  
  136. </style>
  137.  
  138. {block:IfEndlessScroll}
  139. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  140. {/block:IfEndlessScroll}
  141.  
  142. </head>
  143.  
  144. <body>
  145.  
  146. <center>
  147.  
  148. <div class="btitle">{block:ifshowportraitphoto}
  149. <div id="portrait"></div>
  150. {/block:ifshowportraitphoto}<span class="tit"><a href="/">{Title}</span></a>
  151. <a href="/ask">Contact</a>
  152. <a href="/archive">Index</a>
  153. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  154. </div>
  155.  
  156. {block:IfEndlessScroll}
  157. <div class="autopagerize_page_element">
  158. {/block:IfEndlessScroll}
  159.  
  160.  
  161. {block:Posts}
  162.  
  163. {block:Text}
  164. <div id="entry">{block:ifnotfixedpostwidth}<div style="padding-left:100px; padding-right:100px;">{/block:ifnotfixedpostwidth}
  165. {block:Title}<div class="title">{Title}</div>{/block:Title}
  166. {Body}{block:IndexPage}<a href="{Permalink}"><div class="permalink">{24Hour}:{Minutes}</a></div>{/block:IndexPage} </div>
  167. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  168. {block:ifnotfixedpostwidth}</div>{/block:ifnotfixedpostwidth}
  169. {/block:Text}
  170.  
  171. {block:Photo}
  172. <div id="entry">
  173. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  174. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/> {block:ifshowcaptions}<div style="margin-top:-2px;"><div class="capt">{Caption}</div></div>
  175. {/block:ifshowcaptions}
  176. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  177. {block:IndexPage}<a href="{Permalink}"><div class="permalink">{24Hour}:{Minutes}</a></div>{/block:IndexPage}
  178. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  179. </div>
  180. {/block:Photo}
  181.  
  182. {block:Photoset}
  183. <div id="entry">
  184. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  185. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  186. {Photoset-400}
  187. {block:IndexPage}</a>{/block:IndexPage}
  188. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  189. {block:ifshowcaptions}<div style="margin-top:-2px;"><div class="capt">{Caption}</div></div>
  190. {/block:ifshowcaptions}
  191. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  192. {block:IndexPage}<a href="{Permalink}"><div class="permalink">{24Hour}:{Minutes}</a></div>{/block:IndexPage}
  193. </div>
  194. {/block:Photoset}
  195.  
  196. {block:Quote}
  197. <div id="entry">{block:ifnotfixedpostwidth}<div style="padding-left:100px; padding-right:100px;">{/block:ifnotfixedpostwidth}
  198. <big>“</big>{Quote}<big>”</big><br> <div class="quote">{block:Source}{Source}{/block:Source}</div>
  199. {block:IndexPage}<a href="{Permalink}"><div class="permalink">{24Hour}:{Minutes}</a></div>{/block:IndexPage}</div>
  200. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  201. {block:ifnotfixedpostwidth}</div>{/block:ifnotfixedpostwidth}
  202. {/block:Quote}
  203.  
  204. {block:Link}
  205. <div id="entry">
  206. {block:ifnotfixedpostwidth}<div style="padding-left:100px; padding-right:100px;">{/block:ifnotfixedpostwidth}
  207. <a href="{URL}"><div class="title">{Name}</div></a>
  208. {block:Description}{Description}{/block:Description}
  209. {block:IndexPage}<a href="{Permalink}"><div class="permalink">{24Hour}:{Minutes}</a></div>{/block:IndexPage}
  210. </div>{block:ifnotfixedpostwidth}</div>{/block:ifnotfixedpostwidth}
  211. {/block:Link}
  212.  
  213. {block:Chat}
  214. <div id="entry">
  215. {block:Title}<i>{Title}</i>{/block:Title}<br>
  216. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  217. {block:IndexPage}<a href="{Permalink}"><div class="permalink">{24Hour}:{Minutes}</a></div>{/block:IndexPage}
  218. </div>
  219. {/block:Chat}
  220.  
  221. {block:Audio}
  222. {block:AlbumArt}
  223. <div class="albumart">
  224. <div class="album-shine"></div>
  225. <img src="{AlbumArtURL}" alt="Album Art" />
  226. </div>
  227. {/block:AlbumArt}
  228. <div id="entry">
  229. <div class="audio">
  230. {AudioPlayerBlack}</div>
  231. <div class="audiocap"><center><div style="margin-top:14px; margin-bottom:-8px;">{Caption}</div>{PlayCountWithLabel}</center></div>
  232. {block:IndexPage}<a href="{Permalink}"><div class="permalink">{24Hour}:{Minutes}</a></div>{/block:IndexPage}
  233. <div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div>
  234. </div></div>
  235. {/block:Audio}
  236.  
  237. {block:Answer}
  238. <div id="entry">
  239. {block:ifnotfixedpostwidth}<div style="padding-left:100px; padding-right:100px;">{/block:ifnotfixedpostwidth}
  240. <u>{Asker}</u> asked {Question}
  241. <br>{Answer}
  242. {block:IndexPage}<a href="{Permalink}"><div class="permalink">{24Hour}:{Minutes}</a></div>{/block:IndexPage}
  243. </div>{block:ifnotfixedpostwidth}</div>{/block:ifnotfixedpostwidth}
  244. {/block:answer}
  245.  
  246. {block:Video}
  247. <div id="entry">
  248. <div class="video">
  249. {Video-400}
  250. {block:Caption}{Caption}{/block:Caption}
  251. {block:IndexPage}<a href="{Permalink}"><div class="permalink">{24Hour}:{Minutes}</a></div>{/block:IndexPage}
  252. </div></div>
  253. {/block:Video}
  254.  
  255. {block:PermalinkPage}{/block:PermalinkPage}
  256.  
  257. {block:PostNotes}<div style="margin-top:-100px;">
  258. <br>
  259. <div class="tags">Posted {TimeAgo} with <b>{NoteCountWithLabel}</b></div>
  260. <br>
  261. {PostNotes}</div>
  262. {/block:PostNotes}
  263.  
  264. {/block:Posts}</center>
  265.  
  266. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  267.  
  268. {block:IfNotEndlessScroll}<div style="font-size:20px; text-align:center; font-weight:bold;">{block:Pagination}
  269. {block:PreviousPage}
  270. <a href="{PreviousPage}">← </a>
  271. {/block:PreviousPage}
  272.  
  273. {block:NextPage}
  274. <a href="{NextPage}"> →</a>
  275. {/block:NextPage}
  276. {/block:Pagination}</div><br><br><br><br>{/block:IfNotEndlessScroll}
  277.  
  278.  
  279. <div class="aretter"><a href="http://arreter.tumblr.com">theme</a></div>
  280.  
  281. </div>
  282. </body>
  283. </html>
Advertisement
Add Comment
Please, Sign In to add comment