sallydonovar

Haters Anonymous

Aug 2nd, 2014
964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.76 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----enjoy!!! message me if you find any bugs.-->
  9. <!---- theme 7 by bellcna --->
  10.  
  11. <!----options--->
  12.  
  13. <meta name="if:300px" content="true"/>
  14. <meta name="if:Grayscale" content="true"/>
  15. <meta name="if:Post Borders" content="true"/>
  16. <meta name="if:Show Title" content="false"/>
  17.  
  18. <!----colors--->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:borders" content="#000"/>
  22. <meta name="color:caption bg" content="#eaeaea"/>
  23. <meta name="color:caption text" content="#000"/>
  24. <meta name="color:Link" content="#000"/>
  25. <meta name="color:link hover" content="#00c5cd"/>
  26. <meta name="color:post borders" content="#fff"/>
  27. <meta name="color:sidelinks" content="#fff"/>
  28. <meta name="color:sidelinks hover" content="#000"/>
  29. <meta name="color:sidelinks bg" content="#00c5cd"/>
  30. <meta name="color:Text" content="#000"/>
  31. <meta name="color:title" content="#c3c3c3"/>
  32. <meta name="color:title borders" content="#000"/>
  33. <meta name="color:tooltip bg" content="#000"/>
  34. <meta name="color:tooltip border" content="#fff"/>
  35. <meta name="color:tooltip text" content="#fff"/>
  36. <meta name="color:Scrollbar" content="#00c5cd"/>
  37. <meta name="color:scrollbar bg" content="#fff"/>
  38. <meta name="color:selection" content="#00cccc"/>
  39.  
  40. <!----text--->
  41.  
  42. <meta name="text:second title" content=""/>
  43. <meta name="text:about" content="this is your extra space. go nuts. show nuts. be a communist. destroy capitalism. smash the patriarchy. but above all, have fun."/>
  44. <meta name="text:info" content="this is your extra space. go nuts. show nuts. be a communist. destroy capitalism. smash the patriarchy. but above all, have fun."/>
  45.  
  46.  
  47.  
  48.  
  49. <!----jquery/javascript--->
  50.  
  51. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54.  
  55.  
  56. <script>
  57.  
  58. (function($){
  59.  
  60. $(document).ready(function(){
  61.  
  62. $("a[title]").style_my_tooltips({
  63.  
  64. tip_follows_cursor:true,
  65.  
  66. tip_delay_time:30,
  67.  
  68. tip_fade_speed:300,
  69.  
  70. attribute:"title"
  71.  
  72. });
  73.  
  74. });
  75.  
  76. })(jQuery);
  77.  
  78. </script>
  79.  
  80. <script type="text/javascript">
  81. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  82. $(document).ready(function() {
  83. function photosetResize() {
  84. $('iframe.photoset').each(function(){
  85. var newSize = 300;
  86. var newSrc = $(this).attr('src').replace('500',newSize);
  87. $(this).attr('src', newSrc).width(newSize);
  88. var high = $(this).css('height');
  89. var calculate = parseInt(high, 10)* newSize/500;
  90. $(this).css('height', calculate);
  91. });
  92. }
  93. photosetResize();
  94.  
  95. });
  96. </script>
  97.  
  98. <script type="text/javascript"
  99. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  100. <script>
  101. $(document).ready(function() {
  102. //
  103. $('a.poplight[href^=#]').click(function() {
  104. var popID = $(this).attr('rel'); //Get Popup Name
  105. var popURL = $(this).attr('href'); //Get Popup href to define size
  106. var query= popURL.split('?');
  107. var dim= query[1].split('&');
  108. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  109. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  110. var popMargTop = ($('#' + popID).height() + 80) / 2;
  111. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  112. //Apply Margin to Popup
  113. $('#' + popID).css({
  114. 'margin-top' : -popMargTop,
  115. 'margin-left' : -popMargLeft
  116. });
  117. $('body').append('<div id="fade"></div>');
  118. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  119. return false;
  120. });
  121. $('a.close, #fade').live('click', function() {
  122. $('#fade , .popup_block').fadeOut(function() {
  123. $('#fade, a.close').remove(); //fade them both out
  124. });
  125. return false;
  126. });
  127. });
  128. </script>
  129.  
  130.  
  131. <!----tooltips--->
  132.  
  133. <style>
  134. div#qTip {
  135. padding: 6px;
  136. display: none;
  137. text-align: center;
  138. position: absolute;
  139. font-size:9px;
  140. line-height:9px;
  141. font-family:arial;
  142. z-index: 1000;
  143. color:{color:tooltip text};
  144. border:2px solid {color:tooltip border};
  145. background:{color:tooltip bg};
  146. border-radius:6px;
  147. }
  148. </style>
  149.  
  150.  
  151. <!----css time yo--->
  152.  
  153.  
  154. <style type="text/css">
  155.  
  156. /*cursor & misc.*/
  157.  
  158. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  159.  
  160. iframe#tumblr_controls {
  161. top: 0% !important;
  162. right:0% !important;
  163. opacity:0.3;
  164. position: fixed !important;
  165. filter:alpha(opacity=30);
  166. -webkit-transition: all 0.7s ease;
  167. -moz-transition: all 0.7s ease;
  168. -o-transition: all 0.7s ease;
  169. }
  170.  
  171. iframe#tumblr_controls:hover{
  172. top: 0% !important;
  173. right:0% !important;
  174. opacity:0.8;
  175. position: fixed !important;
  176. filter:alpha(opacity=80);
  177. -webkit-transition: all 0.7s ease;
  178. -moz-transition: all 0.7s ease;
  179. -o-transition: all 0.7s ease;
  180. }
  181.  
  182.  
  183. /*defaults*/
  184.  
  185. body {
  186. background:{color:background};
  187. margin:0px;
  188. color:{color:text};
  189. font-family: 'arial', sans-serif;;
  190. font-size:10px;
  191. line-height:100%;
  192.  
  193. }
  194.  
  195. a {
  196. text-decoration:none;
  197. color:{color:link};
  198. }
  199.  
  200. a:hover {
  201. text-decoration:line-through;
  202. color:{color:link hover};
  203.  
  204. }
  205.  
  206.  
  207.  
  208. blockquote {
  209. padding-left:5px;
  210. border-left:2px solid #00c5cd;
  211. }
  212.  
  213. blockquote blockquote {
  214. padding-left:5px;
  215. border-left:2px solid #00c5cd;
  216. }
  217.  
  218. h1 {
  219. font-size:15px;
  220. text-align:center;
  221. font-family:helvetica;
  222. line-height:20px;
  223. word-spacing:1px;
  224. color:{color:text};
  225. }
  226.  
  227. h2 {
  228. font-size:13px;
  229. text-align:center;
  230. font-family:helvetica;
  231. line-height:15px;
  232. color:{color:text};
  233. word-spacing:1px;
  234. padding:5px;
  235. }
  236.  
  237. /*scrollbar*/
  238.  
  239. ::-webkit-scrollbar {
  240. height: 5px;
  241. width: 8px;
  242. }
  243.  
  244. ::-webkit-scrollbar-thumb {
  245. background-color:{color:scrollbar};
  246. }
  247.  
  248. ::-webkit-scrollbar-track{
  249. background-color:{color:scrollbar bg};
  250. opacity:0;
  251. }
  252. ::-webkit-scrollbar-buttom{
  253. background-color:{color:scrollbar bg};
  254. }
  255.  
  256. /*highlight*/
  257.  
  258. ::selection {
  259. background:{color:selection} ;
  260. color: #000;
  261. }
  262. ::-moz-selection {
  263. background: {color:selection};
  264. color: #000;
  265. }
  266.  
  267. /*posts*/
  268.  
  269.  
  270. #entries {
  271. float:left;
  272. margin-left:12%;
  273. text-align:justify;
  274. color:{color:text};
  275. margin: 40px 0 100px 0;
  276. line-height: 190%;
  277.  
  278. }
  279.  
  280. #entries {
  281. padding:10px;
  282. max-width:400px;
  283. {block:if300px}
  284. max-width:300px;
  285. overflow:hidden;
  286. {/block:if300px}
  287. margin:105px 0px 40px 125px;
  288. margin-top:5px;
  289. font-size:10px;
  290. font-family:'arial';
  291.  
  292. }
  293.  
  294. #post {
  295. max-width:400px;
  296. {block:if300px}
  297. width:300px;
  298. overflow:hidden;
  299. {/block:if300px}
  300. padding-bottom:400px;
  301. margin-top:150px;
  302. padding:30px;
  303. -webkit-transition: all 0.6s ease-in-out;
  304. -moz-transition: all 0.6s ease-in-out;
  305. -o-transition: all 0.6s ease-in-out;
  306. -ms-transition: all 0.6s ease-in-out;
  307. transition: all 0.6s ease-in-out;
  308.  
  309. }
  310.  
  311. /*post information*/
  312.  
  313.  
  314. {block:IndexPage}
  315. #post #info {
  316. opacity:0;
  317. -moz-transition-duration:0.3s;
  318. -webkit-transition-duration:0.3s;
  319. -o-transition-duration:0.3s;
  320. transition: all 0.3s ease-in-out;
  321.  
  322.  
  323. }
  324.  
  325. #post:hover #info {
  326. opacity:1;
  327. -moz-transition-duration:0.3s;
  328. -webkit-transition-duration:0.3s;
  329. -o-transition-duration:0.3s;
  330. transition: all 0.3s ease-in-out;
  331.  
  332.  
  333. }
  334. {/block:IndexPage}
  335.  
  336.  
  337. #info {
  338. width:200px;
  339. {block:ifnot300px}
  340. margin-left:160px;
  341. {/block:ifnot300px}
  342. {block:if300px}
  343. margin-left:50px;
  344. {/block:if300px}
  345. text-align:center;
  346. font-family:helvetica;
  347. letter-spacing:2px;
  348. font-size:22px;
  349. float:center;
  350. padding-top:20px;
  351. line-height:10px;
  352. text-transform:uppercase;
  353.  
  354. }
  355.  
  356. #info a {
  357. text-align:center;
  358. color:{color:text};
  359.  
  360.  
  361. }
  362.  
  363. #info a:hover {
  364. -moz-transition-duration:0.3s;
  365. -webkit-transition-duration:0.3s;
  366. -o-transition-duration:0.3s;
  367. color:{color:link hover};
  368. text-decoration:none;
  369. }
  370.  
  371.  
  372.  
  373. #tags {
  374. float:center;
  375. {block:if300px}
  376. width:200px;
  377. {/block:if300px}
  378. margin-top:3px;
  379. text-transform:lowercase;
  380. text-align:center;
  381. padding:2px;
  382. font-size:10px;
  383. opacity:1;
  384. -moz-transition-duration:0.3s;
  385. -webkit-transition-duration:0.3s;
  386. -o-transition-duration:0.3s;
  387. color:{color:text};
  388. }
  389.  
  390. #tags a {
  391. text-align:center;
  392. display:inline-block;
  393. color:{color:text};
  394. }
  395.  
  396. #tags a:hover {
  397. font-style:italic;
  398. -moz-transition-duration:0.3s;
  399. -webkit-transition-duration:0.3s;
  400. -o-transition-duration:0.3s;
  401. color:{color:link hover};
  402. }
  403.  
  404.  
  405. #caption {
  406. background:{color:caption bg};
  407. color:{color:caption text};
  408. padding:30px;
  409. margin-top:25px;
  410. {block:ifnot300px}
  411. width:440px;
  412. {/block:ifnot300px}
  413.  
  414. }
  415.  
  416. #caption a{
  417. color:{color:caption text};
  418. }
  419.  
  420. /*specific types of posts*/
  421.  
  422. img {
  423. {block:ifPostBorders}
  424. outline: 1px solid {color:post borders};
  425. outline-offset: -40px;
  426. {/block:ifPostBorders}
  427. {block:ifGrayscale}
  428. -webkit-filter: grayscale(70%);
  429. -moz-filter: grayscale(70%);
  430. -o-filter: grayscale(70%);
  431. {/block:ifGrayscale}
  432. {block:if300px}
  433. width:300px;
  434. overflow:hidden;
  435. outline: 0px solid {color:post borders};
  436. {/block:if300px}
  437. -moz-transition-duration:0.6s;
  438. -webkit-transition-duration:0.6s;
  439. -o-transition-duration:0.6s;
  440. transition-duration:0.6s;
  441. }
  442.  
  443. img:hover {
  444. background:transparent;
  445. {block:ifGrayscale}
  446. -webkit-filter: grayscale(0%);
  447. -moz-filter: grayscale(0%);
  448. -o-filter: grayscale(0%);
  449. {/block:ifGrayscale}
  450. -moz-transition-duration:0.6s;
  451. -webkit-transition-duration:0.6s;
  452. -o-transition-duration:0.6s;
  453. transition-duration:0.6s;
  454.  
  455.  
  456. }
  457.  
  458. #photoset {
  459. {block:ifPostBorders}
  460. {block:if300px}
  461. outline: 1px solid {color:post borders};
  462. outline-offset: -40px;
  463. {/block:if300px}
  464. {/block:ifPostBorders}
  465. {block:ifGrayscale}
  466. -webkit-filter: grayscale(70%);
  467. -moz-filter: grayscale(70%);
  468. -o-filter: grayscale(70%);
  469. {/block:ifGrayscale}
  470. {block:if300px}
  471. width:300px;
  472. {/block:if300px}
  473. -moz-transition-duration:0.6s;
  474. -webkit-transition-duration:0.6s;
  475. -o-transition-duration:0.6s;
  476. transition-duration:0.6s;
  477.  
  478. }
  479.  
  480. #photoset:hover {
  481. {block:ifGrayscale}
  482. -webkit-filter: grayscale(0%);
  483. -moz-filter: grayscale(0%);
  484. -o-filter: grayscale(0%);
  485. {/block:ifGrayscale}
  486. -moz-transition-duration:0.6s;
  487. -webkit-transition-duration:0.6s;
  488. -o-transition-duration:0.6s;
  489. transition-duration:0.6s;
  490.  
  491. }
  492.  
  493.  
  494. #quote {
  495. font-size:12px;
  496. text-align:center;
  497. line-height:19px;
  498. font-style:italic;
  499. word-spacing:1px;
  500. background:{color:caption bg};
  501. padding:30px;
  502. {block:if300px}
  503. width:300px;
  504. {/block:if300px}
  505. {block:ifnot300px}
  506. width:430px;
  507. {/block:ifnot300px}
  508.  
  509. }
  510.  
  511. #src {
  512. font-family:arial;
  513. font-size:10px;
  514. text-align:left;
  515. margin-top:20px;
  516. color:{color:text};
  517. }
  518.  
  519. #audio {
  520. background-color:{color:ask};
  521. {block:if300px}
  522. width:300px;
  523. overflow:hidden;
  524. {/block:if300px}
  525. padding:10px;
  526. height: 80px;
  527. margin-bottom:0px;
  528. font-family: arial;
  529. }
  530.  
  531. .albumart {
  532. width:70px;
  533. height:70px;
  534. position:absolute;
  535. }
  536.  
  537. .albumart img {
  538. width:70px;
  539. height:70px;
  540. float:left;
  541. border: 5px solid {color:text};
  542. }
  543.  
  544. .player {
  545. position:absolute;
  546. z-index:1;
  547. width:70px;
  548. height:70px;
  549. margin-top:5px;
  550. margin-left:5px;
  551. display:block;
  552. opacity:.4;
  553. -webkit-transition:all 0.4s;
  554. -moz-transition:all 0.4s;
  555. -o-transition:all 0.4s;
  556. -ms-transition: all 0.4s;
  557. transition:all 0.5s;
  558. background:#fff;
  559. }
  560.  
  561. .player:hover {
  562. -webkit-transition:all 0.4s;
  563. -moz-transition:all 0.4s;
  564. -o-transition:all 0.4s;
  565. -ms-transition: all 0.4s;
  566. transition:all 0.4s;
  567. opacity:.5;
  568. }
  569.  
  570. .aplayer {
  571. width:20px;
  572. height:20;
  573. margin-top:20px;
  574. margin-left:17px;
  575. overflow:hidden;
  576. padding:3px;
  577. }
  578.  
  579. .ainfo {
  580. {block:if300px}
  581. width:100px;
  582. margin:-1px 0 0 170px;
  583. {/block:if300px}
  584. {block:ifnot300px}
  585. height:52px;
  586. width:100px;
  587. margin-left:345px;
  588. text-transform:uppercase;
  589. padding-right:18px;
  590. padding-left:18px;
  591. padding-bottom:43px;
  592. border:1px solid {color:borders};
  593. margin-top:-14px;
  594. font-size:13px;
  595. {/block:ifnot300px}
  596. display:block;
  597. padding-top:2px;
  598. letter-spacing:1px;
  599. text-align:center;
  600. }
  601.  
  602. #asker {
  603. background:{color:caption bg};
  604. padding:30px;
  605. {block:if300px}
  606. width:300px;
  607. {/block:if300px}
  608. {block:ifnot300px}
  609. width:430px;
  610. {/block:ifnot300px}
  611. }
  612.  
  613. #answer{
  614. border-left:2px solid #00c5cd;
  615. margin-left:10px;
  616. background:{color:background};
  617. padding:0 0 0 5px;
  618. {block:if300px}
  619. width:300px;
  620. {/block:if300px}
  621. {block:ifnot300px}
  622. width:430px;
  623. {/block:ifnot300px}
  624. }
  625.  
  626. /*sidebar*/
  627.  
  628. #sidebar {
  629. width:250px;
  630. position:fixed;
  631. margin-left:100px;
  632. margin-top:100px;
  633.  
  634. }
  635.  
  636. {block:ifShowTitle}
  637.  
  638. #title {
  639. font-size:31px;
  640. text-transform:uppercase;
  641. margin-top:-40px;
  642. font-family: calibri;
  643. text-align:center;
  644. color:{color:title};
  645. border-right:1px solid {color:title borders};
  646. border-left:1px solid {color:title borders};
  647. border-top:1px solid {color:title borders};
  648. width:237px;
  649. margin-left:65px;
  650. font-weight:bold;
  651. padding:20px;
  652. position:fixed;
  653. font-style:italic;
  654. {block:ifnot300px}
  655. margin-left:65px;
  656. width:457px;
  657. {/block:ifnot300px}
  658. }
  659. {/block:ifShowTitle}
  660.  
  661. #line1 {
  662. {block:ifShowTitle}
  663. color:{color:title borders};
  664. {/block:ifShowTitle}
  665. color:{color:borders};
  666. }
  667.  
  668. #line1:before {
  669. content: "";
  670. height:1px;
  671. width:1400px;
  672. display:inline-block;
  673. margin-left:-100px;
  674. margin-top:11px;
  675. margin-bottom:12px;
  676. {block:ifShowTitle}
  677. background-color:{color:title borders};
  678. {/block:ifShowTitle}
  679. background-color:{color:borders};
  680. }
  681.  
  682. /*pop up links*/
  683.  
  684. .popup_block{
  685. display:none;
  686. background:{color:background};
  687. padding:20px;
  688. line-height:20px;
  689. border:1px solid {color:borders};
  690. float:left;
  691. position:fixed;
  692. z-index: 99999;
  693. {block:if300px}
  694. top:70%; left:50%;
  695. {/block:if300px}
  696. {block:ifnot300px}
  697. top:75%; left:66%;
  698. {/block:ifnot300px}
  699.  
  700. }
  701.  
  702. .popup_block a{
  703. text-decoration:none;
  704. color:{color:link};
  705. }
  706.  
  707. .popup_block a:hover {
  708. text-decoration:line-through;
  709. color:{color:link hover};
  710. }
  711.  
  712. *html #fade {position: absolute;}
  713. *html .popup_block {position: absolute;}
  714. #fade {
  715. display:none;
  716. position:fixed;
  717. left:0px;
  718. top:0px;
  719. width:100%;
  720. height:100%;
  721. z-index:9999;
  722. background:transparent; /* change to #fff for solid white */
  723. opacity:0.5;
  724. /* change to opacity:1; */
  725. }
  726.  
  727. .archive iframe {
  728.  
  729. }
  730.  
  731. /*links*/
  732.  
  733. #otherlinks {
  734. margin-top: -25px;
  735. margin-left:400px;
  736. font-size:11px;
  737. font-family: arial;
  738. text-align:center;
  739. width:350px;
  740. position:fixed;
  741. z-index:9999999999999;
  742. {block:ifnot300px}
  743. margin-left:625px;
  744. {/block:ifnot300px}
  745.  
  746. }
  747.  
  748. #otherlinks a{
  749. padding:5px;
  750. color:{color:sidelinks};
  751. background:{color:Sidelinks bg};
  752. border:1px solid transparent;
  753. height:5px;
  754. margin-top:25px;
  755. display:inline-block;
  756. padding:5px 5px 11px 5px;
  757.  
  758. }
  759.  
  760. #otherlinks a:hover{
  761. background:{color:sidelinks hover};
  762. border:1px solid {color:sidelinks};
  763.  
  764.  
  765. }
  766.  
  767.  
  768. #description {
  769. padding:15px;
  770. text-align:left;
  771. color:{color:text};
  772. width:200px;
  773. margin-top:50px;
  774. font-family:arial;
  775. {block:if300px}
  776. margin-left:450px;
  777. {/block:if300px}
  778. font-size:15px;
  779. {block:ifnot300px}
  780. margin-left:675px;
  781. {/block:ifnot300px}
  782. line-height:25px;
  783. text-transform:uppercase;
  784. font-style:italic;
  785. font-weight:bold;
  786. }
  787.  
  788. /*pagination*/
  789.  
  790. #pagination {
  791. position:fixed;
  792. width:150px;
  793. padding:5px;
  794. {block:if300px}
  795. left:900px;
  796. {/block:if300px}
  797. {block:ifnot300px}
  798. left:985px;
  799. {/block:ifnot300px}
  800. bottom:515px;
  801. font-size:11px;
  802. text-align:center;
  803. }
  804.  
  805.  
  806.  
  807.  
  808. #pagination a {
  809. color:{color:background};
  810. text-decoration:none;
  811. }
  812.  
  813. #pagination a:hover {
  814. background:{color:text};
  815. text-decoration:line-through;
  816. }
  817.  
  818. /*notes*/
  819. ol.notes {
  820. list-style-type:none;
  821. text-transform: lowercase;
  822. margin:0px 40px 40px 30px;
  823. border:1px solid {color:border};
  824. {block:if300px}
  825. width:230px;
  826. {/block:if300px}
  827. {block:ifnot300px}
  828. width:460px;
  829. {/block:ifnot300px}
  830. height:150px;
  831. overflow-y:hidden;overflow:auto;
  832. }
  833. ol.notes li {
  834. padding:10px;
  835. margin-left:-30px;
  836. color:{color:text};
  837. }
  838. ol.notes li:nth-child(even) {
  839. background:{color:caption bg};
  840. }
  841. ol.notes li img {
  842. display:none;
  843. }
  844. /*html time*/
  845.  
  846. {CustomCSS}</style></head><body>
  847.  
  848. <!----sidebar--->
  849.  
  850. <div id="sidebar">
  851.  
  852. <!----links--->
  853.  
  854. <div id="otherlinks">
  855.  
  856. <a href="/" title="home">un</a>&nbsp;
  857.  
  858. <a href="/ask" title="ask">due</a>&nbsp;
  859.  
  860. <a href="/archive" title="archive">tre</a>&nbsp;
  861.  
  862. <a href="#?w=150" rel="box3" class="poplight" title="links">quattro</a>&nbsp;
  863.  
  864. <a href="#?w=150" rel="box2" class="poplight" title="about">cinque</a>&nbsp;
  865.  
  866. <a href="/submit" title="submit">sei</a>
  867.  
  868. <!----pagination--->
  869.  
  870. <div id="pagination">
  871. {block:Pagination}
  872. {block:PreviousPage}
  873. <a href="{PreviousPage}">prev</a>&nbsp;
  874. {/block:PreviousPage}
  875. {block:NextPage}
  876. <a href="{NextPage}">next</a>
  877. {/block:NextPage}
  878. {/block:Pagination}
  879. </div>
  880. </div>
  881.  
  882.  
  883. <!---title-->
  884. {block:ifShowTitle}
  885. <div id="line"></div>
  886.  
  887. <div id="title">{text:second title}</div>
  888. {/block:ifShowTitle}
  889. <div id="line1"></div>
  890.  
  891.  
  892. <!----description-->
  893.  
  894. <div id="description">{Description}</div>
  895.  
  896.  
  897.  
  898.  
  899. </div>
  900.  
  901.  
  902. <!----posts--->
  903.  
  904. <div id="entries">
  905. {block:Posts}
  906. <div id="post">
  907.  
  908.  
  909. <!----text posts--->
  910.  
  911.  
  912.  
  913. {block:Text}
  914. <h1>
  915. {block:Title}
  916. {Title}
  917. {/block:Title}
  918. </h1>
  919. {Body}
  920. {/block:Text}
  921.  
  922.  
  923.  
  924.  
  925. <!----photo posts--->
  926.  
  927.  
  928. {block:Photo}
  929. {LinkOpenTag}
  930. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  931. {LinkCloseTag}
  932. {block:Caption}
  933. <div id="caption">
  934. {Caption}
  935. </div>
  936. {/block:Caption}
  937. {/block:Photo}
  938.  
  939. {block:Photoset}
  940. <div id="photoset">
  941. {Photoset-500}
  942. </div>
  943. {block:Caption}
  944. <div id="caption">
  945. {Caption}
  946. </div>
  947. {/block:Caption}
  948. {/block:Photoset}
  949.  
  950.  
  951. <!----quotes--->
  952.  
  953. {block:Quote}
  954. <div id="quote">
  955. "{Quote}"
  956. </div>
  957. {block:Source}
  958. <div class="qsource">
  959. <div id="src">—{Source}</div>
  960. </div>
  961. {/block:Source}
  962. {/block:Quote}
  963.  
  964. <!----links--->
  965.  
  966. {block:Link}
  967. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  968. {block:Description}
  969. {Description}
  970. {/block:Description}
  971. {/block:Link}
  972.  
  973. <!----chats--->
  974.  
  975.  
  976. {block:Chat}
  977. {block:Title}
  978. {Title}
  979. {/block:Title}
  980. {block:Lines}
  981. {block:Label}
  982. <b><u>{Label}</u></b>
  983. {/block:Label}
  984. {Line}
  985. <br>
  986. {/block:Lines}
  987. {/block:Chat}
  988.  
  989.  
  990.  
  991. <!----audio--->
  992.  
  993. {block:Audio}
  994. <div id="audio">
  995. {block:AlbumArt}
  996. <div class="albumart">
  997. <img src="{AlbumArtURL}">
  998. </div>
  999. {/block:AlbumArt}
  1000. <div class="player">
  1001. <div class="aplayer">{AudioPlayerWhite}</div>
  1002. </div>
  1003. <div class="ainfo">
  1004. <div style="padding:10px; {block:if300px}border:1px solid {color:borders}; padding:9px;margin-left:-80px;{/block:if300px}">
  1005. <a href="{Permalink}">
  1006. {block:TrackName}
  1007. <a style="{block:if300px}font-size:9px;margin-left:10px;{/block:if300px}text-transform:lowercase;">{TrackName}</a>
  1008. {/block:TrackName}<br><br>
  1009. {block:Artist}
  1010. <a style="border-top:1px solid {color:text}; padding:10px;{block:if300px}font-size:9px;margin-left:10px;{/block:if300px}">
  1011. {Artist}</a>
  1012. {/block:Artist}
  1013. </div>
  1014. </div>
  1015. </div>
  1016. <div class="caption">
  1017. {block:Caption}
  1018. <div id="caption">{Caption}</div>
  1019. {/block:Caption}
  1020. </div>
  1021. {/block:Audio}</a>
  1022.  
  1023. <!----video--->
  1024.  
  1025.  
  1026. {block:Video}{Video-500}
  1027. {block:Caption}
  1028. <div id="caption">{Caption}</div>
  1029. {/block:Caption}
  1030. {/block:Video}
  1031.  
  1032.  
  1033. <!----asks--->
  1034.  
  1035.  
  1036. {block:Answer}
  1037. <div style="font-size:11px;">
  1038. <div id="asker"><b><i>{Asker}</i></b> said...<i>{Question} </i>
  1039. <br>
  1040. </div>
  1041. </div>
  1042. <div style="padding:2px;margin-top:10px;font-size:11px;">
  1043. <div id="answer">
  1044. {Answer}
  1045. </div></div>
  1046. {/block:Answer}
  1047.  
  1048.  
  1049. <!---=post info--->
  1050.  
  1051. <div id="info">
  1052. <p><p></p></p>
  1053. <a href="{Permalink}" title="{NoteCount}%">&bull;</a>
  1054. <a href="{ReblogURL}" target="_blank" title="reblog?">&bull;</a>
  1055. {block:RebloggedFrom}
  1056. <a href="{ReblogParentURL}" title="via" target="_blank">&bull;</a>
  1057. {/block:RebloggedFrom}
  1058. {block:PermalinkPage}
  1059. {block:HasTags}
  1060. <div id="tags">
  1061. {block:Tags}
  1062. <a href="/tagged/{Tag}">#{Tag}</a>
  1063. {/block:Tags}
  1064. </div>
  1065. {block:HasTags}{/block:PermalinkPage}
  1066. </div>
  1067. </div>
  1068. {block:PostNotes}
  1069. <div id="notes">
  1070. {PostNotes}</div>
  1071. {/block:PostNotes}
  1072.  
  1073. <!----end of posts--->
  1074.  
  1075. {/block:Posts}</div></div></div>
  1076. <br><br><br><br>
  1077.  
  1078. <!----credit--->
  1079.  
  1080. </div></div>
  1081. <div style="position:fixed; bottom:10px; right:10px; color:black;">
  1082. <a href="http://bellcna.tumblr.com">◊</a>
  1083. </div></html>
  1084. </div>
  1085. </body>
  1086.  
  1087. <!----pop up boxes--->
  1088.  
  1089.  
  1090. <div id="box2" class="popup_block">
  1091. {text:info}
  1092. </div>
  1093. <div id="box3" class="popup_block">
  1094. {text:about}
  1095. </div>
  1096. </div></div></div></div></div></div></div></div></div></div>
  1097. </html>
Add Comment
Please, Sign In to add comment