wcrmtails

Theme 10: Vagabond

Feb 23rd, 2018
2,644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.56 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. <!--THEME 10 BY DARTHVCDER. DON'T STEAL OR USE AS A BASE. THANKS.-->
  5.  
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{FavIcon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10.  
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  12.  
  13.  
  14.  
  15. <meta name="image:Background" content=""/>
  16. <meta name="image:Icon" content=""/>
  17.  
  18. <meta name="color:Ask Background" content="#f8f7f7" />
  19. <meta name="color:Ask Text" content="#7d7d7d"/>
  20. <meta name="color:Background" content="#fcfcfc" />
  21. <meta name="color:Blockquote" content="#fcfcfc"/>
  22. <meta name="color:Bold" content="#797979"/>
  23. <meta name="color:Border" content="#eee"/>
  24. <meta name="color:Chat Even Background" content="#fcfcfc"/>
  25. <meta name="color:Chat Even Text" content="#9c9c9c"/>
  26. <meta name="color:Chat Odd Background" content="#fff"/>
  27. <meta name="color:Chat Odd Text" content="#9c9c9c"/>
  28. <meta name="color:Custom Links" content="#797979"/>
  29. <meta name="color:Custom Links Background" content="#fcfcfc"/>
  30. <meta name="color:Date" content="#d1cccc"/>
  31. <meta name="color:Description Text" content="#9c9c9c"/>
  32. <meta name="color:Italics" content="#797979"/>
  33. <meta name="color:Link" content="#797979"/>
  34. <meta name="color:Link Hover" content="#000"/>
  35. <meta name="color:Navigation Links" content="#797979"/>
  36. <meta name="color:Permalink" content="#d1cccc"/>
  37. <meta name="color:Post Background" content="#fff"/>
  38. <meta name="color:Scrollbar" content="#797979"/>
  39. <meta name="color:Tags" content="#797979"/>
  40. <meta name="color:Text" content="#9c9c9c"/>
  41. <meta name="color:Title" content="#d1cccc"/>
  42.  
  43.  
  44. <meta name="if:250 Posts" content="1"/>
  45. <meta name="if:Left Sidebar" content="1"/>
  46.  
  47. <meta name="text:Link One Url" content="/"/>
  48. <meta name="text:Link One Title" content="link one"/>
  49. <meta name="text:Link Two Url" content="/"/>
  50. <meta name="text:Link Two Title" content="link two"/>
  51. <meta name="text:Link Three Url" content="/"/>
  52. <meta name="text:Link Three Title" content="link three"/>
  53. <meta name="text:Link Four Url" content="/"/>
  54. <meta name="text:Link Four Title" content="link four"/>
  55. <meta name="text:Link Five Url" content="/"/>
  56. <meta name="text:Link Five Title" content="link five"/>
  57. <meta name="text:Link Six Url" content="/"/>
  58. <meta name="text:Link Six Title" content="link six"/>
  59.  
  60. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65. /*FIX BY CYANTISTS*/
  66. iframe.tmblr-iframe {
  67. z-index:99999999999999!important;
  68. top:0!important;
  69. right:0!important;
  70. opacity:0.4;
  71. /* delete from here */
  72. filter:invert(1);
  73. -webkit-filter:invert(1);
  74. -o-filter:invert(1);
  75. -moz-filter:invert(1);
  76. -ms-filter:invert(1);
  77. /* to here if your blog has a dark background */
  78. transform:scale(0.6);
  79. transform-origin:100% 0;
  80. -webkit-transform:scale(0.6);
  81. -webkit-transform-origin:100% 0;
  82. -o-transform:scale(0.6);
  83. -o-transform-origin:100% 0;
  84. -moz-transform:scale(0.6);
  85. -moz-transform-origin:100% 0;
  86. -ms-transform:scale(0.6);
  87. -ms-transform-origin:100% 0;}
  88.  
  89. iframe.tmblr-iframe:hover {
  90. opacity:0.6!important;}
  91.  
  92. body {
  93. color: {color:Text};
  94. font-family: sans-serif;
  95. line-height: 16px;
  96. background: url('{image:Background}') {color:Background};
  97. }
  98.  
  99. body img {
  100. max-width: 100%;
  101. height: auto;
  102. }
  103.  
  104. a {
  105. text-decoration: none;
  106. color: {color:Link};
  107. }
  108. a:hover {
  109. color: {color:Link Hover};
  110. }
  111.  
  112. i, em {
  113. color: {color:Italics};
  114. }
  115.  
  116. b, strong {
  117. color: {color:Bold};
  118. }
  119.  
  120.  
  121. h1 {
  122. text-align: center;
  123. font-size: 11px;
  124. letter-spacing: 3px;
  125. line-height: 120%;
  126. color: {color:Text};
  127. }
  128.  
  129. blockquote {
  130. border-left: 1px solid {color:Blockquote};
  131. margin-left: 6px;
  132. padding-left: 10px;
  133. }
  134.  
  135. blockquote img {
  136. max-width: 200px;
  137. height: auto;
  138. }
  139.  
  140. ::-webkit-scrollbar-thumb {
  141. background-color: {color:Scrollbar};
  142. height:auto;
  143. border-bottom:none;
  144. }
  145. ::-webkit-scrollbar {
  146. height:9px;
  147. width:3px;
  148. }
  149.  
  150. #sidebar {
  151. width: 200px;
  152. height: 100px;
  153. position: fixed;
  154. padding: 20px;
  155.  
  156. text-align: center;
  157. font-size: 10px;
  158. margin-top: -100px;
  159.  
  160. {block:IfLeftSidebar}
  161. margin-left: 50px;
  162. {/block:IfLeftSidebar}
  163.  
  164. {block:IfNotLeftSidebar}
  165. right: 50px;
  166. {/block:IfNotLeftSidebar}
  167. }
  168.  
  169. #title {
  170. color: {color:Title};
  171. position: fixed;
  172. font-size: 11px;
  173. font-weight: bold;
  174. letter-spacing: 2px;
  175. padding: 10px;
  176. margin-top: -50px;
  177.  
  178. {block:IfLeftSidebar}
  179. margin-left: 100px;
  180. {/block:IfLeftSidebar}
  181.  
  182. {block:IfNotLeftSidebar}
  183. margin-left: 50px;
  184. {/block:IfNotLeftSidebar}
  185. }
  186.  
  187. #navv {
  188. position: fixed;
  189. font-size: 11px;
  190. letter-spacing: 2px;
  191. font-weight: bold;
  192. text-align: center;
  193. margin-top: -20px;
  194.  
  195. {block:IfLeftSidebar}
  196. margin-left: 110px;
  197. {/block:IfLeftSidebar}
  198.  
  199. {block:IfNotLeftSidebar}
  200. margin-left: 65px;
  201. {/block:IfNotLeftSidebar}
  202. }
  203.  
  204. #navv a {
  205. color: {color:Navigation Links};
  206. }
  207.  
  208. #navv a:hover {
  209.  
  210. -webkit-transition: all 0.8s ease;
  211. -moz-transition: all 0.8s ease;
  212. -o-transition: all 0.8s ease;
  213.  
  214. color: black;
  215. }
  216.  
  217. #icon img {
  218. width: 35px;
  219. height: 35px;
  220. border-radius: 5px;
  221. margin-top: 170px;
  222. border: 1px solid {color:Border};
  223.  
  224. {block:IfLeftSidebar}
  225. margin-left: 200px;
  226. {/block:IfLeftSidebar}
  227.  
  228. {block:IfNotLeftSidebar}
  229. margin-left: -130px;
  230. {/block:IfNotLeftSidebar}
  231.  
  232. }
  233.  
  234. #description {
  235. margin-left: 60px;
  236. position: relative;
  237. width: 150px;
  238. text-align: left;
  239. color: {color:Description Text};
  240.  
  241. }
  242.  
  243. #navi {
  244. position: fixed;
  245. font-size: 8px;
  246. letter-spacing: 1px;
  247. font-weight: bold;
  248. margin-top: 30px;
  249. text-transform: uppercase;
  250.  
  251. {block:IfLeftSidebar}
  252. text-align: left;
  253. margin-left: 60px;
  254. {/block:IfLeftSidebar}
  255.  
  256. {block:IfNotLeftSidebar}
  257. text-align: right;
  258. margin-left: 120px;
  259. {/block:IfNotLeftSidebar}
  260. }
  261.  
  262. #navi a {
  263. color: {color:Custom Links};
  264. background-color: {color:Custom Links Background};
  265. padding: 7px;
  266. border-radius: 5px;
  267. }
  268.  
  269. #navi a:hover {
  270.  
  271. -webkit-transition: all 0.8s ease;
  272. -moz-transition: all 0.8s ease;
  273. -o-transition: all 0.8s ease;
  274.  
  275. color: {color:Custom Links Background};
  276. background-color: {color:Custom Links};
  277. }
  278.  
  279.  
  280.  
  281.  
  282. #date {
  283. font-size: 11px;
  284. text-transform: lowercase;
  285. font-weight: bold;
  286. margin-top: -20px;
  287. position: absolute;
  288. color: {color:Date};
  289.  
  290.  
  291. {block:IfNot250Posts}
  292. margin-left: 440px;
  293. {/block:IfNot250Posts}
  294.  
  295. {block:If250Posts}
  296. margin-left: 290px;
  297. {/block:If250Posts}
  298.  
  299. text-align: left;
  300.  
  301.  
  302. }
  303.  
  304. #rb {
  305. font-size: 15px;
  306. color: {color:Permalink};
  307. position: absolute;
  308. margin-top: -20px;
  309. margin-left: -50px;
  310.  
  311. {block:IfNot250Posts}
  312. width: 440px;
  313. {/block:IfNot250Posts}
  314.  
  315. {block:If250Posts}
  316. width: 290px;
  317. {/block:If250Posts}
  318.  
  319. }
  320.  
  321. #rb a {
  322. color: {color:Permalink};
  323. }
  324.  
  325. #rb a:hover {
  326. -webkit-transition: all 0.8s ease;
  327. -moz-transition: all 0.8s ease;
  328. -o-transition: all 0.8s ease;
  329.  
  330. color: {color:Link};
  331. }
  332.  
  333.  
  334.  
  335. #content {
  336. {block:IfNot250Posts}
  337. width: 440px;
  338. {/block:IfNot250Posts}
  339.  
  340. {block:If250Posts}
  341. width: 290px;
  342. {/block:If250Posts}
  343.  
  344. margin-top: 100px;
  345. text-align: left;
  346. font-size: 11px;
  347. height: 400px;
  348.  
  349. }
  350.  
  351. .entry {
  352. font-size: 11px;
  353. background-color: {color:Post Background};
  354. padding: 20px;
  355. border: 1px solid {color:Border};
  356. border-radius: 5px;
  357. }
  358.  
  359.  
  360. #tags {
  361. margin-top: 20px;
  362. border-bottom-left-radius: 5px;
  363. border-bottom-right-radius: 5px;
  364. margin-bottom: 80px;
  365. margin-left: 10px;
  366. font-size: 10px;
  367.  
  368.  
  369. {block:IfNot250Posts}
  370. width: 400px;
  371. {/block:IfNot250Posts}
  372.  
  373. {block:If250Posts}
  374. width: 250px;
  375.  
  376. {/block:If250Posts}
  377.  
  378. {block:IfLeftSidebar}
  379. text-align: right;
  380. margin-left: 20px;
  381. {/block:IfLeftSidebar}
  382.  
  383. {block:IfNotLeftSidebar}
  384. text-align: left;
  385. {/block:IfNotLeftSidebar}
  386.  
  387. }
  388.  
  389. #tags a {
  390. color: {color:Tags};
  391. }
  392.  
  393.  
  394.  
  395. img.avatar {display:none; }
  396. ol.notes {
  397. margin-top: 20px;
  398. }
  399.  
  400. #ask {
  401. {block:IfNot250Posts}
  402. width: 360px;
  403. {/block:IfNot250Posts}
  404.  
  405. {block:If250Posts}
  406. width: 210px;
  407. {/block:If250Posts}
  408.  
  409. background-color: {color:Ask Background};
  410. padding: 20px;
  411. color: {color:Ask Text};
  412. }
  413.  
  414.  
  415. .asker {
  416. font-size: 15px;
  417. width: 100%;
  418. text-transform: lowercase;
  419. text-align: center;
  420. }
  421.  
  422. .songart{
  423. float:left;
  424. margin-right:10px;
  425. }
  426.  
  427. .songart img{
  428. width:80px;
  429. height:80px;
  430. }
  431.  
  432. .songtitle{
  433. margin-bottom:10px;
  434. margin-left:90px;
  435. }
  436.  
  437. .songauthor{
  438. margin-bottom:10px;
  439. font-size:8px;
  440. margin-left:90px;
  441. }
  442.  
  443. .tumblr_audio_player {
  444. height: 50px;
  445. }
  446.  
  447. #quote {
  448. font-size: 15px;
  449. font-style: italic;
  450. text-align: center;
  451. background-color: {color:Background};
  452. padding: 20px;
  453. border-radius: 5px;
  454. }
  455.  
  456.  
  457. #pagination {
  458. width: 300px;
  459. height: 100px;
  460. }
  461.  
  462. #pagination a {
  463. opacity: 1;
  464. }
  465.  
  466. .chatline {
  467. color: {color:Chat Even Text};
  468. background-color: {color:Chat Even Background};
  469. padding: 10px;
  470. }
  471.  
  472. .chatline.odd {
  473. color: {color:Chat Odd Text};
  474. background-color: {color:Chat Odd Background};
  475. }
  476.  
  477. </style>
  478.  
  479. </head>
  480.  
  481. <body>
  482.  
  483.  
  484. <div id="sidebar">
  485.  
  486. <center>
  487.  
  488. <div id="icon">
  489. <img src="{image:Icon}">
  490. </div>
  491.  
  492. </center>
  493.  
  494. <div id="title">
  495. {Title}
  496. </div>
  497.  
  498. <div id="navv">
  499. <a href="/" title="index">i.</a>
  500. <a href="/ask" title="message">ii.</a>
  501. <a href="/archive" title="archive">iii.</a>
  502. <a href="/submit" title="submit">iv.</a>
  503. </div>
  504.  
  505. <center>
  506. <div id="description">
  507.  
  508. {Description}
  509.  
  510.  
  511. </div>
  512. </center>
  513.  
  514. <div id="navi">
  515.  
  516.  
  517. <a href="{text:Link One URL}">{text:Link One Title}</a><br><br>
  518. <a href="{text:Link Two URL}">{text:Link Two Title}</a><br><br>
  519. <a href="{text:Link Three URL}">{text:Link Three Title}</a><br><br>
  520. <a href="{text:Link Four URL}">{text:Link Four Title}</a><br><br>
  521. <a href="{text:Link Five URL}">{text:Link Five Title}</a><br><br>
  522. <a href="{text:Link Six URL}">{text:Link Six Title}</a><br><br>
  523. </div>
  524.  
  525. </div>
  526.  
  527. <center>
  528.  
  529. <div id="content">
  530.  
  531. <!--POSTS-->
  532.  
  533. {block:Posts}
  534.  
  535. <div class="entry">
  536.  
  537. <!--DATE/INFO-->
  538.  
  539. <div id="date">
  540.  
  541. <a href="{Permalink}" style="color: {color:Text}">{TimeAgo}</a><br>
  542.  
  543. <a href="{Permalink}" style="color: {color:Text}">{NoteCount} notes</a><br>
  544.  
  545. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}<br>
  546.  
  547. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  548.  
  549. </div>
  550. <!--END OF DATE/INFO-->
  551.  
  552.  
  553.  
  554. <div id="rb">
  555.  
  556. <a href="{ReblogURL}" title="reblog">↺</a>
  557.  
  558.  
  559. </div>
  560.  
  561.  
  562.  
  563.  
  564. <!--PHOTO-->
  565.  
  566. {block:Photo}
  567.  
  568. <a href="{permalink}">
  569. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
  570. </a>
  571.  
  572. {block:IndexPage}
  573.  
  574. {block:Caption}
  575. {Caption}
  576. {/block:Caption}
  577.  
  578. {/block:IndexPage}
  579.  
  580. {block:PermalinkPage}
  581.  
  582. {block:Caption}
  583. {Caption}
  584. {/block:Caption}
  585.  
  586. {/block:PermalinkPage}
  587.  
  588. {/block:Photo}
  589.  
  590. <!--END PHOTO-->
  591.  
  592. <!--PHOTOSET-->
  593.  
  594. {block:Photoset}
  595.  
  596. {block:IfNot250Posts}
  597. {Photoset-400}
  598. {/block:IfNot250Posts}
  599.  
  600. {block:If250Posts}
  601. {Photoset-250}
  602. {/block:If250Posts}
  603.  
  604. {block:Caption}
  605. {Caption}
  606. {/block:Caption}
  607.  
  608. {/block:Photoset}
  609.  
  610. <!--END PHOTOSET-->
  611.  
  612.  
  613. <!--TEXT-->
  614.  
  615. {block:Text}
  616.  
  617. {block:Title}
  618. <h1>{Title}</h1>
  619. {/block:Title}
  620.  
  621. {Body}
  622.  
  623. {/block:Text}
  624.  
  625. <!--END TEXT-->
  626.  
  627. <!--LINK-->
  628.  
  629. {block:Link}
  630.  
  631. <h1><a href="{URL}">{Name}</a></h1>
  632.  
  633. {block:Description}
  634. {Description}
  635. {/block:Description}
  636.  
  637. {/block:Link}
  638.  
  639. <!--END LINK-->
  640.  
  641.  
  642. <!--QUOTE-->
  643.  
  644. {block:Quote}
  645.  
  646. <div id="quote"><i>"{Quote}"</i></div>
  647.  
  648. {block:Source}
  649. <br>- {Source}
  650. {/block:Source}
  651.  
  652. {/block:Quote}
  653.  
  654. <!--END QUOTE-->
  655.  
  656.  
  657. <!--CHAT-->
  658.  
  659. {block:Chat}
  660.  
  661. {block:Title}
  662. <h1>{Title}</h1>
  663. {/block:Title}
  664.  
  665.  
  666. {block:Lines}
  667.  
  668. <div class="chatline {Alt}">
  669.  
  670. {block:Label}
  671. <b style="text-transform: uppercase; padding: 5px">{Label} </b>
  672. {/block:Label}
  673.  
  674. <span>{Line}</span>
  675. </div>
  676.  
  677. {/block:Lines}
  678.  
  679.  
  680. {/block:Chat}
  681.  
  682. <!--END CHAT-->
  683.  
  684. <!--AUDIO-->
  685.  
  686. {block:Audio}
  687.  
  688. {block:AlbumArt}
  689. <div class="songart">
  690. <img src="{AlbumArtURL}">
  691. </div>
  692. {/block:AlbumArt}
  693.  
  694. <div class="songtitle">
  695. {block:TrackName}
  696. {TrackName}
  697. {/block:TrackName}
  698. </div>
  699.  
  700. <div class="songauthor">
  701. By
  702. {block:Artist}
  703. {Artist}
  704. {/block:Artist}
  705. </div>
  706.  
  707. {AudioPlayerWhite}
  708.  
  709. {/block:Audio}
  710.  
  711. <!--END AUDIO-->
  712.  
  713.  
  714.  
  715.  
  716. <!--VIDEO-->
  717.  
  718. {block:Video}
  719.  
  720. {block:IfNot250Posts}
  721. {Video-400}
  722. {/block:IfNot250Posts}
  723.  
  724. {block:If250Posts}
  725. {Video-250}
  726. {/block:If250Posts}
  727.  
  728. {block:Caption}
  729. {Caption}
  730. {/block:Caption}
  731.  
  732.  
  733.  
  734. {/block:Video}
  735.  
  736. <!--END VIDEO-->
  737.  
  738. <!--ASK-->
  739.  
  740. {block:Answer}
  741.  
  742. <div class="asker">
  743. <b>{Asker}</b> <i>whispered:</i>
  744. </div>
  745.  
  746. <div id="ask">
  747. <i style="color:{color:Ask Text}">{Question}</i>
  748. </div>
  749.  
  750. <p>{Answer}
  751.  
  752. {/block:Answer}
  753.  
  754. <!--END ASK-->
  755.  
  756.  
  757.  
  758. </div>
  759.  
  760.  
  761. <!--TAGS-->
  762.  
  763. <div id="tags">
  764.  
  765. {block:HasTags}
  766. {block:Tags}
  767. <a href="{TagURL}">#{Tag} </a>
  768. {/block:Tags}
  769. {/block:HasTags}
  770.  
  771. </div>
  772.  
  773. <!--END TAGS-->
  774.  
  775. <!--PERMALINK PAGE-->
  776.  
  777. {block:PermalinkPage}
  778.  
  779. {block:PostNotes}
  780. {PostNotes}
  781. {/block:PostNotes}
  782.  
  783. {/block:PermalinkPage}
  784.  
  785. <!--END PERMALINK PAGE-->
  786.  
  787. {/block:Posts}
  788.  
  789. <!--END ALL POSTS-->
  790.  
  791. <!--PAGINATION-->
  792.  
  793.  
  794. <div id="pagination">
  795.  
  796. {block:Pagination}
  797.  
  798. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a >{/block:PreviousPage}
  799. {block:JumpPagination length="5"}
  800.  
  801. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  802.  
  803. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  804.  
  805. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  806.  
  807. {/block:Pagination}
  808. </div>
  809.  
  810. <!--END PAGINATION-->
  811.  
  812. </center>
  813.  
  814.  
  815. </div>
  816.  
  817. <!--DO NOT EDIT THIS-->
  818.  
  819. <div style="position:fixed; bottom:8px; right:15px; font-size: 9px;"><a style="color:#{color:Permalink}; text-decoration:none; font-weight: bold" href="http://darthvcder.tumblr.com/">D</a></center></div>
  820.  
  821.  
  822. </body>
  823.  
  824. </html>
Add Comment
Please, Sign In to add comment