Advertisement
sarahpaulson

Glee Fic Blog #1

Nov 1st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.12 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--------------------------------------------
  4. 11: ETGS - SPY
  5. MADE BY: http://lostmemento.tumblr.com (lmthemes)
  6. ---------------------------------------------
  7.  
  8. TERMS OF USAGE:
  9. - DO NOT REMOVE THE CREDIT
  10. - DO NOT REDISTRIBUTE
  11. - DO NOT CLAIM AS YOUR OWN
  12. - DO NOT USE AS A BASE
  13.  
  14.  
  15. --------------------------------------------->
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}{/block:Description}
  21. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/bHXn2g6ev/1.8.2.jquery.min.js"></script>
  24.  
  25. <script language="javascript">
  26. $(document).ready(function() {
  27. $('a#buttonsend').click(function() {
  28. $('.t',this).toggle();
  29. });
  30.  
  31. $("#div2").css({"top": "-680px", "opacity":"0.0"})
  32. $("#buttonsend").toggle(
  33. function () {
  34. $("#div2").animate({"top": "52px", "opacity":"0.0"}, "slow");
  35. },
  36. function () {
  37. $("#div2").animate({"top": "-680px", "opacity":"0.0"}, "slow");
  38. });
  39. });
  40. </script>
  41.  
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Open+Sans:680|Six+Caps' rel='stylesheet' type='text/css'>
  44.  
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("[title]").style_my_tooltips();
  49. });
  50. })(jQuery);
  51. </script>
  52.  
  53. <!--------------------------------------------
  54. DEFAULT APPEARANCE OPTIONS
  55. --------------------------------------------->
  56. <meta name="image:sidebar" content=""/>
  57. <meta name="image:background" content=""/>
  58.  
  59. <meta name="select:Post Size" content="500" title="680px">
  60. <meta name="select:Post Size" content="400" title="400px">
  61. <meta name="select:Post Size" content="250" title="250px">
  62. <meta name="if:Background No Repeat" content="0"/>
  63. <meta name="if:Background Fixed" content="0"/>
  64. <meta name="if:Show Photo Captions on Hover" content="0"/>
  65. <meta name="if:Show Photo Captions Permalink Only" content="1"/>
  66. <meta name="if:Show Notes Symbol" content="0"/>
  67. <meta name="select:Tumblr Audio Player Color" content="white" title="White">
  68. <meta name="select:Tumblr Audio Player Color" content="grey" title="Grey">
  69. <meta name="select:Tumblr Audio Player Color" content="black" title="Black">
  70.  
  71. <meta name="if:Show Reblog and Tags" content="0"/>
  72. <meta name="if:Page Fade Load" content="0"/>
  73.  
  74. <meta name="if:Uppercase" content="1"/>
  75. <meta name="if:Italic" content="1"/>
  76.  
  77. <meta name="color:bg" content="#ffffff"/>
  78. <meta name="color:Scrollbar" content="#eeeeee"/>
  79. <meta name="color:Accent" content="#ffff00"/>
  80. <meta name="color:Border" content="#f5f5f5"/>
  81. <meta name="color:Top Bar" content="#ffffff"/>
  82. <meta name="color:Post" content="#ffffff"/>
  83. <meta name="color:Post Font" content="#555555"/>
  84. <meta name="color:Link Hover" content="#000000"/>
  85. <meta name="color:Description Font" content="#000000"/>
  86.  
  87. <meta name="text:Post Font Size" content="10px"/>
  88. <meta name="text:Small Font Size" content="7px"/>
  89. <meta name="text:Description Font Size" content="7px"/>
  90. <meta name="text:Subtitle Font Size" content="8px"/>
  91.  
  92. <meta name="text:Background Position" content=""/>
  93. <meta name="text:Notes Symbol" content="&hearts;"/>
  94. <meta name="text:Sidebar Text Align" content="center"/>
  95. <meta name="text:Ask Action" content="asked"/>
  96. <meta name="text:Subtitle" content=""/>
  97.  
  98. <meta name="text:Letterspacing" content="1px"/>
  99.  
  100. <meta name="text:Post Font" content="Helvetica, calibri, arial"/>
  101. <meta name="text:Secondary Font" content="TimesNewRoman, Times, Baskerville, Georgia, serif"/>
  102.  
  103. <style type="text/css">
  104. body{
  105. font-family: {text:Post Font};
  106. margin:0px;
  107. padding:0px;
  108. font-size: {text:Post Font Size};
  109. line-height: 90%;
  110. background-color: {color:bg};
  111. color: {color:Post Font};
  112. overflow-x: hidden;
  113. background-image: url('{image:background}');
  114. {block:IfBackgroundNoRepeat}background-repeat: no-repeat;{/block:IfBackgroundNoRepeat}
  115. {block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}
  116. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}}
  117.  
  118. a {text-decoration: none;
  119. transition-duration: 0.6s;
  120. -moz-transition-duration: 0.6s;
  121. -webkit-transition-duration: 0.6s;
  122. -o-transition-duration: 0.6s;}
  123.  
  124. a:-webkit-any-link {text-decoration: none;}
  125.  
  126. a:hover {background-color: {color:Accent}; color: {color:Link Hover};}
  127.  
  128. img {display: block;}
  129.  
  130.  
  131.  
  132. #sb {color: transparent; display: none;}
  133.  
  134. .container500, .container400, .container250 {margin: auto; padding-bottom: 40px; font-family: {text:Secondary Font};}
  135.  
  136. .container500 {width: 700px;}
  137. .container400 {width: 600px;}
  138. .container250 {{block:IndexPage}width: 350px;{/block:IndexPage}
  139. {block:PermalinkPage}width: 600px;{/block:PermalinkPage}}
  140.  
  141. .pbg {
  142. position: absolute;
  143. height: 100%;
  144. padding: 20px;
  145. top: 0px;
  146. background-color: {color:Post};
  147. border: 0px solid {color:Border};
  148. border-top: 0px;
  149. border-bottom: 0px;}
  150.  
  151. .container500 .pbg {width: 680px;}
  152. .container400 .pbg {width: 580px;}
  153. .container250 .pbg {{block:IndexPage}width: 340px;{/block:IndexPage}
  154. {block:PermalinkPage}width: 580px;{/block:PermalinkPage}}
  155.  
  156.  
  157. .nav {position: relative;
  158. z-index: 53;
  159. bottom: 0px;
  160. padding: 15px 15px;
  161. background-color: {color:Top Bar};
  162. text-align: center;
  163. margin-left: 0px;
  164. font-size: 9px;
  165. letter-spacing: {text:Letterspacing};
  166. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  167.  
  168. .nav a {color: {color:Post Font};}
  169.  
  170. .container500 .nav {width: 680px;}
  171. .container400 .nav {width: 580px;}
  172. .container250 .nav {{block:IndexPage}width: 340px;{/block:IndexPage}
  173. {block:PermalinkPage}width: 340px;{/block:PermalinkPage}}
  174.  
  175. .top {position: relative; fixed; top: 0px; margin-left: 1px; text-align: justify; z-index: 51;}
  176.  
  177. .container500 .top {width: 700px;}
  178. .container400 .top {width: 600px;}
  179. .container250 .top {{block:IndexPage}width: 350px;{/block:IndexPage}
  180. {block:PermalinkPage}width: 350px;{/block:PermalinkPage}}
  181.  
  182. .tp1 img {display: inline-block; vertical-align: -5px; margin-right: 5px; }
  183. .tp1 {text-align: center;
  184. font-size: {text:Small Font Size};
  185. letter-spacing: {text:Letterspacing};
  186. position: relative;
  187. z-index: 52;
  188. background-color: {color:Top Bar};
  189. padding: 0px;
  190. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  191.  
  192. .tp1 a {color: {color:Link Hover}; display: inline-block; margin: 0px 4px;}
  193.  
  194. .qu {background-color: {color:Accent};
  195. {block:IfItalic}font-style: italic;{/block:IfItalic}
  196. text-transform: lowercase;
  197. font-size: {text:Subtitle Font Size};}
  198.  
  199. #div2 {position: absolute;
  200. background-color: {color:Post};
  201. border-bottom: 0px solid {color:Border};
  202. z-index: 50;
  203. padding: 0px;
  204. color: {color:Description Font};}
  205.  
  206. .container500 #div2 {width: 700px;}
  207. .container400 #div2 {width: 600px;}
  208. .container250 #div2 {{block:IndexPage}width: 350px;{/block:IndexPage}
  209. {block:PermalinkPage}width: 350px;{/block:PermalinkPage}}
  210.  
  211. .desc {display: table;
  212. font-size: {text:Description Font Size};
  213. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  214. letter-spacing: {text:Letterspacing};}
  215.  
  216. #description {
  217. width:700px;
  218. margin-left:0px;
  219. line-height:25px;
  220. margin-top:15px;
  221. text-transform: none;
  222. text-align:center;
  223. font-size: 9px;
  224. }
  225.  
  226. .desc img {display: inline-block;}
  227.  
  228. .container500 .dimg {width: 700px;}
  229. .container400 .dimg {width: 600px;}
  230. .container250 .dimg {{block:IndexPage}width: 350px;{/block:IndexPage}
  231. {block:PermalinkPage}width: 350px;{/block:PermalinkPage}}
  232.  
  233. .ri {display: table-cell;
  234. vertical-align: middle;
  235. padding: 0px;
  236. text-align: {text:Sidebar Text Align};}
  237.  
  238. .container500 .ri {width: 680px;}
  239. .container400 .ri {width: 580px;}
  240. .container250 .ri {{block:IndexPage}width: 340px;{/block:IndexPage}
  241. {block:PermalinkPage}width: 340px;{/block:PermalinkPage}}
  242.  
  243. .ril {text-align: center; margin-top: 5px;}
  244.  
  245. .ri a {background-color: {color:Accent}; color: {color:Descritpion};}
  246. .ri a:hover {color: {color:Link Hover};}
  247.  
  248. .ril a {background-color: {color:Top Bar}; padding: 3px 4px; color: {color:Link Hover};}
  249. .ril a:hover {background-color: {color:Link Hover}; color: {color:Post};}
  250.  
  251. .posts {padding: 20px;
  252. background-color: {color:Post};
  253. position: relative;
  254. z-index: 50px;
  255. margin-left: 0px;
  256. color: {color:Post Font};
  257. font-family: {text:Post Font};
  258. padding-bottom: 0px;
  259. text-align: justify;}
  260.  
  261. .posts a {background-color: {color:Accent}; color: {color:Post Font};}
  262. .posts a:hover {color: {color:Link Hover};}
  263.  
  264. .posts p img {display:inline-block;}
  265. .posts blockquote, .posts ul, .posts li, .posts img {max-width: 100%;}
  266. .posts blockquote {border-left: 2px solid {color:Link Hover}; padding-left: 10px;}
  267.  
  268. .container500 .posts {width: 680px;}
  269. .container400 .posts {width: 580px;}
  270. .container250 .posts {{block:IndexPage}width: 340px;{/block:IndexPage}
  271. {block:PermalinkPage}width: 340px;{/block:PermalinkPage}}
  272.  
  273. .container500 .pp {width: 680px;}
  274. .container400 .pp {width: 580px;}
  275. .container250 .pp {{block:IndexPage}width: 340px;{/block:IndexPage}
  276. {block:PermalinkPage}width: 340px;{/block:PermalinkPage}}
  277.  
  278. .container500 .thid400, .container500 .thid250,
  279. .container400 .thid500, .container400 .thid250,
  280. .container250 .thid500, .container250 .thid400 {display: none}
  281.  
  282. .container500 > .posts,
  283. .container400 > .posts,
  284. .container250 > .posts {margin-top: 0px;}
  285.  
  286. .container500 > .posts ~ .posts,
  287. .container400 > .posts ~ .posts,
  288. .container250 > .posts ~ .posts {margin-top: 0px;}
  289.  
  290. .posts h1 {line-height: 110%;
  291. font-weight: normal;
  292. display: block;
  293. font-family: {text:Secondary Font};
  294. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  295.  
  296. .posts h1 a {text-align: center;}
  297.  
  298. /* --------------------------------------
  299. QUOTE
  300. -------------------------------------- */
  301. .quote {width: 70%; margin: 40px auto; line-height: 150%}
  302.  
  303. .source {text-align: right;
  304. font-size: {text:Small Font Size};
  305. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  306. letter-spacing: {text:Letterspacing};
  307. margin-top: 10px;}
  308.  
  309. .quote_short {font-size: 18px; font-family: {text:Secondary Font};}
  310. .quote_medium {font-size: 14px; font-family: {text:Secondary Font};}
  311. .quote_long {font-size: {text:Post Font Size};}
  312.  
  313. /* --------------------------------------
  314. QUOTE
  315. -------------------------------------- */
  316.  
  317. .aqi {display: inline-block; vertical-align: -4px; height: 15px;}
  318.  
  319. .as {padding: 10px 0px;
  320. background-color: {color:Top Bar};
  321. font-family: {text:Secondary Font};
  322. {block:IfItalic}font-style: italic;{/block:IfItalic}
  323. letter-spacing: {text:Letterspacing};}
  324.  
  325. .aq {border-bottom: 0px solid {color:Border}; text-align: center;}
  326.  
  327. .ques {border-top: 0px solid {color:Border}; padding: 20px 10px; text-align: justify;}
  328.  
  329.  
  330. /* --------------------------------------
  331. AUDIO
  332. -------------------------------------- */
  333. .muswhite, .musgrey, .musblack {height: 50px;
  334. min-height: 50px;
  335. display: table;
  336. padding: 20px;
  337. background-color: {color:Top Bar};}
  338.  
  339. .muswhite img, .musgrey img, .musblack img {position: absolute; height: 50px;}
  340.  
  341. .musiclabel {display: table-cell;
  342. padding-left: 70px;
  343. width: 360px;
  344. vertical-align: middle;
  345. text-align: center;
  346. padding-right: 20px;
  347. font-size: {text:Small Font Size};
  348. letter-spacing: {text:Letterspacing};
  349. font-family: {text:Secondary Font};
  350. font-weight: normal;
  351. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  352.  
  353. .mlabel {color: {color:Link Hover}; background-color: {color:Accent};}
  354.  
  355. .audioverlay {opacity: 0.3;
  356. position: absolute;
  357. z-index: 10;
  358. margin-top: 0px;
  359. margin-left: 0px;
  360. transition-duration: 0.6s;
  361. -moz-transition-duration: 0.6s;
  362. -webkit-transition-duration: 0.6s;
  363. -o-transition-duration: 0.6s;
  364. z-index: 10000;}
  365.  
  366. .muswhite .audioverlay {background-color: #fff;}
  367. .musgrey .audioverlay {background-color: #e4e4e4;}
  368. .musblack .audioverlay {background-color: #000;}
  369.  
  370. .muswhite:hover .audioverlay, .musgrey:hover .audioverlay,
  371. .musblack:hover .audioverlay {opacity: 0.8;
  372. transition-duration: 0.6s;
  373. -moz-transition-duration: 0.6s;
  374. -webkit-transition-duration: 0.6s;
  375. -o-transition-duration: 0.6s;}
  376.  
  377. .muswhite .aug, .muswhite .aub,
  378. .musgrey .auw, .musgrey .aub,
  379. .musblack .auw, .musblack .aug {display: none}
  380.  
  381. .audioarrow {width: 20px; height: 30px; overflow: hidden; margin:10px 19px 10px 12px;}
  382.  
  383. /* --------------------------------------
  384. PINFO
  385. -------------------------------------- */
  386.  
  387. .ntc {padding: 10px 10px;
  388. border-top: 1px solid {color:Border};
  389. border-bottom: 0px solid {color:Border};
  390. {block:IfUppercase}text-transform: ;{/block:IfUppercase}
  391. font-size:
  392. letter-spacing: {text:Letterspacing};
  393. margin-left: -22px;
  394. margin-right: -20px;
  395. margin-top: 20px;
  396. text-align: center;
  397. font-family: {text:Secondary Font};}
  398.  
  399. .ntc a {color: {color:Post Font}; background-color: transparent;}
  400. .ntc a:hover {color: {color:Link Hover}; background-color: {color:Accent};}
  401.  
  402.  
  403. {block:IfNotShowReblogandTags}
  404. {block:IndexPage}
  405. .ifo {max-height: 0px; overflow: hidden;
  406. -moz-transition: 0.6s;
  407. -ms-transition: 0.6s;
  408. -o-transition: 0.6s;
  409. -webkit-transition: 0.6s;
  410. transition: 0.6s;}
  411.  
  412. .posts:hover .ifo {max-height: 999px;
  413. padding-top: 5px;}
  414. {/block:IndexPage}
  415. {/block:IfNotShowReblogandTags}
  416.  
  417. .tgs a {display: inline-block; margin: 3px 5px;}
  418.  
  419. .cpb {background-color: {color:Border};}
  420. .cpc span {background-color: {color:Top Bar}; border: 1px solid {color:Border};}
  421. #cp a {color: {color:Post Font};}
  422. .cpb:before {background-color: {color:Border};}
  423.  
  424. ol.notes {
  425. padding: 0px;
  426. margin: 25px 0px;
  427. list-style-type: none;
  428. font-size: {text:Small Font Size};
  429. font-family: {text:Secondary Font};
  430. letter-spacing: {text:Letterspacing};
  431. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  432.  
  433. ol.notes li.note {padding: 10px;}
  434.  
  435. ol.notes li.note img.avatar {vertical-align: -3px;
  436. display: inline-block;
  437. margin-right: 10px;
  438. width: 10px;
  439. height: 10px;}
  440.  
  441. ol.notes li.note span.action {font-weight: bold;}
  442.  
  443. ol.notes li.note .answer_content {font-weight: normal;}
  444.  
  445. ol.notes li.note blockquote {
  446. background-color: {color:Top Bar};
  447. padding: 4px 10px;
  448. margin: 10px 0px 0px 25px;}
  449.  
  450. ol.notes li.note blockquote a {text-decoration: none;}
  451.  
  452. {CustomCSS}
  453. </style>
  454. </head>
  455. <body>
  456. {block:IfPageFadeLoad}<script>
  457. $(document).ready(function(){
  458. $('#every').fadeIn(1000);
  459. });
  460. </script>{/block:IfPageFadeLoad}
  461.  
  462. {block:IfPageFadeLoad}<div id="every" style="display: none">{/block:IfPageFadeLoad}<div class="container{select:Post Size}">
  463.  
  464. <div class="pbg"></div>
  465. <div class="top">
  466. <a href="/"><img src="http://i.imgur.com/AuDwWb0.png"></a>
  467. <div class="tp1">
  468. <div id="description">{Description}</div>
  469. <a href="/">home</a>
  470. <a href="/ask">message</a>
  471. <a href="/tags">navigate</a>
  472. <a href="/masterlist">masterlist</a>
  473.  
  474. </div>
  475.  
  476. {block:Pagination}<div class="nav">
  477. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  478. {block:JumpPagination length="5"}{block:CurrentPage}
  479. <span class="current_page" style="padding:4px; background:#f5f5f5;margin-left:5px; margin-right:5px;">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  480. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}</div>
  481.  
  482.  
  483. <div id="div2"><div class="desc">
  484.  
  485. {block:IfSidebarImage}<img src="{image:sidebar}" class="dimg">{/block:IfSidebarImage}
  486.  
  487. <div class="ri">{block:IfSubtitle}<span class="qu">{text:Subtitle}</span><br><br>{/block:IfSubtitle}
  488.  
  489. {Description}
  490. <div class="ril">
  491. {block:IfLink1Name}<a href="{text:Link1 Url}" title="{text:Link1 Name}">I</a>{/block:IfLink1Name}
  492. {block:IfLink2Name}<a href="{text:Link2 Url}" title="{text:Link2 Name}">II</a>{/block:IfLink2Name}
  493. {block:IfLink3Name}<a href="{text:Link3 Url}" title="{text:Link3 Name}">III</a>{/block:IfLink3Name}
  494. {block:IfLink4Name}<a href="{text:Link4 Url}" title="{text:Link4 Name}">IV</a>{/block:IfLink4Name}
  495. {block:IfLink5Name}<a href="{text:Link5 Url}" title="{text:Link5 Name}">V</a>{/block:IfLink5Name}
  496. {block:IfLink6Name}<a href="{text:Link6 Url}" title="{text:Link6 Name}">VI</a>{/block:IfLink6Name}
  497. {block:IfLink7Name}<a href="{text:Link7 Url}" title="{text:Link7 Name}">VII</a>{/block:IfLink7Name}
  498. {block:IfLink8Name}<a href="{text:Link8 Url}" title="{text:Link8 Name}">VII</a>{/block:IfLink8Name}
  499. {block:IfLink9Name}<a href="{text:Link9 Url}" title="{text:Link9 Name}">IX</a>{/block:IfLink9Name}
  500. {block:IfLink10Name}<a href="{text:Link10 Url}" title="{text:Link10 Name}">X</a>{/block:IfLink10Name}
  501. </div></div>
  502.  
  503. </div></div>
  504.  
  505. {block:Posts}
  506. <div class="posts">
  507.  
  508.  
  509. <!--------------------------------------------
  510. TEXT POSTS
  511. --------------------------------------------->
  512. {block:Text}
  513. {block:Title}<h1>{Title}</h1>{/block:Title}
  514. {Body}
  515. {/block:Text}
  516.  
  517. <!--------------------------------------------
  518. PHOTO POSTS
  519. --------------------------------------------->
  520. {block:Photo}
  521. {LinkOpenTag}{block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="{select:Post Size}px">{/block:IndexPage}
  522. {block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="pp">{/block:PermalinkPage}{LinkCloseTag}
  523.  
  524.  
  525. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  526. {block:IndexPage}{block:Caption}{block:IfShowPhotoCaptionsonHover}<div class="hid">{/block:IfShowPhotoCaptionsonHover}{Caption}{block:IfShowPhotoCaptionsonHover}</div>{/block:IfShowPhotoCaptionsonHover}{/block:Caption}{/block:PermalinkPage}{/block:IndexPage}
  527. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  528.  
  529. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  530. {/block:Photo}
  531.  
  532. <!--------------------------------------------
  533. PHOTOSET POSTS
  534. --------------------------------------------->
  535. {block:Photoset}
  536. <div class="thid500">{Photoset-500}</div>
  537. <div class="thid400">{Photoset-400}</div>
  538. <div class="thid250">{block:IndexPage}{Photoset-250}{/block:IndexPage}
  539. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</div>
  540.  
  541.  
  542. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  543. {block:IndexPage}{block:Caption}{block:IfShowPhotoCaptionsonHover}<div class="hid">{/block:IfShowPhotoCaptionsonHover}{Caption}{block:IfShowPhotoCaptionsonHover}</div>{/block:IfShowPhotoCaptionsonHover}{/block:Caption}{/block:PermalinkPage}{/block:IndexPage}
  544. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  545.  
  546. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  547. {/block:Photoset}
  548.  
  549. <!--------------------------------------------
  550. QUOTE POSTS
  551. --------------------------------------------->
  552. {block:Quote}
  553. <div class="quote">
  554. <div class="quote_{Length}">“{Quote}”</div>
  555. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  556. </div>
  557. {/block:Quote}
  558.  
  559.  
  560.  
  561.  
  562. <!--------------------------------------------
  563. LINK POSTS
  564. --------------------------------------------->
  565. {block:Link}
  566. <h1><a href="{URL}">{Name}</a></h1>
  567. {block:Description}{Description}{/block:Description}
  568. {/block:Link}
  569.  
  570.  
  571.  
  572.  
  573. <!--------------------------------------------
  574. CHAT POSTS
  575. --------------------------------------------->
  576. {block:Chat}
  577. {block:Title}<h1>{Title}</h1>{/block:Title}
  578. <div class="chat"><ul>{block:Lines}
  579. <li class="line">{block:Label}
  580. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  581. {/block:Chat}
  582.  
  583. <!--------------------------------------------
  584. VIDEO POSTS
  585. --------------------------------------------->
  586. {block:Video}
  587. <div class="thid500">{VideoEmbed-500}</div>
  588. <div class="thid400">{VideoEmbed-400}</div>
  589. <div class="thid250">{block:IndexPage}{VideoEmbed-250}{/block:IndexPage}
  590. {block:PermalinkPage}{VideoEmbed-400}{/block:PermalinkPage}</div>
  591. {block:Caption}{Caption}{/block:Caption}
  592. {/block:Video}
  593.  
  594.  
  595.  
  596.  
  597. <!--------------------------------------------
  598. ANSWER POSTS
  599. --------------------------------------------->
  600. {block:Answer}
  601. <div class="aq"><div class="as"><img src="{AskerPortraitURL-64}" class="aqi"> {Asker} {text:Ask Action}:</div>
  602. <div class="ques">{Question}</div>
  603. </div>
  604. {Answer}
  605. {/block:Answer}
  606.  
  607.  
  608. <!--------------------------------------------
  609. AUDIO POSTS
  610. --------------------------------------------->
  611. {block:Audio}
  612. <div class="mus{select:Tumblr Audio Player Color}">
  613. {block:AudioPlayer}
  614. <div class="audioverlay"><div class="audioarrow">
  615. <div class="auw">{AudioPlayerWhite}</div>
  616. <div class="aug">{AudioPlayerGrey}</div>
  617. <div class="aub">{AudioPlayerBlack}</div></div></div>
  618. {/block:AudioPlayer}
  619.  
  620. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art"/>
  621. {block:AlbumArt}
  622. <img class="cover" src="{AlbumArtURL}" />
  623. {/block:AlbumArt}
  624.  
  625. <div class="musiclabel">
  626. {block:TrackName}<span class="mlabel">{TrackName}</span>{/block:TrackName}<br>
  627. {block:Artist}{Artist}{/block:Artist} {block:Album}· {Album}{/block:Album}<br>
  628. {block:Playcount}{Playcount} Plays{/block:Playcount}
  629. </div>
  630. </div>
  631.  
  632. {block:Caption}{Caption}{/block:Caption}
  633. {/block:Audio}
  634.  
  635.  
  636. <!--------------------------------------------
  637. POST INFO
  638. --------------------------------------------->
  639. {block:Date}<div class="ntc"><a href="{Permalink}">{Month} {DayOfMonthWithZero}{block:NoteCount}
  640. {/block:NoteCount}</a>
  641.  
  642. <div class="ifo">
  643. <!--- REBLOG INFO --->
  644. {block:RebloggedFrom}
  645.  
  646. {/block:RebloggedFrom}
  647. <!--- TAGS --->
  648. {block:HasTags}<div class="tgs">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  649. </div>{/block:HasTags}
  650. </div></div>{/block:Date}
  651.  
  652. {PostNotes}
  653. </div>
  654.  
  655. {block:ContentSource}
  656.  
  657. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  658.  
  659. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  660.  
  661. {/block:SourceLogo}
  662.  
  663. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  664.  
  665. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  666. {/block:Posts}
  667.  
  668.  
  669. </div>{block:IfPageFadeLoad}</div>{/block:IfPageFadeLoad}
  670. </body>
  671. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement