feiinho

Vacant Theme

Dec 24th, 2017
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. Theme: Vacant
  6. A sleepy theme, created by Shannon.
  7. @ sleepingtigers.tumblr.com
  8. -->
  9.  
  10. <head>
  11. <meta name="color:Text" content="000">
  12. <meta name="color:Caption Background" content="#EEEEEE" />
  13.  
  14. <meta name="if:Endless Scrolling" content="0" />
  15. <meta name="if:Hide Captions" content="0" />
  16. <meta name="if:Date Permalinks" content="1">
  17.  
  18. <meta name="text:Link One" content="" />
  19. <meta name="text:Link One Title" content="" />
  20. <meta name="text:Link Two" content="" />
  21. <meta name="text:Link Two Title" content="" />
  22. <meta name="text:Link Three" content="" />
  23. <meta name="text:Link Three Title" content="" />
  24.  
  25. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  26.  
  27.  
  28. <title>{Title}</title>
  29.  
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}
  33. <meta name="description" content="{MetaDescription}" />
  34. {/block:Description}
  35.  
  36.  
  37. <style type="text/css">
  38. body{ background-color:{color:background}; background-image:url({image:background}); background-postition:center; background-attachment: fixed; background-repeat: repeat; color:{color:Text}; font-family:Times New Roman; font-size:0.75em; line-height: 15px; text-align:justify;}
  39. a:link, a:active, a:visited { color: #000; text-decoration:none; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; }
  40. a:hover { opacity: .8.5; font-style:none; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;}
  41. .right { margin: 0 0 px 0; overflow:hidden; text-align: left;}
  42. .totalright {float:right; margin-top:0px;}
  43. .title { font-size:20px; line-height:15px; text-align:left; text-weight:bold; font-style:italic;}
  44. .question { font-weight:bold; padding:2px;}
  45. #container { width:770px; }
  46. #holder {width:500px; float:right; padding:10px; }
  47. #entry { width:500px; margin:auto; padding:5px; padding-bottom:30px;}
  48. #postdisq {color:#000000; margin-left:565px; position:absolute; -webkit-transition-duration: 0.4s; padding:3px; -moz-border-radius:0px; -webkit-border-radius:5px; z-index:3;}
  49. #side { width:200px; position:absolute; float:left; padding:5px; background-color: {color:entry}; top:28px; }
  50. .audio {width: 250px; background-color:#000; padding:2px;}
  51. div.video embed, div.post div.video object { width:500px !important; height:300px !important;}
  52. blockquote{ background-color:{color:Caption Background}; padding:5px; padding-left:5px; -moz-border-radius: 0px 0px 10px 0px; -webkit-border-radius: 0px 0px 10px 0px;}
  53. blockquote img{ display:block; width:400px; }
  54. .photoquote { background-color:{color:Caption Background}; border-left: 1px solid #DDD; -moz-border-radius: 0px 0px 10px 0px; -webkit-border-radius: 0px 0px 10px 0px;}
  55. ul.chat, .chat ol, .chat li { list-style:none; margin:0px; padding:5px; }
  56. ol.notes { padding: 0px; margin: 25px 0px; list-style-type:;}
  57. ol.notes li.note { padding: 2px;}
  58. ol.notes li.note img.avatar { margin-right: 10px; width:0px; height: 0px;}
  59. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  60. </style>
  61.  
  62. {block:IfEndlessScrolling}
  63. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  64. {/block:IfEndlessScrolling}
  65.  
  66. <style type="text/css">{CustomCSS]</style>
  67.  
  68. </head>
  69.  
  70. <body>
  71.  
  72. <div id="container">
  73.  
  74. <div id="side">
  75. <div class="title">
  76. <a href="/">{Title}</a>
  77. </div>
  78. <BR> <BR> <BR>
  79. <b>Links</b> <BR>
  80. <a href="/archive">index</a><BR>
  81. <a href="/ask">message</a><BR>
  82. <a href="/rss">RSS</a><BR>
  83.  
  84.  
  85. {block:IfLinkOneTitle}
  86. <a href="{text:Link One}"> {text:Link One Title}</a> <BR>
  87. {/block:ifLinkOneTitle}
  88. {block:ifLinkTwoTitle}
  89. <a href="{text:Link Two}"> {text:Link Two Title}</a> <BR>
  90. {/block:ifLinkTwoTitle}
  91. {block:ifLinkThreeTitle}
  92. <a href="{text:Link Three}"> {text:Link Three Title}</a> <BR>
  93. {/block:ifLinkThreeTitle}
  94.  
  95.  
  96. <a href="http://sleepingtigers.tumblr.com">credit</a><BR>
  97. {block:Description}
  98. <BR> <BR <BR>
  99. <b>About</b> <BR>
  100. {Description}
  101. {/block:Description}
  102. </div>
  103.  
  104. <div id="holder">
  105. <BR>
  106.  
  107. {block:IfEndlessScrolling}
  108. <div class = "autopagerize_page_element">
  109. {/block:IfEndlessScrolling}
  110.  
  111. {block:Posts}
  112.  
  113. <div id="entry">
  114.  
  115. <div id="postdisq">
  116. {block:NewDayDate}
  117. {block:IfDatePermalinks}
  118. <a href="{Permalink}">
  119. {/block:IfDatePermalinks}
  120.  
  121. {DayOfMonthWithZero} {Month} {Year}
  122.  
  123. {block:IfDatePermalinks}
  124. </a>
  125. {/block:IfDatePermalinks}
  126. {/block:NewDayDate}
  127.  
  128. {block:SameDayDate}
  129. {block:IfDatePermalinks}
  130. <a href="{Permalink}">
  131. {/block:IfDatePermalinks}
  132.  
  133. {DayOfMonthWithZero} {Month} {Year}
  134.  
  135. {block:IfDatePermalinks}
  136. </a>
  137. {/block:IfDatePermalinks}
  138. {/block:SameDayDate}
  139.  
  140. {block:PermalinkPage}
  141. <BR>
  142. {12Hour}:{Minutes} {AmPm}<BR>
  143. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  144. {/block:PermalinkPage}
  145.  
  146. </div>
  147.  
  148.  
  149. {block:Text}
  150. {block:Title}<a href="{Permalink}" > <b>{Title}</b> </a>{/block:Title}
  151. {Body}
  152.  
  153. {block:IndexPage}
  154. <p> <font style="border-bottom:1px solid #000;">
  155. {block:IfNotDatePermalinks}
  156. <a href="{Permalink}">
  157. {/block:IfNotDatePermalinks}
  158. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}
  159.  
  160. {block:IfNotDatePermalinks}
  161. </a>
  162. {/block:IfNotDatePermalinks}
  163. </font> </p>
  164. {/block:IndexPage}
  165.  
  166. {/block:Text}
  167.  
  168.  
  169. {block:Photo}
  170. {LinkOpenTag}
  171. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500">
  172. {LinkCloseTag}
  173.  
  174. {block:IndexPage}
  175. <p> <font style="border-bottom:1px solid #000;">
  176. {block:IfNotDatePermalinks}
  177. <a href="{Permalink}">
  178. {/block:IfNotDatePermalinks}
  179. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}
  180.  
  181. {block:IfNotDatePermalinks}
  182. </a>
  183. {/block:IfNotDatePermalinks}
  184. </font> </p>
  185. {/block:IndexPage}
  186.  
  187. {block:IfNotHideCaptions} {block:IndexPage}<div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>{/block:IndexPage}
  188. {/block:IfNotHideCaptions}
  189. {block:PermalinkPage}
  190. <div class="photoquote"><p>{block:Caption}<blockquote>{Caption}</blockquote>{/block:Caption}</p></div>
  191. {/block:PermalinkPage}
  192. {/block:Photo}
  193.  
  194.  
  195. {block:Photoset}
  196. {Photoset-500}
  197.  
  198. {block:IndexPage}
  199. <p> <font style="border-bottom:1px solid #000;">
  200. {block:IfNotDatePermalinks}
  201. <a href="{Permalink}">
  202. {/block:IfNotDatePermalinks}
  203. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}
  204.  
  205. {block:IfNotDatePermalinks}
  206. </a>
  207. {/block:IfNotDatePermalinks}
  208. </font> </p>
  209. {/block:IndexPage}
  210.  
  211. {block:IfNotHideCaptions} {block:IndexPage}<div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>{/block:IndexPage}
  212. {/block:IfNotHideCaptions}
  213. {block:IfHideCaptions}
  214. {block:PermalinkPage}
  215. <p>{block:Caption}{Caption}{/block:Caption}</p>
  216. {/block:PermalinkPage}
  217. {/block:IfHideCaptions}
  218. {/block:Photoset}
  219.  
  220.  
  221. {block:Quote}
  222. &#8220;{Quote}&#8221;
  223. <p>{block:Source}&mdash; {Source}{/block:Source}</p>
  224.  
  225. {block:IndexPage}
  226. <p> <font style="border-bottom:1px solid #000;">
  227. {block:IfNotDatePermalinks}
  228. <a href="{Permalink}">
  229. {/block:IfNotDatePermalinks}
  230. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}
  231.  
  232. {block:IfNotDatePermalinks}
  233. </a>
  234. {/block:IfNotDatePermalinks}
  235. </font> </p>
  236. {/block:IndexPage}
  237.  
  238. {/block:Quote}
  239.  
  240.  
  241. {block:Link}
  242. <a href="{URL}"><u>{Name}</u></a>
  243. <p>{block:Description}{Description}{/block:Description}</p>
  244.  
  245. {block:IndexPage}
  246. <p> <font style="border-bottom:1px solid #000;">
  247. {block:IfNotDatePermalinks}
  248. <a href="{Permalink}">
  249. {/block:IfNotDatePermalinks}
  250. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}
  251.  
  252. {block:IfNotDatePermalinks}
  253. </a>
  254. {/block:IfNotDatePermalinks}
  255. </font> </p>
  256. {/block:IndexPage}
  257. {/block:Link}
  258.  
  259.  
  260. {block:Chat}
  261. {block:Title}<b>{Title}</b>{/block:Title}
  262. <div class="lines">{block:Lines}<div class="line {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div>{/block:Lines}</div>
  263.  
  264. {block:IndexPage}
  265. <p> <font style="border-bottom:1px solid #000;">
  266. {block:IfNotDatePermalinks}
  267. <a href="{Permalink}">
  268. {/block:IfNotDatePermalinks}
  269. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}
  270.  
  271. {block:IfNotDatePermalinks}
  272. </a>
  273. {/block:IfNotDatePermalinks}
  274. </font> </p>
  275. {/block:IndexPage}
  276. {/block:Chat}
  277.  
  278.  
  279. {block:Audio}
  280. <p>
  281. {block:AlbumArt}
  282. <img src="{AlbumArtURL}" width="500">
  283. {/block:AlbumArt}
  284. </p>
  285. <div class="audio">{AudioPlayerBlack}</div>
  286. {block:Caption}{Caption}{/block:Caption}
  287.  
  288. {block:IndexPage}
  289. <p> <font style="border-bottom:1px solid #000;">
  290. {block:IfNotDatePermalinks}
  291. <a href="{Permalink}">
  292. {/block:IfNotDatePermalinks}
  293. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}
  294.  
  295. {block:IfNotDatePermalinks}
  296. </a>
  297. {/block:IfNotDatePermalinks}
  298. </font> </p>
  299. {/block:IndexPage}
  300. {/block:Audio}
  301.  
  302.  
  303. <div class="video">
  304. {block:Video}
  305. {Video-500}
  306.  
  307. {block:IndexPage}
  308. <p> <font style="border-bottom:1px solid #000;">
  309. {block:IfNotDatePermalinks}
  310. <a href="{Permalink}">
  311. {/block:IfNotDatePermalinks}
  312. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}
  313.  
  314. {block:IfNotDatePermalinks}
  315. </a>
  316. {/block:IfNotDatePermalinks}
  317. </font> </p>
  318. {/block:IndexPage}
  319.  
  320. {block:IfNotHideCaptions} {block:IndexPage}<div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>{/block:IndexPage} {/block:IfNotHideCaptions}
  321. {block:IfHideCaptions} {block:PermalinkPage}<p>{block:Caption}{Caption}{/block:Caption}</p>{/block:PermalinkPage} {/block:IfHideCaptions}
  322.  
  323. {/block:Video}
  324. </div>
  325.  
  326.  
  327. {block:Answer}
  328. <div class="question">
  329. {Question}
  330. </div>
  331. by <i>{Asker}</i>
  332. {Answer}
  333.  
  334. {block:IndexPage}
  335. <p> <font style="border-bottom:1px solid #000;">
  336. {block:IfNotDatePermalinks}
  337. <a href="{Permalink}">
  338. {/block:IfNotDatePermalinks}
  339. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}
  340.  
  341. {block:IfNotDatePermalinks}
  342. </a>
  343. {/block:IfNotDatePermalinks}
  344. </font> </p>
  345. {/block:IndexPage}
  346.  
  347. {/block:Answer}
  348.  
  349. {block:PermalinkPagination}
  350. <p>
  351. <div align="right">
  352. {block:PreviousPost}
  353. <a href="{PreviousPost}">Last Post</a>
  354. {/block:PreviousPost}
  355. {block:NextPost}
  356. &nbsp;&nbsp;&nbsp;&nbsp;
  357. <a href="{NextPost}">Next Post</a>
  358. {/block:NextPost}
  359. </div>
  360. </p>
  361. {/block:PermalinkPagination}
  362.  
  363. {block:PostNotes}{PostNotes}{/block:PostNotes}
  364.  
  365. </div> <!-- E -->
  366.  
  367. {/block:Posts}
  368.  
  369.  
  370. {block:IfNotEndlessScrolling}
  371. {block:Pagination}
  372. <div align="right">
  373. {block:PreviousPage}
  374. <a href="{PreviousPage}">Last Page</a>
  375. {/block:PreviousPage}
  376. {block:NextPage}
  377. &nbsp; &nbsp; &nbsp; &nbsp;
  378. <a href="{NextPage}">Next Page</a>
  379. {/block:NextPage}
  380. </div>
  381. {/block:Pagination}
  382. {/block:IfNotEndlessScrolling}
  383.  
  384. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  385.  
  386. <div style="position:fixed; bottom:5px; right:5px; opacity:.5;">
  387. <a href="http://sleepingtigers.tumblr.com/">s.t.</a>
  388. </div>
  389.  
  390. </div> <!-- H -->
  391.  
  392. </div> <!-- C -->
  393.  
  394. </body>
  395.  
  396. </html>
Add Comment
Please, Sign In to add comment