Advertisement
sleepythemes

Cold Coffee

Jan 12th, 2014
16,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.39 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.  
  3. <!--
  4. Theme: Cold Coffee
  5. A sleepy theme, created by Shannon.
  6. @ sleepingtigers.tumblr.com
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <title>{Title}</title>
  12.  
  13. <meta name="color:Header" content="#FFFFFF"/>
  14. <meta name="color:Info Background" content="#f7f7f7" />
  15. <meta name="font:Body" content="Georgia"/>
  16.  
  17. <meta name="if:Display Photo Links" content="1" />
  18. <meta name="if:Display Tags" content="1" />
  19. <meta name="if:Display Captions" content="0"/>
  20. <meta name="if:Endless Scrolling" content="0"/>
  21.  
  22. <meta name="image:Sidebar Image" content=" "/>
  23.  
  24. <meta name="text:Font Size" content="8px" />
  25. <meta name="text:Link One URL" content="/" />
  26. <meta name="text:Link One Label" content="link" />
  27. <meta name="text:Link Two URL" content="/" />
  28. <meta name="text:Link Two Label" content="link" />
  29. <meta name="text:Link Three URL" content="/" />
  30. <meta name="text:Link Three Label" content="link" />
  31.  
  32.  
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  38.  
  39. <style>
  40. div#qTip {
  41. padding: 3px; display: none; text-align: center; position: absolute; font-size:7px; line-height:9px; font-family:cambria; z-index: 1000; border: 1px solid #fff; background-color:#fff; color: {color:text}; text-transform:uppercase; letter-spacing: 1px;}
  42. </style>
  43.  
  44. <style type="text/css">
  45. iframe#tumblr_controls { top: 0% !important; right:0% !important; opacity:0.3; position: fixed !important; filter:alpha(opacity=30); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; }
  46. iframe#tumblr_controls:hover{ top: 0% !important; right:0% !important; opacity:0.8; position: fixed !important; filter:alpha(opacity=80); -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;}
  47. body { font-family:{font:Body}; font-size:{text:Font Size}; line-height:14px; color:#000; background-color:#FFF; }
  48. a { text-decoration:none; color:#000; -webkit-transition-duration: .5s;}
  49. a:hover { text-decoration:none; }
  50. #center { margin:auto; {block:IndexPage} width:560px; {/block:IndexPage} {block:PermalinkPage} margin-top:50px; width:250px; {/block:PermalinkPage} background-color: #FFF; padding:15px; margin-top: -7px; margin-bottom: -7px; }
  51. .entry { padding:15px; width:250px; float:left; margin:auto; background-color:#FFF; {block:PermalinkPage}margin:-15px;{/block:PermalinkPage} }
  52. .entry img { max-width:250px; height:auto; background-color:#FFF;}
  53. #side { position:fixed; float:left; top:200px; left:150px; width:125px; background-color:#FFF; padding:5px;}
  54. .info { background-color:{color:Info Background}; padding:5px; }
  55. #side a { padding:5px; line-height:20px; }
  56. ol.notes { padding: 20px; margin:0; list-style-type: none; }
  57. ol.notes li.note { padding: 4px 0; margin:0; -webkit-transition-duration: .5s; }
  58. ol.notes li.note img.avatar { display:none; }
  59. .photo_set { {block:IndexPage} max-width:300px; width:300px; {/block:IndexPage} {/block:PermalinkPage} width:500px; {/block:PermalinkPage} }
  60. </style>
  61.  
  62. {block:IfEndlessScrolling}<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IfEndlessScrolling}
  63.  
  64. {block:IndexPage}
  65. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  66. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  67. </script>
  68. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  69. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  70. <script type="text/javascript">
  71. $(window).load(function () {
  72. $('#postwrap').masonry(),
  73. $('.masonryWrap').infinitescroll({
  74. navSelector : "div#navigation",
  75. // selector for the paged navigation (it will be hidden)
  76. nextSelector : "div#navigation a#nextPage",
  77. // selector for the NEXT link (to page 2)
  78. itemSelector : ".entry",
  79. // selector for all items you'll retrieve
  80. bufferPx : 10000,
  81. extraScrollPx: 11000,
  82. loadingImg : "http://www.freeiconsweb.com/Icons-show/loading/loading3.gif",
  83. loadingText : "<em></em>",
  84. },
  85. // call masonry as a callback.
  86. function() { $('#postwrap').masonry({ appendedContent: $(this) }); }
  87. );
  88. });
  89. </script>
  90. {/block:IndexPage}
  91.  
  92. {block:PermalinkPage}
  93. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  94. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  95. <script type="text/javascript">
  96. $(document).ready(function(){
  97. $(".info").hide();
  98. $(".trigger").click(function(){
  99. $('.info').slideToggle("slow");
  100. return true;
  101. });
  102. });
  103. </script>
  104. {/block:PermalinkPage}
  105.  
  106. </head>
  107.  
  108. <body>
  109. <div id="side">
  110. <center>
  111. <img src="{image:Sidebar Image}" width="125">
  112.  
  113. <a href="/" title="home">i.</a> <a href="/ask" title="ask">ii.</a>
  114. {block:IfLinkOneURL}
  115. <a href="{text:Link One URL}" title="{text:Link One Label}">iii.</a>
  116. {block:IfLinkOneURL}
  117. {block:IfLinkTwoURL}
  118. <a href="{text:Link Two URL}" title="{text:Link Two Label}">iv.</a>
  119. {block:IfLinkTwoURL}
  120. {block:IfLinkThreeURL}
  121. <a href="{text:Link Three URL}" title="{text:Link Three Label}">v.</a>
  122. {block:IfLinkThreeURL}
  123. {block:HasPages}
  124. {block:Pages}
  125. <a href="{URL}" class="page">{Label}</a>
  126. {/block:Pages}
  127. {/block:HasPages}
  128.  
  129. </center>
  130.  
  131. <div class="info">
  132. {block:Description}
  133. {Description}
  134. {/block:Description}
  135. </div>
  136. {block:IfNotEndlessScrolling}
  137. <center><p>{block:PreviousPage}
  138. <a href="{PreviousPage}">back</a>
  139. {/block:PreviousPage}
  140. {block:NextPage}&nbsp;&mdash;&nbsp;
  141. <a href="{NextPage}">forth</a>
  142. {/block:NextPage}</p></center>
  143. {/block:IfNotEndlessScrolling}
  144.  
  145. </div>
  146.  
  147. <div id="center">
  148.  
  149. <div id="postwrap">
  150.  
  151. {block:Posts}
  152.  
  153. {block:Photo}
  154. <div class="entry">
  155.  
  156. {block:IfNotDisplayPhotoLinks}<a href="{Permalink}">{/block:IfNotDisplayPhotoLinks}
  157. <p><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" /></p> {block:IfNotDisplayPhotoLinks}</a>
  158. {/block:IfNotDisplayPhotoLinks}
  159.  
  160. {block:IfDisplayCaptions}{block:IndexPage}<p>{Caption}</p>{/block:IndexPage}{/block:IfDisplayCaptions}
  161.  
  162. {block:PermalinkPage}
  163. <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp; + &nbsp; {NoteCount}{/block:NoteCount} {block:ContentSource}&nbsp; <a href="{SourceURL}"><u>source</u></a> &nbsp;{/block:ContentSource}
  164. {block:IfDisplayTags}<br>{block:HasTags}{block:Tags} <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
  165. {/block:PermalinkPage}
  166.  
  167. {block:PermalinkPage}
  168. {block:IfNotDisplayCaptions}{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:IfNotDisplayCaptions}
  169. {/block:PermalinkPage}
  170.  
  171. {block:IfDisplayPhotoLinks}
  172. {block:IndexPage}
  173. <p><a href="{Permalink}">{MonthNumber} . {DayofMonth}
  174. {block:IfDisplayTags}
  175. {block:HasTags}{block:Tags}&nbsp; <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags}{block:HasTags}
  176. {/block:IfDisplayTags}</p>
  177. {/block:IndexPage}
  178.  
  179. {/block:IfDisplayPhotoLinks}
  180.  
  181.  
  182. </div>
  183. {/block:Photo}
  184.  
  185. {block:Photoset}
  186. <div class="entry">
  187. <p>{Photoset-250}</p>
  188.  
  189. {block:PermalinkPage}
  190. <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp; + &nbsp; {NoteCount}{/block:NoteCount} {block:ContentSource}&nbsp; <a href="{SourceURL}"><u>source</u></a> &nbsp;{/block:ContentSource}
  191. {block:IfDisplayTags}<br>{block:HasTags}{block:Tags} <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
  192. {/block:PermalinkPage}
  193.  
  194. {block:IfDisplayCaptions}{block:IndexPage}<p>{Caption}</p>{/block:IndexPage}{/block:IfDisplayCaptions}
  195.  
  196. {block:PermalinkPage}
  197. {block:IfNotDisplayCaptions}{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:IfNotDisplayCaptions}
  198. {/block:PermalinkPage}
  199.  
  200. {block:IfDisplayPhotoLinks}
  201. {block:IndexPage}
  202. <p><a href="{Permalink}">{MonthNumber} . {DayofMonth}&nbsp;</a>
  203. {block:IfDisplayTags}
  204. {block:HasTags}{block:Tags} &nbsp;<u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags}{block:HasTags}
  205. {/block:IfDisplayTags}
  206. {/block:IndexPage}
  207. {/block:IfDisplayPhotoLinks}
  208.  
  209. </div>
  210. {/block:Photoset}
  211.  
  212. {block:Text}
  213. <div class="entry">
  214. {block:Title}<p><b>{Title}</b></p>{/block:Title}
  215. <p>{Body}</p>
  216.  
  217. {block:IndexPage}
  218. <p><a href="{Permalink}">{MonthNumber} . {DayofMonth}</a>
  219. {block:IfDisplayTags}
  220. {block:HasTags}{block:Tags} &nbsp; <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags}{block:HasTags}
  221. {/block:IfDisplayTags}</p>
  222. {/block:IndexPage}
  223.  
  224. {block:PermalinkPage}
  225. <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp; + &nbsp; {NoteCount}{/block:NoteCount} {block:ContentSource}&nbsp; <a href="{SourceURL}"><u>source</u></a> &nbsp;{/block:ContentSource}
  226. {block:IfDisplayTags}<br>{block:HasTags}{block:Tags} <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
  227. {/block:PermalinkPage}
  228. </div>
  229. {/block:Text}
  230.  
  231. {block:Quote}
  232. <div class="entry">
  233. <p>{Quote}</p>
  234. {block:Source}<p> &mdash; &nbsp;{Source} </p> {/block:Source}
  235. {block:IndexPage}
  236. <p><a href="{Permalink}">{MonthNumber} . {DayofMonth}</a>
  237. {block:IfDisplayTags}
  238. {block:HasTags}{block:Tags}&nbsp; <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags}{block:HasTags}
  239. {/block:IfDisplayTags}</p>
  240. {/block:IndexPage}
  241.  
  242. {block:PermalinkPage}
  243. <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp; + &nbsp; {NoteCount}{/block:NoteCount} {block:ContentSource}&nbsp; <a href="{SourceURL}"><u>source</u></a> &nbsp;{/block:ContentSource}
  244. {block:IfDisplayTags}<br>{block:HasTags}{block:Tags} <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
  245. {/block:PermalinkPage}
  246. </div>
  247. {/block:Quote}
  248.  
  249. {block:Link}
  250. <div class="entry">
  251. <p><a href="{URL}"><u>{Name}</u></a></p>
  252. <p>{block:Description}{Description}{/block:Description}</p>
  253. {block:IndexPage}
  254. <p><a href="{Permalink}">{MonthNumber} . {DayofMonth}</a>
  255. {block:IfDisplayTags}
  256. {block:HasTags}{block:Tags} &nbsp;<u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags}{block:HasTags}
  257. {/block:IfDisplayTags}
  258. {/block:IndexPage}
  259.  
  260. {block:PermalinkPage}
  261. <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp; + &nbsp; {NoteCount}{/block:NoteCount} {block:ContentSource}&nbsp; <a href="{SourceURL}"><u>source</u></a> &nbsp;{/block:ContentSource}
  262. {block:IfDisplayTags}<br>{block:HasTags}{block:Tags} <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
  263. {/block:PermalinkPage}
  264. </div>
  265. {/block:Link}
  266.  
  267. {block:Chat}
  268. <div class="entry">
  269. {block:Title}<p>{Title}</p>{/block:Title}
  270.  
  271. {block:Lines}{block:Label}
  272. <span style="text-transform: uppercase; ">{Label}</span>{/block:Label} &nbsp; <span style="line-height:20px;">{Line}</span> <br>{/block:Lines}
  273.  
  274. {block:IndexPage}
  275. <p><a href="{Permalink}">{MonthNumber} . {DayofMonth}</a>
  276. {block:IfDisplayTags}
  277. {block:HasTags}{block:Tags}&nbsp; <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags}{block:HasTags}
  278. {/block:IfDisplayTags}</p>
  279. {/block:IndexPage}
  280.  
  281. {block:PermalinkPage}
  282. <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp; + &nbsp; {NoteCount}{/block:NoteCount} {block:ContentSource}&nbsp; <a href="{SourceURL}"><u>source</u></a> &nbsp;{/block:ContentSource}
  283. {block:IfDisplayTags}<br>{block:HasTags}{block:Tags} <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
  284. {/block:PermalinkPage}
  285. </div>
  286. {/block:Chat}
  287.  
  288. {block:Audio}
  289. <div class="entry">
  290. {AudioPlayerGrey}
  291.  
  292. {block:Caption}<p>{Caption}</p>{/block:Caption}
  293.  
  294. {block:IndexPage}
  295. <p><a href="{Permalink}">{MonthNumber} . {DayofMonth}</a>
  296. {block:IfDisplayTags}
  297. {block:HasTags}{block:Tags}&nbsp; <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags}{block:HasTags}
  298. {/block:IfDisplayTags}</p>
  299. {/block:IndexPage}
  300.  
  301. {block:PermalinkPage}
  302. <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp; + &nbsp; {NoteCount}{/block:NoteCount} {block:ContentSource}&nbsp; <a href="{SourceURL}"><u>source</u></a> &nbsp;{/block:ContentSource}
  303. {block:IfDisplayTags}<br>{block:HasTags}{block:Tags} <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
  304. {/block:PermalinkPage}
  305.  
  306. </div>
  307. {/block:Audio}
  308.  
  309. {block:Video}
  310. <div class="entry">
  311. {Video-250}
  312.  
  313. {block:Caption}<p>{Caption}</p>{/block:Caption}
  314.  
  315. {block:IndexPage}
  316. <p><a href="{Permalink}">{MonthNumber} . {DayofMonth}</a>
  317. {block:IfDisplayTags}
  318. {block:HasTags}{block:Tags}&nbsp; <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags}{block:HasTags}
  319. {/block:IfDisplayTags}</p>
  320. {/block:IndexPage}
  321.  
  322. {block:PermalinkPage}
  323. <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp; + &nbsp; {NoteCount}{/block:NoteCount} {block:ContentSource}&nbsp; <a href="{SourceURL}"><u>source</u></a> &nbsp;{/block:ContentSource}
  324. {block:IfDisplayTags}<br>{block:HasTags}{block:Tags} <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
  325. {/block:PermalinkPage}
  326.  
  327. </div>
  328. {/block:Video}
  329.  
  330. {block:Answer}
  331. <div class="entry">
  332. <u>{Asker}</u>: <b>{Question}</b>
  333. <p>{Answer}</p>
  334. {block:IndexPage}
  335. <p><a href="{Permalink}">{MonthNumber} . {DayofMonth}</a>
  336. {block:IfDisplayTags}
  337. {block:HasTags}{block:Tags}&nbsp; <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags}{block:HasTags}
  338. {/block:IfDisplayTags}</p>
  339. {/block:IndexPage}
  340.  
  341. {block:PermalinkPage}
  342. <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp; + &nbsp; {NoteCount}{/block:NoteCount} {block:ContentSource}&nbsp; <a href="{SourceURL}"><u>source</u></a> &nbsp;{/block:ContentSource}
  343. {block:IfDisplayTags}<br>{block:HasTags}{block:Tags} <u><a href="{TagURL}">{Tag}</a></u>&nbsp; {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
  344. {/block:PermalinkPage}
  345. </div>
  346. {/block:Answer}
  347.  
  348. {block:PostNotes}
  349. <center> <div class="trigger">Show notes</div> </center>
  350. <div class="info">{PostNotes}</div>
  351. {/block:PostNotes}
  352. {/block:Posts}
  353.  
  354.  
  355.  
  356. </div> <!-- post wrap -->
  357.  
  358. </div> <!-- center -->
  359.  
  360. {block:IfEndlessScrolling}
  361. {block:IndexPage}
  362. <div class="column navigation" id="navigation">
  363. {block:Pagination}
  364. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  365. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  366. </div>
  367. {/block:IndexPage}
  368. {/block:IfEndlessScrolling}
  369.  
  370. </body>
  371.  
  372. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement