Advertisement
wcrmtails

Theme 03: Death With Dignity

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