Advertisement
benizora

hysy thm.

Oct 25th, 2014
6,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.99 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <!--
  7.  
  8. H Y S Y theme.
  9. by jackie @ benizora.tumblr.com
  10. please keep ALL of the credits
  11. and don’t steal or distribute.
  12.  
  13. -->
  14.  
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}"/>
  21. {/block:Description}
  22.  
  23. <meta name="color:Background" content="#000000"/>
  24. <meta name="color:Text" content="#bbbbbb"/>
  25. <meta name="color:Bold" content="#ffffff"/>
  26. <meta name="color:Italic" content="#ededed"/>
  27. <meta name="color:Entry Background" content="#121212"/>
  28. <meta name="color:Entry Border" content="#0c0c0c"/>
  29. <meta name="color:Title" content="#ff002f"/>
  30. <meta name="color:Quotes" content="#ff002f"/>
  31. <meta name="color:Quotation Mark" content="#280d5a"/>
  32. <meta name="color:Toplinks" content="#ff002f"/>
  33. <meta name="color:Toplinks Hover" content="#ffffff"/>
  34. <meta name="font:Title" content="Century Gothic"/>
  35. <meta name="color:Content Background" content="#5816d1"/>
  36. <meta name="color:Sidebar Background" content="#3d008c"/>
  37. <meta name="color:Sidelinks Background" content="#5816d1"/>
  38. <meta name="color:Sidelinks Background Hover" content="#ff002f"/>
  39. <meta name="color:Sidelinks Text" content="#ffffff"/>
  40. <meta name="color:Sidelink Text Hover" content="#ffffff"/>
  41. <meta name="color:1st Title" content="#ff002f"/>
  42. <meta name="color:2nd Title" content="#ffffff"/>
  43. <meta name="color:Description Text" content="#b3b3b3"/>
  44. <meta name="color:Description Bold" content="#ffffff"/>
  45. <meta name="color:Description Italic" content="#ff002f"/>
  46. <meta name="color:Permalink Background" content="#370f81"/>
  47. <meta name="color:Permalink Text" content="#ffffff"/>
  48. <meta name="color:Scrollbar" content="#5816d1"/>
  49. <meta name="color:Scrollbar Background" content="#000000"/>
  50. <meta name="color:Link" content="#bebebe"/>
  51. <meta name="color:Link Hover" content="#ffffff"/>
  52.  
  53. <meta name="image:Sidebar" content="" />
  54. <meta name="image:Background" content=""/>
  55. <meta name="image:2nd Background" content=""/>
  56. <meta name="image:Content Background" content=""/>
  57.  
  58. <meta name="text:link 1" content="" />
  59. <meta name="text:link 1 title" content="" />
  60. <meta name="text:link 2" content="" />
  61. <meta name="text:link 2 title" content="" />
  62. <meta name="text:link 3" content="" />
  63. <meta name="text:link 3 title" content="" />
  64. <meta name="text:link 4" content="" />
  65. <meta name="text:link 4 title" content="" />
  66. <meta name="text:2nd title" content=""/>
  67.  
  68. <meta name="select:Font" content="Trebuchet MS" title="Trebuchet MS" content="0"/>
  69. <meta name="select:Font" content="Arial" title="Arial" content="0"/>
  70. <meta name="select:Font" content="Calibri" title="Calibri" content="1"/>
  71. <meta name="select:Font" content="Consolas" title="Consolas" content="0"/>
  72. <meta name="select:Font" content="Times" title="Times New Roman" content="0"/>
  73. <meta name="select:Font" content="Century Gothic" title="Century Gothic" content="0"/>
  74. <meta name="select:Font" content="Cambria" title="Cambria" content="0"/>
  75. <meta name="select:Font" content="Georgia" title="Georgia" content="0"/>
  76.  
  77. <meta name="if:InfiniteScroll" content="1" />
  78. <meta name="if:ShowCaptions" content="1">
  79. <meta name="if:250px" content="1" />
  80. <meta name="if:400px" content="1" />
  81. <meta name="if:500px" content="1" />
  82. <meta name="if:MonochromePosts" content="0" />
  83. <meta name="if:FadingImages" content="0" />
  84. <meta name="if:BlackMusicPlayer" content="0" />
  85. <meta name="if:WhiteMusicPlayer" content="1" />
  86.  
  87. <style type="text/css">
  88.  
  89. /* BODY */
  90.  
  91. body {
  92. background-image: url('{image:Background}'); background-color: {color:Background}; background-attachment: fixed; background-repeat: {text:Background Repeat}; {/block:IfNoBackgroundImageNoRepeat}; color: {color:Text}; font-family: {select:Font}; font-size: 11px; }
  93.  
  94. iframe#tumblr_controls { right:5px !important; top:4px; position: fixed !important; -webkit-filter: invert(50%); -moz-filter: invert(50%); -o-filter: invert(50%); -ms-filter: invert(50%); filter: invert(50%); opacity:0.7; }
  95.  
  96.  
  97. /* SCROLLBAR */
  98.  
  99. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border: 1px solid {color:Scrollbar Background}; height:auto; }
  100.  
  101. ::-webkit-scrollbar { height:7px; width:7px; background-color: {color:Scrollbar Background}; border: 3px solid {color:Scrollbar Background}; }
  102.  
  103. /* LINKS */
  104.  
  105. a { color: {color:Link}; text-decoration: none; }
  106.  
  107. a:link, a:active, a:visited { text-decoration: none; color: {color:Link}; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; }
  108.  
  109. a:hover { color:{color:Link Hover}; text-decoration: none; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; }
  110.  
  111. /* PAGINATION */
  112.  
  113. #previous { font-family: {select:Font}; font-size: 24px; width: 20px; margin-left:10px; top:125px; position: fixed; text-align: center; z-index:999; }
  114.  
  115. #previous a { color:{color:Title}; }
  116.  
  117. #previous a:hover { color:{color:Sidebar Background}; }
  118.  
  119. #next { font-family: {select:Font}; font-size: 24px; margin-left:295px; top:125px; width: 20px; position: fixed; text-align: center; z-index:999; }
  120.  
  121. #next a { color:{color:Title}; }
  122.  
  123. #next a:hover { color:{color:Sidebar Background}; }
  124.  
  125. /* TOP LINKS */
  126.  
  127. #navlinks { width:225px; top:-1px; height:45px; margin-left:13px; position:fixed; text-align:center; text-decoration:bold; }
  128.  
  129. #navlinks a { text-transform:uppercase; display:inline-block; border:1px solid transparent; padding:25px 8px 2px 8px; font-family: {select:Font}; font-size:8px; text-align:center; letter-spacing:1px; color:{color:Toplinks}; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
  130.  
  131. #navlinks a:hover{ color:{color:Toplinks Hover}; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
  132.  
  133. /* SIDEBAR */
  134.  
  135. #sidebar { width: 250px; height:auto; padding-bottom:20px; background-color:{color:Sidebar Background}; position: fixed; text-align:center; top:0px; left:45px; }
  136.  
  137. #sidelinks { width: 225px; margin-left:13px; margin-top:15px; display:block; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  138.  
  139. #sidelinks a { display: block; width: 225px; height: 15px; margin-bottom:2px; margin-right:5px; font-family: {select:Font}; background-color:{color:Sidelinks Background}; font-size: 8px; color: {color:Sidelinks Text}; text-transform: uppercase; letter-spacing: 4px; text-align: center; line-height: 16px; }
  140.  
  141. #sidelinks a:hover { background-color:{color:Sidelinks Background Hover}; color: {color:Sidelinks Text Hover}; -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; -ms-transition: all 0.4s linear; transition: all 0.4s linear; }
  142.  
  143. #banner { display:block; margin-left:0px; font-family: {font:Title}; font-size: 14px; margin-top:45px; color: {color:1st Title}; background-color:{color:background}; text-transform: none; text-align: center; letter-spacing:0px; padding: 13px 15px 0px 15px; width: 225px; }
  144.  
  145. #banner2 { display:block; margin-left:0px; font-family: {font:Title}; font-size: 9px; letter-spacing:3px; color: {color:2nd Title}; background-color:{color:background}; text-transform: uppercase; text-align: center; padding-bottom: 13px; width: 225px; }
  146.  
  147. #sidebar img { max-width:205px; margin-top:15px; border:10px solid {color:Sidelinks Background}; }
  148.  
  149. #description { color: {color:Description Text}; width: 205px; letter-spacing:1px; padding:20px 10px 5px 10px; text-align:left; font-family:{select:Font}; font-size:10px; }
  150.  
  151. #description b, strong { color: {color:Description Bold}; }
  152.  
  153. #description i, em { color: {color:Description Italic}; }
  154.  
  155. /* CONTENT */
  156.  
  157. #content { margin-left: 375px; top:0px; position:absolute; {block:if500px}width: 610px;{/block:if500px} {block:if400px}width: 510px;{/block:if400px}{block:if250px}width: 360px;{/block:if250px}{block:PermalinkPage}background:transparent;{/block:PermalinkPage} {block:IndexPage}background-image: url('{image:content background}'); background-color: {color:Content Background}; background-attachment: fixed; background-repeat: {text:Background Repeat}; {/block:IfNoBackgroundImageNoRepeat};{/block:IndexPage} }
  158.  
  159. #entries { z-index:#999; {block:if500px}width: 500px;{/block:if500px} {block:if400px}width: 400px;{/block:if400px} {block:if250px}width: 250px;{/block:if250px} background-color: {color:entry background}; font-family: {select:Font}; text-align:justify; padding: 30px; border:10px solid {color:Entry Border}; margin: 45px 0px 40px 15px; }
  160.  
  161. #entries b, strong { color: {color:Bold}; }
  162.  
  163. #entries i, em { color: {color:Italic}; }
  164.  
  165. #entries img { {block:If250px}max-width:250px;{/block:If250px}{block:If400px}max-width:400px;{/block:If400px}{block:If500px}max-width:500px;{/block:If500px} }
  166.  
  167. #photo { {block:If250px}width:250px;{/block:If250px}{block:If400px}width:400px;{/block:If400px}{block:If500px}width:500px;{/block:If500px}{block:IfMonochromePosts} -webkit-filter: grayscale(1); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;{/block:IfMonochromePosts}{block:ifFadingImages} -webkit-transition: opacity 0.8s linear; opacity: .60;{/block:ifFadingImages} }
  168.  
  169. #photo:hover { {block:IfMonochromePosts} filter: none; -webkit-filter: grayscale(0);{/block:IfMonochromePosts}{block:ifFadingImages}opacity: 1;{/block:ifFadingImages} }
  170.  
  171. /* BLOCKQUOTES/MISC */
  172.  
  173. blockquote img { {block:If250px}max-width:200px;{/block:If250px}{block:If400px}max-width:350px;{/block:If400px}{block:If500px}max-width:450px;{/block:If500px} }
  174.  
  175. blockquote, blockquote blockquote { border-left:1px solid {color:Scrollbar}; background-color: {color:Entry Background}; padding-left: 15px; margin-left: 10px; font-size:11px; word-wrap:break-word; {block:If250px}max-width:200px;{/block:If250px}{block:If400px}max-width:350px;{/block:If400px}{block:If500px}max-width:450px;{/block:If500px} }
  176.  
  177. pre { word-wrap:break-word; overflow:hidden; font-size:10px; }
  178.  
  179. /* QUOTES */
  180.  
  181. #quote { color: {color:Quotes}; padding:0px 25px; margin-top:-70px; font-size:25px; position:relative; text-align: center; font-style:italic; font-family:{font:Title};; letter-spacing: -1px; z-index:999999999999999; }
  182.  
  183. #quotation { color: {color:Quotation Mark}; opacity:.5; margin-top:0px; margin-left:0px; font-size: 80px; text-align: left; font-family:{select:Font}; line-height: 100%; letter-spacing: 1px; z-index:9; }
  184.  
  185. /* PERMALINK */
  186.  
  187. #permalink a { color: {color:Link}; font-style;bold; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  188.  
  189. #permalink a:hover { color:{color:Link Hover}; }
  190.  
  191. #permalink { font-style;bold; z-index:99999; {block:if250px}width: 320px;{/block:if250px} {block:if400px}width: 470px;{/block:if400px} {block:if500px}width: 570px;{/block:if500px} margin-top:50px; margin-left:-40px; position:absolute; font-family: {select:Font}; color:{color:Permalink Text}; text-align:center; letter-spacing:1px; line-height:14px; padding:5px; background-color:{color:Permalink Background}; font-size:8px; text-transform:uppercase; opacity:0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
  192. -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  193.  
  194. #entries:hover #permalink { opacity: 1.1; margin-top:40px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  195.  
  196. .permalink { font-family: {select:Font}; font-size:9px; line-height:13px;letter-spacing:1px; color: {color:Text}; padding:20px; text-transform:uppercase; }
  197.  
  198.  
  199. /* ENTRY TITLE */
  200.  
  201. #title { padding:5px; font-size: 20px; text-align: center; font-family: {font:Title}; line-height: 100%; letter-spacing: 2px; color: {color:Title}; text-transform:uppercase; }
  202.  
  203. /* ASKS */
  204.  
  205. #asks { position: relative; background-color: {color:Entry Background}; padding: 10px 0px 20px 0px; {block:If250px}width: 100px;{/block:If250px} {block:If500px}width: 350px;{/block:If500px} {block:If400px}width: 250px;{/block:If400px} display: block; }
  206.  
  207. #asks img { width: 45px; height: 45px; border: 5px solid {color:Sidebar Background};margin: -5px 0px -5px 5px; {block:IfMonochromePosts} -webkit-filter: grayscale(1); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; {block:IfMonochromePosts} }
  208.  
  209. #asks img:hover{ {block:IfMonochromePosts} filter: none; -webkit-filter: grayscale(0); {block:IfMonochromePosts} }
  210.  
  211. #asks a { font-size: 11px; padding-left:-10px; color: {color:Link}; font-family: {select:Font}; text-align: center; letter-spacing:1px; text-transform: uppercase; }
  212.  
  213. #asks a:hover { color: {color:Link Hover}; }
  214.  
  215. #askcontainer { {block:If250px}width: 175px;{/block:If250px} {block:If500px}width: 425px;{/block:If500px} {block:If400px}width: 325px;{/block:If400px} border-bottom:2px solid {color:Bold}; margin-left:70px; margin-top:-5px; padding-bottom:10px; text-align: left; font-size: 10px; line-height:130%; color: {color:Text}; font-family: {select:Font}; display:block; }
  216.  
  217. /* CHATS */
  218.  
  219. .chat { letter-spacing:0px; text-transform:uppercase; font-size:10px; font-family:{select:font}; line-height:12px; list-style:none; margin-left:-40px; }
  220.  
  221. .chat ul { line-height:20px; list-style:none; }
  222.  
  223. .chat_1 { padding:4px 15px; color:{color:Text}; border-bottom:1px solid {color:Content Background}; }
  224.  
  225. .chat_1 .label { font-weight:bold; color:{color:Bold}; }
  226.  
  227. .chat_2 { padding:4px 15px; border-bottom:1px solid {color:Content Background}; }
  228.  
  229. .chat_2 .label { font-weight:bold; color:{color:Bold}; }
  230.  
  231. .chat_3 { padding:4px 15px; color:{color:Text}; border-bottom:1px solid {color:Content Background}; }
  232.  
  233. .chat_3 .label { font-weight:bold; color:{color:Bold}; }
  234.  
  235. .chat_4 { padding:4px 15px; border-bottom:1px solid {color:Content Background}; }
  236.  
  237. .chat_4 .label { font-weight:bold; color:{color:Bold}; }
  238.  
  239. .chat_5 { padding:4px 15px; color:{color:Text}; border-bottom:1px solid {color:Content Background}; }
  240.  
  241. .chat_5 .label { font-weight:bold; color:{color:Bold}; }
  242.  
  243. .chat_6 { padding:4px 15px; border-bottom:1px solid {color:Content Background}; }
  244.  
  245. .chat_6 .label { font-weight:bold; color:{color:Bold}; }
  246.  
  247. .chat_7 { padding:4px 15px; color:{color:Text}; border-bottom:1px solid {color:Content Background}; }
  248.  
  249. .chat_7 .label { font-weight:bold; color:{color:Bold}; }
  250.  
  251. .chat_8 { padding:4px 15px; border-bottom:1px solid {color:Content Background}; }
  252.  
  253. .chat_8 .label { font-weight:bold; color:{color:Bold}; }
  254.  
  255. .chat_9 { padding:4px 15px; color:{color:Text}; border-bottom:1px solid {color:Content Background}; }
  256.  
  257. .chat_9 .label { font-weight:bold; color:{color:Bold}; }
  258.  
  259. .chat_10 { padding:4px 15px; border-bottom:1px solid {color:Content Background}; }
  260.  
  261. .chat_10 .label { font-weight:bold; color:{color:Bold}; }
  262.  
  263.  
  264. /* NOTES */
  265.  
  266. ol.notes { padding: 5px 25px 0px 20px; font-family:{select:Font}; font-size:11px; list-style-type: none; border: 0px; letter-spacing: 0px; text-transform: lowercase; }
  267.  
  268. #notes { {block:If250px}width: 245px;{/block:If250px}{block:If400px}width: 395px;{/block:If400px} {block:If500px}width: 495px;{/block:If500px} padding: 5px 25px 10px 0px; background-color:{color:Background}; border:1px solid {color:Permalink Background}; margin:20px 0px 0px -30px; }
  269.  
  270. ol.notes li.note { padding: 5px 1px 1px 1px; font-family:{select:Font}; text-align: left; font-size:11px; letter-spacing: 0px; text-transform: lowercase; }
  271.  
  272. .notes img { display:none; }
  273.  
  274. /* MUSIC POSTS */
  275.  
  276. #music { {block:If250px}width:250px;{/block:If250px}{block:If400px}width:400px;{/block:If400px}{block:If500px}width:500px;{/block:If500px} }
  277.  
  278. .music_cover { width:70px; height:70px; margin-left:0px; position:absolute; }
  279.  
  280. .music_cover img { float:left; width:80px; height:80px; border:10px solid {color:Sidebar Background}; }
  281.  
  282. .music_player { position:absolute; z-index:1; width:100px; height:100px; margin-top:0px; margin-left:0px; display:block; opacity:0.6; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; -ms-transition: all 0.4s; transition:all 0.5s; {block:IfWhiteMusicPlayer}background:#fff;{/block:IfWhiteMusicPlayer} {block:IfBlackMusicPlayer}background:#000;{/block:IfBlackMusicPlayer} }
  283.  
  284. .music_player:hover { -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; -ms-transition: all 0.4s; transition:all 0.4s; opacity:0.6; }
  285.  
  286. .player { width:24px; height:24px; margin-top:34px; margin-left:33px; overflow:hidden; padding:3px; }
  287.  
  288. .music_track { {block:If250px}width:140px;{/block:If250px}{block:If400px}width:280px;{/block:If400px}{block:If500px}width:375px;{/block:If500px}height:40.5px; margin-left:100px; {block:If250px}padding-left:5px;{/block:If250px}{block:If400px}padding-left:15px;{/block:If400px}{block:If500px}padding-left:20px;{/block:If500px}padding-top:18px; display:block; font-family:{font:title}; {block:If250px}font-size:15px;{/block:If250px}{block:If400px}font-size:20px;{/block:If400px}{block:If500px}font-size:25px;{/block:If500px}font-style:italic; letter-spacing:-1px; text-transform:lowercase; border-right:5px solid {color:Title};text-align:left; color:{color:Title}; background:{color:Entry Background};}
  289.  
  290. .music_other { {block:If250px}width:140px;{/block:If250px}{block:If400px}width:280px;{/block:If400px}{block:If500px}width:375px;{/block:If500px}height:37px; margin-top:-13px; padding-top:6px;margin-left:100px; padding-bottom:11px; display:block; border-right:5px solid {color:Title};{block:If250px}font-size:9px;{/block:If250px}{block:If400px}font-size:12px;{/block:If400px}{block:If500px}font-size:12px;{/block:If500px}{block:If250px}padding-left:5px;{/block:If250px}{block:If400px}padding-left:15px;{/block:If400px}{block:If500px}padding-left:20px;{/block:If500px}font-family: {select:Font};letter-spacing:0px; text-transform:uppercase; text-align:left; color:{color:Bold};background:{color:Entry Background}; }
  291.  
  292. {CustomCSS}
  293.  
  294. </style>
  295.  
  296. {block:IfInfiniteScroll}
  297. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  298. {/block:IfInfiniteScroll}
  299.  
  300. </head>
  301.  
  302. <body>
  303.  
  304. <div id="sidebar"><div id="navlinks"><a href="/">home</a><a href="/ask">ask</a><a href="/archive">archive</a><a href="http://benizora.tumblr.com">theme</a></div><div id="banner">{title}<div id="banner2">{text:2nd title}</div></div><img src="{image:sidebar}">
  305.  
  306. <div id="sidelinks">
  307. {block:IfLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:IfLink1}{block:IfLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:IfLink2}{block:IfLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:IfLink3}{block:IfLink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4}
  308.  
  309. <div id="description">{block:Description}{Description}{/block:Description}</div></div></div>
  310.  
  311. {block:IfNotInfiniteScroll}<div id="previous">
  312. {block:Pagination}
  313. {block:PreviousPage}
  314. <a href="{PreviousPage}">«</a>
  315. {/block:PreviousPage}
  316. {/block:Pagination}
  317. </div>
  318. <div id="next"> {block:Pagination}
  319. {block:NextPage}
  320. <a href="{NextPage}">»</a>
  321. {/block:NextPage}
  322. {/block:Pagination}
  323. </div>{/block:IfNotInfiniteScroll}
  324.  
  325. </div>
  326.  
  327.  
  328. <div id="content">
  329.  
  330. <div class="autopagerize_page_element">
  331.  
  332. {block:Posts}
  333.  
  334. <div id="entries">
  335.  
  336. {block:Text}{block:Title}<div id="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  337.  
  338. {block:Photo}{LinkOpenTag}<div id="photo">{block:If250px}<img src="{PhotoURL-250}" class="center">{/block:If250px}{block:If400px}<img src="{PhotoURL-400}" class="center">{/block:If400px}{block:If500px}<img src="{PhotoURL-500}" class="center">{/block:If500px}</div>{LinkCloseTag}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  339. {/block:Photo}
  340.  
  341. {block:Photoset}{LinkOpenTag}<div id="photo">{block:If250px}{PhotoSet-250}{/block:If250px}{block:If400px}{PhotoSet-400}{/block:If400px}{block:If500px}{PhotoSet-500}{/block:If500px}</div>{LinkCloseTag}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}{/block:Photoset}
  342.  
  343. {block:Quote}<div id="quotation">❝</div><div id="quote">{Quote}</div><br>
  344. {block:Source}<div align="right">— {Source}</div>{/block:Source}{/block:Quote}
  345.  
  346. {block:Link}<div id="title"><a href="{URL}" {Target}>{Name}</a>
  347. </div>{block:Description}{Description}{/block:Description}{/block:Link}
  348.  
  349. {block:Chat}{block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}<div class="chat"><ul>{block:Lines}<li class="chat_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  350.  
  351. {block:Audio}<div id="music"><div class="music_cover"><img src="http://static.tumblr.com/liul60i/IcMmdl9id/nmusic2.png"></div>{block:AlbumArt}<div class="music_cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="music_player"><div class="player">{block:IfWhiteMusicPlayer}{AudioPlayerWhite}{/block:IfWhiteMusicPlayer}{block:IfBlackMusicPlayer}{AudioPlayerBlack}{/block:IfBlackMusicPlayer}</div></div><div class="music_track">{block:TrackName}{TrackName}{/block:TrackName}</div><div class="music_other">{block:Artist}{Artist}{/block:Artist}<br>{FormattedPlayCount} PLAYS</div></div>{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}{/block:Audio}
  352.  
  353.  
  354. {block:Video}{block:If250px}{Video-250}{/block:If250px}{block:If400px}{Video-400}{/block:If400px}{block:If500px}{Video-500}{/block:If500px}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}{/block:Video}
  355.  
  356. {block:Answer}<div id="asks"><img src="{AskerPortraitURL-40}" align="left"><div id="askcontainer">{Asker} ASKED: <br>{Question}</div></div>{Answer}{/block:Answer}
  357.  
  358. {block:IndexPage}{block:Date}<div id="permalink"><div id="date">{DayOfMonthWithZero}{DayOfMonthSuffix}&nbsp;&nbsp;{ShortMonth}&nbsp;|&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;|&nbsp;<a href="{ReblogParentURL}">via</a> |&nbsp;<a href="{ReblogRootURL}">org</a>{/block:RebloggedFrom}{block:ContentSource}&nbsp;|&nbsp;<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:Date}</div></div>{/block:IndexPage}
  359.  
  360. {block:PermalinkPage}<div class="permalink"><center><div id="date">{DayOfMonthWithZero}{DayOfMonthSuffix}&nbsp;&nbsp;{ShortMonth}&nbsp;|&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;|&nbsp;<a href="{ReblogParentURL}">via</a> |&nbsp;<a href="{ReblogRootURL}">org</a>{/block:RebloggedFrom}{block:ContentSource}&nbsp;|&nbsp;<a href="{SourceURL}">source</a>{/block:ContentSource} {block:HasTags}<br>tags &raquo; {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</center>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</div>{/block:PermalinkPage}
  361.  
  362. </div>
  363.  
  364. {/block:Posts}
  365.  
  366. </div>
  367.  
  368. <img src="{image:2nd background}" style="position:fixed; max-height: 550px; right:25px; bottom:0px; z-index:-9;">
  369.  
  370. </div>
  371.  
  372. </body>
  373.  
  374. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement