Advertisement
ameliasdreams

theme 20 - wistful

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