Advertisement
naegi2

antarctica theme

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