Advertisement
sleepythemes

Larynx Theme

Oct 12th, 2012
15,090
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.04 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: Larynx
  6. A sleepy theme, created by Shannon.
  7. @ sleepingtigers.tumblr.com
  8. -->
  9.  
  10. <head>
  11. <meta name="color:Background" content="#FFFFFF" />
  12. <meta name="color:Text Title Background" content="#000" />
  13. <meta name="font:Body" content="Helvetica">
  14. <meta name="image:Background" content=""/>
  15.  
  16. <meta name="if:More Space Between Posts" "1" />
  17. <meta name="if:Show Archive Link" content="1" />
  18. <meta name="if:Show RSS Link" content="1" />
  19. <meta name="if:Endless Scrolling" content="0" />
  20. <meta name="if:Fade Images" content="0" />
  21. <meta name="if:Hide Captions" content="1" />
  22.  
  23. <meta name="text:Custom Link One" content="" />
  24. <meta name="text:Custom Link One Title" content="" />
  25. <meta name="text:Custom Link Two" content="" />
  26. <meta name="text:Custom Link Two Title" content="" />
  27. <meta name="text:Custom Link Three" content="" />
  28. <meta name="text:Custom Link Three Title" content="" />
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  31. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  32. <script type="text/javascript">
  33. $(document).ready(function(){
  34. $(".info").hide();
  35. $(".trigger").click(function(){
  36. $('.info').slideToggle("slow");
  37. return true;
  38. });
  39. });
  40. </script>
  41.  
  42. <title>{Title}</title>
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47. <style type="text/css">
  48. body{ background-color:{color:background}; color:#000; font-family:{font:Body}; font-size:11px; line-height: 15px; text-align:justify; background-image:url({image:Background}); background-attachment:fixed; background-repeat:repeat;}
  49. {block:IfFadeImages}
  50. img{ -webkit-transition: opacity 0.7s linear; opacity: 1;}
  51. img:hover{ -webkit-transition: opacity 0.7s linear; opacity: .80; }
  52. {/block:IfFadeImages}
  53. a:link, a:active, a:visited{ color:#000; -moz-transition: 0.8s ease-in; -webkit-transition: 0.8s ease-in; -o-transition: 0.8s ease-in; transition: 0.8s ease-in; text-decoration:none;}
  54. a:hover{ color:#000; -moz-transition: 0.8s ease-in; -webkit-transition: 0.8s ease-in; -o-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  55. .title { font-family:{font:Body}; font-weight:bold; font-size:34px; letter-spacing:2px; text-align:center; text-transform:uppercase; padding-bottom:8px; line-height:30px;}
  56. .title a {color:#000; }
  57. .ptitle { font-family:{font:Body}; font-size:14px; color:#FFF; background-color:{color:text title background}; text-transform:uppercase; padding:5px;}
  58. .right { margin: 0 0 px 0; padding: px; overflow:hidden; -moz-border-radius:3px; border-radius:3px; text-align:left; }
  59. .totalright {float:right; margin-top:0px;}
  60. #center{ margin:auto; background-color:#FFF; width:450px; padding-left:25px; padding-right:25px; padding-bottom:20px; }
  61. #entry{ margin:auto; width:450px; padding:0px; margin-bottom:5px;}
  62. .holder { margin:auto; }
  63. .holder img { width:400px; max-width:400px; }
  64. .heading { width:450px; padding:0px; padding-top:30px;}
  65. .heading a:link {color: {color:link}; -moz-transition: 0.8s ease-in; -webkit-transition: 0.8s ease-in; -o-transition: 0.8s ease-in; transition: 0.8s ease-in; }
  66. .heading a:link hover{ color:{color:link hover}; }
  67. .underlink { color:{color:link}; word-spacing:5px;}
  68. .underlink a{ color:{color:link}; }
  69. .underlink a:hover{ color:{color:link hover}; }
  70. .trigger { cursor: help; display:inline-block; }
  71. .info { background-color: {color:background}; color:{color:text}; padding:10px;}
  72. .link {font-family:Helvetica; font-size:12px; font-weight:bold; }
  73. .source { font-weight:bold; }
  74. .audio { background-color:#000; width:210px; padding:5px; }
  75. div.video embed, div.post div.video object { width:450px !important; height:300px !important; }
  76. .permalink { line-height:25px; border-top:1px dotted #000; font-weight:bold; -webkit-transition: opacity 0.5s ease-out; -moz-transition: opacity 0.5s ease-out; transition: opacity 0.5s ease-out; filter:alpha(opacity=75); -moz-opacity: 0.75; -khtml-opacity: 0.75; }
  77. .permalink:hover{ -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; filter:alpha(opacity=100); }
  78. #navigation { padding-top:5px;text-transform:uppercase;}
  79. #navigation a{ word-spacing:5px;}
  80.  
  81. .photo_set { {block:IndexPage} max-width:450px; {/block:IndexPage} {/block:PermalinkPage} width:450px; {/block:PermalinkPage} }
  82. {block:IndexPage}
  83. #center iframe.photoset{ margin:0 0 0 -25px; padding-bottom:7px;}
  84. #center iframe.photoset img{ box-shadow: 0px 1px 4px #cccccc; -moz-box-shadow: 0px 1px 4px #cccccc; -webkit-box-shadow: 0px 1px 4px #cccccc; display:block !important;}
  85. #center .photo_set{ width:450px; position:relative; overflow:hidden; {block:PermalinkPage} width:450px; {/block:PermalinkPage}
  86. {/block:IndexPage}
  87.  
  88. </style>
  89.  
  90. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScrolling}
  91.  
  92. <style type="text/css">{CustomCSS]</style>
  93.  
  94. </head>
  95.  
  96. <body>
  97.  
  98. <div id="center">
  99.  
  100. <div class="heading">
  101. <div class="title"><a href="/">{Title}</a></div>
  102. <p><center><div class="underlink"><a href="/ask">ask</a> {block:IfShowArchiveLink}<a href="/archive">archive</a>{/block:IfShowArchiveLink} {block:IfShowRSSLink}<a href="/rss">rss</a>{/block:IfShowRSSLink} {block:IfCustomLinkOneTitle} <a href="{text:Custom Link One}"> {text:Custom Link One Title}</a> {/block:ifCustomLinkOneTitle} {block:ifCustomLinkTwoTitle} <a href="{text:Custom Link Two}"> {text:Custom Link Two Title}</a> {/block:ifCustomLinkTwoTitle} {block:ifCustomLinkThreeTitle} <a href="{text:Custom Link Three}"> {text:Custom Link Three Title}</a> {/block:ifCustomLinkThreeTitle} {block:Description} <div class="trigger">about</div> {/block:Description} </div></p>
  103. {block:Description}
  104. <div class="info">{Description}</div>{/block:Description}
  105. </center>
  106. </div>
  107.  
  108. {block:IfEndlessScrolling}<div class = "autopagerize_page_element">{/block:IfEndlessScrolling}
  109. <BR>
  110.  
  111. {block:Posts}
  112. <div id="entry">
  113. <BR>
  114. {block:IfMoreSpaceBetweenPosts}<BR><BR><BR><BR>{/block:IfMoreSpaceBetweenPosts}
  115. <div class="holder">
  116. {block:Text}
  117. {block:Title}<div class="ptitle">{Title}</div>{/block:Title}
  118. <p>{Body}</p>
  119. {block:IndexPage}<p><div class="permalink"> <a href="{Permalink}">{TimeAgo}</a> </div> </p>{/block:IndexPage}
  120. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  121. {/block:Text}
  122. </div>
  123.  
  124. {block:Photo}
  125. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  126. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  127. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="450px"/>{block:IndexPage}</a>{/block:IndexPage}
  128. {block:IfNotHideCaptions}{Caption}{/block:IfNotHideCaptions}
  129. {block:PermalinkPage}{LinkCloseTag}{block:IfHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfHideCaptions}{/block:PermalinkPage}
  130. {block:PermalinkPage}<p> <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div> </p>{/block:PermalinkPage}
  131. {/block:Photo}
  132.  
  133. {block:Photoset}
  134. <div class="photo_set">{Photoset-500}</div>
  135. <p>{block:IndexPage}<div class="permalink"> Posted <a href="{Permalink}">{TimeAgo}</a> </div> {/block:IndexPage}</p>
  136. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  137. {/block:Photoset}
  138.  
  139. {block:Quote}
  140. <p>"{Quote}"</p>
  141. <p>{block:Source}<b>{Source}</b>{/block:Source}
  142. {block:IndexPage}<div class="permalink"> Posted <a href="{Permalink}">{TimeAgo}</a> </div> {/block:IndexPage}</p>
  143. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  144. {/block:Quote}
  145.  
  146. <div class="holder">
  147. {block:Link}
  148. <div class="link"><p> LINK: <a href="{URL}" {Target}>{Name}</a></p></div>
  149. {block:Description}{Description}{/block:Description}
  150. {block:IndexPage}<div class="permalink"> Posted <a href="{Permalink}">{TimeAgo}</a> </div> {/block:IndexPage}
  151. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  152. {/block:Link}
  153. </div>
  154.  
  155. <div class="holder">
  156. {block:Chat}
  157. {block:Title}{Title}{/block:Title}
  158. <div class="lines">
  159. <p>{block:Lines}
  160. <div class="line {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div>
  161. {/block:Lines}</p>
  162. </div>
  163. {block:IndexPage}<div class="permalink"> Posted <a href="{Permalink}">{TimeAgo}</a> </div> {/block:IndexPage}
  164. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  165. {/block:Chat}
  166. </div>
  167.  
  168. {block:Audio}
  169. <div class="audio">{AudioPlayerBlack}</div>
  170. {block:Caption}<p>{Caption}</p>{/block:Caption}
  171. {block:IndexPage}<div class="permalink"> <a href="{Permalink}">{PlayCountWithLabel}</a> </div> {/block:IndexPage}
  172. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} <b>Plays:</b> {PlayCount} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  173. {/block:Audio}
  174.  
  175. <div class="video">
  176. {block:Video}
  177. {Video-500}
  178. {block:Caption}<p>{Caption}</p>{/block:Caption}
  179. {block:IndexPage}<div class="permalink"> Posted <a href="{Permalink}">{TimeAgo}</a> </div> {/block:IndexPage}
  180. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  181. {/block:Video}
  182. </div>
  183.  
  184. <div class="holder">
  185. {block:Answer}
  186. <div class="ptitle">{Question}</div>
  187. by <b>{Asker}</b>
  188. {Answer}
  189. {block:IndexPage}<div class="permalink"> Asked <a href="{Permalink}">{TimeAgo}</a> </div> {/block:IndexPage}
  190. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Asked:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  191. {/block:Answer}
  192.  
  193. </div>
  194. </div> <!-- entry -->
  195. {block:PostNotes}{PostNotes}{/block:PostNotes}
  196. {/block:Posts}
  197.  
  198. {block:IndexPage}
  199. {block:IfNotEndlessScrolling}
  200. <div id="navigation">
  201. <div align="right">
  202. {block:Pagination}
  203. {block:PreviousPage}
  204. <a href="{PreviousPage}">Last</a>&nbsp;&nbsp;
  205. {/block:PreviousPage}
  206.  
  207. {block:JumpPagination length="10"}
  208. {block:CurrentPage}
  209. <span class="current_page">{PageNumber}</span>
  210. {/block:CurrentPage}
  211. {block:JumpPage}
  212. <a class="jump_page" href="{URL}">{PageNumber}</a>
  213. {/block:JumpPage}
  214. {/block:JumpPagination}
  215.  
  216. {block:NextPage}
  217. &nbsp;&nbsp;<a href="{NextPage}">Next</a>
  218. {/block:NextPage}
  219. {/block:Pagination}
  220. </div>
  221. </div>
  222. {/block:IfNotEndlessScrolling}
  223. {/block:IndexPage}
  224.  
  225. <div style="background-color:{Color:background}; font-family:{font:body}; text-transform:uppercase; position:fixed; bottom:4px; right:5px; padding:5px; "><a href="http://sleepingtigers.tumblr.com" title="Sleepy Themes">ST</a></div>
  226.  
  227. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  228. </div> <!-- center -->
  229. </body>
  230. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement