Advertisement
benizora

vapour thm.

Oct 23rd, 2014
6,611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.02 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. V A P O U R
  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>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}"/>
  23. {/block:Description}
  24.  
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Navigation Background" content="#ffffff"/>
  27. <meta name="color:Navigation Links" content="#bbbbbb"/>
  28. <meta name="color:Navigation Links Hover" content="#aee2ed"/>
  29. <meta name="color:Description Text" content="#ffffff"/>
  30. <meta name="color:Description Bold" content="#86a9b0"/>
  31. <meta name="color:Description Italic" content="#daf8fe"/>
  32. <meta name="color:Quotes" content="#aaaaaa"/>
  33. <meta name="color:Quotation Mark" content="#aee2ed"/>
  34. <meta name="color:Permalink Background" content="#aee2ed"/>
  35. <meta name="color:Permalink Text" content="#02080d"/>
  36. <meta name="color:Permalink Links" content="#ffffff"/>
  37. <meta name="color:Permalink Links Hover" content="#02080d"/>
  38. <meta name="color:Header Background" content="#aee2ed"/>
  39. <meta name="color:Header Title" content="#ffffff"/>
  40. <meta name="color:Entry Background" content="#f9fafb"/>
  41. <meta name="color:Scrollbar" content="#aee2ed"/>
  42. <meta name="color:Scrollbar Background" content="#ffffff"/>
  43. <meta name="color:Text" content="#5c5c5c"/>
  44. <meta name="color:Bold" content="#000"/>
  45. <meta name="color:Italic" content="#51b9ce"/>
  46. <meta name="color:Title" content="#aee2ed"/>
  47. <meta name="color:Links" content="#44deff"/>
  48. <meta name="color:Links Hover" content="#000000"/>
  49.  
  50. <meta name="image:Header Picture" content=""/>
  51. <meta name="image:Background" content=""/>
  52.  
  53. <meta name="select:Font" content="Trebuchet MS" title="Trebuchet MS" content="0"/>
  54. <meta name="select:Font" content="Arial" title="Arial" content="0"/>
  55. <meta name="select:Font" content="Calibri" title="Calibri" content="1"/>
  56. <meta name="select:Font" content="Consolas" title="Consolas" content="0"/>
  57. <meta name="select:Font" content="Times" title="Times New Roman" content="0"/>
  58. <meta name="select:Font" content="Century Gothic" title="Century Gothic" content="0"/>
  59. <meta name="select:Font" content="Cambria" title="Cambria" content="0"/>
  60. <meta name="select:Font" content="Georgia" title="Georgia" content="0"/>
  61.  
  62. <meta name="text:link 1" content="" />
  63. <meta name="text:link 1 title" content="" />
  64. <meta name="text:link 2" content="" />
  65. <meta name="text:link 2 title" content="" />
  66. <meta name="text:link 3" content="" />
  67. <meta name="text:link 3 title" content="" />
  68. <meta name="text:link 4" content="" />
  69. <meta name="text:link 4 title" content="" />
  70. <meta name="text:link 5" content="" />
  71. <meta name="text:link 5 title" content="" />
  72. <meta name="text:link 6" content="" />
  73. <meta name="text:link 6 title" content="" />
  74.  
  75. <meta name="if:BlackMusicPlayer" content="0" />
  76. <meta name="if:WhiteMusicPlayer" content="1" />
  77. <meta name="if:ShowCaptions" content="1">
  78. <meta name="if:MonochromePosts" content="0" />
  79. <meta name="if:FadingImages" content="0" />
  80. <meta name="if:TwoColumns250px" content=""/>
  81. <meta name="if:TwoColumns400px" content=""/>
  82. <meta name="if:ThreeColumns250px" content="1"/>
  83.  
  84. <style type="text/css">
  85.  
  86. /* TUMBLR TOP */
  87.  
  88. iframe#tumblr_controls { right:5px !important; top:4px; position: fixed !important; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.7; }
  89.  
  90. /* BACKGROUND */
  91.  
  92. body { background-image: url('{image:Background}'); background-color: {color:Background}; background-attachment: fixed; background-repeat: {text:Background Repeat}; color: {color:Text}; font-family:{select:Font}; font-size: 12px; }
  93.  
  94. /* SCROLLBAR */
  95.  
  96. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border: 1px solid {color:Scrollbar Background}; height:auto; }
  97.  
  98. ::-webkit-scrollbar { height:7px; width:7px; background-color: {color:Scrollbar Background}; border: 3px solid {color:Scrollbar Background}; }
  99.  
  100. /* GEN LINKS */
  101.  
  102. a { color: {color:Links}; text-decoration: none; }
  103.  
  104. a:link, a:active, a:visited { text-decoration: none; color: {color:Links}; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; }
  105.  
  106. a:hover { color:{color:Links Hover}; text-decoration: none; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; }
  107.  
  108. /* TOP */
  109.  
  110. #topbar { position:fixed; width:100%; z-index:9999; letter-spacing:1px; margin:auto; padding-top:4px; height:30px; opacity:.9; top:0px; left:0; background:{color:Navigation Background}; border-bottom: 1px solid {color:Header Background}; text-align:center; }
  111.  
  112. #topbar_links { margin:auto; top:0px; text-align:center; z-index:9; position:absolute; left:0px; right:0px; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }
  113.  
  114. #topbar_links a { position:relative; display:inline-block; width:50px; font-weight:bold; color:{color:Navigation Links}; padding:12px 5px 3px 5px; font-size: 8px; font-family:{select:Font}; text-align:center; text-transform:uppercase; }
  115.  
  116. #topbar_links a:hover { color:{color:Navigation Links Hover}; border-bottom:2px solid {color:Navigation Links Hover}; }
  117.  
  118. #header { width:100%; left:0px; position:absolute; z-index:99; margin:auto; letter-spacing:1px; margin:auto; height:250px; top:0px; background:{color:Header Background}; text-align:center; }
  119.  
  120. #header_title { font-family:'Libre Baskerville', serif; font-size:40px; letter-spacing:-2px; margin-right:39px; width:293px; text-align:right; height:50px; overflow:hidden; float:right; color:{color:Header Title}; position:relative; font-style:italic; z-index:99999999999999; }
  121.  
  122. #header_title a { color:{color:Header Title}; text-shadow:10px 0px transparent, -10px 0px transparent; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out;-ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }
  123.  
  124. #header_title a:hover { color:{color:Header Title}; text-shadow:0px 0px {color:Description Italic}, -0px 0px {color:Header Title}; }
  125.  
  126. #header_info { z-index:99999999999999; position:relative; margin:65px auto 0px auto; width:500px; height:150px; background:transparent; border:1px solid {color:Background}; }
  127.  
  128. #header_image { position:absolute; }
  129.  
  130. #header_image img { width:130px; height:130px; border:10px solid {color:Background}; }
  131.  
  132. #header_description { width:300px; font-size:9px; font-family:'Calibri', sans-serif'; text-transform:uppercase; color:{color:Description Text}; letter-spacing:0px; margin-top:55px; text-align:justify; padding:2px 12px; height:80px; overflow:auto; margin-left:161px; }
  133.  
  134. #header_description b, strong { color: {color:Description Bold}; }
  135.  
  136. #header_description i, em { color: {color:Description Italic}; }
  137.  
  138. /* ENTRIES */
  139.  
  140. #content { {block:IndexPage}{block:IfTwoColumns250px}width:600px;{/block:IfTwoColumns250px}{block:IfTwoColumns400px}width:900px;{/block:IfTwoColumns400px}{block:IfThreeColumns250px}width:900px;{/block:IfThreeColumns250px}{/block:IndexPage}{block:PermalinkPage}width: 500px;{/block:PermalinkPage} float:center; margin:280px auto 0px auto; }
  141.  
  142. #entries { font-family:{select:Font}; background-color: {color:Entry Background}; color: {color:text}; {block:IndexPage}{block:IfTwoColumns250px}width:250px;{/block:IfTwoColumns250px}{block:IfTwoColumns400px}width:400px;{/block:IfTwoColumns400px}{block:IfThreeColumns250px}width:250px;{/block:IfThreeColumns250px}{/block:IndexPage}{block:IndexPage}font-size: 10px;{/block:IndexPage} font-family:{select:Font}; text-align: left; padding: 10px; margin: 10px 6px 26px 6px; text-align: justify; float:center;{block:PermalinkPage}width: 500px;{/block:PermalinkPage}{block:PermalinkPage}font-size: 12px;{/block:PermalinkPage}{block:PermalinkPage}margin-left: -11px;{/block:PermalinkPage}{block:PermalinkPage}margin-bottom: 0px;{/block:PermalinkPage} }
  143.  
  144. #entries b, strong { color: {color:Bold}; }
  145.  
  146. #entries i, em { color: {color:Italic}; }
  147.  
  148. #entries a { color: {color:Links}; text-decoration: none; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }
  149.  
  150. #entries a:hover { color: {color:Links Hover}; text-decoration: none; }
  151.  
  152. #entries img { {block:IndexPage}{block:IfTwoColumns250px}max-width:250px;{/block:IfTwoColumns250px}{block:IfTwoColumns400px}max-width:400px;{/block:IfTwoColumns400px}{block:IfThreeColumns250px}max-width:250px;{/block:IfThreeColumns250px}{/block:IndexPage} }
  153.  
  154. #photo { {block:IndexPage}{block:IfTwoColumns250px}width:250px;{/block:IfTwoColumns250px}{block:IfTwoColumns400px}width:400px;{/block:IfTwoColumns400px}{block:IfThreeColumns250px}width:250px;{/block:IfThreeColumns250px}{/block:IndexPage}{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} }
  155.  
  156. #photo:hover { {block:IfMonochromePosts} filter: none; -webkit-filter: grayscale(0);{/block:IfMonochromePosts}{block:ifFadingImages}opacity: 1;{/block:ifFadingImages} }
  157.  
  158. /* BLOCKQUOTES/MISC */
  159.  
  160. h1 { color:{color:Title}; font-size: 30px; margin-top:0px; text-align: left; font-weight:bold; font-style:italic; font-family:'Libre Baskerville',serif; line-height: 100%; letter-spacing: 1px; }
  161.  
  162. h1 a { color: {color:Title}; }
  163.  
  164. h1 a:visited { color: {color:Title}; }
  165.  
  166. h1 a:hover { color: {color:Title}; }
  167.  
  168. blockquote img { {block:IndexPage}{block:IfTwoColumns250px}max-width:200px;{/block:IfTwoColumns250px}{block:IfTwoColumns400px}max-width:350px;{/block:IfTwoColumns400px}{block:IfThreeColumns250px}max-width:200px;{/block:IfThreeColumns250px}{/block:IndexPage}{block:PermalinkPage}max-width: 450px;{/block:PermalinkPage} }
  169.  
  170. 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:IfTwoColumns250px}max-width:200px;{/block:IfTwoColumns250px}{block:IfTwoColumns400px}max-width:350px;{/block:IfTwoColumns400px}{block:IfThreeColumns250px}max-width:200px;{/block:IfThreeColumns250px}{block:PermalinkPage}width: 450px;{/block:PermalinkPage}{block:PermalinkPage}font-size:11px; margin-bottom:-10px;{/block:PermalinkPage} }
  171.  
  172. pre { word-wrap:break-word; overflow:hidden; font-size:10px; }
  173.  
  174. /* QUOTES */
  175.  
  176. #quotes { padding: 10px 10px 20px 10px; font-family:{select:Font}; line-height: 100%; font-size:18px; font-style:italic; color: {color:quote}; text-align: center; }
  177.  
  178. #pretty { font-family:{select:Font}; margin-top:-10px; margin-left:-3px; position:absolute; opacity:.4; font-size:50px; color: {color:bold}; text-align: center; }
  179.  
  180. #sources { font-family:{select:Font}; font-size:11px; text-align:right; margin-top: -5px; padding: 10px 10px 0px 10px; }
  181.  
  182. /* PERMALINK */
  183.  
  184. #permalink { letter-spacing:1px; {block:IndexPage} font-weight: bold; margin-top:15px; font-size:8px; padding:5px 3px; letter-spacing:1px; background-color: {color:Permalink Background}; color: {color:Permalink Text};{block:IfTwoColumns250px}width:264px;{/block:IfTwoColumns250px}{block:IfTwoColumns400px}width:414px;{/block:IfTwoColumns400px}{block:IfThreeColumns250px}width:264px;{/block:IfThreeColumns250px}{/block:IndexPage}{block:PermalinkPage} width:512px; padding:10px 3px; letter-spacing:1px; font-size:9px; font-weight:bold; margin-top:15px; background-color: {color:Background}; color: {color:Permalink Text}; border:1px solid {color:Permalink Background};position:fixed;{/block:PermalinkPage} margin-left:-10px; text-align:center; text-transform: uppercase; position:absolute; font-family:{select:Font}; }
  185.  
  186. .perm a:link { {block:IndexPage} color:{color:Permalink Links}; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;{/block:IndexPage}{block:PermalinkPage} color:{color:Permalink Links Hover}; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;{/block:PermalinkPage} }
  187.  
  188. .perm a:hover { {block:IndexPage} color:{color:Permalink Links Hover};{/block:IndexPage}{block:PermalinkPage} color:{color:Permalink Background}; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; {/block:PermalinkPage} }
  189.  
  190. #permalink a { {block:IndexPage} color:{color:Permalink Links}; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;{/block:IndexPage}{block:PermalinkPage} color:{color:Permalink Links Hover}; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; {/block:PermalinkPage} }
  191.  
  192. #permalink a:hover { {block:IndexPage} color:{color:Permalink Links Hover}; {/block:IndexPage} {block:PermalinkPage} color:{color:Permalink Background}; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; {/block:PermalinkPage} }
  193.  
  194. /* TITLES */
  195.  
  196. #title { padding-bottom: 3px; {block:IfTwoColumns250px}font-size:14px;{/block:IfTwoColumns250px} {block:IfTwoColumns400px}font-size:20px;{/block:IfTwoColumns400px} {block:IfThreeColumns250px}font-size:14px;{/block:IfThreeColumns250px} text-align: center; font-family:{select:Font}; text-transform:uppercase; line-height: 100%; letter-spacing: 0px; color: {color:Title}; }
  197.  
  198. /* MSGS */
  199.  
  200. #answer { margin-top:15px; }
  201.  
  202. #question { padding:15px; font-family:{select:Font}; letter-spacing:1px; font-weight:bold; border:1px solid {color:Header Background}; color:{color:Bold}; }
  203.  
  204. #asks { float:right; text-align:right; }
  205.  
  206. #people { margin-top:-9px; margin-right:-5px; padding:0 4px; font-family:{select:Font}; font-size:10px; font-weight:bold; text-align:right; text-transform:uppercase; letter-spacing:0px; color:{color:Bold}; background:{color:Entry Background}; }
  207.  
  208. #people a { color:{color:Links}; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
  209.  
  210. #people a:visited { color:{color:Links}; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
  211.  
  212. #people a:hover { color:{color:Bold}; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
  213.  
  214. #askphoto { display:none; }
  215.  
  216. #askphoto img { display:none; }
  217.  
  218. /* CHATS */
  219.  
  220. .chat { line-height:12px; list-style:none; margin-left:-40px; }
  221.  
  222. .chat ul { line-height:20px; list-style:none; }
  223.  
  224. .chat_1 { background-color:{color:Entry Background}; padding:3px 6px; color:{color:Text}; border-bottom:1px solid {color:Permalink Background}; }
  225.  
  226. .chat_1 .label { font-weight:bold; color:{color:Bold}; }
  227.  
  228. .chat_2 { background:transparent; padding:3px 6px; border-bottom:1px solid {color:Permalink Background}; }
  229.  
  230. .chat_2 .label { font-weight:bold; color:{color:Bold}; }
  231.  
  232. .chat_3 { background-color:{color:Entry Background}; padding:3px 6px; color:{color:Text}; border-bottom:1px solid {color:Permalink Background}; }
  233.  
  234. .chat_3 .label { font-weight:bold; color:{color:Bold}; }
  235.  
  236. .chat_4 { background:transparent; padding:3px 6px; border-bottom:1px solid {color:Permalink Background}; }
  237.  
  238. .chat_4 .label { font-weight:bold; color:{color:Bold}; }
  239.  
  240. .chat_5 { background-color:{color:Entry Background}; padding:3px 6px; color:{color:Text}; border-bottom:1px solid {color:Permalink Background}; }
  241.  
  242. .chat_5 .label { font-weight:bold; color:{color:Bold}; }
  243.  
  244. .chat_6 { background:transparent; padding:3px 6px; border-bottom:1px solid {color:Permalink Background}; }
  245.  
  246. .chat_6 .label { font-weight:bold; color:{color:Bold}; }
  247.  
  248. .chat_7 { background-color:{color:Entry Background}; padding:3px 6px; color:{color:Text}; border-bottom:1px solid {color:Permalink Background}; }
  249.  
  250. .chat_7 .label { font-weight:bold; color:{color:Bold}; }
  251.  
  252. .chat_8 { background:transparent; padding:3px 6px; border-bottom:1px solid {color:Permalink Background}; }
  253.  
  254. .chat_8 .label { font-weight:bold; color:{color:Bold}; }
  255.  
  256. .chat_9 { background-color:{color:Entry Background}; padding:3px 6px; color:{color:Text}; border-bottom:1px solid {color:Permalink Background}; }
  257.  
  258. .chat_9 .label { font-weight:bold; color:{color:Bold}; }
  259.  
  260. .chat_10 { background:transparent; padding:3px 6px; border-bottom:1px solid {color:Permalink Background}; }
  261.  
  262. .chat_10 .label { font-weight:bold; color:{color:Bold}; }
  263.  
  264. /* NOTES */
  265.  
  266. #pagination { display:none; }
  267.  
  268. ol.notes { padding: 10px 25px 0px 20px; font-family:{select:Font}; font-size:11px; list-style-type: none; border: 0px; letter-spacing: 0px; text-transform: lowercase; }
  269.  
  270. #notes { width: 493px; padding: 10px 25px 10px 0px; background-color:{color:Background}; border:1px solid {color:Permalink Background}; margin:50px 0px 0px -10px; }
  271.  
  272. ol.notes li.note { padding: 10px 1px 1px 1px; font-family:{select:Font}; text-align: left; font-size:11px; letter-spacing: 0px; text-transform: lowercase; }
  273.  
  274. .notes img { display:none; }
  275.  
  276. /* QUOTES */
  277.  
  278. #quote { color: {color:Quotes}; padding:0px 25px; margin-top:-70px; font-size:20px; position:relative; text-align: justify; font-weight:bold; font-style:italic; font-family:'Libre Baskerville', serif; letter-spacing: -1px; z-index:999999999999999; }
  279.  
  280. #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; }
  281.  
  282. /* MUSIC POSTS */
  283.  
  284. #music { {block:IfTwoColumns250px}width:250px;{/block:IfTwoColumns250px} {block:IfTwoColumns400px}width:400px;{/block:IfTwoColumns400px} {block:IfThreeColumns250px}width:250px;{/block:IfThreeColumns250px}{block:PermalinkPage}width:500px;{/block:PermalinkPage}height:100px; }
  285.  
  286. .music_cover { width:70px; height:70px; margin-left:0px; position:absolute; }
  287.  
  288. .music_cover img { float:left; width:80px; height:80px; border:10px solid {color:Background}; }
  289.  
  290. .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} }
  291.  
  292. .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; }
  293.  
  294. .player { width:24px; height:24px; margin-top:34px; margin-left:33px; overflow:hidden; padding:3px; }
  295.  
  296. .music_track { {block:IfTwoColumns250px}width:145px;{/block:IfTwoColumns250px} {block:IfTwoColumns400px}width:285px;{/block:IfTwoColumns400px} {block:IfThreeColumns250px}width:145px;{/block:IfThreeColumns250px}{block:PermalinkPage}width:385px;{/block:PermalinkPage}height:40.5px; margin-left:100px; {block:IfTwoColumns250px}padding-left:5px;{/block:IfTwoColumns250px} {block:IfTwoColumns400px}padding-left:15px;{/block:IfTwoColumns400px} {block:IfThreeColumns250px}padding-left:5px;{/block:IfThreeColumns250px}{block:PermalinkPage}padding-left:15px;{/block:PermalinkPage} padding-top:22px; display:block; font-family:'Libre Baskerville', serif; {block:IfTwoColumns250px}font-size:15px;{/block:IfTwoColumns250px} {block:IfTwoColumns400px}font-size:20px;{/block:IfTwoColumns400px} {block:IfThreeColumns250px}font-size:15px;{/block:IfThreeColumns250px} font-style:italic; letter-spacing:-1px; text-transform:lowercase; text-align:left; color:{color:Title}; {block:IfWhiteMusicPlayer}background:#fff;{/block:IfWhiteMusicPlayer} {block:IfBlackMusicPlayer}background:#000;{/block:IfBlackMusicPlayer} }
  297.  
  298. .music_other { {block:IfTwoColumns250px}width:145px;{/block:IfTwoColumns250px} {block:IfTwoColumns400px}width:285px;{block:PermalinkPage}width:385px;{/block:PermalinkPage}{/block:IfTwoColumns400px} {block:IfThreeColumns250px}width:145px;{/block:IfThreeColumns250px} height:41px; margin-top:-15px; margin-left:100px; padding-bottom:11px; display:block; {block:IfTwoColumns250px}{block:PermalinkPage}padding-left:25px;{/block:PermalinkPage}font-size:9px;{/block:IfTwoColumns250px} {block:IfTwoColumns400px}font-size:12px;{/block:IfTwoColumns400px} {block:IfThreeColumns250px}font-size:9px;{/block:IfThreeColumns250px} {block:IfTwoColumns250px}padding-left:5px;{/block:IfTwoColumns250px} {block:IfTwoColumns400px}padding-left:15px;{/block:IfTwoColumns400px} {block:IfThreeColumns250px}padding-left:5px;{/block:IfThreeColumns250px} font-family:'Calibri', sans-serif; letter-spacing:0px; text-transform:uppercase; text-align:left; color:{color:Text}; {block:IfWhiteMusicPlayer}background:#fff;{/block:IfWhiteMusicPlayer} {block:IfBlackMusicPlayer}background:#000;{/block:IfBlackMusicPlayer} }
  299.  
  300. {CustomCSS}
  301.  
  302. </style>
  303.  
  304. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  305. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  306.  
  307. {block:IndexPage}
  308. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  309. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  310.  
  311. <script type="text/javascript">
  312. $(window).load(function () {
  313. $('#content').masonry(),
  314. $('.masonryWrap').infinitescroll({
  315. navSelector : "#pagination a",
  316. // selector for the paged navigation (it will be hidden)
  317. nextSelector : "#pagination a",
  318. // selector for the NEXT link (to page 2)
  319. itemSelector : "#entries",
  320. // selector for all items you'll retrieve
  321. bufferPx : 10000,
  322. extraScrollPx: 11000,
  323. },
  324. // call masonry as a callback.
  325. function() { $('#content').masonry({ appendedContent: $(this) }); }
  326. );
  327. });
  328. </script>
  329. {/block:IndexPage}
  330.  
  331. <div class="autopagerize_page_element">
  332.  
  333. {block:IndexPage}<div style="margin-top:40px;position:relative;z-index:2;margin-bottom:30px;background:{color:Background};background-attachment:fixed; background-repeat:repeat;background-image:url('{image:Background}');"></div>{/block:IndexPage}
  334.  
  335. </head>
  336. <body>
  337.  
  338. <div id="topbar"><div id="topbar_links"><a href="/">home</a>&nbsp;<a href="/ask">message</a>{block:IfLink1}&nbsp;&nbsp;<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}{block:IfLink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:IfLink5}{block:IfLink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:IfLink6}<a href="/archive">archive</a><a href="http://benizora.org">theme</a></div></div><div id="header"><div id="header_info"><div id="header_image"><img src="{image:Header Picture}"></div><div id="header_title"><a href="/">{Title}</a></div><div id="header_description">{Description}</div></div></div>
  339.  
  340. <div id="content">
  341. <table>
  342. {block:Posts}
  343. <div id="entries">
  344.  
  345.  
  346. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  347.  
  348. {block:Photo}{block:IndexPage}{LinkOpenTag}<div id="photo">{block:IfTwoColumns250px}<img src="{PhotoURL-250}" class="center">{/block:IfTwoColumns250px}{block:IfTwoColumns400px}<img src="{PhotoURL-400}" class="center">{/block:IfTwoColumns400px}{block:IfThreeColumns250px}<img src="{PhotoURL-250}" class="center">{/block:IfThreeColumns250px}</div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<div id="photo"><img src="{PhotoURL-500}" class="center"></div>{LinkCloseTag}{/block:PermalinkPage}{/block:Photo}
  349.  
  350. {block:Photoset}{block:IndexPage}{LinkOpenTag}<div id="photo">{block:IfTwoColumns250px}{Photoset-250}{/block:IfTwoColumns250px}{block:IfTwoColumns400px}{Photoset-400}{/block:IfTwoColumns400px}{block:IfThreeColumns250px}{Photoset-250}{/block:IfThreeColumns250px}</div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<div id="photo">{Photoset-500}</div>{LinkCloseTag}{/block:PermalinkPage}{/block:Photoset}
  351.  
  352. {block:Quote}<div id="quotation">❝</div><div id="quote">{Quote}</div><br>
  353. {block:Source}<div align="right">β€” {Source}</div>{/block:Source}{/block:Quote}
  354.  
  355. {block:Link}
  356. <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
  357. {block:Description}{Description}{/block:Description}{/block:Link}
  358.  
  359. {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}
  360.  
  361. {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:Audio}
  362.  
  363. {block:Video}{block:IfTwoColumns250px}{Video-250}{/block:IfTwoColumns250px}{block:IfTwoColumns400px}{Video-400}{/block:IfTwoColumns400px}{block:IfThreeColumns250px}{Video-250}{/block:IfThreeColumns250px}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:Video}
  364.  
  365.  
  366. {block:Answer}<div id="question">{Question}</div><div id="asks"><div id="people">{Asker}</div><div id="askphoto"></div></div><div id="answer">{Answer}</div>{/block:Answer}
  367.  
  368.  
  369. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{block:Date}<div id="permalink"><span class="perm">{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}</span></div>{/block:Date}{/block:IndexPage}
  370.  
  371.  
  372. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:Date}<div id="permalink"><span class="perm">{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}<br>{block:HasTags}<b>TAGS &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</span></div>{/block:Date}{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}{/block:PermalinkPage}
  373.  
  374.  
  375. </div>
  376.  
  377. {/block:Posts}
  378.  
  379. </table>
  380. </div>
  381. </div>
  382. </div>
  383.  
  384. {block:IndexPage}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage} | {CurrentPage} of {TotalPages} | {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}</div>{/block:Pagination}{/block:IndexPage}
  385.  
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement