Advertisement
naegi2

thm

Dec 20th, 2015
1,294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.46 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.  
  4. this theme was coded by aiden @aidensthemes. please do not use as a base code, and do not move or remove the credit. thank you so much!
  5.  
  6.  
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <!-- DEFAULT VARIABLES -->
  12. <meta name="color:Background" content="#fff" />
  13. <meta name="color:link" content="#ffc8c7" />
  14. <meta name="color:link hover" content="#ffc8c7" />
  15. <meta name="color:link highlight" content="#fff" />
  16. <meta name="color:footer color" content="#000" />
  17. <meta name="color:footer txt" content="#fff"/>
  18. <meta name="color:selection bg" content="#ffe8e8" />
  19. <meta name="image:icon" content=""/>
  20.  
  21.  
  22. <meta name="if:Show Tags" content="1" />
  23. <meta name="if:link 1" content="1"/>
  24. <meta name="if:link 2" content="1"/>
  25. <meta name="if:link 3" content="1"/>
  26. <meta name="if:link 4" content="1"/>
  27.  
  28.  
  29. <meta name="if:bgcover" content="1" />
  30.  
  31. <meta name="text:link 1 title" content=""/>
  32. <meta name="text:link 1 url" content="/"/>
  33. <meta name="text:link 2 title" content=""/>
  34. <meta name="text:link 2 url" content="/"/>
  35. <meta name="text:link 3 title" content=""/>
  36. <meta name="text:link 3 url" content="/"/>
  37. <meta name="text:link 4 title" content=""/>
  38. <meta name="text:link 4 url" content="/"/>
  39. <meta name="text:updates title" content=""/>
  40. <meta name="text:updates" content=""/>
  41.  
  42. <meta name="image:Background" content="" />
  43. <meta name="image:Corner Img left" content=""/>
  44. <meta name="image:Corner Img right" content=""/>
  45. <meta name="image:icon" content=""/>
  46. <meta name="image:updates img" content=""/>
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49.  
  50.  
  51. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53. <link rel="shortcut icon" href="{Favicon}" />
  54. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("[title]").style_my_tooltips();
  62. });
  63. })(jQuery);
  64. </script>
  65. <style type="text/css">
  66.  
  67.  
  68. #one, #two, #zero, #three, #four, #five {
  69. display:none;
  70. }
  71. {select:Spoons}, {select:Spoons} img {display: inline !important;}
  72.  
  73.  
  74. .hidden {display: none;}
  75. .unhidden {display: block;}
  76.  
  77. ::-webkit-scrollbar{height: 9px; width: 6px; -webkit-border-radius: 0px; background:{color:background};}
  78.  
  79. ::-webkit-scrollbar-thumb{background:#000;}
  80. ::-webkit-scrollbar-track{background:{color:Background};}
  81.  
  82. body {
  83. background: {color:Background} url('{image:Background}') {block:ifbgcover} no-repeat center fixed ;
  84. -webkit-background-size: cover;
  85. -moz-background-size: cover;
  86. -o-background-size: cover;
  87. background-size: cover; {/block:ifbgcover}
  88.  
  89.  
  90. {block:ifnotbgcover} top left fixed repeat {block:ifnotbgcover};
  91. margin: 0;
  92.  
  93. padding: 0;
  94. font-family:arial;
  95. }
  96.  
  97.  
  98. .clear {
  99. clear: both;
  100. height: 0px;
  101. overflow: hidden;
  102. }
  103.  
  104. a img {
  105. border: none;
  106. }
  107.  
  108. #wrapper {
  109.  
  110.  
  111. width: 745px;
  112. margin: 0 auto;
  113. }
  114.  
  115.  
  116. #wrapper #content {
  117.  
  118. margin-top: 50px;
  119.  
  120.  
  121. width: 420px;
  122.  
  123. float: left;
  124. }
  125.  
  126. #wrapper #content .post {
  127. background: #fff;
  128. width: 400px;
  129. font-family:arial;
  130. position: relative;
  131. margin-left:240px;
  132. border:1px solid #000;
  133. }
  134. #wrapper #content .post .media {
  135. text-align: center;
  136. }
  137.  
  138.  
  139.  
  140. #wrapper #content .post .quote {
  141. color: {color:text};
  142. font-weight: bold;
  143. padding: 20px 20px 5px 20px;
  144. }
  145.  
  146. #wrapper #content .post .quote.short {
  147. font-size: 33px;
  148. line-height: 35px;
  149. }
  150.  
  151. #wrapper #content .post .quote.medium {
  152. font-size: 25px;
  153. line-height: 28px;
  154. }
  155.  
  156. #wrapper #content .post .quote.long {
  157. font-size: 18px;
  158. line-height: 22px;
  159. }
  160.  
  161. #wrapper #content .post .quote_source *:first-child {
  162. margin-top: 0px;
  163. }
  164.  
  165. #wrapper #content .post .quote_source *:last-child {
  166. margin-bottom: 0px;
  167. }
  168.  
  169. #wrapper #content .post .quote *:first-child {
  170. margin-top: 0px;
  171. }
  172.  
  173. #wrapper #content .post .quote *:last-child {
  174. margin-bottom: 0px;
  175. }
  176.  
  177. #wrapper #content .post .copy {
  178. color: {color:text};
  179. padding: 10px;
  180. font-size: 13px;
  181. line-height: 15px;
  182. }
  183.  
  184. #wrapper #content .post .copy a {
  185. color: {color:link};
  186. text-decoration: underline;
  187. }
  188.  
  189. #wrapper #content .post .copy p {
  190. margin: 10px 0 0 0;
  191. padding: 0;
  192. }
  193.  
  194. #wrapper #content .post .copy pre {
  195. margin: 10px 0px 10px 0px;
  196. padding: 10px;
  197. background-color: #e6e6e6;
  198. font: normal 11px Courier, monospace;
  199. overflow: auto;
  200. }
  201.  
  202. #wrapper #content .post .copy > p:first-child {
  203. margin-top: 0;
  204. }
  205.  
  206. #wrapper #content .post .copy img {
  207. max-width: 100%;
  208. }
  209.  
  210. #wrapper #content .post .audio {
  211. background: #fff;
  212. float: left;
  213. padding: 7px;
  214. margin-bottom: 10px;
  215. -moz-border-radius: 4px;
  216. -webkit-border-radius: 4px;
  217. border-radius: 4px;
  218. background:{color:footer color};
  219.  
  220. }
  221.  
  222. #wrapper #content .post .audio .player {
  223. float: left;
  224.  
  225. }
  226.  
  227.  
  228. #wrapper #content .post .audio .player .audio_player embed {
  229. border: 1px solid #c8c8c8;
  230. }
  231.  
  232. #wrapper #content .post .audio .meta {
  233. padding: 8px 13px;
  234. height: 13px;
  235. float: left;
  236. color: #666;
  237. font-family:lucida console;
  238. font-size: 11px;
  239. text-transform: lowercase;
  240. }
  241.  
  242. #wrapper #content .post .audio .meta a {
  243. color: #666;
  244. text-decoration: none;
  245. }
  246.  
  247. #wrapper #content .post .album_art {
  248. text-align: center;
  249. }
  250.  
  251. #wrapper #content .post .question {
  252. color: {color:footer txt};
  253. font-size: 13px;
  254. background: {color:footer color};
  255. margin: 0 0 15px 0;
  256. padding: 15px 20px;
  257. position: relative;
  258. }
  259.  
  260. #wrapper #content .post .asker_container a.asker {
  261. color: {color:link};
  262. }
  263.  
  264. #wrapper #content .post .title {
  265. color: {color:text};
  266. font-size: 16px;
  267. font-weight: bold;
  268. padding: 10px 10px 0 10px;
  269. }
  270.  
  271. #wrapper #content .post img {
  272. max-width: 100%;
  273. }
  274.  
  275. #wrapper #content .post .chat {
  276. width:100%;
  277. font-size: 14px;
  278. }
  279.  
  280. #wrapper #content .post .chat .lines {
  281. margin-left: 1px;
  282. }
  283.  
  284. #wrapper #content .post .chat .lines .line {
  285.  
  286. color: {color:text};
  287. margin-bottom: -1px;
  288. padding: 3px 5px;
  289. border:1px solid {color:text};
  290. }
  291.  
  292. #wrapper #content .post .chat .lines .line.even {
  293.  
  294. }
  295.  
  296. #wrapper #content .post .link {
  297. margin: 4px 0 2px 0;
  298. font-size: 16px;
  299. line-height: 25px;
  300. max-width:300px;
  301. }
  302.  
  303. #wrapper #content .post .link a {
  304. color: #fff;
  305. padding: 5px 7px;
  306.  
  307. }
  308.  
  309. #wrapper #content .post .link a:hover {
  310. opacity: 0.9;
  311. color: {color:link hover};
  312. filter: alpha(opacity=90);
  313. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  314. transition-duration:.5s;
  315. -o-transition:.5s;
  316. -ms-transition:.5s;
  317. -moz-transition:.5s;
  318. -webkit-transition:.5s;
  319. }
  320.  
  321. #wrapper #content .post .footer {
  322. font-family:arial;
  323. font-size: 12px;
  324. color: {color:footer txt};
  325. padding:5px;
  326. background:{color:footer color}
  327. }
  328.  
  329. #wrapper #content .post .footer a{
  330. color:{color:footer txt};
  331. }
  332.  
  333. #wrapper #content .post .footer.for_permalink:hover {
  334. opacity: 0.9;
  335. filter: alpha(opacity=90);
  336. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  337. }
  338.  
  339. #wrapper #content .post .footer .date {
  340. width: 67%;
  341. float: left;
  342. color: {color:footer txt};
  343. }
  344.  
  345. #wrapper #content .post .footer .notes {
  346. width: 33%;
  347. float: right;
  348. text-align: right;
  349. color: {color:footer txt};
  350. }
  351.  
  352. #wrapper #content .post .footer .notes a {
  353. color: {color:footer txt};
  354. }
  355.  
  356. #wrapper #content .post .footer .tags {
  357. color: #fff;
  358.  
  359. }
  360. #wrapper #content .post .footer .tags a {
  361. color: #fff;
  362.  
  363. }
  364.  
  365. #wrapper #content .post .footer .tags .tag-commas:last-child {
  366. display: none;
  367. }
  368.  
  369. #wrapper #content .post .footer.with_source_url .tags {
  370. max-width: 330px;
  371. float: left;
  372. }
  373.  
  374. #wrapper #content .post .footer.with_source_url .source_url {
  375. float: right;
  376. max-width: 160px;
  377. overflow: hidden;
  378. white-space: nowrap;
  379.  
  380. }
  381.  
  382. #wrapper #content .post .footer.with_source_url .source_url img {
  383. vertical-align: top;
  384. -moz-opacity: 0.5;
  385. opacity: 0.5;
  386. }
  387.  
  388. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  389. -moz-opacity: 0.7;
  390. opacity: 0.7;
  391. }
  392.  
  393.  
  394. #wrapper #content .post a {
  395. color: {color:link};
  396.  
  397. text-decoration: none;
  398. }
  399. #wrapper #content .post a:hover {
  400. opacity: 0.9;
  401. color: {color:link hover};
  402. filter: alpha(opacity=90);
  403. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  404. transition-duration:.5s;
  405. -o-transition:.5s;
  406. -ms-transition:.5s;
  407. -moz-transition:.5s;
  408. -webkit-transition:.5s;
  409. }
  410.  
  411.  
  412. #wrapper #content .post .copy blockquote {
  413. margin: 10px 0px 10px 10px;
  414. padding-left: 15px;
  415. border-left: solid 1px {color:text};
  416. }
  417.  
  418. #wrapper #content .post .copy blockquote blockquote {
  419. border-left: solid 1px {color:text};
  420. }
  421.  
  422. #wrapper #content .post .copy blockquote blockquote blockquote {
  423. border-left: solid 1px {color:text};
  424. }
  425.  
  426. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  427. border-left: solid 4px #acacac;
  428. }
  429.  
  430. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  431. border-left: solid 4px #9c9c9c;
  432. }
  433.  
  434. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  435. border-left: solid 4px #8c8c8c;
  436. }
  437.  
  438. #wrapper #content .bottom {
  439. /* background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;*/
  440. width: 513px;
  441. height: 40px;
  442. margin: 0 auto;
  443. }
  444.  
  445.  
  446. #wrapper #content .post .notecontainer {
  447. background: #eaeaea;
  448. -moz-border-radius: 4px;
  449. -webkit-border-radius: 4px;
  450. border-radius: 4px;
  451. font-family:arial;
  452. font-size: 11px;
  453. color: #666;
  454. margin-top: 10px;
  455. margin-bottom: -10px;
  456. }
  457.  
  458. #wrapper #content .post .notecontainer a {
  459. color: #666;
  460. text-decoration: underline;
  461. }
  462.  
  463. #wrapper #content .post .notecontainer ol.notes {
  464. padding: 0px 0 10px 0;
  465. list-style-type: none;
  466. font-size: 11px;
  467. }
  468.  
  469. #wrapper #content .post .notecontainer ol.notes li.note {
  470. padding: 10px 10px 0 10px;
  471. }
  472.  
  473. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  474. vertical-align: -4px;
  475. margin-right: 10px;
  476. width: 16px;
  477. height: 16px;
  478. }
  479. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  480. font-weight: normal;
  481. }
  482.  
  483. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  484. font-weight: normal;
  485. }
  486.  
  487. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  488. border-left: 2px solid #666;
  489. padding: 4px 10px;
  490. margin: 10px 0px 0px 25px;
  491. }
  492.  
  493. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  494. text-decoration: none;
  495. }
  496.  
  497.  
  498. ::selection {
  499. background: {color:selection bg};
  500. }
  501.  
  502.  
  503. #s-m-t-tooltip {
  504. z-index: 9999;
  505. background: #fff;
  506. font-size: 14px;
  507. line-height: 14px;
  508. font-family:arial;
  509. letter-spacing: 1px;
  510. border:solid 1px;
  511. -o-transition: all 0.3s ease-out;
  512. -webkit-transition: all 0.3s ease-out;
  513. -moz-transition: all 0.3s ease-out;
  514. text-transform: normal;
  515. color: {color:Link Title Text};
  516. max-width: 150px;
  517. word-wrap: break-word;
  518. padding: 2px 5px 2px 6px;
  519. display: block;
  520. margin: 24px 14px 7px 12px;
  521. }
  522.  
  523. a:link {
  524. color: {color:link};
  525. }
  526.  
  527. a:visited {
  528. color: {color:link};
  529. }
  530. a:hover{
  531.  
  532. color: {color:link hover};
  533.  
  534. transition-duration:.5s;
  535. -o-transition:.5s;
  536. -ms-transition:.5s;
  537. -moz-transition:.5s;
  538. -webkit-transition:.5s;
  539. }
  540.  
  541. #wrapper #content #pagination{
  542. width:420px;
  543. bottom:15px;
  544. position:relative;
  545. margin-left:250px;
  546. padding:3px;
  547. font-size:14px;
  548. }
  549.  
  550. #uwu{
  551. position:fixed;
  552. width:160px;
  553. top:230px;
  554. float:left;
  555. font-family:arial;
  556. font-size:14px;
  557. line-height:12px;
  558. color:{color:desc txt};
  559. text-align:center;
  560. background:#fff;
  561. border:1px solid #000;
  562. }
  563.  
  564. #uwu #click {
  565. border:1px solid #000;
  566. background:#fff;
  567. font-size:14px;
  568. width:120px;
  569. height:fixed;
  570. top:230px;
  571. position:fixed;
  572. padding:10px;
  573. float:left;
  574. margin-left:720px;
  575. text-align:left;
  576. line-height:15px;
  577. }
  578. #uwu #click #mikleo {
  579. color:{color:link};
  580. font-size:16px;
  581. text-shadow: 0px 0 9px {color:link} ;
  582. padding:2px;
  583. text-decoration:none;
  584.  
  585. }
  586.  
  587. #uwu #click #reno {
  588. text-align:center;
  589. }
  590.  
  591.  
  592. #uwu #icon {
  593. padding:0px;
  594. }
  595.  
  596. #title a{
  597. color:#000;
  598. text-decoration:none;
  599. }
  600.  
  601. #uwu #asswad{
  602. font-family:arial;
  603. font-size:14px;
  604. color:#000;
  605. line-height:12px;
  606. text-align:left;
  607. padding:10px;
  608.  
  609. }
  610. #uwu #asswad #links {
  611. padding-top:10px;
  612. font-size:15px;
  613. color:{color:link hover} ;
  614.  
  615. }
  616. #uwu #asswad #links a {
  617. line-height:22px;
  618. text-shadow: 0px 0 9px {color:link} ;
  619. padding:2px;
  620. text-decoration:none;
  621.  
  622. }
  623. #uwu #asswad #links a:hover {
  624. line-height:22px;
  625. text-shadow: 0px 0 9px {color:link};
  626. color:{color:link hover};
  627. padding:2px;
  628. text-decoration:none;
  629.  
  630. }
  631.  
  632. #credit {
  633. border:1px solid {color:link};
  634. }
  635.  
  636.  
  637.  
  638. </style>
  639.  
  640. <style type="text/css">{CustomCSS}</style>
  641. </head>
  642.  
  643. <div id="cornerimgright">
  644. <img src='{image:Corner Img right}' style='z-index:-999; position:fixed;bottom:0px; right:5px; ' />
  645. </div>
  646. <div id="cornerimgleft">
  647. <img src='{image:Corner Img left}' style='z-index:-999; position:fixed;bottom:0px; left:0px; ' />
  648. </div>
  649.  
  650. <body>
  651.  
  652.  
  653.  
  654. <div id="wrapper">
  655.  
  656. <div id="content">
  657.  
  658. <div class = "autopagerize_page_element" >
  659. {block:Posts}
  660. <div class="post">
  661.  
  662. {block:Photo}
  663.  
  664. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:100%;" />{LinkCloseTag}</div>
  665.  
  666. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  667. {/block:Photo}
  668.  
  669. {block:Photoset}
  670. <div class="media" style="max-width:100%">{LinkOpenTag}{Photoset}{LinkCloseTag}</div>
  671. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption} {/block:Photoset}
  672.  
  673.  
  674.  
  675. {block:Video}
  676.  
  677. {block:ifnot400px}
  678. <div class="media">{Video-500}</div> {/block:ifnot400px}
  679.  
  680. {block:if400px}
  681. <div class="media">{Video-400}</div> {/block:if400px}
  682.  
  683.  
  684. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  685. {/block:Video}
  686.  
  687. {block:Audio}
  688.  
  689. {block:AudioEmbed}
  690. {AudioEmbed}
  691. {/block:AudioEmbed}
  692.  
  693. {block:AudioPlayer}
  694. {block:IfShowAlbumArtOnAudioPosts}
  695. {block:AlbumArt}
  696. <div class="album_art">
  697. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  698. </div>
  699. {/block:AlbumArt}
  700. {/block:IfShowAlbumArtOnAudioPosts}
  701.  
  702. <div class="audio">
  703. <div class="player">{AudioPlayerBlack}</div>
  704. <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  705. <div class="clear"></div>
  706. </div>
  707. {/block:AudioPlayer}
  708.  
  709. <div class="clear"></div>
  710.  
  711. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  712.  
  713. {/block:Audio}
  714.  
  715. {block:Quote}
  716. <div class="quote {Length}">{Quote}</div>
  717. <div class="copy">
  718. <div class="quotebg">“</div>
  719. {block:Source}
  720. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  721. <tr>
  722. <td valign="top" style="width:20px;">&mdash;</td>
  723. <td valign="top" class="quote_source">
  724. {Source}
  725. </td>
  726. </tr>
  727. </table>
  728. {/block:Source}
  729. </div>
  730. {/block:Quote}
  731.  
  732. {block:Text}
  733. {block:Title}<div class="title">{Title}</div>{/block:Title}
  734. <div class="copy">{Body}</div>
  735. {/block:Text}
  736.  
  737. {block:Answer}
  738. <div class="question">
  739.  
  740. {Asker} asked: {Question}
  741. </div>
  742. <div class="asker_container"></div>
  743. <div class="copy">{Answer}</div>
  744. {/block:Answer}
  745.  
  746. {block:Chat}
  747. {block:Title}<div class="title">{Title}</div>{/block:Title}
  748. <div class="chat">
  749. <div class="lines">
  750. {block:Lines}
  751. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  752. {/block:Lines}
  753. </div>
  754. </div>
  755. <div class="clear"></div>
  756. <div style="height:10px;"></div>
  757. {/block:Chat}
  758.  
  759. {block:Link}
  760. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  761. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  762. {/block:Link}
  763.  
  764. {block:Date}
  765. <a href="{Permalink}">
  766. <div class="footer for_permalink">
  767. <div class="date">
  768. {block:Reblog}
  769. {TimeAgo} via {ReblogParentName}; {block:RebloggedFromReblog}{/block:RebloggedFromReblog}
  770. {/block:Reblog}
  771.  
  772. {block:NotReblog}
  773. {TimeAgo}
  774. {/block:NotReblog}
  775. </div>
  776. <div class="notes">{block:NoteCount}{NoteCount} ❤{/block:NoteCount} </div>
  777. <div class="clear"></div>
  778. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">+{Tag}</a><span class="tag-commas"> </span>{/block:Tags}.</div>{/block:HasTags}
  779. <div id="scream"></div>
  780. </div>
  781. </a>
  782. {/block:Date}
  783.  
  784.  
  785.  
  786.  
  787.  
  788. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  789.  
  790.  
  791. </div>
  792. <div class="bottom"></div>
  793. {/block:Posts}
  794.  
  795. {block:Pagination}
  796. <div id=“pagination” style="text-align:center; width:100px;
  797. bottom:15px;
  798. position:relative;
  799. margin-left:240px;
  800. padding:3px;
  801. font-size:14px;
  802. background:#fff;
  803. border:1px solid #000;
  804.  
  805. ">
  806. {block:PreviousPage}
  807. <a href={PreviousPage}>last</a>
  808. {/block:PreviousPage}
  809. {block:CurrentPage}
  810. <span class=“current_page”>{PageNumber}</span>
  811. {/block:CurrentPage}
  812. {block:JumpPage}
  813. <a class=“jump_page” href={URL}>{PageNumber}</a>
  814. {/block:JumpPage}
  815. {/block:JumpPagination}
  816. {block:NextPage}
  817. <a href={NextPage}>next</a>
  818. {/block:NextPage}
  819. </div>
  820. {/block:Pagination}
  821.  
  822. </div>
  823.  
  824.  
  825. <div id="uwu">
  826.  
  827. <div id="icon">
  828. <a href="/" title="{title}"><img src="{image:icon}" height="160px" width="160px" ></a>
  829. </div>
  830.  
  831. <div id="click">
  832. <div id="mikleo">{text:updates title}<br></div>
  833. <br>{text:updates}
  834. <div id="reno"> <img src="{image:updates img}"/> </div>
  835. </div>
  836.  
  837. <div id="asswad">
  838.  
  839.  
  840. <div id="description">{Description}</div>
  841. <div id="links" style="text-align:left;">
  842.  
  843.  
  844. {block:ifLink1}●<a href="{text:Link 1 Url}">{text:Link 1 Title}</a>{/block:ifLink1}
  845. {block:ifLink2}<Br> ●<a href="{text:Link 2 Url}">{text:Link 2 Title}</a>{/block:ifLink2}
  846. {block:ifLink3}<br> ●<a href="{text:Link 3 Url}">{text:Link 3 Title}</a>{/block:ifLink3}<br>
  847. {block:ifLink4}●<a href="{text:Link 4 Url}">{text:Link 4 Title}</a>{/block:ifLink4}
  848.  
  849. </div>
  850.  
  851. </div>
  852. </div>
  853. </div>
  854.  
  855.  
  856.  
  857.  
  858. </div>
  859.  
  860.  
  861.  
  862. </div>
  863.  
  864. <div id="credit" style='position:fixed;bottom:10px;right:10px; font-size:14px; padding:15px; padding:3px;' >
  865. <a href="http://aidensthemes.tumblr.com/" title="theme">a</a>
  866. </div>
  867.  
  868.  
  869. <div class="clear"></div>
  870.  
  871.  
  872. </div>
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880. </body>
  881. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement