Advertisement
ameliasdreams

theme 19 - heartbeats

Apr 19th, 2014
1,122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!---
  6.  
  7. heartbeats (theme #19) by melodypcnd(.tumblr.com)
  8.  
  9. - do not remove the credit or edit it
  10. - do not remove it and put the credit on another page
  11. - do not steal or claim this as your own
  12. - do not use this as a base code
  13. - and lastly, don't take parts of the code, as that it also stealing
  14.  
  15. but please like or reblog the post! :) enjoy the theme! <3
  16.  
  17. --->
  18.  
  19. <head>
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.  
  27. {block:Description}
  28. <meta name="description" content="{MetaDescription}"/>
  29. {/block:Description}
  30.  
  31. <meta name="text:link1" content="" />
  32. <meta name="text:link1 url" content="" />
  33. <meta name="text:link2" content="" />
  34. <meta name="text:link2 url" content="" />
  35. <meta name="text:link3" content="" />
  36. <meta name="text:link3 url" content="" />
  37. <meta name="text:link4" content="" />
  38. <meta name="text:link4 url" content="" />
  39. <meta name="text:link5" content="" />
  40. <meta name="text:link5 url" content="" />
  41. <meta name="image:Header" content="" />
  42. <meta name="color:Background" content="#ffffff" />
  43. <meta name="color:Text" content="#777777" />
  44. <meta name="color:Link" content="#777777" />
  45. <meta name="color:Border" content="#e6e6e6" />
  46. <meta name="color:CircleLinks" content="#000000" />
  47. <meta name="color:CircleLinksHover" content="#ffffff" />
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  50.  
  51. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  52.  
  53. <style type="text/css">
  54.  
  55. div#qTip {
  56. padding:4px;
  57. display:none;
  58. text-align:center;
  59. position:absolute;
  60. font-size:7px;
  61. margin-left:15px;
  62. line-height:9px;
  63. font-style:none;
  64. z-index:999999999999;
  65. color:#fff;
  66. letter-spacing:3px;
  67. background-color:#000;
  68. text-transform:uppercase;
  69. }
  70.  
  71. ::-webkit-scrollbar{width:5px;height:auto;background:{color:Background};}
  72. ::-webkit-scrollbar-corner{background:{color:Border};}
  73. ::-webkit-scrollbar-thumb:vertical{background:{color:Border};}
  74. ::-webkit-scrollbar-thumb:horizontal{background:{color:Border};}
  75.  
  76. body {
  77. font-style:none;
  78. background:{color:Background};
  79. font-family:arial;
  80. font-size:11px;
  81. letter-spacing:1px;
  82. line-height:120%;
  83. color:{color:Text};
  84. text-align:justify;
  85. }
  86.  
  87. blockquote {
  88. border-left:1px solid {color:Border};
  89. padding-left:10px;
  90. margin-left:20px;
  91. }
  92.  
  93. a {
  94. color:{color:Link};
  95. text-decoration:none;
  96. -webkit-transition:all 0.5s ease-in-out;
  97. -moz-transition:all 0.5s ease-in-out;
  98. -o-transition:all 0.5s ease-in-out;
  99. }
  100.  
  101. img {
  102. max-height:100%;
  103. max-width:100%;
  104. }
  105.  
  106. h1 {
  107. line-height:100%;
  108. text-transform:uppercase;
  109. letter-spacing:3px;
  110. font-size:15px;
  111. font-family:'Megrim', cursive;
  112. font-weight:normal;
  113. color:{color:Text};
  114. text-align:center;
  115. }
  116.  
  117. #header {
  118. position:absolute;
  119. width:400px;
  120. left:50%;
  121. margin-left:-180px;
  122. margin-top:50px;
  123. text-align:center;
  124. }
  125.  
  126. #header img {
  127. width:100px;
  128. padding-bottom:10px;
  129. }
  130.  
  131. #title {
  132. padding-bottom:10px;
  133. text-transform:lowercase;
  134. letter-spacing:3px;
  135. font-size:20px;
  136. font-family:'Megrim', cursive;
  137. color:{color:Text};
  138. }
  139.  
  140. #desc {
  141. padding:10px 30px 10px 30px;
  142. font-size:9px;
  143. text-transform:none;
  144. letter-spacing:2px;
  145. line-height:160%;
  146. }
  147.  
  148. #links {
  149. padding:0px 0px 7px;
  150. font-size:7px;
  151. letter-spacing:1px;
  152. text-align:center;
  153. }
  154.  
  155. #links a {
  156. background-color:{color:CircleLinks};
  157. border:1px solid transparent;
  158. width:7px;
  159. height:7px;
  160. border-radius:10px;
  161. margin-left:10px;
  162. margin-right:10px;
  163. display:inline-block;
  164. }
  165.  
  166. #links a:hover {
  167. background-color:{color:CircleLinksHover};
  168. border:1px solid {color:Border};
  169. }
  170.  
  171. #entry {
  172. position:absolute;
  173. width:400px;
  174. margin-top:350px;
  175. left:50%;
  176. margin-left:-200px;
  177. text-align:center;
  178. }
  179.  
  180. #posts {
  181. width:400px;
  182. font-style:none;
  183. padding:20px;
  184. padding-bottom:50px;
  185. }
  186.  
  187. .caption {
  188. font-size:9px;
  189. letter-spacing:2px;
  190. padding:5px 10px 5px 10px;
  191. margin-top:5px;
  192. text-align:justify;
  193. background-color:#f4f4f4;
  194. }
  195.  
  196. #question {
  197. padding:10px;
  198. font-size:11px;
  199. letter-spacing:1px;
  200. }
  201.  
  202. #asker {
  203. line-height:100%;
  204. text-transform:uppercase;
  205. letter-spacing:3px;
  206. font-size:13px;
  207. font-family:'Megrim', cursive;
  208. font-weight:normal;
  209. color:{color:Text};
  210. text-align:center;
  211. }
  212.  
  213. #answer {
  214. background-color:{color:Background};
  215. color:{color:Text};
  216. padding:2px;
  217. font-size:9px;
  218. font-style:normal;
  219. letter-spacing:2px;
  220. }
  221.  
  222. #quote {
  223. font-size:15px;
  224. font-style:italic;
  225. line-height:100%;
  226. text-align:justify;
  227. text-transform:none;
  228. letter-spacing:1px;
  229. padding:10px;
  230. }
  231.  
  232. .source {
  233. text-align:left;
  234. font-size:9px;
  235. letter-spacing:2px;
  236. margin-top:-13px;
  237. }
  238.  
  239. #chat {
  240. text-align:left;
  241. }
  242.  
  243. .line {
  244. padding-bottom:5px;
  245. border-bottom:1px dotted {color:Border};
  246. }
  247.  
  248. .newplayerbutton {
  249. position:relative;
  250. width:28px;
  251. height:27px;
  252. overflow:hidden;
  253. }
  254.  
  255. .playerbuttonhug {
  256. position:absolute;
  257. top:-11px;
  258. left:-12px;
  259. }
  260.  
  261. .tumblr_audio_player {
  262. border:none;
  263. padding:0px;
  264. margin:0px;
  265. height:50px;
  266. width:400px;
  267. }
  268.  
  269. .playerbuttonbg {
  270. position:absolute;
  271. left:20px;
  272. top:20px;
  273. width:28px;
  274. height:28px;
  275. background-color:#ffffff;
  276. border:1px solid {color:Border};
  277. padding:10px;
  278. opacity:.4;
  279. filter:alpha(opacity=40);
  280. -moz-opacity:0.4;
  281. -khtml-opacity:0.4;
  282. transition:opacity .7s ease-in-out;
  283. -moz-transition:opacity .7s ease-in-out;
  284. -webkit-transition:opacity .7s ease-in-out;
  285. }
  286.  
  287. .playerbuttonbg:hover {
  288. opacity:1;
  289. filter:alpha(opacity=100);
  290. -moz-opacity:1;
  291. -khtml-opacity:1;
  292. }
  293.  
  294. .audioimgwrapper {
  295. position:absolute;
  296. left:0px;
  297. top:0px;
  298. -webkit-border-radius:50px;
  299. -moz-border-radius:50px;
  300. border-radius:50px;
  301. overflow:hidden;
  302. width:88px;
  303. height:88px;
  304. }
  305.  
  306. .audioimgwrapper img {
  307. width:100%;
  308. height:auto;
  309. -webkit-border-radius:50px;
  310. -moz-border-radius:50px;
  311. border-radius:50px;
  312. opacity:0;
  313. }
  314.  
  315. .trackdetails {
  316. width:auto;
  317. display:inline-block;
  318. margin-left:100px;
  319. min-height:85px;
  320. text-transform:uppercase;
  321. letter-spacing:3px;
  322. line-height:115%;
  323. font-size:11px;
  324. }
  325.  
  326. .audiowrapper {
  327. position:relative;
  328. display:block;
  329. background-color:{color:AudioBG};
  330. border:1px dotted {color:Border};
  331. padding:2px;
  332. }
  333.  
  334. #info {
  335. padding-top:5px;
  336. text-transform:lowercase;
  337. font-style:none;
  338. font-size:8px;
  339. letter-spacing:3px;
  340. color:{color:Link};
  341. opacity:0;
  342. -webkit-transition:all 0.5s ease-in-out;
  343. -moz-transition:all 0.5s ease-in-out;
  344. -o-transition:all 0.5s ease-in-out;
  345. }
  346.  
  347. #posts:hover #info {
  348. opacity:1;
  349. -webkit-transition:all 0.5s ease-in-out;
  350. -moz-transition:all 0.5s ease-in-out;
  351. -o-transition:all 0.5s ease-in-out;
  352. }
  353.  
  354. .notecontainer {
  355. text-transform:uppercase;
  356. letter-spacing:2px;
  357. word-spacing:5px;
  358. font-size:8px;
  359. text-align:center;
  360. }
  361.  
  362. .notecontainer li {
  363. list-style-type:upper-roman;
  364. padding:10px;
  365. border-bottom:1px solid {color:Border};
  366. margin-left:-10px;
  367. text-align:center;
  368. }
  369.  
  370. .notecontainer img {
  371. display:none;
  372. }
  373.  
  374. #pagi {
  375. bottom:0px;
  376. left:50%;
  377. margin-left:-180px;
  378. width:400px;
  379. padding:10px 0px 10px 0px;
  380. position:fixed;
  381. color:#000;
  382. background-color:#fff;
  383. opacity:0.7;
  384. font-size:10px;
  385. letter-spacing:2px;
  386. text-transform:uppercase;
  387. text-align:center;
  388. z-index:99999999999999;
  389. }
  390.  
  391. #poop {
  392. font-size:8px;
  393. font-family:calibri;
  394. letter-spacing:2px;
  395. }
  396.  
  397. #poop a {
  398. position:fixed;
  399. width:auto;
  400. padding:3px;
  401. bottom:5px;
  402. right:5px;
  403. text-align:center;
  404. box-align:center;
  405. text-transform:none;
  406. color:#777;
  407. background-color:#eee;
  408. border:3px double #fff;
  409. }
  410.  
  411. {CustomCSS}</style></head><body>
  412.  
  413. <div id="pagi">
  414. {block:Pagination}
  415. {block:PreviousPage}
  416. <a href="{PreviousPage}">prev —</a>
  417. {/block:PreviousPage}
  418. {block:NextPage}
  419. <a href="{NextPage}">next</a></span>
  420. {/block:NextPage}
  421. {/block:Pagination}
  422. </div>
  423.  
  424. <div id="header">
  425. <img src="{image:Header}">
  426. <div id="title">{Title}</div>
  427. <div id="desc">{Description}</div>
  428. <div id="links">
  429. <a title="{text:Link1}" href="{text:Link1 URL}"> </a>
  430. <a title="{text:Link2}" href="{text:Link2 URL}"> </a>
  431. <a title="{text:Link3}" href="{text:Link3 URL}"> </a>
  432. <a title="{text:Link4}" href="{text:Link4 URL}"> </a>
  433. <a title="{text:Link5}" href="{text:Link5 URL}"> </a>
  434. </div>
  435. </div>
  436.  
  437. <div id="entry">
  438. {block:Posts}
  439. <div id="posts">
  440.  
  441. {block:Text}
  442. <h1>
  443. {block:Title}
  444. {Title}
  445. {/block:Title}
  446. </h1>
  447. <div class="caption">{Body}</div>
  448. {/block:Text}
  449.  
  450. {block:blockquote}
  451. {/block:blockquote}
  452.  
  453. {block:Photo}
  454. <center>
  455. {LinkOpenTag}
  456. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  457. {LinkCloseTag}
  458. </center>
  459. {block:Caption}
  460. <div class="caption">{Caption}</div>
  461. {/block:Caption}
  462. {/block:Photo}
  463.  
  464. {block:Photoset}
  465. <center>
  466. {Photoset-400}
  467. </center>
  468. {block:Caption}
  469. <div class="caption">{Caption}</div>
  470. {/block:Caption}
  471. {/block:Photoset}
  472.  
  473. {block:Quote}
  474. <div id="quote">❝{Quote}❞</div><p>
  475. {block:Source}
  476. <div class="source">—{Source}</div>
  477. {/block:Source}
  478. {/block:Quote}
  479.  
  480. {block:Link}
  481. <h1>
  482. <a href="{URL}"{Target}>{Name}</a>
  483. </h1>
  484. {block:Description}
  485. {Description}
  486. {/block:Description}
  487. {/block:Link}
  488.  
  489. {block:Chat}
  490. <div id="chat">
  491. {block:Title}
  492. <h1>
  493. {Title}
  494. </h1>
  495. {/block:Title}
  496. {block:Lines}
  497. {block:Label}
  498. <div class="line">
  499. <b>{Label}</b>
  500. {/block:Label}
  501. {Line}</div><br>
  502. {/block:Lines}
  503. </div>
  504. {/block:Chat}
  505.  
  506. {block:AudioPlayer}
  507. <div class="audiowrapper">
  508. {block:AlbumArt}
  509. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  510. {/block:AlbumArt}
  511. <div class="playerbuttonbg">
  512. <div class="newplayerbutton">
  513. <div class="playerbuttonhug">
  514. {AudioPlayerWhite}
  515. </div></div></div>
  516. <div class="trackdetails"><br><br>
  517. {block:TrackName}{TrackName}{/block:TrackName}<br>
  518. {block:Artist}{Artist}{/block:Artist}<br>
  519. {PlayCountWithLabel}
  520. </div></div>
  521. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  522. {/block:AudioPlayer}
  523.  
  524. {block:Video}
  525. {Video-400}
  526. {block:Caption}
  527. <div class="caption">{Caption}</div>
  528. {/block:Caption}
  529. {/block:Video}
  530.  
  531. {block:Answer}
  532. <div id="question">
  533. <div id="asker"><a href="{askerURL}">{Asker}:</a></div><br>
  534. <em>{Question}</em></div>
  535. <div id="answer">{Answer}</div>
  536. {/block:answer}
  537.  
  538. <div id="info">
  539. <small>
  540. {block:Date}
  541. <a href="{Permalink}">{Month} {DayOfMonth}</a>
  542. {/block:Date}
  543. {block:NoteCount}
  544. <a href="{Permalink}">with {NoteCountWithLabel}</a>
  545. {/block:NoteCount}
  546. {block:RebloggedFrom}
  547. <a href="{ReblogParentURL}">(via &</a>
  548. {/block:RebloggedFrom}
  549. {block:ContentSource}
  550. <a href="{SourceURL}"> org)</a>
  551. {/block:ContentSource}
  552. <br>
  553. {block:HasTags}
  554. tags:
  555. {block:Tags}
  556. <a href="{TagURL}">#{Tag}</a>&nbsp;
  557. {/block:Tags}
  558. {/block:HasTags}
  559. </small>
  560. </div>
  561.  
  562. <center>
  563. {block:PostNotes}
  564. <div class="notecontainer">
  565. {PostNotes}
  566. </div>
  567. {/block:PostNotes}
  568. </div>
  569. {/block:Posts}
  570. </center>
  571.  
  572. </div>
  573.  
  574. <div id="poop">
  575. <a href="http://melodypcnd.tumblr.com/">mk</a>
  576. </div>
  577.  
  578. </body>
  579.  
  580. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement