assshhhhllleey

theme 18 (multicolumn 01)

Jan 5th, 2014
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.64 KB | None | 0 0
  1. <!---
  2. theme #18 (multicolumn 01) by
  3. ╱╱╱╱╭━╮╭━╮╱╱╱╱╱╱╱╭╮╱╭╮
  4. ╱╱╱╱┃╭╯┃╭╯╱╱╱╱╱╱╱┃┃╭╯╰╮
  5. ╭━━┳╯╰┳╯╰┳┳━━┳┳━━┫┃┣╮╭╋╮╱╭╮
  6. ┃╭╮┣╮╭┻╮╭╋┫╭━╋┫╭╮┃┃┣┫┃┃┃╱┃┃
  7. ┃╰╯┃┃┃╱┃┃┃┃╰━┫┃╭╮┃╰┫┃╰┫╰━╯┃
  8. ╰━━╯╰╯╱╰╯╰┻━━┻┻╯╰┻━┻┻━┻━╮╭╯
  9. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
  10. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
  11. (ex. twerkitnarry)
  12. --->
  13.  
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18.  
  19. <!-- COLORS -->
  20.  
  21. <meta name="color:background" content="#ffffff"/>
  22. <meta name="color:asks background" content="#eaeaea">
  23. <meta name="color:posts background" content="#ffffff"/>
  24. <meta name="color:links background" content="#ffffff"/>
  25. <meta name="color:link" content="#c2bebe">
  26. <meta name="color:text" content="#777"/>
  27. <meta name="color:title" content="#fd8585"/>
  28. <meta name="color:hover" content="#a3a3a0"/>
  29. <meta name="color:border" content="#e4e4e4">
  30. <meta name="color:scrollbar" content="#fd8585"/>
  31.  
  32. <!--SIDEBAR AND BACKGROUND IMAGES-->
  33. <meta name="image:background" content=""/>
  34. <meta name="image:sidebar" content=""/>
  35.  
  36. <meta name="if:2Columns" content="1"/>
  37. <meta name="if:SmallCursor" content="1"/>
  38.  
  39. <!--IF YOU DON'T WANT A TITLE REMOVE THE FIRST META-->
  40. <meta name="text:sidetitle" content="" />
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link1 Title" content="" />
  43. <meta name="text:Link2" content="/" />
  44. <meta name="text:Link2 Title" content="" />
  45. <meta name="text:Link3" content="/" />
  46. <meta name="text:Link3 Title" content="" />
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  49. <link href='http://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54.  
  55. ::-webkit-scrollbar {
  56. width: 3px;
  57. height: 5px;
  58. }
  59.  
  60. ::-webkit-scrollbar-track {
  61. border-left:1px solid #fff;
  62. border-right:1px solid #fff;
  63. background:{color:scrollbar};
  64. }
  65.  
  66. ::-webkit-scrollbar-thumb:vertical {
  67. height: 9px;
  68. background-color: {color:scrollbar};
  69. border-top:1px solid {color:scrollbar};
  70. border-bottom:1px solid {color:scrollbar};
  71. }
  72.  
  73.  
  74. {block:IfSmallCursor}*, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;} {/block:IfSmallCursor}
  75.  
  76. iframe#tumblr_controls {white-space:nowrap;-webkit-filter: invert(100%);-moz-filter: invert(100%);-o-filter: invert(100%);-ms-filter: invert(100%);filter: invert(100%); right:2px !important; position: fixed !important;-webkit-transition: opacity 0.4s linear;opacity: 0.4;-webkit-transition: all 0.8s ease-out;-moz-
  77. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  78.  
  79. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity 0.7s linear;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  80.  
  81. p {
  82. margin:0px;
  83. margin-top:0px;
  84. }
  85.  
  86.  
  87. body {
  88. padding:10px;
  89. margin: 1px;
  90. color:{color:text};
  91. font-family: calibri;
  92. line-height:10px;
  93. font-size:10px;
  94. background-color: {color:Background};
  95. background-image:url({image:Background});
  96. background-attachment: fixed;
  97. background-repeat: repeat;
  98. }
  99.  
  100.  
  101. a:link, a:active, a:visited{
  102. text-decoration: none;
  103. -webkit-transition: color 0.3s ease-out;
  104. -moz-transition: color 0.3s ease-out;
  105. transition: color 0.3s ease-out;
  106. color:{color:link};
  107. }
  108.  
  109. a:hover {
  110. text-decoration: none;
  111. font-style:;
  112. color: {color:Hover};
  113. }
  114.  
  115. blockquote img {max-width:100%}
  116.  
  117. /* DON'T MAKE THE WIDTH NUMBER TOO BIG OR ELSE YOU'LL HAVE A HORIZONTAL SCROLLBAR */
  118.  
  119. div#center{
  120. margin:auto;
  121. position:relative;
  122. width:1340px;
  123. overflow:auto;
  124. overflow-y:hidden;
  125. }
  126.  
  127. /* EDIT ENTRY SETTINGS HERE */
  128.  
  129. .entry {
  130. padding:8px;
  131. {block:If2Columns}
  132. border:1px solid {color:border};
  133. {/block:If2Columns}
  134. float:left;
  135. margin:3px;
  136. margin-top:28px;
  137. {block:If2Columns}
  138. margin-top:2px;
  139. {/block:If2Columns}
  140. overflow:hidden;
  141. width:500px; /*MAKE IT SMALLER FOR MORE COLUMNS AND BIGGER FOR LESS*/
  142. {block:If2Columns}
  143. width:250px;
  144. {/block:If2Columns}
  145. {block:PermalinkPage}
  146. width:455px;
  147. text-align:left;
  148. line-height:10px;
  149. {/block:PermalinkPage}
  150. background:{color:posts background};
  151. }
  152.  
  153. /*EDIT POSTS HERE*/
  154.  
  155. #posts {
  156. width:550px;
  157. margin-top:80px;
  158. margin-left:380px;
  159. background:transparent;
  160. overflow-y: hidden;
  161. position:inherit;
  162. }
  163.  
  164. /*EDIT SIDEBAR HERE*/
  165.  
  166.  
  167. #sidebar {
  168. z-index:99999;
  169. margin-left:0px;
  170. margin-top:0px;
  171. position:fixed;
  172. background:transparent;
  173. }
  174.  
  175. /*EDIT SIDEBAR TITLE HERE NOTE: IF YOU DON'T WANT THE TITLE TO APPEAR DELETE THIS AND GO TO THE <BODY> TAG AND DELETE <div class="sidetitle">{text:sidetitle}</div> */
  176.  
  177. #headerbg {width: 100%; height: 60px;margin-top:-12px; margin-left: -12px;position:fixed;background-color: {color:background}; border-bottom: 1px solid {color:border}; z-index:999;}
  178.  
  179. .sidetitle{
  180. text-transform:none;
  181. font-size:38px;
  182. font-family:'times new';
  183. font-style:italic;
  184. line-height:100%;
  185. text-align:left;
  186. height:auto;
  187. letter-spacing:0px;
  188. word-spacing:0px;
  189. margin-left:0px;
  190. margin-top:3px;
  191. padding-bottom:10px;
  192. padding-right:5px;
  193. position:fixed;
  194. z-index:99999999999999;
  195. opacity:1;
  196. }
  197.  
  198. .sidetitle a{
  199. color:{color:title};
  200. }
  201.  
  202. .links {
  203. opacity:1;
  204. margin-top:130px;
  205. margin-left:952px;
  206. position:fixed;
  207. line-height:250%;
  208. }
  209.  
  210. .links a{
  211. vertical-align:middle
  212. position:fixed;
  213. display:block;
  214. font-size:12px;
  215. width: 60px;
  216. height: 40px;
  217. padding-top:20px;
  218. background: {color:links background};
  219. text-align:center;
  220. border-radius: 100px;
  221. border: 1px solid {color:border};
  222. -webkit-transition: all 0.2s ease;
  223. -moz-transition: all 0.2s ease;
  224. -o-transition: all 0.2s ease;
  225. }
  226.  
  227. .links a:hover{
  228. color:white;
  229. background:{color:title};
  230. border-color: {color:title};
  231. -webkit-transition: all 0.7s ease;
  232. -moz-transition: all 0.7s ease;
  233. -o-transition: all 0.7s ease;
  234. }
  235.  
  236. #sidebarimage {
  237. position:fixed;
  238. margin-top:380px;
  239. margin-left:180px;
  240. opacity: 1;border-radius:100px;
  241. background-color:{color:background};
  242. }
  243.  
  244. #sidebarimage img {
  245. width:150px;
  246. overflow:none;
  247. height: 150px;
  248. border:solid 1px;
  249. opacity: .9;
  250. padding:3px;
  251. border-radius:100px;
  252. border-color: {color:border};
  253. background-color:{color:background};
  254. }
  255.  
  256. #descbg {width: 270px; height: 109px;margin-top:403px; margin-left:-12px;position:fixed;background-color: {color:background}; border-bottom: 1px solid {color:border}; border-top: 1px solid {color:border};}
  257.  
  258. .desc {
  259. overflow:auto;
  260. position:fixed;
  261. margin-top:425px;
  262. margin-left:8px;
  263. padding: 5px;
  264. padding-top: 1px;
  265. text-align:justify;
  266. font-size:12px;
  267. font-family:'times new';
  268. width:150px;
  269. height:65px;
  270. line-height:110%;
  271. background-color:transparent;
  272. opacity:1;
  273. color:{color:text};
  274. -moz-transition-duration:0.7s;
  275. -webkit-transition-duration:0.7s;
  276. -o-transition-duration:0.7s;
  277. }
  278.  
  279. .desc a{
  280. color:{color:text};
  281. }
  282.  
  283. .desc:first-letter {
  284. float:left;
  285. font-family: georgia;
  286. font-size:17px;
  287. text-transform:uppercase;
  288. background:{color:border};
  289. color:{color:text};
  290. padding:6px;
  291. margin-right:4px;
  292. display:inline-block;
  293. }
  294.  
  295. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  296. .title{
  297. font-size: 12px;
  298. color:{color:Title};
  299. font-weight: normal;
  300. line-height:100%;
  301. }
  302.  
  303. #asker {
  304. font-family:cedarville cursive; line-height:90%; font-size:20px; margin-top:2px; }
  305.  
  306. #asker a {
  307. color:{color:title};
  308. }
  309.  
  310. #question {
  311. font-family:'calibri'; font-size: 11px; font-style:italic; line-height:95%; background-color: {color:asks background}; padding: 5px;border-radius: 10px;
  312. }
  313.  
  314. #answer {
  315. font-family:'calibri'; text-transform:none;margin-top:6px; {block:If2Columns}border-top: 1px solid {color:border};{/block:If2Columns} padding-top:8px;
  316. }
  317.  
  318. #bubble {
  319. position:absolute;
  320. margin-left:83%;
  321. width: 0;
  322. height: 0;
  323. border-left: 4px solid transparent;
  324. border-right: 16px solid transparent;
  325. border-top: 14px solid #eee;
  326. }
  327.  
  328.  
  329. /*EDIT PERMALINK OF POSTS AND STUFF HERE*/
  330.  
  331. .permalink {
  332. color:black;
  333. font-size:12px;
  334. opacity: 0;
  335. width:501px;
  336. {block:If2Columns}
  337. width:245px;
  338. {/block:If2Columns}
  339. height:15px;
  340. padding-bottom:1px;
  341. padding-left:5px;
  342. padding-top:5px;
  343. background-color: #fff;
  344. position: absolute;
  345. top: 20px;
  346. {block:If2Columns}
  347. top:10px;
  348. {/block:If2Columns}
  349. text-align:center;
  350. text-transform:uppercase;
  351. font-family:calibri;
  352. letter-spacing:0px;
  353. line-height:12px;
  354. border-top:1px solid {color:border};
  355. border-bottom:1px solid {color:border};
  356. display:block;
  357. -webkit-transition-duration: .75s;
  358. }
  359.  
  360. .entry:hover .permalink {
  361. position: absolute;
  362. opacity:1;
  363. z-index:99;
  364. padding-top:5px;
  365. padding-bottom:1px;
  366. -moz-transition-duration:0.7s;
  367. -webkit-transition-duration:0.7s;
  368. -o-transition-duration:0.7s;
  369. }
  370.  
  371. .permalinks {
  372. margin-top:10px;
  373. padding:2px;
  374. padding-bottom:0px;
  375. text-align:center;
  376. text-transform: uppercase;
  377. font-family:calibri;
  378. border-top: 1px solid {color:border}
  379. }
  380.  
  381.  
  382.  
  383.  
  384. /* SCROLLBAR */
  385.  
  386. #infscr-loading{
  387. bottom: -70px;
  388. position: absolute;
  389. left: 50%;
  390. margin-left:-8px;
  391. width:16px;
  392. height:11px;
  393. overflow:hidden;
  394. margin-bottom: 50px;
  395. }
  396.  
  397. /* BLOCKQUOTES AND STUFF */
  398.  
  399. #postnotes{
  400. text-align: justify;}
  401.  
  402. #postnotes blockquote{
  403. border: 1px;}
  404.  
  405. blockquote{
  406. padding:0px 0px 2px 5px;
  407. margin:0px 0px 2px 5px;
  408. border-left: 1px solid {color:border};
  409. }
  410.  
  411. blockquote p, ul{
  412. margin:0px;
  413. padding:0px;
  414. }
  415.  
  416. a img{border: 0px;}
  417.  
  418.  
  419. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  420.  
  421. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  422. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  423.  
  424. ol.notes {
  425. padding-left:18px;
  426. font-size: 10px;
  427. }
  428.  
  429. ol.notes li.note {
  430. list-style: decimal-leading-zero;
  431. padding:2px;
  432.  
  433. }
  434. .notes img{width:10px; position:relative; top:3px; display:none;}
  435.  
  436. <--ses-->
  437. small{font-size: 90%;}
  438.  
  439.  
  440. #photoset {
  441. width:100%;
  442. padding:2px;
  443. border: 1px solid {color:border};
  444. {block:If2Columns}
  445. border: 0px solid {color:border};
  446. padding:0px;
  447. {/block:If2Columns}
  448. }
  449.  
  450. #line {
  451. position:fixed;
  452. height:1000px;
  453. width: 1px;
  454. background-color: {color:border};
  455. margin-left:980px;
  456. margin-top:-10px;
  457. }
  458.  
  459. #poop {padding: 2px; font-color:#ccc; position:fixed; text-align: right; bottom:-22px; right:3px; line-height:120%; font-size:18px; letter-spacing:1px; font-family:just another hand;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease; }
  460.  
  461. #poop a {
  462. color: {color:Text};
  463. }
  464.  
  465. #poop:hover {
  466. bottom:2px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;
  467. }
  468.  
  469. #poop a:hover {
  470. bottom:2px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease; color: {color:title};
  471. }
  472.  
  473. #s-m-t-tooltip {
  474. max-width:300px;
  475. padding:3px 4px 3px 4px;
  476. margin:10px 0px 0px 10px;
  477. background-color:#fff; /* change the background color */
  478. border:1px solid {color:border}; /* change the border color */
  479. font-family:calibri; /* change the font */
  480. font-size:9px; /* change the font size */
  481. letter-spacing:1px; /* change the letter spacing */
  482. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  483. color:#999; /* change the text color */
  484. font-style:italic;
  485. z-index:999999999999999999999999999999999999;
  486.  
  487. }
  488.  
  489. {CustomCSS}
  490.  
  491. </style>
  492.  
  493. <!-- INFINITE SCROLL THING -->
  494.  
  495. {block:IndexPage}
  496. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  497. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  498.  
  499. <script type="text/javascript">
  500. $(window).load(function(){
  501. var $wall = $('#posts');
  502. $wall.imagesLoaded(function(){
  503. $wall.masonry({
  504. itemSelector: '.entry, .entry_photo',
  505. isAnimated : false
  506. });
  507. });
  508.  
  509. $wall.infinitescroll({
  510. navSelector : '#pagination',
  511. nextSelector : '#pagination a',
  512. itemSelector : '.entry, .entry_photo',
  513. bufferPx : 2000,
  514. debug : false,
  515. errorCallback: function() {
  516. $('#infscr-loading').fadeOut('normal');
  517. }},
  518. function( newElements ) {
  519. var $newElems = $( newElements );
  520. $newElems.hide();
  521. $newElems.imagesLoaded(function(){
  522. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  523. });
  524. }); $('#posts').show(500);
  525. });
  526. </script>
  527.  
  528.  
  529. {/block:IndexPage}
  530.  
  531.  
  532. <title>{title}</title>
  533.  
  534. <link rel="shortcut icon" href="{Favicon}" />
  535. <meta name="viewport" content="width=820" />
  536.  
  537.  
  538.  
  539. </head>
  540.  
  541.  
  542. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  543. <script>
  544. (function($){
  545. $(document).ready(function(){
  546. $("a[title]").style_my_tooltips({
  547. tip_follows_cursor:true,
  548. tip_delay_time:90,
  549. tip_fade_speed:160,
  550. attribute:"title"
  551. });
  552. });
  553. })(jQuery);
  554. </script>
  555. <body>
  556.  
  557. <BODY onselectstart="return false;" ondragstart="return false;">
  558.  
  559. <div id="center">
  560. <div id="descbg"></div>
  561. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  562. <div class="header">
  563. </div>
  564. <div id="headerbg"></div>
  565. <div id="line"></div>
  566. <div class="sidetitle"><a href="/">{text:sidetitle}</a></div>
  567. <div class="links">
  568. <a title="refresh" href="/">I.</a><br>
  569. <a title="message" href="/ask">II.</a><br>
  570. {block:ifLink1}<a title="{text:Link1 Title}" href="{text:Link1}">III.</a>{/block:ifLink1}<br>
  571. {block:ifLink2}<a title="{text:Link2 Title}" href="{text:Link2}">IV.</a>{/block:ifLink2}<br>
  572. {block:ifLink3}<a title="{text:Link3 Title}" href="{text:Link3}">V.</a>{/block:ifLink2}
  573. </div>
  574. <div class="desc">{Description}
  575. </div>
  576.  
  577. <div class="left">
  578. <div id="posts">
  579. {block:Posts}
  580. <div class="entry">
  581.  
  582. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  583. <!--EDIT THE PERMALINK STUFF ON TEXT POSTS-->
  584. <div class="permalinks">
  585. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a></div>
  586. {/block:Text}
  587.  
  588. {block:Link}<a href="{URL}" class="title"><big><big>{Name}</big></big></a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  589. <div class="permalinks">
  590. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a></div>{block:Link}
  591.  
  592.  
  593. <!--EDIT THE PERMALINK STUFF ON PHOTOS-->
  594. {block:Photo}
  595. {block:IndexPage}
  596. <center>
  597. <div class="permalink">
  598. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes </a><a href="{ReblogURL}" target="_blank"> - reblog </a> </div>
  599. <div id="photoset"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></div>
  600. {/block:IndexPage}
  601. {block:PermalinkPage}
  602. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  603. {LinkCloseTag}
  604. {/block:PermalinkPage}
  605. {/block:Photo}
  606.  
  607.  
  608. <!--EDIT THE PERMALINK STUFF ON PHOTOSETS-->
  609. {block:Photoset}
  610. {block:IndexPage}
  611. <div class="permalink">
  612. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes </a><a href="{ReblogURL}" target="_blank"> - reblog </a> </div>
  613. <center><div id="photoset">{Photoset-250}</div></center>
  614. {/block:IndexPage}
  615. {block:PermalinkPage}
  616. <center>
  617. {Photoset-250}</center>
  618. {/block:PermalinkPage}
  619. {/block:Photoset}
  620.  
  621.  
  622. {block:Quote}<span class="title"><big><i>"{Quote}"</i></big></span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  623. <!--EDIT THE PERMALINK STUFF ON QUOTES-->
  624. <div class="permalinks">
  625. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a></div>{/block:Quote}
  626.  
  627. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  628. <ul class="chat">
  629. {block:Lines}
  630. <li class="user_{UserNumber}">
  631. {block:Label}
  632. <span class="label">{Label}</span>
  633. {/block:Label}
  634. {Line}
  635. {/block:Lines}
  636. <!--EDIT THE PERMALINK STUFF ON CHATS-->
  637. <div class="permalinks">
  638. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  639. {/block:Chat}
  640.  
  641. {block:Audio}
  642. <left> <span class="audio">{AudioPlayerGrey}</left></span>
  643. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  644. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  645. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  646.  
  647. <!--EDIT THE PERMALINK STUFF ON AUDIO POSTS-->
  648. <div class="permalinks">
  649. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a></div>
  650. {/block:Audio}
  651.  
  652. {block:Video}
  653. {block:IndexPage}
  654. <center>
  655. <!--EDIT THE PERMALINK STUFF ON VIDEO POSTS-->
  656. <div class="permalink">
  657. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  658. {Video-250}</center>
  659. {/block:IndexPage}
  660. {block:PermalinkPage}
  661. <center>
  662. {Video-400}</center>
  663. {/block:PermalinkPage}
  664. {block:Video}
  665.  
  666. <!--EDIT QUESTIONS AND ANSWERS ONLY HERE-->
  667. {block:Answer}
  668. <img src="{AskerPortraitURL-30}" align="left" style="margin-left:3px; border: 1px solid {color:border}; border-radius:100px; "/>
  669. <div id="asker"> &nbsp{Asker}</div> <div id="question"> — {Question} </div><div id="bubble"></div>
  670. <br>
  671. <div id="answer">{Answer} </div>
  672. <div class="permalinks">
  673. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a></div>
  674. {/block:Answer}
  675.  
  676.  
  677. {block:PostNotes}<div align="middle">{caption}</div>
  678. <center>
  679.  
  680. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  681.  
  682. {block:HasTags}
  683. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  684. {block:RebloggedFrom}
  685. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  686. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  687.  
  688. {/block:RebloggedFrom}
  689. </center></span>
  690. <br>
  691. <div id="postnotes">{PostNotes}</div><br>
  692.  
  693. <center>{block:ContentSource}
  694. <br><a href="{SourceURL}">
  695. {lang:Source}:
  696. {block:SourceLogo}
  697. <img src="{BlackLogoURL}" width="{LogoWidth}"
  698. height="{LogoHeight}" alt="{SourceTitle}" />
  699. {/block:SourceLogo}
  700. {block:NoSourceLogo}
  701. {SourceLink}
  702. {/block:NoSourceLogo}
  703. </a>
  704. {/block:ContentSource}</center>
  705.  
  706. {/block:PostNotes}
  707. </div>
  708. {/block:Posts}
  709. </div></div>
  710.  
  711.  
  712.  
  713. {block:IndexPage}
  714. {block:Pagination}
  715. <div id="pagination">
  716. {block:NextPage}
  717. <a id="nextPage" href="{NextPage}"></a>
  718. {/block:NextPage}
  719. {block:PreviousPage}
  720. <a href="{PreviousPage}"></a>
  721. {/block:PreviousPage}
  722. </div>
  723. {/block:Pagination}
  724. {/block:IndexPage}
  725.  
  726. <div id="poop">
  727. <a href="http://officiality.tumblr.com/">▲▼<br>OFFICIALITY</a>
  728. </div>
  729.  
  730.  
  731. </body>
  732. </html>
Advertisement
Add Comment
Please, Sign In to add comment