Advertisement
sleepythemes

Aven Theme

May 12th, 2013
25,628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.27 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: Aven
  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="#FFFFFF" />
  13.  
  14. <meta name="if:700px posts" content="1" />
  15. <meta name="if:500px posts" content="0" />
  16. <meta name="if:Endless Scrolling" content="0" />
  17. <meta name="if:Hide Captions" content="0" />
  18.  
  19. <meta name="text:Link One" content="" />
  20. <meta name="text:Link One Title" content="" />
  21. <meta name="text:Link Two" content="" />
  22. <meta name="text:Link Two Title" content="" />
  23. <meta name="text:Link Three" content="" />
  24. <meta name="text:Link Three Title" content="" />
  25.  
  26. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  27.  
  28.  
  29. <title>{Title}</title>
  30.  
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}
  34. <meta name="description" content="{MetaDescription}" />
  35. {/block:Description}
  36.  
  37.  
  38. <style type="text/css">
  39. 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: 18px; text-align:justify;}
  40. 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; }
  41. 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;}
  42. .right { margin: 0 0 px 0; overflow:hidden; text-align: left;}
  43. .totalright {float:right; margin-top:0px;}
  44. .title { font-size:30px; line-height:34px; text-align:left; text-weight:bold; font-weight:none; text-transform:uppercase; }
  45. .question { font-weight:bold; padding:2px;}
  46. #container { {block:If700pxposts}width:970px;{/block:If700pxposts} {block:If500pxposts}width:770px;{/block:If500pxposts} }
  47. #holder { {block:If700pxposts}width:700px;{/block:If700pxposts} {block:If500pxposts}width:500px;{block:If500pxposts} float:right; padding:10px; }
  48. #entry { {block:If700pxposts}width:700px;{/block:If700pxposts} {block:If500pxposts}width:500px;{/block:If500pxposts} margin:auto; padding:10px; padding-bottom:30px; margin-top:22px;}
  49. #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;}
  50. #side { width:190px; position:absolute; float:left; margin:50px; padding:10px; background-color: {color:entry}; {block:IfNotEndlessScrolling}top:25px;{/block:IfNotEndlessScrolling} {block:PermalinkPage}top:10px;{/block:PermalinkPage} }
  51. #side a{ word-spacing:2px; }
  52.  
  53. 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; font-style:italic; }
  54. blockquote img{ display:block; {block:If700pxposts}width:600px;{/block:If700pxposts} {block:If500pxposts}width:400px;{/block:If500pxposts} }
  55. .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; margin-top:-10px;}
  56. ul.chat, .chat ol, .chat li { list-style:none; margin:0px; padding:5px; }
  57. ol.notes { padding: 0px; margin: 25px 0px; list-style-type:;}
  58. ol.notes li.note { padding: 2px;}
  59. ol.notes li.note img.avatar { margin-right: 10px; width:0px; height: 0px;}
  60. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  61. ul.tags { list-style-type:none; }
  62. </style>
  63.  
  64. {block:IfEndlessScrolling}
  65. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  66. {/block:IfEndlessScrolling}
  67.  
  68. <style type="text/css">{CustomCSS]</style>
  69.  
  70. </head>
  71.  
  72. <body>
  73.  
  74. <div id="container">
  75.  
  76. <div id="side">
  77. <div class="title">
  78. <a href="/">{Title}</a>
  79. </div>
  80. <BR>
  81. <a href="/archive">Collection</a><BR>
  82. <a href="/ask">Contact me</a><BR>
  83. <a href="http://sleepingtigers.tumblr.com">Theme Credit</a><BR>
  84.  
  85.  
  86.  
  87. {block:IfLinkOneTitle}
  88. <a href="{text:Link One}"> {text:Link One Title}</a> <BR>
  89. {/block:ifLinkOneTitle}
  90. {block:ifLinkTwoTitle}
  91. <a href="{text:Link Two}"> {text:Link Two Title}</a> <BR>
  92. {/block:ifLinkTwoTitle}
  93. {block:ifLinkThreeTitle}
  94. <a href="{text:Link Three}"> {text:Link Three Title}</a> <BR>
  95. {/block:ifLinkThreeTitle}
  96.  
  97.  
  98. {block:Description}
  99. <BR> <BR <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:IfNotEndlessScrolling}
  112. {block:Pagination}
  113. <font style="word-spacing:15px; padding-left:11px;">
  114. {block:PreviousPage}
  115. <a href="{PreviousPage}">Previous</a>
  116. {/block:PreviousPage}
  117.  
  118. {block:NextPage}
  119. <a href="{NextPage}">Next</a>
  120. {/block:NextPage}
  121. </font>
  122.  
  123. <font style="letter-spacing:2px;">
  124. {CurrentPage}/{TotalPages}
  125. </font>
  126.  
  127. {/block:Pagination}
  128. {/block:IfNotEndlessScrolling}
  129.  
  130. {block:Posts}
  131.  
  132. <div id="entry">
  133.  
  134. {block:Text}
  135. {block:Title}<b><a href="{Permalink}"> {Title} </a></b>{/block:Title}
  136. {Body}
  137.  
  138. {block:IndexPage}
  139. <p><BR>
  140.  
  141. <a href="{Permalink}">
  142. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}<BR>
  143. </a>
  144. {Month} {DayofMonth} {Year}<BR>
  145.  
  146. {block:HasTags}
  147.  
  148. Post tags:
  149. <font style="word-spacing:4px;">
  150. {block:Tags}
  151. <a href="{TagURL}">{Tag}</a>
  152. {/block:Tags}
  153. </ul>
  154. </font>
  155.  
  156. {/block:HasTags}
  157.  
  158. </p>
  159. {/block:IndexPage}
  160.  
  161. {/block:Text}
  162.  
  163.  
  164. {block:Photo}
  165. {LinkOpenTag}
  166. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" {block:If700pxposts}width="700"{/block:If700pxposts} {block:If500pxposts}width="500"{/block:If500pxposts}>
  167. {LinkCloseTag}
  168.  
  169. {block:IfNotHideCaptions} {block:IndexPage}<div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>{/block:IndexPage}
  170. {/block:IfNotHideCaptions}
  171.  
  172. {block:PermalinkPage}
  173. <div class="photoquote"><p>{block:Caption}<blockquote><i>{Caption}</i></blockquote>{/block:Caption}</p></div>
  174. {/block:PermalinkPage}
  175.  
  176. {block:IndexPage}
  177. <BR>
  178. <p>
  179.  
  180. <a href="{Permalink}">
  181. {12Hour}:{Minutes} {AmPm} &nbsp;&nbsp;&nbsp; {block:NoteCount}&nbsp;{NoteCountWithLabel}{/block:NoteCount}<BR>
  182. </a>
  183. {Month} {DayofMonth} {Year}<BR>
  184.  
  185. {block:HasTags}
  186.  
  187. Post tags:
  188. <font style="word-spacing:4px;">
  189. {block:Tags}
  190. <a href="{TagURL}">{Tag}</a>
  191. {/block:Tags}
  192. </ul>
  193. </font>
  194.  
  195. {/block:HasTags}
  196.  
  197. </p>
  198. {/block:IndexPage}
  199.  
  200.  
  201. {/block:Photo}
  202.  
  203.  
  204. {block:Photoset}
  205. {block:If700pxposts}{Photoset-700}{/block:If700pxposts}
  206. {block:If500pxposts}{Photoset-500}{/block:If500pxposts}
  207.  
  208. {block:IfNotHideCaptions} {block:IndexPage}<div class="photoquote"> {block:Caption} <blockquote> <i>{Caption}</i> </blockquote> {/block:Caption} </div>{/block:IndexPage}
  209. {/block:IfNotHideCaptions}
  210. {block:IfHideCaptions}
  211. {block:PermalinkPage}
  212. <p>{block:Caption}<i>{Caption}</i>{/block:Caption}</p>
  213. {/block:PermalinkPage}
  214. {/block:IfHideCaptions}
  215.  
  216. {block:IndexPage}
  217. <BR>
  218. <p>
  219.  
  220. <a href="{Permalink}">
  221. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}<BR>
  222. </a>
  223. {Month} {DayofMonth} {Year}<BR>
  224.  
  225. {block:HasTags}
  226.  
  227. Post tags:
  228. <font style="word-spacing:4px;">
  229. {block:Tags}
  230. <a href="{TagURL}">{Tag}</a>
  231. {/block:Tags}
  232. </ul>
  233. </font>
  234.  
  235. {/block:HasTags}
  236.  
  237. </p>
  238. {/block:IndexPage}
  239.  
  240. {/block:Photoset}
  241.  
  242.  
  243. {block:Quote}
  244. &#8220;<b>{Quote}</b>&#8221;
  245. <p>{block:Source}&mdash; {Source}{/block:Source}</p>
  246.  
  247. {block:IndexPage}
  248. <p><BR>
  249.  
  250. <a href="{Permalink}">
  251. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}<BR>
  252. </a>
  253. {Month} {DayofMonth} {Year}<BR>
  254.  
  255. {block:HasTags}
  256.  
  257. Post tags:
  258. <font style="word-spacing:4px;">
  259. {block:Tags}
  260. <a href="{TagURL}">{Tag}</a>
  261. {/block:Tags}
  262. </ul>
  263. </font>
  264.  
  265. {/block:HasTags}
  266.  
  267. </p>
  268. {/block:IndexPage}
  269.  
  270. {/block:Quote}
  271.  
  272.  
  273. {block:Link}
  274. <a href="{URL}"><u>{Name}</u></a>
  275. <p>{block:Description}{Description}{/block:Description}</p>
  276.  
  277. {block:IndexPage}
  278. <p><BR>
  279.  
  280. <a href="{Permalink}">
  281. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}<BR>
  282. </a>
  283. {Month} {DayofMonth} {Year}<BR>
  284.  
  285. {block:HasTags}
  286.  
  287. Post tags:
  288. <font style="word-spacing:4px;">
  289. {block:Tags}
  290. <a href="{TagURL}">{Tag}</a>
  291. {/block:Tags}
  292. </ul>
  293. </font>
  294.  
  295. {/block:HasTags}
  296.  
  297. </p>
  298. {/block:IndexPage}
  299.  
  300. {/block:Link}
  301.  
  302.  
  303. {block:Chat}
  304. {block:Title}<b>{Title}</b>{/block:Title}
  305. <div class="lines">{block:Lines}<div class="line {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div>{/block:Lines}</div>
  306.  
  307. {block:IndexPage}
  308. <p><BR>
  309.  
  310. <a href="{Permalink}">
  311. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}<BR>
  312. </a>
  313. {Month} {DayofMonth} {Year}<BR>
  314.  
  315. {block:HasTags}
  316.  
  317. Post tags:
  318. <font style="word-spacing:4px;">
  319. {block:Tags}
  320. <a href="{TagURL}">{Tag}</a>
  321. {/block:Tags}
  322. </ul>
  323. </font>
  324.  
  325. {/block:HasTags}
  326.  
  327. </p>
  328. {/block:IndexPage}
  329.  
  330. {/block:Chat}
  331.  
  332.  
  333. {block:Audio}
  334. <p>
  335. {block:AlbumArt}
  336. <img src="{AlbumArtURL}" {block:If700pxposts}width="700"{/block:If700pxposts} {block:If500pxposts}width="500"{/block:If500pxposts}>
  337. {/block:AlbumArt}
  338. </p>
  339. <div class="audio">{AudioPlayerBlack}</div>
  340. {block:Caption}{Caption}{/block:Caption}
  341.  
  342. {block:IndexPage}
  343. <p><BR>
  344.  
  345. <a href="{Permalink}">
  346. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}<BR>
  347. </a>
  348. {Month} {DayofMonth} {Year}<BR>
  349.  
  350. {block:HasTags}
  351.  
  352. Post tags:
  353. <font style="word-spacing:4px;">
  354. {block:Tags}
  355. <a href="{TagURL}">{Tag}</a>
  356. {/block:Tags}
  357. </ul>
  358. </font>
  359.  
  360. {/block:HasTags}
  361.  
  362. </p>
  363. {/block:IndexPage}
  364.  
  365. {/block:Audio}
  366.  
  367.  
  368. <div class="video">
  369. {block:Video}
  370. {block:If700pxposts}{Video-700}{block:If700pxposts} {block:If500pxposts}{Video-500}{/block:If500pxposts}
  371. {block:IfNotHideCaptions} {block:IndexPage}<div class="photoquote"> {block:Caption} <blockquote> {Caption} </blockquote> {/block:Caption} </div>{/block:IndexPage} {/block:IfNotHideCaptions}
  372. {block:IfHideCaptions} {block:PermalinkPage}<p>{block:Caption}{Caption}{/block:Caption}</p>{/block:PermalinkPage} {/block:IfHideCaptions}
  373.  
  374. {block:IndexPage}
  375. <p><BR>
  376.  
  377. <a href="{Permalink}">
  378. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}<BR>
  379. </a>
  380. {Month} {DayofMonth} {Year}<BR>
  381.  
  382. {block:HasTags}
  383.  
  384. Post tags:
  385. <font style="word-spacing:4px;">
  386. {block:Tags}
  387. <a href="{TagURL}">{Tag}</a>
  388. {/block:Tags}
  389. </ul>
  390. </font>
  391.  
  392. {/block:HasTags}
  393.  
  394. </p>
  395. {/block:IndexPage}
  396.  
  397. {/block:Video}
  398. </div>
  399.  
  400.  
  401. {block:Answer}
  402. <div class="question">
  403. {Question}
  404. </div>
  405. by <i>{Asker}</i>
  406. {Answer}
  407.  
  408. {block:IndexPage}
  409. <p><BR>
  410.  
  411. <a href="{Permalink}">
  412. {12Hour}:{Minutes} {AmPm} {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}<BR>
  413. </a>
  414. {Month} {DayofMonth} {Year}<BR>
  415.  
  416. {block:HasTags}
  417.  
  418. Post tags:
  419. <font style="word-spacing:4px;">
  420. {block:Tags}
  421. <a href="{TagURL}">{Tag}</a>
  422. {/block:Tags}
  423. </ul>
  424. </font>
  425.  
  426. {/block:HasTags}
  427.  
  428. </p>
  429. {/block:IndexPage}
  430.  
  431. {/block:Answer}
  432.  
  433. {block:PermalinkPagination}
  434. <p>
  435. <div align="right">
  436. {block:PreviousPost}
  437. <a href="{PreviousPost}">Last Post</a>
  438. {/block:PreviousPost}
  439. {block:NextPost}
  440. &nbsp;&nbsp;&nbsp;&nbsp;
  441. <a href="{NextPost}">Next Post</a>
  442. {/block:NextPost}
  443. </div>
  444. </p>
  445. {/block:PermalinkPagination}
  446.  
  447. {block:PostNotes}{PostNotes}{/block:PostNotes}
  448.  
  449. </div> <!-- E -->
  450.  
  451. {/block:Posts}
  452.  
  453. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  454.  
  455. <div style="position:fixed; bottom:5px; right:5px; opacity:.5;">
  456. <a href="http://sleepingtigers.tumblr.com/">s.t.</a>
  457. </div>
  458.  
  459. </div> <!-- H -->
  460.  
  461. </div> <!-- C -->
  462.  
  463. </body>
  464.  
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement