Advertisement
ameliasdreams

theme 18 - reverie

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