Advertisement
quietbun

I Love Outer Space

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