Advertisement
Guest User

nickomirallegro61

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