Advertisement
wcrmtails

Theme 05: Moonbeam

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