Advertisement
wcrmtails

Theme 08: Last Kiss

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