Advertisement
snottypup

yahk

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