Advertisement
parkinglotvalentine

░░░░░░░░░░░░░░░░░░

Jun 26th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.62 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">
  3.  
  4. <script type="text/javascript"
  5. src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  6.  
  7. <head profile="http://gmpg.org/xfn/11">
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  9. <meta name="viewport" content="width=550">
  10.  
  11. <meta name="color:Background" content="#ffffff" />
  12. <meta name="color:Text" content="#000000" />
  13. <meta name="color:Link" content="#0000FF" />
  14. <meta name="color:Link Hover" content="#0000FF" />
  15. <meta name="color:Title Link" content="#000000" />
  16. <meta name="color:Title Link Hover" content="#000000" />
  17. <meta name="color:Chat name one" content="#000000" />
  18. <meta name="color:Chat name two" content="#0000FF" />
  19.  
  20. <meta name="font:Typeface" content="Times New Roman, serif"/ >
  21. <meta name="image:Bg image" content=""/>
  22. <meta name="text:Permalink Icon" content="#" />
  23.  
  24.  
  25.  
  26.  
  27. <meta name="if:Show title" content="1" />
  28. <meta name="if:Show commas" content="1" />
  29. <meta name="if:Show archive and RSS links" content="1" />
  30. <meta name="if:Underline links" content="1" />
  31.  
  32. <meta name="if:Show date" content="0" />
  33. <meta name="if:European style date and time" content="1" />
  34. <meta name="if:Show tags" content="1" />
  35. <meta name="if:Show reblogs" content="0" />
  36.  
  37. <meta name="if:Left align everything" content="0" />
  38. <meta name="if:Center text posts" content="0" />
  39. <meta name="if:Center photos" content="0" />
  40. <meta name="if:Center quotes" content="0" />
  41. <meta name="if:Italicize quotes" content="1" />
  42. <meta name="if:Center links" content="0" />
  43. <meta name="if:Center chats" content="0" />
  44. <meta name="if:Center audio posts" content="0" />
  45. <meta name="if:Center video posts" content="0" />
  46. <meta name="if:Center answer posts" content="0" />
  47. <meta name="if:Center permalink icon" content="1" />
  48. <meta name="if:Side Permalinks" content="1"/>
  49.  
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51.  
  52.  
  53. <sript src="http://static.tumblr.com/2w7y46r/xtmlvfnoc/snowstorm.js"></script>
  54.  
  55.  
  56.  
  57.  
  58.  
  59. <title>{Title}</title>
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. <link rel="shortcut icon" href="{Favicon}">
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  70.  
  71. <style type="text/css">
  72.  
  73. /* base elements */
  74.  
  75. html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote { margin:10px; padding:-10px; }
  76. body { font: 12px {font:Typeface}; color: {color:Text}; background-color: {color:Background}; background-image: url(http://i.imgur.com/iyxZGG8.jpg); background-attachment:fixed;}
  77. a { color: {color:Link}; }
  78. a:hover { color: {color:Link Hover}; }
  79. {block:IfUnderlineLinks} a { text-decoration: underline; } {/block:IfUnderlineLinks}
  80. {block:IfNotUnderlineLinks} a { text-decoration:none; } {/block:IfNotUnderlineLinks}
  81.  
  82. #container { width: 500px; {block:IfNotLeftAlignEverything} margin: 0 auto; {/block:IfNotLeftAlignEverything} margin-top: 0px; margin-bottom: px; {block:IfLeftAlignEverything} margin-left: 0px; {/block:IfLeftAlignEverything} }
  83.  
  84. {block:IfSidePermalinks}
  85. .permalink{
  86. opacity:0;
  87. position:absolute;
  88. float:left;
  89. padding-left:0px;
  90. margin-left:500px;
  91. -moz-transition: all 0s ease-out;
  92. -o-transition: all 0s ease-out;
  93. -webkit-transition: all 0s ease-out;
  94. transition: all 0s ease-out;
  95. }
  96. #entry:hover .permalink{
  97. opacity:1;
  98. -moz-transition: all 0s ease-out;
  99. -o-transition: all 0s ease-out;
  100. -webkit-transition: all 0s ease-out;
  101. transition: all 0s ease-out;
  102. }
  103. {/block:IfSidePermalinks}
  104.  
  105. /* header */
  106.  
  107. #top { margin-bottom: -10px; {block:IfNotLeftAlignEverything} text-align: left; {/block:IfNotLeftAlignEverything} }
  108. #top h1 a { color: {color:Title Link}; text-decoration: none; }
  109. #top h1 a:hover { color: {color:Title Link Hover}; text-decoration: none; }
  110. .arch-rss-links { margin-top: px; }
  111.  
  112. /* posts */
  113. .post { line-height: 12px; margin-bottom: -5px; padding-bottom: -5px; clear: both; }
  114. .post h3 { font-size: 12px; }
  115. .post p { padding-bottom: 0px; }
  116. .caption blockquote { padding-left: 0px; }
  117. {block:IfCenterPermalinkIcon} .permalink-icon { text-align: center; } {/block:IfCenterPermalinkIcon}
  118.  
  119. /* kinds of posts */
  120. .text-post { {block:IfNotCenterTextPosts} text-align: left; {/block:IfNotCenterTextPosts} {block:IfCenterTextPosts} text-align: center; {/block:IfCenterTextPosts} }
  121. .text-post img { max-width: 50%; }
  122.  
  123. .photo-post { margin-bottom: px; {block:IfNotCenterPhotos} text-align: justify; {/block:IfNotCenterPhotos} {block:IfCenterPhotos} text-align: center; {/block:IfCenterPhotos} }
  124. .photo-post img { border: 0; }
  125.  
  126.  
  127. .quote-post { {block:IfNotCenterQuotes} text-align: ; {/block:IfNotCenterQuotes} {block:IfCenterQuotes} text-align: center; {/block:IfCenterQuotes} }
  128.  
  129. {block:IfItalicizeQuotes}
  130. .quote-post q { font-style: italic; }
  131. .quote-post i { font-style: normal; }
  132. {/block:IfItalicizeQuotes}
  133.  
  134. .quote-post .source { font-size: 12px; }
  135.  
  136.  
  137. .link-post { {block:IfNotCenterLinks} text-align: justify; {/block:IfNotCenterLinks} {block:IfCenterLinks} text-align: center; {/block:IfCenterLinks} }
  138.  
  139. .chat-post { {block:IfNotCenterChats} text-align: justify; {/block:IfNotCenterChats} {block:IfCenterChats} text-align: center; {/block:IfCenterChats} }
  140. .chat-post ul, .chat-post li { margin: 0; padding: 0; }
  141. .chat li { list-style-type: none; }
  142. li span.user_1 { font-weight: bold; color: {color:Chat name one}; }
  143. li span.user_2 { font-weight: bold; color: {color:Chat name two}; }
  144.  
  145. .audio-post { {block:IfNotCenterAudioPosts} text-align: justify; {/block:IfNotCenterAudioPosts} {block:IfCenterAudioPosts} text-align: center; {/block:IfCenterAudioPosts} }
  146.  
  147. .video-post { {block:IfNotCenterVideoPosts} text-align: justify; {/block:IfNotCenterVideoPosts} {block:IfCenterVideoPosts} text-align: center; {/block:IfCenterVideoPosts} }
  148.  
  149.  
  150. .answer-post { {block:IfNotCenterAnswerPosts} text-align: justify; {/block:IfNotCenterAnswerPosts} {block:IfCenterAnswerPosts} text-align: center; {/block:IfCenterAnswerPosts} }
  151. .question { margin-bottom: 0px; }
  152. .answered { margin-top: 0px; }
  153.  
  154. /* post metadata */
  155. #post-info { margin-top: 0px; }
  156. .all-notes { margin-top:0 px; }
  157. ol.notes { margin-left: 0em; padding-left: 0em; }
  158.  
  159. /* navigation */
  160. .navigation { padding-bottom: px; }
  161. .alignright { float: right; }
  162. .alignleft { float: left; }
  163.  
  164.  
  165. /* footer */
  166. #footer { text-align: center; margin-top: px; font-size: 12px; }
  167.  
  168. /*custom css */
  169. {CustomCSS}
  170.  
  171. </style>
  172. </head>
  173.  
  174. <body>
  175.  
  176. <p align="center"><a href="http://parkinglotvalentine.tumblr.com" target="_blank"><img src="http://i.imgur.com/WUiYqFM.png" border="0" style="max-width:21%" align="middle" alt=""></a>
  177. <br></>♡♡♡<a href="http://parkinglotvalentine.tumblr.com/iloveyoutoo" target="_blank"> ABOUT</a> ♡♡♡
  178. <a href="http://parkinglotvalentine.tumblr.com/archive" target="_blank">ARCHIVE</a> ♡♡♡
  179. <a href="http://parkinglotvalentine.tumblr.com/ask" target="_blank">MESSAGE</a> ♡♡♡
  180. <a href="http://parkinglotvalentine.tumblr.com/submit" target="_blank">SUBMISSION</a>♡♡♡ </></div></br></p>
  181.  
  182. <div id="container">
  183.  
  184.  
  185.  
  186. <div id="top">
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193. <br />
  194.  
  195. </div>
  196.  
  197.  
  198. <div id="content">
  199.  
  200.  
  201. <div class = "autopagerize_page_element" >
  202. {block:Posts}
  203. <div class="post">
  204. {block:Text}
  205. <div class="text-post">
  206. <h3>{Title}</h3>
  207. {Body}
  208. </div>
  209. {/block:Text}
  210. {block:Photo}
  211. <div class="photo-post">
  212. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  213. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  214. </div>
  215. {/block:Photo}
  216. {block:Photoset}
  217. <div class="photo-post">
  218. {Photoset-500}
  219. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  220. </div>
  221. {/block:Photoset}
  222. {block:Quote}
  223. <div class="quote-post">
  224. <q class="{Length}">{Quote}</q>
  225. {block:Source}<div class="source">&mdash;{Source}</div>{/block:Source}
  226. </div>
  227. {/block:Quote}
  228. {block:Link}
  229. <div class="link-post">
  230. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  231. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  232. </div>
  233. {/block:Link}
  234. {block:Chat}
  235. <div class="chat-post">
  236. {block:Title}
  237. <h3><a href="{Permalink}">{Title}</a></h3>
  238. {/block:Title}
  239.  
  240. <ul class="chat">
  241. {block:Lines}
  242. <li class="{Alt}">
  243. <span class="user_{UserNumber}">
  244. {block:Label}
  245. <span class="label">{Label}</span>
  246. {/block:Label}
  247. </span>
  248. {Line}
  249. </li>
  250. {/block:Lines}
  251. </ul>
  252. </div>
  253. {/block:Chat}
  254. {block:Audio}
  255. <div class="audio-post">
  256. {AudioPlayerBlack}
  257. {block:Caption}<div class="caption">{Caption} ({PlayCountWithLabel})</div>{/block:Caption}
  258. </div>
  259. {/block:Audio}
  260. {block:Video}
  261. <div class="video-post">
  262. {Video-500}
  263. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  264. </div>
  265. {/block:Video}
  266. {block:Answer}
  267. <div class="answer-post">
  268. <div class="question">{Asker} ~~~ <em>{Question}</em></div>
  269. <div class="answered">{Answer}</div>
  270. </div>
  271. {/block:Answer}
  272.  
  273.  
  274. {block:IndexPage}
  275. <div class="permalink-icon"><h3><a href="{Permalink}" rel="bookmark">{text:Permalink Icon}</a></h3></div>
  276. {/block:IndexPage}
  277.  
  278.  
  279. {block:PermalinkPage}
  280.  
  281. <div id="post-info">
  282.  
  283. {block:IfSidePermalinks}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:IfUsePermalinkImage}<img src="{image:Permalink}">{/block:IfUsePermalinkImage}{block:IfNotUsePermalinkImage}{block:Date}{NoteCount}{/block:Date}{/block:IfNotUsePermalinkImage}</a></div>{/block:IndexPage}{/block:IfSidePermalinks}
  284.  
  285. {block:IfShowDate}
  286. {block:Date}
  287. <div class="post-date">
  288. {block:IfEuropeanStyleDateAndTime}{DayOfMonth} {Month} {Year} @ {24HourWithZero}:{Minutes}{/block:IfEuropeanStyleDateAndTime} {block:IfNotEuropeanStyleDateAndTime}{Month} {DayOfMonth}, {Year} @ {12HourWithZero}:{Minutes}{/block:IfNotEuropeanStyleDateAndTime}
  289. </div>
  290. {/block:Date}
  291. {/block:IfShowDate}
  292.  
  293. {block:IfShowTags}
  294. {block:HasTags}
  295. <div class="tags">
  296. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  297. </div>
  298. {/block:HasTags}
  299. {/block:IfShowTags}
  300.  
  301.  
  302. {block:IfShowReblogs}
  303. {block:RebloggedFrom}
  304. <div class="reblogged-from">
  305. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  306. </div>
  307. {/block:RebloggedFrom}
  308.  
  309. {block:NoteCount}<div class="note-count">{NoteCount}</div>
  310. {/block:NoteCount}
  311.  
  312. {block:PostNotes}
  313. <div class="all-notes">
  314. <strong>notes</strong>
  315. {PostNotes}
  316. </div>
  317. {/block:PostNotes}
  318.  
  319. {/block:IfShowReblogs}
  320.  
  321.  
  322. </div>
  323.  
  324. {/block:PermalinkPage}
  325.  
  326. </div>
  327. {/block:Posts}
  328. </div>
  329.  
  330. </div>
  331.  
  332.  
  333. {block:Pagination}
  334. <div class="navigation">
  335. {block:NextPage}
  336. <div class="alignleft"><a href="{NextPage}"><font size="24"> ☜ </font></a></div>
  337. {/block:NextPage}
  338. {block:PreviousPage}
  339. <div class="alignright"><a href="{PreviousPage}"><font size="24"> ☞ </font></a></div>
  340. {/block:PreviousPage}
  341. </div>
  342. {/block:Pagination}
  343.  
  344. {block:PermalinkPagination}
  345. {block:PreviousPost}
  346. <a href="{PreviousPost}"><font size="77">☜</font></a>
  347. {/block:PreviousPost}
  348.  
  349. {block:NextPost}
  350. <a href="{NextPost}"><font size="77">☞</font></a>
  351. {/block:NextPost}
  352. {/block:PermalinkPagination}
  353.  
  354. <div id="footer">
  355.  
  356. </div>
  357.  
  358. </div>
  359.  
  360.  
  361. </body>
  362.  
  363.  
  364.  
  365.  
  366.  
  367. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement