Advertisement
naegi2

killer theme by aiden

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