Advertisement
danystormborn

elektra theme

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