Advertisement
danystormborn

Sophocles Theme

May 11th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.10 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.  
  19. -->
  20.  
  21. <html lang="en">
  22.  
  23. <link href='https://fonts.googleapis.com/css?family=Caesar+Dressing' rel='stylesheet' type='text/css'>
  24. <link href='https://fonts.googleapis.com/css?family=Alegreya+SC:400,700' rel='stylesheet' type='text/css'>
  25. <link href='https://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  26. <link href='https://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
  27.  
  28. <head>
  29.  
  30.  
  31.  
  32.  
  33. <meta name="image:Background" content=""/>
  34. <meta name="image:Sidebar Image" content=""/>
  35. <meta name="image:SidebarImage2" content=""/>
  36. <meta name="image:Favicon" content=""/>
  37. <meta name="image:Corner Image" content=""/>
  38. <meta name="image:Link Divider" content=""/>
  39.  
  40. <meta name="color:Background" content="#FFFFFF"/>
  41. <meta name="color:Sidebar Background" content="#FFFFFF"/>
  42. <meta name="color:Text" content="#777777"/>
  43. <meta name="color:Select Color" content="#FF0080"/>
  44. <meta name="color:Link" content="#555555"/>
  45. <meta name="color:Hover" content="#999999"/>
  46. <meta name="color:Borders" content="#000000"/>
  47. <meta name="color:Post Background" content="#FFFFFF"/>
  48. <meta name="color:Permalink Color" content="#000000"/>
  49. <meta name="color:Blog border" content="#EBEFF7">
  50.  
  51.  
  52. <meta name="if:Sidebar image" content=""/>
  53. <meta name="if:SidebarImage2" content=""/>
  54. <meta name="if:Maximised background" content=""/>
  55. <meta name="if:Link two" content=""/>
  56. <meta name="if:Link three" content=""/>
  57. <meta name="if:Link four" content=""/>
  58. <meta name="if:Link five" content=""/>
  59. <meta name="if:Link six" content=""/>
  60. <meta name="if:Corner Image" content"0"/>
  61. <meta name="if:Description Centered" content=""/>
  62. <meta name="if:Description Left" content=""/>
  63. <meta name="if:Description Right" content=""/>
  64.  
  65.  
  66. <meta name="text:Cursor Image URL" content=""/>
  67. <meta name="text:Link One URL" content=""/>
  68. <meta name="text:Link One Title" content="link"/>
  69. <meta name="text:Link Two URL" content=""/>
  70. <meta name="text:Link Two Title" content="link"/>
  71. <meta name="text:Link Three URL" content=""/>
  72. <meta name="text:Link Three Title" content="link"/>
  73. <meta name="text:Link Four URL" content=""/>
  74. <meta name="text:Link Four Title" content="link"/>
  75. <meta name="text:Link Five URL" content=""/>
  76. <meta name="text:Link Five Title" content="link"/>
  77. <meta name="text:Link Six URL" content=""/>
  78. <meta name="text:Link Six Title" content="link"/>
  79. <meta name="text:Quote" content=""/>
  80. <meta name="text:Quote Font Size" content=""/>
  81. <meta name="text:Description Font Size" content=""/>
  82. <meta name="text:Blog Title Font Size" content=""/>
  83.  
  84.  
  85.  
  86.  
  87.  
  88. <title>{Title}</title>
  89. {block:Description}
  90. <meta name="description"
  91. content="{MetaDescription}" />
  92. {/block:Description}
  93. <link rel="shortcut icon"
  94. href="{image:Favicon}">
  95.  
  96.  
  97. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  98.  
  99. <script type="text/javascript"
  100. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  101.  
  102.  
  103. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  104.  
  105. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  106. <script>
  107. (function($){$(document)
  108. .ready(function(){$("[title]")
  109. .style_my_tooltips();});})
  110. (jQuery);
  111. </script>
  112.  
  113. {block:IndexPage}
  114. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  115. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  116.  
  117. <script type="text/javascript">
  118. $(window).load(function(){
  119. var $wall = $('#entries');
  120. $wall.imagesLoaded(function(){
  121. $wall.masonry({
  122. itemSelector: '#post, #post_photo',
  123. isAnimated : false
  124. });
  125. });
  126.  
  127. $wall.infinitescroll({
  128. navSelector : '#pagination',
  129. nextSelector : '#pagination a',
  130. itemSelector : '#post, #post_photo',
  131. bufferPx : 2000,
  132. debug : false,
  133. errorCallback: function() {
  134. $('#scroll').fadeOut('normal');
  135. }},
  136. function( newElements ) {
  137. var $newElems = $( newElements );
  138. $newElems.hide();
  139. $newElems.imagesLoaded(function(){
  140. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  141. });
  142. }); $('#entries').show(500);
  143. });
  144. </script>
  145.  
  146.  
  147. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  148.  
  149. {/block:IndexPage}
  150.  
  151.  
  152. <!---------------END SCRIPTS--------------->
  153.  
  154. <style type="text/css">
  155.  
  156. .tmblr-iframe{
  157. margin-top:5px;
  158. margin-right:0px;
  159. z-index:9999999999999;!important;
  160. -webkit-filter: invert(100%);
  161. }
  162.  
  163.  
  164.  
  165. ::-webkit-scrollbar{ width:10px; background-color:{color:background}; }
  166. ::-webkit-scrollbar-thumb{ background-color: {color:blog border}; border: 1px solid {color:background}; }
  167.  
  168.  
  169. /************Edit Body Here************/
  170.  
  171. body{
  172. margin:0px;
  173. background-color: {color:Background};
  174. background-attachment:fixed;
  175. background-repeat:100%;
  176. background-position:bottom-right;
  177. font-family:calibri;
  178. font-size:10px;
  179. letter-spacing:1px;
  180. overflow-x:hidden;
  181.  
  182. text-align:left;
  183.  
  184. color: {color:Text};
  185. background-image:url({image:Background});
  186. {block:ifMaximisedBackground}
  187. -webkit-background-size: cover;
  188. -moz-background-size: cover;
  189. -o-background-size: cover;
  190. background-size: cover;
  191. {/block:ifMaximisedBackground}
  192. }
  193.  
  194.  
  195. a:link, a:active, a:visited{
  196. text-decoration: none;
  197. color: {color:Link};}
  198.  
  199. a:hover {
  200. color:{color:Link};
  201. text-decoration:none;}
  202.  
  203. /************EDIT TOOLTIP HERE************/
  204.  
  205.  
  206. #s-m-t-tooltip {
  207. padding: 4px;
  208. height:auto;
  209. display: none;
  210. font-family: calibri;
  211. font-size: 9px;
  212. max-width:150px;
  213. text-transform:uppercase;
  214. text-align: center;
  215. letter-spacing:1px;
  216. margin-top:10px;
  217. margin-left: 15px;
  218. line-height: 8px;
  219. z-index: 999999999999;
  220. border: 1px solid {color:Borders};
  221. background:{color:Post Background};
  222. color: {color:text};}
  223.  
  224. /************EDIT POST POSITION/WIDTH HERE************/
  225.  
  226. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  227.  
  228. #entries{
  229. text-align:left;
  230. width:810px;
  231. margin-left:250px;
  232. margin-top:20px;
  233. position:relative;
  234.  
  235. {block:PermalinkPage}
  236. width:550px;
  237. margin-left:130px;
  238. {/block:PermalinkPage}}
  239.  
  240. /************EDIT OVERALL POSTS HERE************/
  241.  
  242. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  243.  
  244. #post{
  245. text-align:left;
  246. margin-right:80px;
  247. margin-bottom:30px;
  248. background:{color:Post Background};
  249. padding-bottom:0px;
  250. padding-left:0px;
  251. padding-right:0px;
  252. padding-top:0px;
  253. max-width: 100%;
  254. display:block;
  255. width:230px;
  256. {block:PermalinkPage}
  257. width:500px;
  258. {/block:PermalinkPage}}
  259.  
  260. /*Do not delete #post img.*/
  261.  
  262. #post img{
  263. max-width:100%;}
  264.  
  265. /*Edit the permalinks all posts.*/
  266.  
  267. .permalink{
  268. background-color:{color:Post background};
  269. color:{color:Permalink color};
  270. font-family: 'Caesar Dressing', cursive;
  271. opacity:0;
  272. width:50px;
  273. height:50px;
  274. line-height:50px;
  275. padding:3px;
  276. padding-left:9px;
  277. font-size:10px;
  278. text-transform:uppercase;
  279. text-align:center;
  280. -webkit-transition:all 2s ease;
  281. -moz-transition:all 2s ease;
  282. transition:all 2s ease;
  283. -o-transition:all 2s ease;
  284.  
  285. position:absolute;
  286. top:50%;
  287. -webkit-transform: translate(0px,-50%);
  288. -moz-transform: translate(0px,-50%);
  289. -ms-transform: translate(0px,-50%);
  290. -o-transform: translate(0px,-50%);
  291. transform: translate(0px,-50%);
  292. left:50%;
  293. -webkit-transform: translate(-50%,-50%);
  294. -moz-transform: translate(-50%,-50%);
  295. -ms-transform: translate(-50%,-50%);
  296. -o-transform: translate(-50%,-50%);
  297. transform: translate(-50%,-50%);
  298.  
  299. {block:permalinkpage}
  300. display:none;
  301. {/block:permalinkpage}
  302. }
  303.  
  304.  
  305. .permalink a{
  306. color:{color:Permalink color};
  307. line-height:15px;}
  308.  
  309. #post:hover .permalink{
  310. opacity:1;
  311. }
  312.  
  313. #notecounter{
  314. text-align:right;
  315. }
  316.  
  317.  
  318. /*Edit the titles on any text-based post.*/
  319.  
  320. .posttitle{
  321. font-size:10px;
  322. text-align:center;
  323. color:{color:Link};}
  324.  
  325. .posttitle a{
  326. color:{color:Link};}
  327.  
  328. /************EDIT QUOTE POSTS HERE************/
  329.  
  330. .quote{
  331. margin-right: 5px;}
  332.  
  333. .source{
  334. padding-top:5px;
  335. display:block;
  336. text-align:right;}
  337.  
  338.  
  339. /************EDIT ANSWER POSTS HERE************/
  340.  
  341. .ask{
  342. padding:4px;
  343. background:{color:post background};}
  344. .asker{
  345. color:{color:Link};}
  346. .answer{
  347. margin-top:10px;}
  348.  
  349. /************EDIT AUDIO POSTS HERE************/
  350.  
  351. .audio{
  352. {block:IndexPage}width:180px;{/block:IndexPage}
  353. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  354. .info{
  355. padding:2px 0px 1px 57px;}
  356. .i {
  357. text-transform:uppercase;
  358. letter-spacing:1px;
  359. font-size:8px;}
  360. .pl b,strong{
  361. text-transform:lowercase;
  362. font-size:9px;}
  363. .player{
  364. position:absolute;
  365. overflow:hidden;
  366. margin-top:0px;
  367. margin-left:15px;
  368. background:#ffffff;
  369. width:24px;
  370. height:23px;}
  371.  
  372. /************EDIT VIDEO POSTS HERE************/
  373. /***********DO NOT DELETE THIS CODE************/
  374.  
  375. .video-container {
  376. position:relative;
  377. padding-bottom:56.25%;
  378. padding-top: 30px;
  379. height:0;
  380. overflow:hidden;}
  381.  
  382. .video-container iframe,
  383. .video-container object,
  384. .video-container embed {
  385. position: absolute;
  386. top: 0;
  387. left: 0;
  388. width: 100%;
  389. height: 100%;}
  390.  
  391. /************EDIT CHAT POSTS HERE************/
  392.  
  393. .chat{
  394. line-height:12px;
  395. list-style:none;}
  396. .chat ul{
  397. list-style:none;
  398. padding:0px 5px;
  399. line-height:15px;}
  400. .label{
  401. color:{color:Link};}
  402.  
  403. /************Edit Blog Border Here***********/
  404. #top {
  405. height:30px;
  406. width:100%;
  407.  
  408. top:0;
  409. background-color:{color:Blog border};
  410. z-index:2;
  411. position:fixed;}
  412.  
  413. #left {
  414. top:-10px;
  415. width:30px;
  416. height:100%;
  417. background-color:{color:Blog border};
  418. z-index:1;
  419. left:0;
  420. position:fixed;}
  421.  
  422. #bottom {
  423. height:100px;
  424. width:100%;
  425. bottom:0;
  426. font-size:{text:Quote Font Size};
  427. font-family:Marck Script;
  428. background-color:{color:Blog border};
  429. z-index:999;
  430. position:fixed;}
  431.  
  432. #right {
  433. top:-10px;
  434. width:30px;
  435. height:100%;
  436. background-color:{color:Blog border};
  437. z-index:1;
  438. right:0;
  439. position:fixed;}
  440.  
  441.  
  442.  
  443. /************EDIT SIDEBAR HERE************/
  444.  
  445. #holder{
  446. padding:0px;
  447. left:120px;
  448. top:160px;
  449. position:fixed;}
  450.  
  451. .blogtitle{
  452. padding:5px;
  453. text-align:center;
  454. letter-spacing:4px;
  455. font-family: 'Caesar Dressing', cursive;
  456. text-transform:none;
  457. font-size:{text:Blog Title Font Size};
  458. width:210px;
  459. background-color:{color:sidebar background};
  460. }
  461.  
  462. .blogtitle a{
  463. color:{color:Link};}
  464.  
  465.  
  466. .sidebar{
  467. background:{color:Sidebar Background};
  468. width:220px;
  469. line-height:0;
  470. margin-top:20px;
  471. text-align:center;
  472. }
  473. .description{
  474. text-align:center;
  475. font-size:{text:Description Font Size};
  476. font-family: Bitter;
  477. padding:5px;
  478. margin-top:20px;
  479. width:210px;
  480. background-color:{color:sidebar background};
  481. }
  482.  
  483.  
  484. .links{
  485. text-align:left;
  486. font-size:15px;
  487. padding:5px;
  488. margin-left:20px;
  489. font-family: 'Caesar Dressing', cursive;
  490. }
  491.  
  492. .links:hover{
  493. color:{color:Hover};
  494.  
  495.  
  496. }
  497.  
  498. .links a{
  499. margin-left:15px;
  500.  
  501. }
  502.  
  503. .links a:hover{
  504. margin-left:;
  505. color:{color:Hover};
  506. }
  507.  
  508. /************EDIT TEXT SETTINGS HERE************/
  509.  
  510. i, em{
  511. color:{color:Link};}
  512. b, strong{
  513. font-weight:normal;
  514. text-transform:uppercase;
  515. color:{color:Link};}
  516. ul,ol{
  517. margin:0px;
  518. margin-left:-5px;}
  519. p{
  520. padding:0px;
  521. margin:2px;}
  522. u{
  523. text-decoration:none;
  524. color:{color:Title};}
  525.  
  526. blockquote {
  527. margin:0px;
  528. padding:4px;
  529. background:{color:post background};}
  530.  
  531.  
  532.  
  533. /************DO NOT DELETE #SCROLL************/
  534.  
  535. #scroll{
  536. bottom:-20px;
  537. position: absolute;
  538. left: 50%;
  539. width:10px;
  540. height:5px;
  541. overflow:hidden;
  542. margin-bottom:80px;}
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549. ::selection {
  550.  
  551. background: {color:Select color}; /* Safari */
  552.  
  553. }
  554.  
  555. ::-moz-selection {
  556.  
  557. background: {color:Select color}; /* Firefox */
  558.  
  559. }
  560.  
  561.  
  562. </style>
  563.  
  564. </head>
  565.  
  566. <body>
  567.  
  568. <center>
  569.  
  570.  
  571.  
  572.  
  573. <div id="entries">
  574.  
  575. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  576. <div id="holder">
  577. <div class="blogtitle"><a href="/">{Title}</a></div>
  578. {block:ifSidebarImage}<div class="sidebar"><img src="{image:Sidebar Image}" width="220"></div>{/block:ifSidebarImage}
  579. {block:ifsidebarimage2}<div class="sidebar"><img src="{image:SidebarImage2}" width="220"></div>{/block:ifSidebarImage2}
  580. <div class="description">{block:ifDescriptionCentered}<p align="center"{description}</p>{/block:ifDescriptionCentered}
  581. {block:ifDescriptionLeft}<p align="left"{description}</p>{block:ifDescriptionLeft}
  582. {block:ifDescriptionRight}<p align="right"{description}</p{block:ifDescriptionRight}
  583. {description}
  584.  
  585. </div>
  586. </div>
  587.  
  588.  
  589. {block:Posts}
  590.  
  591. <!---------------DO NOT DELETE block:ContentSource--------------->
  592.  
  593. {block:ContentSource}
  594. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  595. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  596. {/block:SourceLogo}
  597. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  598. {/block:ContentSource}
  599.  
  600. <div id="post">
  601.  
  602. <!---------------EDIT TEXT POSTS HERE--------------->
  603.  
  604. {block:Text}
  605. <div class="text">
  606. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  607. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  608. </div>{/block:IndexPage}</div>
  609. {/block:Text}
  610.  
  611. <!---------------EDIT LINK POSTS HERE--------------->
  612.  
  613. {block:Link}
  614. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  615. {block:Description}{Description}{/block:Description}
  616. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  617. </div>{/block:IndexPage}
  618. {/block:Link}
  619.  
  620. <!---------------EDIT PHOTO POSTS HERE--------------->
  621.  
  622. {block:Photo}<div style="line-height:0px;">
  623. {block:IndexPage}
  624. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="260px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  625. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a></div>
  626. {/block:Photo}
  627.  
  628. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  629.  
  630. {block:Photoset}
  631. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}" title="reblog">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  632. </div>{/block:IndexPage}
  633. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  634. {/block:Photoset}
  635.  
  636. <!---------------EDIT QUOTE POSTS HERE--------------->
  637.  
  638. {block:Quote}
  639. {Quote}{block:Source}
  640. <div class="source">{Source}</div>{/block:Source}
  641. {block:IndexPage}
  642. <div class="permalink"><a href="{ReblogURL}" title="reblog">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  643. </div>{/block:IndexPage}
  644. {/block:Quote}
  645.  
  646. <!---------------EDIT ANSWER POSTS HERE--------------->
  647.  
  648. {block:Answer}
  649. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  650. <div class="answer">{Answer}</div>
  651. {block:IndexPage}
  652. <div class="permalink"><a href="{ReblogURL}" title="Reblog">REBLOG</a> / <a href="{Permalink}">{NoteCount}</a>
  653. </div>{/block:IndexPage}
  654. {/block:Answer}
  655.  
  656. <!---------------EDIT CHAT POSTS HERE--------------->
  657.  
  658. {block:Chat}
  659. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  660. <div class="chat"><ul>{block:Lines}
  661. <li class="person{UserNumber}">{block:Label}
  662. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  663. </div>
  664. {/block:IndexPage}
  665. {/block:Chat}
  666.  
  667. <!---------------EDIT AUDIO POSTS HERE--------------->
  668.  
  669. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  670. <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">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  671. </div>
  672. {/block:IndexPage}
  673. {/block:Audio}
  674.  
  675. <!---------------EDIT VIDEO POSTS HERE--------------->
  676.  
  677. {block:Video}
  678. {block:IndexPage}<div class="video-container">{Video-250}</div>
  679. <div class="permalink"><a href="{ReblogURL}" title="reblog">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  680. </div>{/block:IndexPage}
  681. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  682. {/block:Video}
  683.  
  684. <!---------------EDIT PERMALINK PAGE HERE--------------->
  685.  
  686. {block:PermalinkPage}
  687. {block:Caption}{Caption}{/block:Caption}
  688. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  689. <div class="permapage">
  690. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  691. </div>
  692. {/block:Posts}
  693. </div>
  694.  
  695. <!------------------Edit Blog Border Here---------------->
  696.  
  697. <div id="top">
  698. <div class="links">
  699. <a href="{text:Link One URL}"
  700. title="{text:Link One Title}">
  701. {text:Link One Title}</a>
  702. <img src="{image:Link Divider}"
  703. height="20px"> <!--- Edit the height or width of the dividers here------>
  704. {block:ifLinkTwo}
  705. <a href="{text:Link Two URL}"
  706. title="{text:Link Two Title}">
  707. {text:Link Two Title}</a>
  708. {block:ifLinkTwo}
  709. <img src="{image:Link Divider}"
  710. height="20px"><!--- Edit the height or width of the dividers here------>
  711. {block:ifLinkThree}
  712. <a href="{text:Link Three URL}"
  713. title="{text:Link Three Title}">
  714. {text:Link Three Title}</a>
  715. {block:ifLinkThree}
  716. <img src="{image:Link Divider}"
  717. height="20px"><!--- Edit the height or width of the dividers here------>
  718. {block:ifLinkFour}
  719. <a href="{text:Link Four URL}"
  720. title="{text:Link Four Title}">
  721. {text:Link Four Title}</a>
  722. {block:ifLinkFour}
  723. <img src="{image:Link Divider}"
  724. height="20px"><!--- Edit the height or width of the dividers here------>
  725. {block:ifLinkFive}
  726. <a href="{text:Link Five URL}"
  727. title="{text:Link Five Title}">
  728. {text:Link Five Title}</a>
  729. {block:ifLinkFive}
  730. <img src="{image:Link Divider}"
  731. height="20px"><!--- Edit the height or width of the dividers here------>
  732. {block:ifLinkSix}<a href="{text:Link Six URL}" title="{text:Link Six Title}">{text:Link Six Title}</a>{block:ifLinkSix}
  733.  
  734. </div>
  735. </div>
  736. <div id="right"></div>
  737. <div id="bottom"><title></title><a href="/">{text:quote}</a></title></div>
  738. <div id="left"></div>
  739.  
  740. <!-------------------Corner Image------------------->
  741. <div style="position:fixed; bottom:125px; right:50px; z-index:-1;" ><img src="{image:Corner Image}" width="300"></div>
  742.  
  743. <!---------------DO NOT DELETE THIS--------------->
  744.  
  745. {block:IndexPage}
  746. {block:Pagination}
  747. <div id="pagination">
  748. {block:NextPage}
  749. <a id="nextPage" href="{NextPage}"></a>
  750. {/block:NextPage}
  751. {block:PreviousPage}
  752. <a href="{PreviousPage}"></a>
  753. {/block:PreviousPage}
  754. </div>
  755. {/block:Pagination}
  756. {/block:IndexPage}
  757. </center>
  758.  
  759.  
  760. </body>
  761. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement