Advertisement
rasperries

sleeping tigers

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