Advertisement
midnightsnitch

Theme 10: Paper Towns

Jun 27th, 2013
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.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. THEME 10: PAPER TOWNS
  5. CODED BY MIDNIGHTSNITCH.TUMBLR.COM (NUTELLAMONKEYS.TUMBLR.COM)
  6.  
  7. RULES:
  8. - DO NOT REDISTRIBUTE OR REUPLOAD AND CLAIM AS YOUR OWN
  9. - LEAVE THE CREDITS AS THEY ARE, DO NOT MOVE THEM TO A DIFFERENT PAGE
  10. - DO NOT USE AS A BASE CODE
  11. -->
  12.  
  13. <html>
  14. <head>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21. <meta name="color:Background" content ="#f8f4d7"/>
  22. <meta name="color:Sidebar" content ="#e41f29"/>
  23. <meta name="color:Sidebar Text" content ="#d4dea2"/>
  24. <meta name="color:Sidebar Tip" content ="#dddddd"/>
  25. <meta name="color:Content" content ="#ffffeb"/>
  26. <meta name="image:Background" content=""/>
  27. <meta name="color:Text" content="#ffa347"/>
  28. <meta name="color:Title" content="#ffffff"/>
  29. <meta name="color:Link" content="#ff6b6b"/>
  30. <meta name="color:Link Hover" content="#a8dba8"/>
  31. <meta name="color:Icon" content="#ff6b6b"/>
  32. <meta name="color:Icon Hover" content="#ffffff"/>
  33. <meta name="color:Question" content="#ff6b6b"/>
  34. <meta name="color:Question BG" content="#fdf1d0"/>
  35. <meta name="color:Chat 1" content="#ffa99c"/>
  36. <meta name="color:Chat 2" content="#fc8674"/>
  37. <meta name="color:Blockquote" content="#bd3e47"/>
  38. <meta name="color:Blockquote BG" content="#ffffeb"/>
  39. <meta name="color:Tags" content="#fc8674"/>
  40. <meta name="color:Tags Hover" content="#e41f29"/>
  41. <meta name="color:Tags BG" content="#fae9bb"/>
  42. <meta name="color:Permalink" content="#ffa99c"/>
  43. <meta name="color:Permalink BG" content="#fdf1d0"/>
  44. <meta name="color:Permalink Hover" content="#e41f29"/>
  45. <meta name="color:Highlight" content="#d4dea2"/>
  46. <meta name="color:Icon Hover BG" content="#ffffff"/>
  47. <meta name="color:Icon Hover Text" content="#e41f29"/>
  48. <meta name="color:Icon Hover Border" content="#e41f29"/>
  49.  
  50. <meta name="text:URL1" content="/" />
  51. <meta name="text:TITLE1" content="link 1" />
  52. <meta name="text:URL2" content="/" />
  53. <meta name="text:TITLE2" content="link 2" />
  54. <meta name="text:URL3" content="/" />
  55. <meta name="text:TITLE3" content="link 3" />
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Arapey:400italic' rel='stylesheet' type='text/css'>
  60.  
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62.  
  63. <script src="http://static.tumblr.com/ofgq56z/KuXmourur/jquery.style-my-tooltips.js" type="text/javascript"></script>
  64.  
  65. <script>
  66. (function($){
  67. $(document).ready(function(){
  68. $("[title],a[title],img[title]").style_my_tooltips({
  69. tip_follows_cursor:"true",
  70. tip_delay_time:70,
  71. tip_fade_speed:500,
  72. attribute:"title"
  73. });
  74. });
  75. })(jQuery);
  76. </script>
  77.  
  78. <style type="text/css">
  79.  
  80. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  81.  
  82. /* fontawesome */
  83. [class*="fontawesome-"]:before {
  84. font-family: 'FontAwesome', sans-serif;
  85. }
  86.  
  87. ::selection { background:{color:Highlight}; }
  88. ::-moz-selection { background:{color:Highlight}; }
  89.  
  90. body {
  91. background-color: {color:Background};
  92. background-image: url({image:Background});
  93. background-attachment:fixed;
  94. font-family: 'Roboto', sans-serif;
  95. font-size: 12px;
  96. color: {color:Text};
  97. }
  98.  
  99. a {
  100. color: {color:Link};
  101. text-decoration: none;
  102. }
  103.  
  104. a:hover {
  105. color: {color:Link Hover};
  106. transition: all 0.5s ease-in;
  107. -webkit-transition: all 0.5s ease-in;
  108. -moz-transition: all 0.5s ease-in;
  109. -o-transition: all 0.5s ease-in;
  110. -ms-transition: all 0.5s ease-in;
  111. }
  112.  
  113. #s-m-t-tooltip {
  114. width: auto;
  115. font-family: Consolas;
  116. font-size: 10px;
  117. text-transform: uppercase;
  118. letter-spacing:1px;
  119. background-color: {color:Icon Hover BG};
  120. color: {color:Icon Hover Text};
  121. border: 1px solid {color:Icon Hover Border};
  122. padding: 3px 3px;
  123. position: absolute;
  124. display:inline;
  125. margin-top: 20px;
  126. margin-left: 10px;
  127. }
  128.  
  129. a img {
  130. border: 0px;
  131. }
  132.  
  133. img {
  134. max-width:100%;
  135. }
  136.  
  137. #content {
  138. margin-left: 100px!important;
  139. margin: 20px;
  140. width: 500px;
  141. padding: 10px;
  142. background-color: {color:Content};
  143. }
  144.  
  145. #pinhead {
  146. position:fixed;
  147. margin-left: 756px!important;
  148. top:92px;
  149. height:50px;
  150. width:226px;
  151. border-radius:100px 100px 0 0 ;
  152. -moz-border-radius:100px 100px 0 0 ;
  153. -webkit-border-radius:100px 100px 0 0 ;
  154. background-color: {color:Sidebar};
  155. transform:rotate(186deg);
  156. -ms-transform:rotate(186deg);
  157. -moz-transform:rotate(186deg);
  158. -o-transform:rotate(186deg);
  159. -webkit-transform:rotate(186deg);
  160. }
  161.  
  162. #sideinfo {
  163. overflow:hidden;
  164. width: 170px;
  165. height:270px;
  166. position:fixed;
  167. margin-left: 760px!important;
  168. top:95px;
  169. text-align: center;
  170. padding: 10px;
  171. font-size: 12px;
  172. font-family: 'Roboto', sans-serif;
  173. background-color: {color:Sidebar};
  174. color:{color:Sidebar Text};
  175. transform:rotate(6deg);
  176. -ms-transform:rotate(6deg);
  177. -moz-transform:rotate(6deg);
  178. -o-transform:rotate(6deg);
  179. -webkit-transform:rotate(6deg);
  180. }
  181.  
  182. #pinbutt {
  183. position:fixed;
  184. margin-left: 709px!important;
  185. top:350px;
  186. height:70px;
  187. width:260px;
  188. border-radius:100px 100px 0 0 ;
  189. -moz-border-radius:100px 100px 0 0 ;
  190. -webkit-border-radius:100px 100px 0 0 ;
  191. background-color: {color:Sidebar};
  192. transform:rotate(6deg);
  193. -ms-transform:rotate(6deg);
  194. -moz-transform:rotate(6deg);
  195. -o-transform:rotate(6deg);
  196. -webkit-transform:rotate(6deg);
  197. }
  198.  
  199. #pin {
  200. position:fixed;
  201. margin-left: 820px!important;
  202. top:400px;
  203. height:130px;
  204. width:20.5px;
  205. background-color: {color:Sidebar Tip};
  206. transform:rotate(6deg);
  207. -ms-transform:rotate(6deg);
  208. -moz-transform:rotate(6deg);
  209. -o-transform:rotate(6deg);
  210. -webkit-transform:rotate(6deg);
  211. }
  212.  
  213. #pintip {
  214. position:fixed;
  215. margin-left: 812px!important;
  216. top:528px;
  217. width: 0;
  218. height: 0;
  219. border-left: 11px solid transparent;
  220. border-right: 11px solid transparent;
  221. border-top: 18px solid {color:Sidebar Tip};
  222. transform:rotate(5deg);
  223. -ms-transform:rotate(5deg);
  224. -moz-transform:rotate(5deg);
  225. -o-transform:rotate(5deg);
  226. -webkit-transform:rotate(5deg);
  227. }
  228.  
  229. .navigation {
  230. top:390px;
  231. margin-left: 750px!important;
  232. width:180px;
  233. height:20px;
  234. background-color:transparent;
  235. position:fixed;
  236. transform:rotate(6deg);
  237. -ms-transform:rotate(6deg);
  238. -moz-transform:rotate(6deg);
  239. -o-transform:rotate(6deg);
  240. -webkit-transform:rotate(6deg);
  241. }
  242.  
  243. .nav {
  244. width:10px;
  245. position: relative;
  246. font-family: 'FontAwesome', sans-serif;
  247. text-transform:uppercase;
  248. font-size: 20px;
  249. display:inline;
  250. text-align: center;
  251. background-color: transparent;
  252. color: {color:Icon};
  253. padding: 5px;
  254. margin-bottom: 10px;
  255. }
  256.  
  257. .nav:hover {
  258. background-color: transparent;
  259. color: {color:Icon Hover};
  260. transition: all 0.5s ease-in;
  261. -webkit-transition: all 0.5s ease-in;
  262. -moz-transition: all 0.5s ease-in;
  263. -o-transition: all 0.5s ease-in;
  264. -ms-transition: all 0.5s ease-in;
  265. }
  266.  
  267.  
  268. .post img {
  269. display: block;
  270. margin: 0 auto;
  271. }
  272.  
  273. h3 {
  274. font-size: 25px;
  275. margin: 0px;
  276. text-transform: uppercase;
  277. font-family: 'Pompiere', cursive;
  278. }
  279.  
  280. .quote {
  281. font-family: 'Arapey', serif;
  282. font-size: 23px;
  283. font-style: italic;
  284. letter-spacing: -1px;
  285. color: {color:Link};
  286. }
  287.  
  288. .source {
  289. margin-top: 8px;
  290. margin-bottom: 5px;
  291. text-transform: uppercase;
  292. font-weight: bold;
  293. text-align: right;
  294. font-size: 15px;
  295. font-family: 'Pompiere', cursive;
  296. }
  297.  
  298. .link {
  299. color: {color:Link};
  300. font-size: 20px;
  301. font-family: 'Pompiere', cursive;
  302. text-transform: uppercase;
  303.  
  304. }
  305.  
  306. .link:hover {
  307. color:{color:Link Hover};
  308. }
  309.  
  310. ul.chat {
  311. margin: 0;
  312. padding: 0;
  313. }
  314.  
  315. .chat li {
  316. list-style-type: none;
  317. margin-left: 0px;
  318. padding: 3px;
  319. }
  320.  
  321. .chat li.odd {
  322. color: {color:Chat 1};
  323. margin-bottom: 1px;
  324. }
  325.  
  326. .chat li.even {
  327. color: {color:Chat 2};
  328. margin-bottom: 1px;
  329. }
  330.  
  331.  
  332. .title {
  333. font-size: 25px;
  334. font-family: 'Pompiere', cursive;
  335. color: {color:Title};
  336. text-align: center;
  337. text-transform:uppercase;
  338. }
  339.  
  340. #asker {
  341. font-family: 'Pompiere', cursive;
  342. text-transform:uppercase;
  343. font-size:15px;
  344. }
  345.  
  346. #next {
  347. left: 940px;
  348. position: fixed;
  349. padding: 5px;
  350. top:388px;
  351. background-color: transparent;
  352. font-size: 25px;
  353. transform:rotate(6deg);
  354. -ms-transform:rotate(6deg);
  355. -moz-transform:rotate(6deg);
  356. -o-transform:rotate(6deg);
  357. -webkit-transform:rotate(6deg);
  358. }
  359.  
  360. #prev {
  361. left:733px;
  362. position: fixed;
  363. padding: 5px;
  364. top:366px;
  365. background-color: transparent;
  366. font-size: 25px;
  367. transform:rotate(6deg);
  368. -ms-transform:rotate(6deg);
  369. -moz-transform:rotate(6deg);
  370. -o-transform:rotate(6deg);
  371. -webkit-transform:rotate(6deg);
  372. }
  373.  
  374. .current_page,
  375. .jump_page:hover {
  376. color: {color:Icon Hover};
  377. transition: all 0.5s ease-in;
  378. -webkit-transition: all 0.5s ease-in;
  379. -moz-transition: all 0.5s ease-in;
  380. -o-transition: all 0.5s ease-in;
  381. -ms-transition: all 0.5s ease-in;
  382. }
  383.  
  384. .jump_page {
  385. color: {color:Icon};
  386. transition: all 0.5s ease-in;
  387. -webkit-transition: all 0.5s ease-in;
  388. -moz-transition: all 0.5s ease-in;
  389. -o-transition: all 0.5s ease-in;
  390. -ms-transition: all 0.5s ease-in;
  391. }
  392.  
  393. blockquote {
  394. color: {color:Blockquote};
  395. background: {color:Blockquote BG};
  396. border-left: 3px solid {color:Blockquote};
  397. margin: 0px;
  398. padding: 0 0 0 10px;
  399. font-size: 12px;
  400. margin-left:6px;
  401. }
  402.  
  403. iframe#tumblr_controls {
  404. top: 0% !important;
  405. right:0% !important;
  406. position: fixed !important;
  407. -webkit-filter: invert(100%);
  408. opacity: 0.4;
  409. transition: all 0.8s ease-in;
  410. -webkit-transition: all 0.8s ease-in;
  411. -moz-transition: all 0.8s ease-in;
  412. -o-transition: all 0.8s ease-in;
  413. -ms-transition: all 0.8s ease-in;
  414. }
  415.  
  416. iframe#tumblr_controls:hover {
  417. top: 0% !important;
  418. right:0% !important;
  419. position: fixed !important;
  420. -webkit-filter: invert(100%);
  421. opacity: 0.7;
  422. transition: all 0.8s ease-in;
  423. -webkit-transition: all 0.8s ease-in;
  424. -moz-transition: all 0.8s ease-in;
  425. -o-transition: all 0.8s ease-in;
  426. -ms-transition: all 0.8s ease-in;
  427. }
  428.  
  429. #plink {
  430. background:{color:Permalink BG};
  431. color:{color:Permalink};
  432. font-size: 13px;
  433. text-transform:uppercase;
  434. text-align: center;
  435. text-decoration:none;
  436. font-family: 'Roboto', sans-serif;
  437. }
  438.  
  439. #tags {
  440. text-transform: uppercase;
  441. width:500px;
  442. text-decoration:none;
  443. font-size: 12px;
  444. text-align: center;
  445. background:{color:Tags BG};
  446. color:{color:Permalink};
  447. font-family: Consolas;
  448. }
  449.  
  450. .symbol {
  451. font-family: 'WebSymbolsRegular';
  452. display: inline;
  453. font-size: 10px;
  454. }
  455.  
  456. a.speciallink:link {
  457. color: {color:Permalink};
  458. }
  459.  
  460. a.speciallink:hover {
  461. color: {color:Permalink Hover};
  462. }
  463.  
  464. a.speciallink:visited {
  465. color: {color:Permalink};
  466. }
  467.  
  468. a.taglink:link {
  469. color: {color:Tags};
  470. }
  471.  
  472. a.taglink:hover {
  473. color: {color:Tags Hover};
  474. }
  475.  
  476. a.taglink:visited {
  477. color: {color:Tags};
  478. }
  479.  
  480. #notes {
  481. width: 500px;
  482. padding: 5px;
  483. margin: 5px;
  484. font-size: 11px;
  485. text-align: left;
  486. text-transform: uppercase;
  487. }
  488.  
  489. ol.notes {
  490. list-style: none;
  491. margin: 0 30px 0 0;
  492. padding: 5px;
  493. }
  494.  
  495. ol.notes li {
  496. margin: 0px;
  497. padding: 5px;
  498. }
  499.  
  500. #top {
  501. font-size: 40px;
  502. color:{color:Link};
  503. text-align: center;
  504. bottom:1px;
  505. right:5px;
  506. padding: 5px;
  507. position:fixed;
  508. opacity: 0.6;
  509. text-transform:uppercase;
  510. }
  511.  
  512. #top:hover {
  513. opacity: 1.0;
  514. transition: all 0.5s ease;
  515. -webkit-transition: all 0.5s ease;
  516. -moz-transition: all 0.5s ease;
  517. -o-transition: all 0.5s ease;
  518. -ms-transition: all 0.5s ease;
  519. }
  520.  
  521. {CustomCSS}
  522.  
  523. </style>
  524.  
  525. <script type="text/javascript"
  526. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  527. </script>
  528. <script type="text/javascript" language="javascript">
  529. $(function () {
  530. $('#scrlBotm').click(function () {
  531. $('html, body').animate({
  532. scrollTop: $(document).height()
  533. },
  534. 1500);
  535. return false;
  536. });
  537.  
  538. $('#scrlTop').click(function () {
  539. $('html, body').animate({
  540. scrollTop: '0px'
  541. },
  542. 1500);
  543. return false;
  544. });
  545. });
  546. </script>
  547.  
  548. <title>{Title}</title>
  549.  
  550. </head>
  551.  
  552. <body>
  553.  
  554. <a id="scrlTop" title="Back to Top" href="#"><div id="top">&#9650;</a></div></a>
  555.  
  556.  
  557.  
  558. {block:Posts}
  559.  
  560. <div id="content">
  561.  
  562. {block:Text}
  563. <div class="post">
  564. {block:Title}
  565. <h3><a href="{Permalink}">{Title}</a></h3>
  566. {/block:Title}
  567. {Body}
  568. </div>
  569. {/block:Text}
  570.  
  571. {block:Photo}
  572. <div class="post">
  573. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  574. {block:Caption}
  575. <div class="caption">{Caption}</div>
  576. {/block:Caption}
  577. </div>
  578. {/block:Photo}
  579.  
  580. {block:Photoset}
  581. <div class="post">
  582. <center>{Photoset-500}</center>
  583. {block:Caption}
  584. <div class="caption">{Caption}</div>
  585. {/block:Caption}
  586. </div>
  587. {/block:Photoset}
  588.  
  589. {block:Quote}
  590. <div class="post">
  591. <div class="quote">“ {Quote} ”</div>
  592. {block:Source}
  593. <div class="source">- {Source}</div>
  594. {/block:Source}
  595. </div>
  596. {/block:Quote}
  597.  
  598. {block:Link}
  599. <div class="post">
  600. <center><a href="{URL}" class="link" {Target}>{Name} &#8594;</a></center>
  601. {block:Description}
  602. <div class="description">{Description}</div>
  603. {/block:Description}
  604. </div>
  605. {/block:Link}
  606.  
  607. {block:Chat}
  608. <div class="post">
  609. {block:Title}
  610. <h3><a href="{Permalink}">{Title}</a></h3>
  611. {/block:Title}
  612. <ul class="chat">
  613. {block:Lines}
  614. <li class="{Alt} user_{UserNumber}">
  615. {block:Label}
  616. <span class="label">{Label}</span>
  617. {/block:Label}
  618. {Line}
  619. </li>
  620. {/block:Lines}
  621. </ul>
  622. </div>
  623. {/block:Chat}
  624.  
  625. {block:Video}
  626. <div class="post">
  627. <center>{Video-500}</center>
  628. {block:Caption}
  629. <div class="caption">{Caption}</div>
  630. {/block:Caption}
  631. </div>
  632. {/block:Video}
  633.  
  634. {block:Answer}
  635. <table style="padding:5px; margin-bottom:5px; background-color:{color:Question BG};" width="100%">
  636. <tr>
  637. <td align="center" width="15%" valign="middle" rowspan="2"><img src="{AskerPortraitURL-64}">
  638. <td style="vertical-align:top;"><strong><div id="asker">{Asker} asked:</div></strong></td>
  639. </tr>
  640. <tr>
  641. <td style="vertical-align:top;">{Question}</td>
  642. </tr>
  643. </table></td>
  644. {Answer}
  645. {/block:Answer}
  646.  
  647. {block:Audio}
  648. <div class="post">
  649. {AudioPlayerWhite}
  650. {block:Caption}
  651. <div class="caption">{Caption}</div>
  652. {/block:Caption}
  653. </div>
  654. {/block:Audio}
  655.  
  656. <div id="plink">
  657.  
  658. {block:RebloggedFrom}<a href="{ReblogParentURL}" class="speciallink">Via</a> &middot; {/block:RebloggedFrom}
  659.  
  660. {block:ContentSource}<a href="{SourceURL}" class="speciallink">Source</a> &middot; {/block:ContentSource}
  661.  
  662. {block:Date}<a href="{Permalink}" class="speciallink">{TimeAgo} &middot; {/block:Date} {NoteCountWithLabel}</a>
  663.  
  664. <div id="tags">{block:HasTags}Tags: {block:Tags}<a href="{TagURL}"class="taglink">#{Tag}&nbsp;&nbsp;</a>{/block:Tags}{/block:HasTags}</div>
  665.  
  666. </div>
  667.  
  668. {block:PermalinkPage}
  669. {block:PostNotes}
  670. <div id="notes">{PostNotes}</div>
  671. {/block:PostNotes}
  672. {/block:PermalinkPage}
  673.  
  674. </div>
  675.  
  676.  
  677. {/block:Posts}
  678.  
  679. <div id="pin"></div>
  680. <div id="pintip"></div>
  681. <div id="pinhead"></div>
  682. <div id="pinbutt"></div>
  683.  
  684. <div id="sideinfo">
  685. <div class="title">{Title}</div>
  686. {block:Description}{Description}{/block:Description}
  687. <br></br>
  688.  
  689. </div>
  690.  
  691. <div class="navigation">
  692. <a href="/" class="nav" title="home"><span class="fontawesome-home"></span></a>
  693. <a href="/ask" class="nav" title="message"><span class="fontawesome-envelope-alt"></span></a>
  694. {block:ifTITLE1}<a href="{text:URL1}" class="nav" title="{text:TITLE1}"><span class="fontawesome-user"></span></a>{/block:ifTITLE1}
  695. {block:ifTITLE2}<a href="{text:URL2}" class="nav" title="{text:TITLE2}"><span class="fontawesome-tag"></span></a>{/block:ifTITLE2}
  696. {block:ifTITLE3}<a href="{text:URL3}" class="nav" title="{text:TITLE3}"><span class="fontawesome-star"></span></a>{/block:ifTITLE3}
  697. <a href="http://midnightsnitch.tumblr.com" class="nav" title="theme"><span class="fontawesome-pushpin"></span></a>
  698. </div>
  699.  
  700. <div id="prev">
  701.  
  702. {block:Pagination}
  703. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page" title="Previous"><span class="fontawesome-double-angle-left"></span></a>{/block:PreviousPage}
  704.  
  705. </div>
  706.  
  707. <div id="next">
  708.  
  709. {block:NextPage}<a href="{NextPage}" class="jump_page" title="next"><span class="fontawesome-double-angle-right"></span></a>{/block:NextPage}
  710. {/block:Pagination}
  711.  
  712. </div>
  713.  
  714. </body>
  715. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement