Advertisement
wcrmtails

Theme 07: Ivory and Rose

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