Advertisement
wcrmtails

Theme 09: Unattainable

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