Advertisement
danystormborn

Untitled

Jun 19th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.14 KB | None | 0 0
  1.  
  2. <style> body, a, a:hover { cursor:url('{text:Cursor Image URL}'), auto }::selection {
  3.  
  4. background: {color:Select color}; /* Safari */
  5.  
  6. }
  7.  
  8. ::-moz-selection {
  9.  
  10. background: {color:Select color}; /* Firefox */
  11.  
  12. }</style>
  13.  
  14. <!--
  15.  
  16. H a r l e n e Q u i n z e l T h e m e
  17.  
  18. by Motherof-Themes
  19.  
  20.  
  21.  
  22.  
  23.  
  24. -->
  25.  
  26. <html lang="en">
  27.  
  28. <link href='https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700' rel='stylesheet' type='text/css'>
  29. <link href='https://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
  30. <link href='https://fonts.googleapis.com/css?family=Caesar+Dressing' rel='stylesheet' type='text/css'>
  31. <link href='https://fonts.googleapis.com/css?family=Alegreya+SC:400,700' rel='stylesheet' type='text/css'>
  32. <link href='https://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  33. <link href='https://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
  34.  
  35. <head>
  36.  
  37.  
  38.  
  39.  
  40. <meta name="image:Background" content=""/>
  41. <meta name="image:Sidebar Image" content=""/>
  42. <meta name="image:SidebarImage2" content=""/>
  43. <meta name="image:Favicon" content=""/>
  44. <meta name="image:Corner Image" content=""/>
  45. <meta name="image:Link Dividers" content=""/>
  46.  
  47. <meta name="color:Background" content="#FFFFFF"/>
  48. <meta name="color:Sidebar Background" content="#FFFFFF"/>
  49. <meta name="color:Text" content="#777777"/>
  50. <meta name="color:Select Color" content="#FF0080"/>
  51. <meta name="color:Link" content="#555555"/>
  52. <meta name="color:Hover" content="#999999"/>
  53. <meta name="color:Borders" content="#000000"/>
  54. <meta name="color:Post Background" content="#FFFFFF"/>
  55. <meta name="color:Permalink Color" content="#000000"/>
  56. <meta name="color:Blog border" content="#EBEFF7"/>
  57. <meta name="color:Updates" content="#000000"/>
  58.  
  59.  
  60. <meta name="if:Sidebar image" content=""/>
  61. <meta name="if:SidebarImage2" content=""/>
  62. <meta name="if:Maximised background" content=""/>
  63. <meta name="if:Link two" content=""/>
  64. <meta name="if:Link three" content=""/>
  65. <meta name="if:Link four" content=""/>
  66. <meta name="if:Link five" content=""/>
  67. <meta name="if:Link six" content=""/>
  68. <meta name="if:Corner Image" content"0"/>
  69. <meta name="if:Link Dividers" content=""/>
  70.  
  71. <meta name="text:Link Dividers Height" content=""/>
  72. <meta name="text:Link Dividers Width" content=""/>
  73. <meta name="text:Quote" content=""/>
  74. <meta name="text:Quote Font Size" content=""/>
  75. <meta name="text:Description Font Size" content=""/>
  76. <meta name="text:Blog Title Font Size" content=""/>
  77. <meta name="text:Updates Title" content=""/>
  78. <meta name="text:Updates" content=""/>
  79. <meta name="text:Link One URL" content=""/>
  80. <meta name="text:Link One Title" content="link"/>
  81. <meta name="text:Link Two URL" content=""/>
  82. <meta name="text:Link Two Title" content="link"/>
  83. <meta name="text:Link Three URL" content=""/>
  84. <meta name="text:Link Three Title" content="link"/>
  85. <meta name="text:Link Four URL" content=""/>
  86. <meta name="text:Link Four Title" content="link"/>
  87. <meta name="text:Link Five URL" content=""/>
  88. <meta name="text:Link Five Title" content="link"/>
  89. <meta name="text:Link Six URL" content=""/>
  90. <meta name="text:Link Six Title" content="link"/>
  91. <meta name="text:Cursor Image URL" content=""/>
  92.  
  93.  
  94.  
  95.  
  96.  
  97. <title>{Title}</title>
  98. {block:Description}
  99. <meta name="description"
  100. content="{MetaDescription}" />
  101. {/block:Description}
  102. <link rel="shortcut icon"
  103. href="{image:Favicon}">
  104.  
  105.  
  106. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  107.  
  108. <script type="text/javascript"
  109. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  110.  
  111.  
  112. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  113.  
  114. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  115. <script>
  116. (function($){$(document)
  117. .ready(function(){$("[title]")
  118. .style_my_tooltips();});})
  119. (jQuery);
  120. </script>
  121.  
  122. {block:IndexPage}
  123. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  124. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  125. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  126. <script>
  127. (function () {
  128. var $tumblelog = $('#posts');
  129. $tumblelog.imagesLoaded(function () {
  130. $tumblelog.masonry({
  131. itemSelector: 'article',
  132. isAnimated:true,
  133. columnWidth:250,
  134. gutterWidth:40,
  135. });
  136. });
  137. $tumblelog.infinitescroll({
  138. navSelector : "div.pagination",
  139. nextSelector : ".pagination a#next",
  140. itemSelector : "article",
  141. behavior:'local',
  142. binder: $('#wrapper'),
  143. loading: {
  144. finishedMsg: "<p>You've reached the end of the Earth.</p>",
  145. img : "http://static.tumblr.com/yxfeliq/ZQFnvhfad/dontbrag-loading.gif",
  146. msg: null,
  147. msgText: ""
  148. },
  149.  
  150. },
  151.  
  152. function( newElements ) {
  153. var $newElems = $(newElements)
  154. $newElems.hide();
  155. $newElems.imagesLoaded(function(){
  156. $tumblelog.masonry( 'appended', $newElems, {
  157. isAnimated: true,
  158. animationOptions: {
  159. duration: 250,
  160. easing: 'linear',
  161. queue: false
  162. }
  163. },
  164. function(){
  165. $newElems.fadeIn('slow');
  166. });
  167. });
  168. });
  169. })();
  170. </script>
  171. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  172. <script>
  173. (function($){
  174. $(document).ready(function(){
  175. $("a[title]").style_my_tooltips({
  176. tip_follows_cursor:true,
  177. tip_delay_time:90,
  178. tip_fade_speed:600,
  179. attribute:"title"
  180. });
  181. });
  182. })(jQuery);
  183. </script>
  184. {/block:IndexPage}
  185.  
  186.  
  187. <!---------------END SCRIPTS--------------->
  188.  
  189. <style type="text/css">
  190.  
  191. .tmblr-iframe{
  192. margin-top:5px;
  193. margin-right:0px;
  194. z-index:9999999999999;!important;
  195. -webkit-filter: invert(100%);
  196. }
  197.  
  198.  
  199.  
  200. ::-webkit-scrollbar{ width:10px; background-color:{color:background}; }
  201. ::-webkit-scrollbar-thumb{ background-color: {color:blog border}; border: 1px solid {color:background}; }
  202.  
  203.  
  204. /************Edit Body Here************/
  205.  
  206. body{
  207. margin:0px;
  208. background-color: {color:Background};
  209. background-attachment:fixed;
  210. background-repeat:100%;
  211. background-position:bottom-right;
  212. font-family:calibri;
  213. font-size:10px;
  214. letter-spacing:1px;
  215. overflow-x:hidden;
  216.  
  217. text-align:left;
  218.  
  219. color: {color:Text};
  220. background-image:url({image:Background});
  221. {block:ifMaximisedBackground}
  222. -webkit-background-size: cover;
  223. -moz-background-size: cover;
  224. -o-background-size: cover;
  225. background-size: cover;
  226. {/block:ifMaximisedBackground}
  227. }
  228.  
  229.  
  230. a:link, a:active, a:visited{
  231. text-decoration: none;
  232. color: {color:Link};}
  233.  
  234. a:hover {
  235. color:{color:Link};
  236. text-decoration:none;}
  237.  
  238. /************EDIT TOOLTIP HERE************/
  239.  
  240.  
  241. #s-m-t-tooltip {
  242. padding: 4px;
  243. height:auto;
  244. display: none;
  245. font-family: 'Bitter';
  246. font-size: 9px;
  247. max-width:150px;
  248. text-transform:uppercase;
  249. text-align: center;
  250. letter-spacing:1px;
  251. margin-top:10px;
  252. margin-left: 15px;
  253. line-height: 8px;
  254. z-index: 999999999999;
  255. border: 0px solid {color:Borders};
  256. background:{color:Post Background};
  257. color: {color:text};}
  258.  
  259.  
  260. #wrapper{
  261. height:75%;
  262. overflow-y: scroll;
  263. width:100%;
  264. }
  265.  
  266. /************EDIT POST POSITION/WIDTH HERE************/
  267.  
  268. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  269.  
  270. #entries{
  271. text-align:left;
  272. width:62%;
  273. max-width:1000px;
  274. margin-left:20%;
  275. margin-top:90px;
  276. position:relative;
  277.  
  278. {block:PermalinkPage}
  279. width:100%;
  280. margin-left:5%;
  281. {/block:PermalinkPage}
  282.  
  283. border-style:ridge;
  284. border-color:{color:Borders};
  285. border-width:10px;
  286.  
  287. }
  288.  
  289. /************EDIT OVERALL POSTS HERE************/
  290.  
  291. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  292.  
  293. #post{
  294. position:relative;
  295. text-align:left;
  296. margin-top:3%;
  297. margin-right:2%;
  298. margin-bottom:3%;
  299. margin-left:2%;
  300. background:transparent;
  301. padding-bottom:0%;
  302. padding-left:2%;
  303. padding-right:0%;
  304. padding-top:0%;
  305. display:block;
  306. width:90px;
  307. {block:PermalinkPage}
  308. width:100%;
  309. {/block:PermalinkPage}
  310.  
  311. }
  312.  
  313. /*Do not delete #post img.*/
  314.  
  315. #post img{
  316. max-width:100px;
  317.  
  318. border-style:ridge;
  319. border-color:{color:Borders};
  320. border-width:10px;
  321.  
  322. }
  323.  
  324. /*Edit the permalinks all posts.*/
  325. .permalink{
  326. background-color:{color:Post background};
  327. color:{color:Permalink color};
  328. font-family: 'Caesar Dressing', cursive;
  329. opacity:0;
  330. width:20%;
  331. height:auto;
  332. line-height:15px;
  333. padding-top:3%;
  334. padding-left:2%;
  335. padding-right:2%;
  336. padding-bottom:3%;
  337. font-size:9px;
  338. text-transform:uppercase;
  339. text-align:center;
  340. -webkit-transition:all 2s ease;
  341. -moz-transition:all 2s ease;
  342. transition:all 2s ease;
  343. -o-transition:all 2s ease;
  344.  
  345. position:absolute;
  346. top:50%;
  347. -webkit-transform: translate(0px,-50%);
  348. -moz-transform: translate(0px,-50%);
  349. -ms-transform: translate(0px,-50%);
  350. -o-transform: translate(0px,-50%);
  351. transform: translate(0px,-50%);
  352. left:50%;
  353. -webkit-transform: translate(-50%,-50%);
  354. -moz-transform: translate(-50%,-50%);
  355. -ms-transform: translate(-50%,-50%);
  356. -o-transform: translate(-50%,-50%);
  357. transform: translate(-50%,-50%);
  358.  
  359. {block:permalinkpage}
  360. display:none;
  361. {/block:permalinkpage}
  362. }
  363.  
  364.  
  365. .permalink a{
  366. color:{color:Permalink color};
  367. line-height:20%;}
  368.  
  369. #post:hover .permalink{
  370. opacity:1;
  371. }
  372.  
  373. #notecounter{
  374. text-align:right;
  375. }
  376.  
  377.  
  378. /*Edit the titles on any text-based post.*/
  379.  
  380. .posttitle{
  381. font-size:10px;
  382. text-align:center;
  383. color:{color:Link};}
  384.  
  385. .posttitle a{
  386. color:{color:Link};}
  387.  
  388. /************EDIT QUOTE POSTS HERE************/
  389.  
  390. .quote{
  391. margin-right: 5px;}
  392.  
  393. .source{
  394. padding-top:5px;
  395. display:block;
  396. text-align:right;}
  397.  
  398.  
  399. /************EDIT ANSWER POSTS HERE************/
  400.  
  401. .ask{
  402. padding:4px;
  403. background:{color:post background};}
  404. .asker{
  405. color:{color:Link};}
  406. .answer{
  407. margin-top:10px;}
  408.  
  409. /************EDIT AUDIO POSTS HERE************/
  410.  
  411. .audio{
  412. {block:IndexPage}width:180px;{/block:IndexPage}
  413. {block:PermalinkPage}height:239px;{/block:PermalinkPage};}
  414. .info{
  415. padding:2px 0px 1px 57px;}
  416. .i {
  417. text-transform:uppercase;
  418. letter-spacing:1px;
  419. font-size:8px;}
  420. .pl b,strong{
  421. text-transform:lowercase;
  422. font-size:9px;}
  423. .player{
  424. position:absolute;
  425. overflow:hidden;
  426. margin-top:0px;
  427. margin-left:15px;
  428. background:#ffffff;
  429. width:24px;
  430. height:23px;}
  431.  
  432. /************EDIT VIDEO POSTS HERE************/
  433. /***********DO NOT DELETE THIS CODE************/
  434.  
  435. .video-container {
  436. position:relative;
  437. padding-bottom:56.25%;
  438. padding-top: 30px;
  439. height:0;
  440. overflow:hidden;}
  441.  
  442. .video-container iframe,
  443. .video-container object,
  444. .video-container embed {
  445. position: absolute;
  446. top: 0;
  447. left: 0;
  448. width: 100%;
  449. height: 100%;}
  450.  
  451. /************EDIT CHAT POSTS HERE************/
  452.  
  453. .chat{
  454. line-height:12px;
  455. list-style:none;}
  456. .chat ul{
  457. list-style:none;
  458. padding:0px 5px;
  459. line-height:15px;}
  460. .label{
  461. color:{color:Link};}
  462.  
  463. /************Edit Blog Border Here***********/
  464. #top {
  465. height:50px;
  466. width:100%;
  467. top:0;
  468. left:-1%;
  469. background-color:{color:Blog border};
  470. z-index:2;
  471. position:fixed;
  472. }
  473.  
  474. #left {
  475. top:-10px;
  476. width:30px;
  477. height:100%;
  478. background-color:{color:Blog border};
  479. z-index:1;
  480. left:0;
  481. position:fixed;
  482. }
  483.  
  484. #bottom {
  485. height:60px;
  486. width:100%;
  487. bottom:0;
  488. right:0%;
  489. text-align:center;
  490. font-size:{text:Quote Font Size};
  491. font-family:Marck Script;
  492. background-color:{color:Blog border};
  493. z-index:999;
  494. position:fixed;
  495. }
  496.  
  497. #right {
  498. top:-10px;
  499. width:30px;
  500. height:100%;
  501. background-color:{color:Blog border};
  502. z-index:1;
  503. right:0;
  504. position:fixed;
  505.  
  506. }
  507.  
  508.  
  509.  
  510. /************EDIT SIDEBAR HERE************/
  511.  
  512. #holder{
  513. padding-left:1%;
  514. padding-right:1%;
  515. padding-top:1%;
  516. padding-bottom:1%;
  517. margin-left:-23%;
  518. margin-top:-1%;
  519. width:200px;
  520. height:510px;
  521. position:fixed;
  522.  
  523. border-style:ridge;
  524. border-color:{color:Borders};
  525. border-width:10px;
  526. }
  527.  
  528. .blogtitle{
  529. padding:0%;
  530. text-align:center;
  531. font-family: 'Cinzel Decorative', cursive;
  532. text-transform:none;
  533. font-size:{text:Blog Title Font Size};
  534. width:87%;
  535. min-width:100px;
  536. background-color:{color:sidebar background};
  537.  
  538. border-style:ridge;
  539. border-color:{color:Borders};
  540. border-width:10px;
  541. }
  542.  
  543. .blogtitle a{
  544. color:{color:Link};}
  545.  
  546.  
  547. .sidebar{
  548. background:{color:Sidebar Background};
  549. width:87%;
  550. height:200px;
  551. line-height:0;
  552. margin-top:0%;
  553. text-align:center;
  554.  
  555. border-style:ridge;
  556. border-color:{color:Borders};
  557. border-width:10px;
  558. }
  559. .sidebar img{
  560. height:100%;
  561. width:auto;
  562. }
  563.  
  564.  
  565. .links{
  566. text-align:left;
  567. position:fixed;
  568. font-size:15px;
  569. padding:1%;
  570. margin-left:2%;
  571. font-family: 'Caesar Dressing', cursive;
  572. }
  573.  
  574. .links:hover{
  575. color:{color:Hover};
  576.  
  577.  
  578. }
  579.  
  580. .links a{
  581. margin-left:15px;
  582.  
  583. }
  584.  
  585. .links a:hover{
  586. margin-left:;
  587. color:{color:Hover};
  588. }
  589.  
  590. #description{
  591. position:relative;
  592. text-align:center;
  593. font-size:{text:Description Font Size};
  594. font-family: Bitter;
  595. padding:0%;
  596. margin-top:0%;
  597. width:90%;
  598. height:160px;
  599. background-color:{color:sidebar background};
  600.  
  601. border-style:ridge;
  602. border-color:{color:Borders};
  603. border-width:10px;
  604.  
  605. }
  606.  
  607. #description:hover .updates{
  608. opacity:1;
  609. }
  610.  
  611.  
  612. .updates {
  613. opacity:0;
  614. display:block;
  615. height:50px;
  616. width:100%;
  617. font-size:12px;
  618. text-align:center;
  619. z-index:9999999;
  620. color:{color:Blog border};
  621. font-family:'Bitter';
  622. border:0px solid;
  623. background-color:{color:Background};
  624. overflow:hidden;
  625. -moz-transition-duration:0.7s;
  626. -webkit-transition-duration:0.7s;
  627. -o-transition-duration:0.7s;
  628.  
  629. border-style:ridge;
  630. border-color:{color:Borders};
  631. border-width:10px;
  632. }
  633.  
  634.  
  635. .updates:title{
  636. opacity:1;
  637.  font-size:12px;
  638. font-family:'Bitter';
  639. }
  640.  
  641. .updates title:hover{
  642. padding-top:3%;
  643. width:100%;
  644. height:50%;
  645. overflow-y: hidden;
  646. padding-bottom:3%;
  647. }
  648.  
  649. .updates:hover {
  650. padding-top:3%;
  651. width:100%;
  652. height:82px;
  653. overflow-y: scroll;
  654. padding-bottom:3%;
  655. }
  656.  
  657. .updates a:hover{
  658. color:{color:Link};
  659. text-decoration:none;
  660. overflow-y: scroll;
  661. }
  662.  
  663. .updates a:title{
  664. font size:9px;
  665.  
  666. }
  667.  
  668.  
  669. #cornerimage{
  670. right:350px;
  671. bottom:400px;
  672. position:fixed;
  673. }
  674.  
  675. {block:ifLinkDividers}
  676.  
  677. #dividers{
  678. position:fixed;
  679. background-color:transparent;
  680. }
  681.  
  682. #dividers img{
  683. height:35px;
  684. width:82px;
  685. padding-top:0px;
  686. }
  687.  
  688. {/block:ifLinkDividers}
  689.  
  690. /************EDIT TEXT SETTINGS HERE************/
  691.  
  692. i, em{
  693. color:{color:Link};}
  694. b, strong{
  695. font-weight:normal;
  696. text-transform:uppercase;
  697. color:{color:Link};}
  698. ul,ol{
  699. margin:0px;
  700. margin-left:-5px;}
  701. p{
  702. padding:0px;
  703. margin:2px;}
  704. u{
  705. text-decoration:none;
  706. color:{color:Title};}
  707.  
  708. blockquote {
  709. margin:0px;
  710. padding:4px;
  711. background:{color:post background};}
  712.  
  713.  
  714.  
  715. /************DO NOT DELETE #SCROLL************/
  716.  
  717. #scroll{
  718. bottom:-20px;
  719. position: absolute;
  720. left: 50%;
  721. width:10px;
  722. height:5px;
  723. overflow:hidden;
  724. margin-bottom:80px;}
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731. ::selection {
  732.  
  733. background: {color:Select color}; /* Safari */
  734.  
  735. }
  736.  
  737. ::-moz-selection {
  738.  
  739. background: {color:Select color}; /* Firefox */
  740.  
  741. }
  742.  
  743.  
  744. </style>
  745.  
  746. </head>
  747.  
  748. <body>
  749.  
  750. <center>
  751.  
  752. <div id="entries">
  753. <div id="wrapper">
  754.  
  755. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  756. <div id="holder">
  757. <div class="blogtitle"><a href="/">{Title}</a></div>
  758. {block:ifSidebarImage}<div class="sidebar"><img src="{image:Sidebar Image}" width="70%"></div>{/block:ifSidebarImage}
  759. {block:ifsidebarimage2}<div class="sidebar"><img src="{image:SidebarImage2}" width="90%"></div>{/block:ifSidebarImage2}
  760.  
  761. <div id="description">{description}
  762.  
  763.  
  764. <!------------------Updates Tab--------------------->
  765.  
  766.  
  767. <div class="description">
  768. <div id="updates">
  769. <div id="updates:title-content"> {text:Updates Title}</div>
  770. <span>
  771. <button class="updates">{text:Updates}</button>
  772. </span>
  773. </div>
  774. </div>
  775.  
  776. <!------------------End Updates Tab----------------->
  777. </div>
  778. </div>
  779. {block:Posts}
  780.  
  781. <!---------------DO NOT DELETE block:ContentSource--------------->
  782.  
  783. {block:ContentSource}
  784. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  785. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  786. {/block:SourceLogo}
  787. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  788. {/block:ContentSource}
  789.  
  790. <div id="post">
  791.  
  792. <!---------------EDIT TEXT POSTS HERE--------------->
  793.  
  794. {block:Text}
  795. <div class="text">
  796. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  797. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">reblog</a> | <a href="{Permalink}" title="{NoteCount}">notes</a>
  798. </div>{/block:IndexPage}</div>
  799. {/block:Text}
  800.  
  801. <!---------------EDIT LINK POSTS HERE--------------->
  802.  
  803. {block:Link}
  804. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  805. {block:Description}{Description}{/block:Description}
  806. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">reblog</a> | <a href="{Permalink}" title="{NoteCount}">notes</a>
  807. </div>{/block:IndexPage}
  808. {/block:Link}
  809.  
  810. <!---------------EDIT PHOTO POSTS HERE--------------->
  811.  
  812. {block:Photo}<div style="line-height:0%;">
  813. {block:IndexPage}
  814. <img src="{PhotoURL-250}" alt="{PhotoAlt}" height="100px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">reblog</a> | <a href="{Permalink}" title="{NoteCount}">notes</a>
  815. </div>{block:PermalinkPage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a></div>
  816. {/block:Photo}
  817.  
  818. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  819.  
  820. {block:Photoset}
  821. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-250}" width="100px"/></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}" title="reblog">reblog</a> | <a href="{Permalink}" title="{NoteCount}">notes</a>
  822. </div>{/block:IndexPage}
  823. {block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}
  824. {/block:Photoset}
  825.  
  826. <!---------------EDIT QUOTE POSTS HERE--------------->
  827.  
  828. {block:Quote}
  829. {Quote}{block:Source}
  830. <div class="source">{Source}</div>{/block:Source}
  831. {block:IndexPage}
  832. <div class="permalink"><a href="{ReblogURL}" title="reblog">reblog</a> | <a href="{Permalink}" title="{NoteCount}">notes</a>
  833. </div>{/block:IndexPage}
  834. {/block:Quote}
  835.  
  836. <!---------------EDIT ANSWER POSTS HERE--------------->
  837.  
  838. {block:Answer}
  839. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  840. <div class="answer">{Answer}</div>
  841. {block:IndexPage}
  842. <div class="permalink"><a href="{ReblogURL}" title="Reblog">REBLOG</a> / <a href="{Permalink}">{NoteCount}</a>
  843. </div>{/block:IndexPage}
  844. {/block:Answer}
  845. <!---------------EDIT CHAT POSTS HERE--------------->
  846. {block:Chat}
  847. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  848. <div class="chat"><ul>{block:Lines}
  849. <li class="person{UserNumber}">{block:Label}
  850. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">reblog</a> | <a href="{Permalink}" title="{NoteCount}">notes</a>
  851. </div>
  852. {/block:IndexPage}
  853. {/block:Chat}
  854. <!---------------EDIT AUDIO POSTS HERE--------------->
  855.  
  856. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  857. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">reblog</a> | <a href="{Permalink}" title="{NoteCount}">notes</a>
  858. </div>
  859. {/block:IndexPage}
  860. {/block:Audio}
  861. <!---------------EDIT VIDEO POSTS HERE--------------->
  862.  
  863. {block:Video}
  864. {block:IndexPage}<div class="video-container">{Video-250}</div>
  865. <div class="permalink"><a href="{ReblogURL}" title="reblog">reblog</a> | <a href="{Permalink}" title="{NoteCount}">notes</a>
  866. </div>{/block:IndexPage}
  867. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  868. {/block:Video}
  869.  
  870. <!---------------EDIT PERMALINK PAGE HERE--------------->
  871.  
  872. {block:PermalinkPage}
  873. {block:Caption}{Caption}{/block:Caption}
  874. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  875. <div class="permapage">
  876. <div style="margin-top:10%; margin-left:4%;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  877. </div>
  878. {/block:Posts}
  879. </div>
  880.  
  881. <!------------------Edit Blog Border Here---------------->
  882.  
  883.  
  884. <!-------------Top Border stuff-------------------------->
  885.  
  886.  
  887. <div id="top">
  888.  
  889.  
  890.  
  891. <div class="links">
  892. <div id="dividers">
  893.  
  894.  
  895. <!---------------Link One-------------------->
  896.  
  897. <a href="{text:Link One URL}"
  898. title="{text:Link One Title}">
  899. {text:Link One Title}</a>
  900.  
  901. <!--------------end link---------------------->
  902.  
  903. {block:ifLinkDividers}
  904.  
  905. <img src="{image:Link Dividers}"
  906.  
  907. {/block:ifLinkDividers}
  908.  
  909. <!-----------------Link Two----------------->
  910.  
  911. {block:ifLinkTwo}
  912. <a href="{text:Link Two URL}"
  913. title="{text:Link Two Title}">
  914. {text:Link Two Title}</a>
  915.  
  916. {/block:ifLinkTwo}
  917.  
  918. <!------------------End Link------------->
  919.  
  920. {block:ifLinkDividers}
  921.  
  922. <img src="{image:Link Dividers}"
  923.  
  924. {/block:ifLinkDividers}
  925.  
  926. <!--------------Link Three---------------->
  927.  
  928. {block:ifLinkThree}
  929. <a href="{text:Link Three URL}"
  930. title="{text:Link Three Title}">
  931. {text:Link Three Title}</a>
  932.  
  933. {/block:ifLinkThree}
  934.  
  935. <!-------------End Link--------------->
  936.  
  937. {block:ifLinkDividers}
  938.  
  939. <img src="{image:Link Dividers}"
  940.  
  941. {/block:ifLinkDividers}
  942.  
  943. <!---------------Link Four------------------>
  944.  
  945. {block:ifLinkFour}
  946.  
  947. <a href="{text:Link Four URL}"
  948. title="{text:Link Four Title}">
  949. {text:Link Four Title}</a>
  950.  
  951. {/block:ifLinkFour}
  952.  
  953. <!---------------end link-------------------->
  954.  
  955. {block:ifLinkDividers}
  956.  
  957. <img src="{image:Link Dividers}"
  958.  
  959. {/block:ifLinkDividers}
  960.  
  961. <!--------------Link Five---------------------->
  962.  
  963. {block:ifLinkFive}
  964.  
  965. <a href="{text:Link Five URL}"
  966. title="{text:Link Five Title}">
  967. {text:Link Five Title}</a>
  968.  
  969. {/block:ifLinkFive}
  970.  
  971. <!---------------End Link---------------------->
  972.  
  973. {block:ifLinkDividers}
  974.  
  975. <img src="{image:Link Dividers}"
  976.  
  977. {/block:ifLinkDividers}
  978.  
  979. <!----------------Link Six---------------------->
  980.  
  981. {block:ifLinkSix}
  982.  
  983. <a href="{text:Link Six URL}"
  984. title="{text:Link Six Title}">
  985. {text:Link Six Title}</a>
  986.  
  987. {/block:ifLinkSix}
  988.  
  989. <!-------------------END LINK-------------------------->
  990. </div>
  991. </div>
  992. <!-----------Right Border Stuff---------------------------->
  993.  
  994. <div id="right"></div>
  995.  
  996. <!-----------Bottom Border Stuff---------------------->
  997.  
  998. <div id="bottom">
  999. <a href="/">
  1000. {text:quote}</a></div>
  1001.  
  1002. <!------------Left Border Stuff--------------->
  1003.  
  1004. <div id="left"></div>
  1005.  
  1006.  
  1007. <!-------------------------end border stuff------------------------------->
  1008.  
  1009.  
  1010. <!-------------------Corner Image------------------->
  1011. <div id="cornerimage">
  1012. <div style="position:fixed;"><img src="{image:Corner Image}" width="">
  1013. </div>
  1014. </div>
  1015. <!---------------DO NOT DELETE THIS--------------->
  1016.  
  1017. {block:IndexPage}
  1018. {block:Pagination}
  1019. <div id="pagination">
  1020. {block:NextPage}
  1021. <a id="nextPage" href="{NextPage}"></a>
  1022. {/block:NextPage}
  1023. {block:PreviousPage}
  1024. <a href="{PreviousPage}"></a>
  1025. {/block:PreviousPage}
  1026. </div>
  1027. {/block:Pagination}
  1028. {/block:IndexPage}
  1029. </center>
  1030.  
  1031.  
  1032. </body>
  1033. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement