Advertisement
ameliasdreams

theme 27 - ghosts

Aug 17th, 2014
4,427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. <!---
  2.  
  3. theme no. 27 - ghosts, by melodypcnd.tumblr.com
  4.  
  5. terms:
  6. > do not remove, change, or move credit to another page
  7. > do not cover it with anything or make it invisible
  8. > do not steal this code and claim it as your own
  9. > do not use this as a base or take parts of the code
  10.  
  11. please like or reblog the post! enjoy (◡‿◡✿)
  12.  
  13. --->
  14.  
  15. <!DOCTYPE html>
  16.  
  17. <html>
  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="color:text" content="#777777" />
  32. <meta name="color:link" content="#777777" />
  33. <meta name="color:scrollbar" content="#000000" />
  34.  
  35. <meta name="image:background" content="http://static.tumblr.com/oxr8htj/CcRnabb6n/default_background.png" />
  36. <meta name="image:sidebar" content="" />
  37.  
  38. <meta name="text:link 1 url" content="" />
  39. <meta name="text:link 1" content="" />
  40. <meta name="text:link 2 url" content="" />
  41. <meta name="text:link 2" content="" />
  42. <meta name="text:link 3 url" content="" />
  43. <meta name="text:link 3" content="" />
  44. <meta name="text:link 4 url" content="" />
  45. <meta name="text:link 4" content="" />
  46. <meta name="text:link 5 url" content="" />
  47. <meta name="text:link 5" content="" />
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Inconsolata' 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. position:absolute;
  57. display:none;
  58. padding:0px 3px;
  59. margin-left:15px;
  60. color:{color:text};
  61. background-color:#fff;
  62. border-bottom:1px solid {color:text};
  63. z-index:99999999999999;
  64. }
  65.  
  66. body {
  67. background-image:url({image:background});
  68. background-repeat:repeat;
  69. background-attachment:fixed;
  70. background-position:left top;
  71. color:{color:text};
  72. font-family:consolas;
  73. letter-spacing:2px;
  74. line-height:170%;
  75. font-size:8px;
  76. text-align:justify;
  77. }
  78.  
  79. ::-webkit-scrollbar {
  80. width:8px;
  81. background-color:#fff;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb {
  85. background-color:{color:scrollbar};
  86. border:3px solid #fff;
  87. }
  88.  
  89. a {
  90. color:{color:link};
  91. text-decoration:none;
  92. }
  93.  
  94. li {
  95. list-style-image:url(http://static.tumblr.com/oxr8htj/Ixun8u0zj/li.png);
  96. }
  97.  
  98. blockquote {
  99. border-left:1px solid #000;
  100. padding:0px 10px;
  101. margin-left:10px;
  102. }
  103.  
  104. h1 {
  105. padding:5px 0px;
  106. font-size:12px;
  107. letter-spacing:3px;
  108. text-transform:uppercase;
  109. text-align:center;
  110. }
  111.  
  112. #sidebar {
  113. position:fixed;
  114. width:149px;
  115. left:50%;
  116. margin-left:-300px;
  117. height:500px;
  118. top:50%;
  119. margin-top:-250px;
  120. background:#fff;
  121. border-right:1px solid #eee;
  122. box-shadow:7px 7px 0px #ccc;
  123. }
  124.  
  125. #title {
  126. padding:15px;
  127. font-size:13px;
  128. font-weight:bold;
  129. text-transform:uppercase;
  130. text-align:center;
  131. border-bottom:1px solid #eee;
  132. }
  133.  
  134. #sidebar img {
  135. padding:10px;
  136. width:130px;
  137. height:auto;
  138. border-bottom:1px solid #eee;
  139. }
  140.  
  141. #desc {
  142. padding:10px;
  143. border-bottom:1px solid #eee;
  144. font-family:'Inconsolata', monospace;
  145. letter-spacing:1px;
  146. text-align:center;
  147. }
  148.  
  149. #links {
  150. padding:10px;
  151. line-height:230%;
  152. font-family:'Inconsolata', monospace;
  153. }
  154.  
  155. #links a {
  156. font-size:9px;
  157. text-transform:uppercase;
  158. -webkit-transition-duration:0.5s;
  159. -moz-transition-duration:0.5s;
  160. -o-transition-duratin:0.5s;
  161. }
  162.  
  163. #links a:hover {
  164. padding-left:10px;
  165. color:#000;
  166. }
  167.  
  168. #pagi {
  169. margin-top:20px;
  170. text-align:center;
  171. }
  172.  
  173. #pagi a {
  174. background-color:#eee;
  175. padding:2px;
  176. }
  177.  
  178. #entry {
  179. position:fixed;
  180. padding:25px;
  181. width:400px;
  182. left:50%;
  183. margin-left:-150px;
  184. height:450px;
  185. top:50%;
  186. margin-top:-250px;
  187. overflow-y:scroll;
  188. overflow-x:hidden;
  189. background:#fff;
  190. box-shadow:7px 7px 0px #ccc;
  191. }
  192.  
  193. #post {
  194. width:400px;
  195. margin-bottom:50px;
  196. font-style:none;
  197. }
  198.  
  199. .cap {
  200. letter-spacing:1px;
  201. text-align:left;
  202. padding:4px;
  203. }
  204.  
  205. #quote {
  206. font-size:15px;
  207. font-style:italic;
  208. line-height:100%;
  209. text-align:left;
  210. text-transform:none;
  211. }
  212.  
  213. #src {
  214. text-align:right;
  215. }
  216.  
  217. #chat {
  218. text-align:left;
  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:#000;
  250. padding:10px;
  251. }
  252.  
  253. .trackdetails {
  254. width:auto;
  255. display:inline-block;
  256. margin-left:100px;
  257. min-height:85px;
  258. text-transform:lowercase;
  259. letter-spacing:1px;
  260. line-height:125%;
  261. color:#eee;
  262. }
  263.  
  264. .audiowrapper {
  265. position:relative;
  266. display:block;
  267. background-color:#000;
  268. padding:2px;
  269. }
  270.  
  271. #q {
  272. padding:10px 0px;
  273. font-size:10px;
  274. letter-spacing:1px;
  275. border-top:1px solid #eee;
  276. border-bottom:1px solid #eee;
  277. text-align:center;
  278. }
  279.  
  280. #asker {
  281. padding-top:5px;
  282. margin-bottom:-3px;
  283. }
  284.  
  285. #asker a {
  286. font-weight:bold;
  287. text-transform:uppercase;
  288. }
  289.  
  290. #info {
  291. margin-top:2.5px;
  292. padding:3px 1px;
  293. font-size:8px;
  294. letter-spacing:1px;
  295. text-transform:uppercase;
  296. border-top:1px solid #eee;
  297. border-bottom:1px solid #eee;
  298. }
  299.  
  300. #info a {
  301. padding:0px 3px;
  302. }
  303.  
  304. #tags {
  305. margin-top:3px;
  306. margin-left:5px;
  307. font-size:8px;
  308. font-style:italic;
  309. text-transform:lowercase;
  310. letter-spacing:1px;
  311. opacity:0;
  312. -webkit-transition-duration:0.5s;
  313. -moz-transition-duration:0.5s;
  314. -o-transition-duration:0.5s;
  315. }
  316.  
  317. #post:hover #tags {
  318. opacity:1;
  319. -webkit-transition-duration:0.5s;
  320. -moz-transition-duration:0.5s;
  321. -o-transition-duration:0.5s;
  322. }
  323.  
  324. .notecont {
  325. width:400px;
  326. margin-left:-30px;
  327. }
  328.  
  329. .notecont li {
  330. list-style-type:none;
  331. line-height:275%;
  332. }
  333.  
  334. .notecont img {
  335. display:none;
  336. }
  337.  
  338. #poop {
  339. font-size:8px;
  340. font-family:calibri;
  341. }
  342.  
  343. #poop a {
  344. position:fixed;
  345. width:20px;
  346. padding-top:3px;
  347. padding-bottom:3px;
  348. bottom:5px;
  349. right:5px;
  350. text-align:center;
  351. box-align:center;
  352. text-transform:none;
  353. color:#777;
  354. background-color:#fff;
  355. border:3px solid #fff;
  356. }
  357.  
  358. </style></head><body>
  359.  
  360. <div id="sidebar">
  361. <div id="title">{Title}</div>
  362. <img src="{image:sidebar}" />
  363. <div id="desc">{Description}</div>
  364. <div id="links">
  365. <li><a href="{text:link 1 url}">{text:link 1}</a></li>
  366. <li><a href="{text:link 2 url}">{text:link 2}</a></li>
  367. <li><a href="{text:link 3 url}">{text:link 3}</a></li>
  368. <li><a href="{text:link 4 url}">{text:link 4}</a></li>
  369. <li><a href="{text:link 5 url}">{text:link 5}</a></li>
  370. </div>
  371. {block:Pagination}
  372. <div id="pagi">
  373. {block:PreviousPage}
  374. <a href="{PreviousPage}">prev</a> /
  375. {/block:PreviousPage}
  376. {block:NextPage}
  377. <a href="{NextPage}">next</a>
  378. {/block:NextPage}
  379. </div>
  380. {/block:Pagination}
  381. </div>
  382.  
  383. <div id="entry">
  384.  
  385. {block:Posts}
  386.  
  387. <div id="post">
  388.  
  389. {block:Text}
  390. <h1>
  391. {block:Title}
  392. {Title}
  393. {/block:Title}
  394. </h1>
  395. <div class="cap">{Body}</div>
  396. {/block:Text}
  397.  
  398. {block:Photo}
  399. <center>
  400. {LinkOpenTag}
  401. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  402. {LinkCloseTag}
  403. </center>
  404. {/block:Photo}
  405.  
  406. {block:Photoset}
  407. {Photoset-400}
  408. {/block:Photoset}
  409.  
  410. {block:Quote}
  411. <div id="quote">❝{Quote}❞</div><p>
  412. {block:Source}
  413. <div id="src">—{Source}</div>
  414. {/block:Source}
  415. {/block:Quote}
  416.  
  417. {block:Link}
  418. <h1>
  419. <a href="{URL}"{Target}>{Name}</a>
  420. </h1>
  421. {block:Description}
  422. <div class="cap">{Description}</div>
  423. {/block:Description}
  424. {/block:Link}
  425.  
  426. {block:Chat}
  427. <div id="chat">
  428. {block:Title}
  429. <h1>
  430. {Title}
  431. </h1>
  432. {/block:Title}
  433. {block:Lines}
  434. {block:Label}
  435. <b>{Label}</b>
  436. {/block:Label}
  437. {Line}<br>
  438. {/block:Lines}
  439. </div>
  440. {/block:Chat}
  441.  
  442. {block:AudioPlayer}
  443. <div class="audiowrapper">
  444. <div class="playerbuttonbg">
  445. <div class="newplayerbutton">
  446. <div class="playerbuttonhug">
  447. {AudioPlayerBlack}
  448. </div>
  449. </div>
  450. </div>
  451. <div class="trackdetails"><br><br>
  452. {block:TrackName}{TrackName}{/block:TrackName}<br>
  453. {block:Artist}{Artist}{/block:Artist}<br>
  454. {PlayCountWithLabel}
  455. </div>
  456. </div>
  457. {/block:AudioPlayer}
  458.  
  459. {block:Video}
  460. {Video-400}
  461. {/block:Video}
  462.  
  463. {block:Answer}
  464. <div id="q">
  465. <div id="asker">
  466. <a href="{askerURL}">{Asker} whispered:</a>
  467. </div><br>
  468. {Question}<p>
  469. </div>
  470. <div class="cap">{Answer}</div>
  471. {/block:Answer}
  472.  
  473. {block:Caption}
  474. <div class="cap">{Caption}</div>
  475. {/block:Caption}
  476.  
  477. <div id="info">
  478. {block:Date}
  479. <a title="{TimeAgo}" href="{Permalink}">{MonthNumberWithZero}-{DayOfMonthWithZero}-{ShortYear}</a>
  480. {/block:Date}
  481. {block:NoteCount}
  482. <a title="notes" href="{Permalink}">{NoteCount}</a>
  483. {/block:NoteCount}
  484. {block:RebloggedFrom}
  485. <span style="float:right">
  486. <a href="{ReblogParentURL}">via</a>
  487. {/block:RebloggedFrom}
  488. {block:ContentSource}
  489. <a href="{SourceURL}">source</a>
  490. </span>
  491. {/block:ContentSource}
  492. </div>
  493.  
  494. <div id="tags">
  495. {block:HasTags}
  496. filed under: &nbsp;
  497. {block:Tags}
  498. <a href="{TagURL}">{Tag};&nbsp;</a>
  499. {/block:Tags}
  500. {/block:HasTags}
  501. </div>
  502.  
  503. {block:PostNotes}
  504. <div class="notecont">
  505. {PostNotes}
  506. </div>
  507. {/block:PostNotes}
  508.  
  509. </div>
  510.  
  511. {/block:Posts}
  512.  
  513. </div>
  514.  
  515.  
  516. <div id="poop">
  517. <a href="http://melodypcnd.tumblr.com/">mk</a>
  518. </div>
  519.  
  520. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement