Advertisement
sleepythemes

Dandelion Theme

Dec 1st, 2012
33,162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 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:{font:Body}; 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 dotted #EEE; border-bottom:1px dotted #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. .audio {width: 250px; background-color:#000; padding:2px;}
  65. div.video embed, div.post div.video object { width:400px !important; height:275px !important;}
  66. blockquote{ -moz-border-radius: 0px 0px 10px 0px; -webkit-border-radius: 0px 0px 10px 0px; }
  67. blockquote img{ display:block; width:300px; }
  68. .photoquote { border-left: 1px dotted #DDD; -moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px;}
  69. ul.chat, .chat ol, .chat li { list-style:none; margin:0px; }
  70. ol.notes { padding: 10px; margin: 25px 0px; list-style-type:;}
  71. ol.notes li.note { padding: 2px;}
  72. ol.notes li.note img.avatar { margin-right: 10px; width:0px; height: 0px;}
  73. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  74.  
  75. #post_bottom { text-transform:uppercase; opacity:.6; }
  76. .tags { font-style:none; text-transform:none; }
  77. .tags a{ background-color:{color:Link Background}; padding: 2px 5px 2px 5px; }
  78.  
  79. </style>
  80.  
  81. {block:IfEndlessScrolling}
  82. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  83. {/block:IfEndlessScrolling}
  84.  
  85. <style type="text/css">{CustomCSS]</style>
  86.  
  87. </head>
  88.  
  89. <body>
  90.  
  91. <div id="container">
  92.  
  93. <div id="holder">
  94.  
  95. <div id="heading">
  96. {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}
  97. {block:IfNotShowPortrait} <BR><BR><BR><BR><BR><BR><BR> {/block:IfNotShowPortrait}
  98. <div class="title"> <a href="/">{Title}</a> </div> &nbsp;&nbsp;&nbsp;
  99. <center>
  100. <a href="/archive" title="Archive">archive</a> &nbsp;&nbsp;&nbsp;
  101. <a href="/ask" title="Message">message</a> &nbsp;&nbsp;&nbsp;
  102. <a href="/rss" title="RSS">rss</a>
  103.  
  104. {block:IfLinkOneTitle} &nbsp;&nbsp;&nbsp;
  105. <a href="{text:Link One}" title="{text:Link One Title}">{text:Link One Title}</a>
  106. {/block:ifLinkOneTitle}
  107. {block:ifLinkTwoTitle} &nbsp;&nbsp;&nbsp;
  108. <a href="{text:Link Two}" title="{text:Link Two Title}">{text:Link Two Title}</a>
  109. {/block:ifLinkTwoTitle}
  110. {block:ifLinkThreeTitle} &nbsp;&nbsp;&nbsp;
  111. <a href="{text:Link Three}" title="{text:Link Three Title}">{text:Link Three Title}</a>
  112. {/block:ifLinkThreeTitle}
  113.  
  114.  
  115. {block:HasPages}
  116. {block:Pages}
  117. &nbsp;&nbsp;&nbsp; <a href="{URL}" class="page">{Label}</a>
  118. {/block:Pages}
  119. {/block:HasPages}
  120.  
  121. </center>
  122.  
  123. </div>
  124. {block:Description}
  125. <div id="info">
  126. <i>{Description}</i>
  127. </div>
  128. {/block:Description}
  129. <BR><BR>
  130. {block:IfEndlessScrolling}
  131. <div class = "autopagerize_page_element">
  132. {/block:IfEndlessScrolling}
  133.  
  134. {block:Posts}
  135. <div id="entry">
  136.  
  137. <div id="postdisq">
  138. {block:NewDayDate}
  139. <a href="{Permalink}">
  140. {Month} {DayofMonth}{DayOfMonthSuffix}
  141. </a><BR>
  142. {/block:NewDayDate}
  143.  
  144. {block:SameDayDate}
  145. <a href="{Permalink}">
  146. {Month} {DayofMonth}{DayOfMonthSuffix}
  147. </a><BR>
  148. {/block:SameDayDate}
  149.  
  150. {block:IfShowNoteCount}
  151. {block:NoteCount}{NoteCountWithLabel} <BR> {/block:NoteCount}
  152. {/block:IfShowNoteCount}
  153.  
  154.  
  155. {12Hour}:{Minutes} {AmPm}<BR>
  156.  
  157. </div>
  158.  
  159. {block:Text}
  160.  
  161. {block:Title}
  162. <p>{Title}</p>
  163. {/block:Title}
  164.  
  165. {Body}
  166. </a>
  167.  
  168. {/block:Text}
  169.  
  170.  
  171.  
  172. {block:Photo}
  173.  
  174. {LinkOpenTag}
  175. <p><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="500"></p>
  176. {LinkCloseTag}
  177.  
  178. {block:IfNotHideCaptions} {block:IndexPage}<div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>{/block:IndexPage}
  179. {/block:IfNotHideCaptions}
  180.  
  181. {block:PermalinkPage}
  182. <div class="photoquote"><p>{block:Caption}<blockquote>{Caption}</blockquote>{/block:Caption}</p></div>
  183. {/block:PermalinkPage}
  184. {/block:Photo}
  185.  
  186.  
  187.  
  188. {block:Photoset}
  189.  
  190. {Photoset-400}
  191.  
  192. {block:IfNotHideCaptions} {block:IndexPage}<div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>{/block:IndexPage}
  193. {/block:IfNotHideCaptions}
  194. {block:IfHideCaptions}
  195. {block:PermalinkPage}
  196. <p>{block:Caption}{Caption}{/block:Caption}</p>
  197. {/block:PermalinkPage}
  198. {/block:IfHideCaptions}
  199. {/block:Photoset}
  200.  
  201.  
  202.  
  203. {block:Quote}
  204.  
  205. <div class="quote">
  206. <p>
  207. <a href="{Permalink}">
  208. {Quote}
  209. </a>
  210. </p>
  211.  
  212. <p>{block:Source}{Source}{/block:Source}</p>
  213.  
  214. </div>
  215. {/block:Quote}
  216.  
  217.  
  218. {block:Link}
  219.  
  220. <div id="postdisq">
  221. {block:NewDayDate}
  222. <a href="{Permalink}">
  223. {Month} {DayofMonth}{DayOfMonthSuffix}
  224. </a><BR>
  225. {/block:NewDayDate}
  226.  
  227. {block:SameDayDate}
  228. <a href="{Permalink}">
  229. {Month} {DayofMonth}{DayOfMonthSuffix}
  230. </a><BR>
  231. {/block:SameDayDate}
  232.  
  233. {block:IfShowNoteCount}
  234. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<BR>
  235. {/block:IfShowNoteCount}
  236.  
  237. {block:PermalinkPage}
  238. {12Hour}:{Minutes} {AmPm}<BR>
  239. {/block:PermalinkPage}
  240. </div>
  241.  
  242.  
  243. <a href="{URL}"><u>{Name}</u></a>
  244. <p>{block:Description}{Description}{/block:Description}</p>
  245.  
  246. {/block:Link}
  247.  
  248.  
  249. {block:Chat}
  250.  
  251. {block:Title}<b>{Title}</b>{/block:Title}
  252. <div class="lines">{block:Lines}<div class="line {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div>{/block:Lines}</div>
  253.  
  254. {/block:Chat}
  255.  
  256.  
  257. {block:Audio}
  258.  
  259. <p>
  260. {block:AlbumArt}
  261. <img src="{AlbumArtURL}" width="500">
  262. {/block:AlbumArt}
  263. </p>
  264. <div class="audio">{AudioPlayerBlack}</div>
  265. {block:Caption}{Caption}{/block:Caption}
  266.  
  267. {/block:Audio}
  268.  
  269.  
  270. <div class="video">
  271. {block:Video}
  272.  
  273. {Video-400}
  274.  
  275. {block:IfNotHideCaptions} {block:IndexPage}<div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>{/block:IndexPage} {/block:IfNotHideCaptions}
  276. {block:IfHideCaptions} {block:PermalinkPage}<p>{block:Caption}{Caption}{/block:Caption}</p>{/block:PermalinkPage} {/block:IfHideCaptions}
  277.  
  278. {/block:Video}
  279. </div>
  280.  
  281.  
  282. {block:Answer}
  283.  
  284. <div class="question">
  285. {Asker}: {Question}
  286. </div>
  287.  
  288. {Answer}
  289.  
  290. {/block:Answer}
  291.  
  292.  
  293. <div id="post_bottom">
  294. <p>
  295. {block:IfDisplayTags}
  296. {block:HasTags}
  297. <div class="tags">
  298. Filed as: {block:Tags} <a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags}
  299. </div>
  300. {/block:HasTags}
  301. {/block:IfDisplayTags}
  302. </p>
  303. </div>
  304.  
  305.  
  306. {block:PermalinkPagination}
  307. <p>
  308. <div align="right">
  309. {block:PreviousPost}
  310. <a href="{PreviousPost}">Last Post</a>
  311. {/block:PreviousPost}
  312. {block:NextPost}
  313. &nbsp;&nbsp;&nbsp;&nbsp;
  314. <a href="{NextPost}">Next Post</a>
  315. {/block:NextPost}
  316. </div>
  317. </p>
  318. {/block:PermalinkPagination}
  319.  
  320. {block:PostNotes}{PostNotes}{/block:PostNotes}
  321.  
  322. </div> <!-- E -->
  323.  
  324. {/block:Posts}
  325.  
  326. {block:IndexPage}
  327. {block:IfNotEndlessScrolling}
  328. <div id="navigation">
  329. <div align="right">
  330. {block:Pagination}
  331. {block:PreviousPage}
  332. <a href="{PreviousPage}">Last</a>
  333. {/block:PreviousPage}
  334.  
  335. {block:JumpPagination length="5"}
  336. {block:CurrentPage}
  337. <span class="current_page">{PageNumber}</span>
  338. {/block:CurrentPage}
  339. {block:JumpPage}
  340. <a class="jump_page" href="{URL}">{PageNumber}</a>
  341. {/block:JumpPage}
  342. {/block:JumpPagination}
  343.  
  344. {block:NextPage}
  345. <a href="{NextPage}">Next</a>
  346. {/block:NextPage}
  347. {/block:Pagination}
  348. </div>
  349. </div>
  350. {/block:IfNotEndlessScrolling}
  351. {/block:IndexPage}
  352.  
  353. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  354.  
  355. <div style="position:fixed; bottom:5px; right:5px; opacity:.5;">
  356. <a href="http://sleepingtigers.tumblr.com/">s.t.</a>
  357. </div>
  358.  
  359. </div> <!-- H -->
  360.  
  361. </div> <!-- C -->
  362.  
  363. </body>
  364.  
  365. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement