Advertisement
hichew

theme 2: redux edit

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