Advertisement
wcrmtails

Theme 02: Wildest Dreams

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