Advertisement
mayourbodiesremain

little cities names

Sep 16th, 2012
3,663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <!--
  13.  
  14. Theme by http://phantoms-indiscreet.tumblr.com/
  15. DO NOT REMOVE the credit icon
  16. I REPEAT, DO NOT REMOVE.
  17.  
  18. -->
  19.  
  20. <meta name="color:title" content="#333"/>
  21. <meta name="color:text" content="#444"/>
  22. <meta name="color:link" content="#000"/>
  23. <meta name="color:link hover" content="#000"/>
  24. <meta name="color:background" content="#fff"/>
  25. <meta name="color:post" content="#fff"/>
  26.  
  27. <meta name="font:serif" content="'PT Serif', serif"/>
  28. <meta name="font:sansserif" content="'Ubuntu Mono', sans-serif"/>
  29.  
  30. <meta name="text:opacity" content="70"/>
  31. <meta name="text:title size" content="40"/>
  32. <meta name="text:text size" content="10"/>
  33.  
  34. <meta name="image:background" content=""/>
  35. <meta name="image:header" content=""/>
  36.  
  37. <meta name="if:repeat background" content="0"/>
  38. <meta name="if:italic title" content="0"/>
  39.  
  40.  
  41. <style type='text/css'>
  42. @import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
  43. @import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700);
  44.  
  45.  
  46. /*Basic*/
  47.  
  48. body {
  49. padding: 0px;
  50. margin: 0px;
  51. background:{color:background};
  52. background-image: url('{image:background}');
  53. color:{color:text};
  54. font-family:{font:serif};
  55. font-size:{text:text size}px;
  56. line-height:145%;
  57. background-attachment:fixed;
  58. {block:ifnotrepeatbackground}
  59. background-size:100% 100%;
  60. {/block:ifnotrepeatbackground}
  61. }
  62. .wrapper{ margin:auto; width: 1250px; float:right; }
  63. a:link, a:visited, a:active {text-decoration:none; color:{color:link};}
  64. a:hover {color:{color:link hover};}
  65. blockquote {border-left: 4px #999 solid; padding-left:2px;}
  66. img {border:none; max-width:100%;}
  67. i, em {font-family:serif;}
  68.  
  69. /*Basic*/
  70.  
  71. .header h1 { font-size:{text:title size}px; color:{color:title}; {block:ifitalictitle}font-style:italic;{/block:ifitalictitle} }
  72. .header p a {font-family: {font:sansserif}; text-transform:uppercase;}
  73. .footer {text-align:right; width:1150px; margin-bottom:150px; float:left;}
  74. .footer a {font-family: {font:sansserif}; text-transform:uppercase;}
  75.  
  76. /*Posts*/
  77. .posts {max-width:500px; min-width:100px; float:left; text-align:justify; margin:50px;}
  78.  
  79. .posts {filter: alpha(opacity={text:opacity}); opacity: 0.{text:opacity}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out;}
  80.  
  81. .posts:hover {filter: alpha(opacity=100); opacity: 1; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out;}
  82.  
  83. .texto {background:{color:post}; padding:15px;}
  84.  
  85. .even {
  86. border-right: 1px solid #E2E4E7;
  87. border-bottom: 1px solid #E2E4E7;
  88. border-left: 1px solid #E2E4E7;
  89. padding:5px;
  90. }
  91. .odd {
  92. border-right: 1px solid #E2E4E7;
  93. border-bottom: 1px solid #E2E4E7;
  94. border-left: 1px solid #E2E4E7;
  95. padding:5px;
  96. }
  97. .odd:first-child {
  98. border-top: 1px solid #E2E4E7;
  99. }
  100.  
  101. .permalink {font-family: {font:sansserif}; text-transform:uppercase; text-align:center; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out; padding-left:20px;}
  102. {block:IndexPage}
  103. .posts:hover .permalink {filter: alpha(opacity=100); opacity: 1; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out; padding-left:0px;}
  104. {/block:IndexPage}
  105.  
  106. {CustomCSS}
  107. </style>
  108.  
  109.  
  110.  
  111. </head>
  112. <script type="text/javascript" src="http://plnchtt.googlecode.com/files/jquerywhite.js"></script>
  113. <body>
  114. <div class="wrapper"> <!--wrapper-->
  115.  
  116. <div class="header">
  117. <p>
  118. <a href="/archive">{lang:Archive}</a>
  119. {block:AskEnabled}&nbsp;&nbsp;&nbsp;<a href="/ask">{AskLabel}</a>{/block:AskEnabled}
  120. {block:SubmissionsEnabled}&nbsp;&nbsp;&nbsp;<a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  121. {block:HasPages}{block:Pages}&nbsp;&nbsp;&nbsp;<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  122. </p>
  123. <a href="/">{block:ifnotheaderimage}<h1>{title}</h1>{/block:ifnotheaderimage}{block:ifheaderimage}<img src="{image:header}">{/block:ifheaderimage}</a>
  124. {description}
  125. </div>
  126.  
  127.  
  128.  
  129. {block:Posts}
  130. <div class="posts">
  131.  
  132.  
  133.  
  134. {block:Text}
  135. <div class="permalink">
  136. {lang:Posted on Month DayOfMonth Year} <a href="{permalink}">{NoteCount} {lang:Notes}</a>
  137. </div>
  138. <div class="texto">
  139. {block:Title}<b>{Title}</b>{/block:Title}
  140. {Body}
  141. </div>
  142. {/block:Text}
  143.  
  144.  
  145.  
  146. {block:Photo}
  147. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  148. {block:IndexPage}<a href="{Permalink}" title="{PhotoAlt} {lang:Posted TimeAgo with NoteCount notes}">
  149. {block:Post1}
  150. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:300px"/>
  151. {/block:Post1}
  152. {block:Post2}
  153. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:500px"/>
  154. {/block:Post2}
  155. {block:Post3}
  156. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:200px"/>
  157. {/block:Post3}
  158. {block:Post4}
  159. <center>
  160. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:190px"/>
  161. </center>
  162. {/block:Post4}
  163. {block:Post5}
  164. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:500px; float:right;"/>
  165. {/block:Post5}
  166. {block:Post6}
  167. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:200px"/>
  168. {/block:Post6}
  169. {block:Post7}
  170. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:400px"/>
  171. {/block:Post7}
  172. {block:Post8}
  173. <center>
  174. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:500px"/>
  175. </center>
  176. {/block:Post8}
  177. {block:Post9}
  178. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:190px"/>
  179. {/block:Post9}
  180. {block:Post10}
  181. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:500px; float:right;"/>
  182. {/block:Post10}
  183. {block:Post11}
  184. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:200px"/>
  185. {/block:Post11}
  186. {block:Post12}
  187. <center>
  188. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:298px"/>
  189. </center>
  190. {/block:Post12}
  191. {block:Post13}
  192. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:200px"/>
  193. {/block:Post13}
  194. {block:Post14}
  195. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:500px"/>
  196. {/block:Post14}
  197. {block:Post15}
  198. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:300px; float:right;"/>
  199. {/block:Post15}
  200. </a> {/block:IndexPage}
  201. {block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:PermalinkPage}
  202. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  203. {/block:Photo}
  204.  
  205. {block:Photoset}
  206. <div class="permalink">
  207. {lang:Posted on Month DayOfMonth Year} <a href="{permalink}">{NoteCount} {lang:Notes}</a>
  208. </div>
  209. {block:IndexPage}
  210. <center>{Photoset-400}</center>
  211. {/block:IndexPage}
  212. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  213. {/block:Photoset}
  214.  
  215. {block:Quote}
  216. <div class="permalink">
  217. {lang:Posted on Month DayOfMonth Year} <a href="{permalink}">{NoteCount} {lang:Notes}</a>
  218. </div>
  219. <div class="texto">
  220. <div style="max-width:300px; font-style:oblique; font-size:28px; line-height:100%; letter-spacing:-1px; font-weight:100; ">"{Quote}"</div>
  221. {block:Source}<b>—{Source}</b>{/block:Source}
  222. </div>
  223. {/block:Quote}
  224.  
  225. {block:Link}
  226. <div class="permalink">
  227. {lang:Posted on Month DayOfMonth Year} <a href="{permalink}">{NoteCount} {lang:Notes}</a>
  228. </div>
  229. <div class="texto">
  230. <a href="{URL}"><big>{Name}</big></a>
  231. {block:Description} {Description}{/block:Description}
  232. </div>
  233. {/block:Link}
  234.  
  235. {block:Chat}
  236. <div class="permalink">
  237. {lang:Posted on Month DayOfMonth Year} <a href="{permalink}">{NoteCount} {lang:Notes}</a>
  238. </div>
  239. <div class="texto">
  240. {block:Title}
  241. {Title}
  242. {/block:Title}
  243. {block:Lines}
  244. <div class="{Alt} user_{UserNumber}">
  245. {block:Label}<b>{Label}</b> {/block:Label}{Line}
  246. </div>
  247. {/block:Lines}
  248. </div>
  249. {/block:Chat}
  250.  
  251.  
  252. {block:Video}
  253. <div class="permalink">
  254. {lang:Posted on Month DayOfMonth Year} <a href="{permalink}">{NoteCount} {lang:Notes}</a>
  255. </div>
  256. {Video-500}
  257. {/block:Video}
  258.  
  259. {block:Audio}
  260. <div class="permalink">
  261. {lang:Posted on Month DayOfMonth Year} <a href="{permalink}">{NoteCount} {lang:Notes}</a>
  262. </div>
  263. <div class="texto">
  264. {block:AudioEmbed}
  265. {AudioEmbed-250}
  266. {/block:AudioEmbed}
  267. {block:AudioPlayer}
  268. {block:AlbumArt}
  269. <img src="{AlbumArtURL}" width="207">
  270. {/block:AlbumArt}
  271. {AudioPlayerWhite}
  272. {block:Artist}<b>{Artist}</b>{/block:Artist}, {block:TrackName}{TrackName}{/block:TrackName}
  273. {/block:AudioPlayer}
  274. </div>
  275. {/block:Audio}
  276.  
  277. {block:Answer}
  278. <div class="permalink">
  279. {lang:Posted on Month DayOfMonth Year} <a href="{permalink}">{NoteCount} {lang:Notes}</a>
  280. </div>
  281. <div class="texto">
  282. <img src="{AskerPortraitURL-40}" style="float:left; padding-right:5px;">
  283. <big><b>{Asker}:</b> <i>{Question}</i></big><br>
  284. {Answer}
  285. </div>
  286. {/block:Answer}
  287.  
  288.  
  289.  
  290.  
  291. {block:PermalinkPage}
  292. <div class="texto">
  293. {block:Caption}{Caption}{/block:Caption}<br><br>
  294. {block:HasTags}<span style="text-transform:uppercase; font-size:80%; letter-spacing:1px;">{lang:Tags}</span>: {block:Tags}<span class="tag"><a href="{TagURL}">#{Tag} </a></span>{/block:Tags}{/block:HasTags}<br>
  295. {block:Date}{lang:Posted on DayOfWeek the DayOfMonthWithSuffix of Month Year at FormattedTime}{block:Date}<br>
  296. {block:RebloggedFrom}
  297. {lang:Originally from ReblogRootName 2}<br>
  298. {lang:Reblogged from ReblogParentName 2}<br>
  299. {/block:RebloggedFrom}
  300. {block:NoteCount} <span style="text-transform:uppercase; font-size:80%;letter-spacing:1px;">{lang:Notes}</span>: {NoteCount}{/block:NoteCount}<br>
  301. </div>
  302. {/block:PermalinkPage}
  303.  
  304. {block:PostNotes}
  305. <div class="texto">
  306. {PostNotes}
  307. </div>
  308. {/block:PostNotes}
  309.  
  310. </div>
  311. {/block:Posts}
  312.  
  313.  
  314. <div class="footer">
  315. {block:Pagination}
  316. {block:PreviousPage}
  317. <a href="{PreviousPage}" style="float:left;">{lang:Newer posts}</a>
  318. {/block:PreviousPage}
  319.  
  320.  
  321. {block:NextPage}
  322. <a href="{NextPage}">{lang:Older posts}</a>
  323. {/block:NextPage}
  324. {/block:Pagination}
  325. </div>
  326.  
  327.  
  328. </div> <!--wrapper-->
  329. </body>
  330. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement