Advertisement
wcrmtails

Theme 04: Hamburg Song Revamp

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