Advertisement
lubbilubb

forgot where i got this from & i dont feel like opening word

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