Advertisement
ssourwolf

2018: moonchild (side + top permalink, contained sidebar)

Sep 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.93 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 07 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. <meta name="image:Background" content=""/>
  14.  
  15. <meta name="color:Ask Background" content="#fff" />
  16. <meta name="color:Ask Text" content="#797979"/>
  17. <meta name="color:Background" content="#fcfcfc" />
  18. <meta name="color:Blockquote" content="#fcfcfc"/>
  19. <meta name="color:Bold" content="#797979"/>
  20. <meta name="color:Chat Even Background" content="#fcfcfc"/>
  21. <meta name="color:Chat Even Text" content="#9c9c9c"/>
  22. <meta name="color:Chat Odd Background" content="#fff"/>
  23. <meta name="color:Chat Odd Text" content="#9c9c9c"/>
  24. <meta name="color:Custom Links" content="#797979"/>
  25. <meta name="color:Date" content="#d1cccc"/>
  26. <meta name="color:Description Text" content="#9c9c9c"/>
  27. <meta name="color:Italics" content="#797979"/>
  28. <meta name="color:Link" content="#797979"/>
  29. <meta name="color:Link Hover" content="#000"/>
  30. <meta name="color:Permalink" content="#d1cccc"/>
  31. <meta name="color:Post Background" content="#fff"/>
  32. <meta name="color:Scrollbar" content="#797979"/>
  33. <meta name="color:Sidebar Background" content="#fff"/>
  34. <meta name="color:Tags" content="#797979"/>
  35. <meta name="color:Text" content="#9c9c9c"/>
  36. <meta name="color:Title" content="#d1cccc"/>
  37. <meta name="image:sidebar" content=""/>
  38.  
  39.  
  40. <meta name="if:250 Posts" content="1"/>
  41.  
  42. <meta name="text:Link One Url" content="/"/>
  43. <meta name="text:Link One Title" content="link one"/>
  44. <meta name="text:Link Two Url" content="/"/>
  45. <meta name="text:Link Two Title" content="link two"/>
  46. <meta name="text:Link Three Url" content="/"/>
  47. <meta name="text:Link Three Title" content="link three"/>
  48. <meta name="text:Link Four Url" content="/"/>
  49. <meta name="text:Link Four Title" content="link four"/>
  50. <meta name="text:Link Five Url" content="/"/>
  51. <meta name="text:Link Five Title" content="link five"/>
  52. <meta name="text:Link Six Url" content="/"/>
  53. <meta name="text:Link Six Title" content="link six"/>
  54.  
  55. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56.  
  57.  
  58. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  59. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  60. <link href='https://fonts.googleapis.com/css?family=Roboto:400,400i,600,600i' rel='stylesheet' type='text/css'>
  61. <style type="text/css">
  62. <style type="text/css">
  63.  
  64. iframe#tumblr_controls {
  65. right:2px !important;
  66. position: fixed !important;
  67. -webkit-transition: opacity 0.7s linear;
  68. opacity: 0.16;
  69. -webkit-transition: all 0.8s ease-out;
  70. -moz-transition: all 0.8s ease-out;
  71. transition: all 0.8s ease-out;
  72. -webkit-filter: invert(100%);
  73. }
  74. iframe#tumblr_controls:hover {
  75. -webkit-transition: opacity 0.7s linear;
  76. opacity: 0.16;
  77. -webkit-transition: all 0.4s ease-out;
  78. -moz-transition: all 0.4s ease-out;
  79. transition: all 0.4s ease-out;
  80. -webkit-filter: invert(100%);
  81. }
  82.  
  83. body {
  84. color: {color:Text};
  85. background-color: {color:Background};
  86. font-family: 'Roboto',Helvetica,Arial,sans-serif;
  87. line-height: 16px;
  88. }
  89.  
  90. body img {
  91. max-width: 100%;
  92. height: auto;
  93. }
  94.  
  95. a {
  96. text-decoration: none;
  97. color: {color:Link};
  98. }
  99. a:hover {
  100. color: {color:Link Hover};
  101. }
  102.  
  103. i, em {
  104. color: {color:Italics};
  105. }
  106.  
  107. b, strong {
  108. color: {color:Bold};
  109. }
  110.  
  111.  
  112. h1 {
  113. text-align: center;
  114. font-size: 11px;
  115. letter-spacing: 8px;
  116. text-transform: uppercase;
  117. line-height: 120%;
  118. color: {color:Text};
  119. }
  120.  
  121. blockquote {
  122. border-left: 1px solid {color:Blockquote};
  123. margin-left: 6px;
  124. padding-left: 10px;
  125. }
  126.  
  127. blockquote img {
  128. max-width: 200px;
  129. height: auto;
  130. }
  131.  
  132. ::-webkit-scrollbar-thumb {
  133. background-color: {color:Scrollbar};
  134. height:auto;
  135. border-bottom:none;
  136. }
  137. ::-webkit-scrollbar {
  138. height:9px;
  139. width:3px;
  140. }
  141.  
  142. #sidebar {
  143. width: 150px;
  144. height: relative;
  145. position: fixed;
  146. right: 100px;
  147. padding: 20px;
  148. background-color: {color:Sidebar Background};
  149. text-align: center;
  150. font-size: 10px;
  151. }
  152.  
  153. #title {
  154. position: absolute;
  155. font-size: 20px;
  156. margin-top: -40px;
  157. margin-left: -20px;
  158. font-weight: bold;
  159. color: {color:Title};
  160. }
  161.  
  162. #navi {
  163. text-align: left;
  164. position: fixed;
  165. font-size: 9px;
  166. letter-spacing: 2px;
  167. margin-left: 180px;
  168. margin-top: -25px;
  169. }
  170.  
  171. #navi a {
  172. color: {color:Custom Links};
  173. }
  174.  
  175. #date {
  176. font-size: 11px;
  177. text-transform: lowercase;
  178. font-weight: bold;
  179. margin-top: -20px;
  180. position: absolute;
  181. text-align: right;
  182. color: {color:Date};
  183. margin-left: -80px;
  184. }
  185.  
  186.  
  187. #content {
  188. {block:IfNot250Posts}
  189. width: 440px;
  190. {/block:IfNot250Posts}
  191. margin-left:100px;
  192. {block:If250Posts}
  193. width: 290px;
  194. {/block:If250Posts}
  195.  
  196. margin-top: 200px;
  197. text-align: left;
  198. font-size: 11px;
  199. }
  200.  
  201. .entry {
  202. font-size: 11px;
  203. background-color: {color:Post Background};
  204. padding: 20px;
  205. }
  206.  
  207.  
  208. #tags {
  209. margin-top: 10px;
  210. border-bottom-left-radius: px;
  211. border-bottom-right-radius: px;
  212. margin-bottom: 150px;
  213. margin-left: px;
  214. text-align: left;
  215. font-size: 11px;
  216.  
  217.  
  218. {block:IfNot250Posts}
  219. width: 400px;
  220. {/block:IfNot250Posts}
  221.  
  222. {block:If250Posts}
  223. width: 250px;
  224. {/block:If250Posts}
  225.  
  226. }
  227.  
  228. #tags a {
  229. color: {color:Tags};
  230. border-bottom:1px solid #ddd;
  231. }
  232.  
  233.  
  234. #perma {
  235. font-size: 20px;
  236. letter-spacing: .5px;
  237. text-transform: uppercase;
  238. font-weight: bold;
  239. text-align: center;
  240. margin-top: -75px;
  241. padding-top: 20px;
  242. padding-bottom: 20px;
  243. margin-left: -20px;
  244. color: {color:Permalink};
  245.  
  246. {block:IfNot250Posts}
  247. width: 440px;
  248. {/block:IfNot250Posts}
  249.  
  250. {block:If250Posts}
  251. width: 290px;
  252. {/block:If250Posts}
  253.  
  254. }
  255.  
  256. #perma a {
  257. color: {color:Permalink};
  258. }
  259.  
  260. #perma a:hover {
  261. opacity: .8;
  262. }
  263.  
  264. img.avatar {display:none; }
  265. ol.notes {
  266. margin-top: 20px;
  267. }
  268.  
  269. #ask {
  270. {block:IfNot250Posts}
  271. width: 360px;
  272. {/block:IfNot250Posts}
  273.  
  274. {block:If250Posts}
  275. width: 210px;
  276. {/block:If250Posts}
  277.  
  278. background-color: {color:Ask Background};
  279. padding: 20px;
  280. color: white;
  281. }
  282.  
  283.  
  284. .asker {
  285. font-size: 15px;
  286. width: 100%;
  287. text-transform: lowercase;
  288. text-align: center;
  289. }
  290.  
  291. .songart{
  292. float:left;
  293. margin-right:10px;
  294. }
  295.  
  296. .songart img{
  297. width:80px;
  298. height:80px;
  299. }
  300.  
  301. .songtitle{
  302. margin-bottom:10px;
  303. margin-left:90px;
  304. }
  305.  
  306. .songauthor{
  307. margin-bottom:10px;
  308. font-size:8px;
  309. margin-left:90px;
  310. }
  311.  
  312. .tumblr_audio_player {
  313. height: 50px;
  314. }
  315.  
  316. #quote {
  317. font-size: 15px;
  318. font-style: italic;
  319. text-align: center;
  320. background-color: {color:Background};
  321. padding: 20px;
  322. border-radius: 5px;
  323. }
  324.  
  325.  
  326. #pagination {
  327. width: 150px;
  328. text-align:right;
  329. margin-top:10px;
  330. letter-spacing:4px;
  331. }
  332.  
  333. #pagination a {
  334. opacity: 1;
  335. }
  336.  
  337. .chatline {
  338. color: {color:Chat Even Text};
  339. background-color: {color:Chat Even Background};
  340. padding: 10px;
  341. }
  342.  
  343. .chatline.odd {
  344. color: {color:Chat Odd Text};
  345. background-color: {color:Chat Odd Background};
  346. }
  347.  
  348. </style>
  349.  
  350.  
  351. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  352. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  353. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  354.  
  355.  
  356. <script>
  357. $(document).ready(function(){
  358. $('.photo-slideshow').pxuPhotoset({
  359. lightbox: true,
  360. rounded: false,
  361. gutter: '2px',
  362. borderRadius: '0px',
  363. photoset: '.photo-slideshow',
  364. photoWrap: '.photo-data',
  365. photo: '.pxu-photo'
  366. });
  367. });
  368. </script>
  369.  
  370.  
  371. </head>
  372.  
  373. <div id="sidebar">
  374.  
  375. <div id="navi">
  376. <a href="{text:Link One Url}" title="{text:Link One Title}">one.</a><br>
  377. <a href="{text:Link Two Url}" title="{text:Link Two Title}">two.</a><br>
  378. <a href="{text:Link Three Url}" title="{text:Link Three Title}">three.</a><br>
  379. <a href="{text:Link Four Url}" title="{text:Link Four Title}">four.</a><br>
  380.  
  381. </div>
  382.  
  383. <div id="title">{title}</div>
  384. <a href="/"><img src="{image:sidebar}"></a>
  385. {description} <br>
  386. <div id="pagination">
  387.  
  388. {block:Pagination}
  389.  
  390. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a >{/block:PreviousPage}
  391. {block:JumpPagination length="5"}
  392.  
  393. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  394.  
  395. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  396.  
  397. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  398.  
  399. {/block:Pagination}
  400. </div>
  401.  
  402.  
  403.  
  404. </div>
  405.  
  406.  
  407. <center>
  408.  
  409. <div id="content">
  410.  
  411. <!--POSTS-->
  412.  
  413. {block:Posts}
  414.  
  415. <div class="entry">
  416.  
  417. <!--DATE/INFO-->
  418.  
  419. <div id="date">
  420.  
  421. {ShortMonth} . {DayOfMonthWithZero}<br>
  422.  
  423. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}<br>
  424.  
  425. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  426.  
  427. </div>
  428. <!--END OF DATE/INFO-->
  429.  
  430. <!--PERMALINK-->
  431. {block:IndexPage}
  432.  
  433. <div id="perma">
  434.  
  435. <a href="{Permalink}" title="{NoteCount} notes">•</a> <a href="{Permalink}" title="{TimeAgo}">•</a> <a href="{ReblogURL}" title="reblog">•</a>
  436.  
  437.  
  438. </div>
  439.  
  440. {/block:IndexPage}
  441. <!--END PERMALINK-->
  442.  
  443. <br>
  444.  
  445. <!--PHOTO-->
  446.  
  447. {block:Photo}
  448.  
  449. <a href="{permalink}">
  450. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
  451. </a>
  452.  
  453. {block:IndexPage}
  454.  
  455. {block:Caption}
  456. {Caption}
  457. {/block:Caption}
  458.  
  459. {/block:IndexPage}
  460.  
  461. {block:PermalinkPage}
  462.  
  463. {block:Caption}
  464. {Caption}
  465. {/block:Caption}
  466.  
  467. {/block:PermalinkPage}
  468.  
  469. {/block:Photo}
  470.  
  471. <!--END PHOTO-->
  472.  
  473. <!--PHOTOSET-->
  474.  
  475. {block:Photoset}
  476.  
  477. {block:IfNot250Posts}
  478. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  479.  
  480. {/block:IfNot250Posts}
  481.  
  482. {block:If250Posts}
  483. {Photoset-250}
  484. {/block:If250Posts}
  485.  
  486. {block:Caption}
  487. {Caption}
  488. {/block:Caption}
  489.  
  490. {/block:Photoset}
  491.  
  492. <!--END PHOTOSET-->
  493.  
  494.  
  495. <!--TEXT-->
  496.  
  497. {block:Text}
  498.  
  499. {block:Title}
  500. <h1>{Title}</h1>
  501. {/block:Title}
  502.  
  503. {Body}
  504.  
  505. {/block:Text}
  506.  
  507. <!--END TEXT-->
  508.  
  509. <!--LINK-->
  510.  
  511. {block:Link}
  512.  
  513. <h1><a href="{URL}">{Name}</a></h1>
  514.  
  515. {block:Description}
  516. {Description}
  517. {/block:Description}
  518.  
  519. {/block:Link}
  520.  
  521. <!--END LINK-->
  522.  
  523.  
  524. <!--QUOTE-->
  525.  
  526. {block:Quote}
  527.  
  528. <div id="quote"><i>"{Quote}"</i></div>
  529.  
  530. {block:Source}
  531. <br>- {Source}
  532. {/block:Source}
  533.  
  534. {/block:Quote}
  535.  
  536. <!--END QUOTE-->
  537.  
  538.  
  539. <!--CHAT-->
  540.  
  541. {block:Chat}
  542.  
  543. {block:Title}
  544. <h1>{Title}</h1>
  545. {/block:Title}
  546.  
  547.  
  548. {block:Lines}
  549.  
  550. <div class="chatline {Alt}">
  551.  
  552. {block:Label}
  553. <b style="text-transform: uppercase; padding: 5px">{Label} </b>
  554. {/block:Label}
  555.  
  556. <span>{Line}</span>
  557. </div>
  558.  
  559. {/block:Lines}
  560.  
  561.  
  562. {/block:Chat}
  563.  
  564. <!--END CHAT-->
  565.  
  566. <!--AUDIO-->
  567.  
  568. {block:Audio}
  569.  
  570. {block:AlbumArt}
  571. <div class="songart">
  572. <img src="{AlbumArtURL}">
  573. </div>
  574. {/block:AlbumArt}
  575.  
  576. <div class="songtitle">
  577. {block:TrackName}
  578. {TrackName}
  579. {/block:TrackName}
  580. </div>
  581.  
  582. <div class="songauthor">
  583. By
  584. {block:Artist}
  585. {Artist}
  586. {/block:Artist}
  587. </div>
  588.  
  589. {AudioPlayerWhite}
  590.  
  591. {/block:Audio}
  592.  
  593. <!--END AUDIO-->
  594.  
  595.  
  596.  
  597.  
  598. <!--VIDEO-->
  599.  
  600. {block:Video}
  601.  
  602. {block:IfNot250Posts}
  603. {Video-400}
  604. {/block:IfNot250Posts}
  605.  
  606. {block:If250Posts}
  607. {Video-250}
  608. {/block:If250Posts}
  609.  
  610. {block:Caption}
  611. {Caption}
  612. {/block:Caption}
  613.  
  614.  
  615.  
  616. {/block:Video}
  617.  
  618. <!--END VIDEO-->
  619.  
  620. <!--ASK-->
  621.  
  622. {block:Answer}
  623.  
  624. <div class="asker">
  625. <b>{Asker}</b> <i>whispered:</i>
  626. </div>
  627.  
  628. <div id="ask">
  629. <i style="color:{color:Ask Text}">{Question}</i>
  630. </div>
  631.  
  632. <p>{Answer}
  633.  
  634. {/block:Answer}
  635.  
  636. <!--END ASK-->
  637.  
  638.  
  639.  
  640. </div>
  641.  
  642.  
  643. <!--TAGS-->
  644.  
  645. <div id="tags">
  646.  
  647. {block:HasTags}
  648. {block:Tags}
  649. <a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;
  650. {/block:Tags}
  651. {/block:HasTags}
  652.  
  653. </div>
  654.  
  655. <!--END TAGS-->
  656.  
  657. <!--PERMALINK PAGE-->
  658.  
  659. {block:PermalinkPage}
  660.  
  661. {block:PostNotes}
  662. {PostNotes}
  663. {/block:PostNotes}
  664.  
  665. {/block:PermalinkPage}
  666.  
  667. <!--END PERMALINK PAGE-->
  668.  
  669. {/block:Posts}
  670.  
  671. <!--END ALL POSTS-->
  672.  
  673. <!--PAGINATION-->
  674.  
  675.  
  676.  
  677. <!--END PAGINATION-->
  678.  
  679. </center>
  680.  
  681.  
  682. </div>
  683.  
  684. <!--DO NOT EDIT THIS-->
  685.  
  686. <div style="position:fixed; bottom:8px; right:15px; font-size: 9px;"><a style="color:#000; text-decoration:none; font-weight: bold" href="http://darthvcder.tumblr.com/">D</a></center></div>
  687.  
  688.  
  689. </body>
  690.  
  691. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement