Advertisement
coolvoid

Untitled

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