Advertisement
wcrmtails

Theme 06: Beloved

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