Advertisement
yuukithemes

Melancholy - Updated 5/25

Jul 11th, 2013
5,721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.61 KB | None | 0 0
  1. <!--- Revamped Melancholy Theme DON'T REMOVE CREDIT. --->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6.  
  7. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  9.  
  10. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <meta name="color:Background" content="#ffffff" />
  21. <meta name="color:Bold Text" content="#80dac5"/>
  22. <meta name="color:Italic Text" content="#bdebd2"/>
  23. <meta name="color:Link" content="#CCC" />
  24. <meta name="color:askerbackground" content="#FAFAFA" />
  25. <meta name="color:Link Hover" content="#000" />
  26. <meta name="color:Text" content="#AAA" />
  27. <meta name="image:Background" content=""/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="color:Blockquote" content="#f2f5f8" />
  30. <meta name="color:Border" content="#eee" />
  31. <meta name="color:underline hover" content="#00f2ff" />
  32. <meta name="color:tags" content="#eee"/>
  33. <meta name="color:link1" content="#eee"/>
  34. <meta name="color:link2" content="#eee"/>
  35. <meta name="color:link3" content="#eee"/>
  36. <meta name="color:link4" content="#eee"/>
  37. <meta name="color:link5" content="#eee"/>
  38.  
  39. <meta name="text:post size" content="300" />
  40. <meta name="if:tags" content="1"/>
  41. <meta name="if:caption" content="1"/>
  42. <meta name="text:link1" content="url" />
  43. <meta name="text:link2" content="url" />
  44. <meta name="text:link3" content="url" />
  45. <meta name="text:title1" content="link" />
  46. <meta name="text:title2" content="link" />
  47. <meta name="text:title3" content="link" />
  48.  
  49. <script type="text/javascript"
  50. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  51.  
  52. <style type="text/css">
  53.  
  54. iframe#tumblr_controls {
  55. top:0%!important;
  56. right:0%!important;
  57. position:fixed!important;
  58. z-index:99999999!important;
  59. opacity:1;
  60. -webkit-filter:invert(100%);
  61. -moz-filter:invert(100%);
  62. -o-filter:invert(100%);
  63. -ms-filter:invert(100%);
  64. filter:invert(100%);
  65. }
  66.  
  67. body {background: {color:Background} url('{image:Background}');background-attachment: fixed;color: {color:Text};font-family:arial;font-size:10px;margin-top: -10px; text-align:justify;}
  68.  
  69. a {color:{color:Link};text-decoration: none;
  70. -webkit-transition: all 0.4s ease-in-out;
  71. -moz-transition: all 0.4s ease-in-out;
  72. -o-transition: all 0.4s ease-in-out;
  73. }
  74.  
  75. a:hover {color:{color:Link Hover}; text-decoration:none;
  76. border-bottom:3px solid {color:underline hover;}}
  77.  
  78. b, strong {color:{color:Bold Text};}
  79.  
  80. i, em {color:{color:Italic Text};}
  81.  
  82. /* strikethrough */
  83. s, strike {color: #fcdbdb;
  84. text-decoration: none;
  85. }
  86.  
  87. li {
  88. list-style:square;
  89. text-align:left;
  90. }
  91.  
  92.  
  93. #content {padding:20px;
  94. margin: auto;
  95. margin-left:200px;
  96. width:{text:post size}px;}
  97.  
  98. .posts img{
  99. width:{text:post size}px;
  100. }
  101.  
  102. .post{
  103. margin-top:60px;
  104. margin-bottom:80px;
  105. margin-left:100px;
  106. width:{text:post size}px;
  107. border:1px solid {color:border};
  108. padding:20px;
  109. background:#ffffff;}
  110.  
  111.  
  112. .post a:hover{
  113. border-bottom:1px solid {color:underline hover};}
  114.  
  115. .perma{
  116. position:inline;
  117. opacity:0;
  118. font-family:verdana;
  119. text-transform:uppercase;
  120. text-align:right;
  121. font-family:Calibri;
  122. font-size:8px;
  123. letter-spacing:1px;
  124. -webkit-transition: all 0.5s ease-in-out;
  125. -moz-transition: all 0.5s ease-in-out;
  126. transition: all 0.5s ease-in-out;
  127. }
  128.  
  129. .perma a{
  130. color:gray;
  131. }
  132.  
  133. .perma a:hover{
  134. color:black;
  135. }
  136.  
  137. .post:hover .perma{
  138. opacity:1;
  139. -webkit-transition: all 0.5s ease-in-out;
  140. -moz-transition: all 0.5s ease-in-out;
  141. transition: all 0.5s ease-in-out;
  142. }
  143.  
  144. #notes {
  145. width:{text:post size}px;
  146. font-family:arial;
  147. font-size:7.5px;
  148. letter-spacing:1px;
  149. text-transform:uppercase;
  150. }
  151.  
  152. #notes ol li {
  153. list-style-type:none;
  154. padding:2px;
  155. }
  156.  
  157. .title {
  158. font-size:15px;
  159. font-family:cambria;
  160. font-weight:bold;}
  161.  
  162.  
  163.  
  164. blockquote{
  165. display: block;
  166. border-left: 1px solid #eee;
  167. padding:5px;
  168. margin:5px;
  169. }
  170.  
  171. #sidebar{
  172. position:fixed;
  173. width:110px;
  174. background:white;
  175. border:1px solid {color:border};
  176. padding:7px 0px 7px 9px;
  177. overflow:hidden;
  178. left:100px;
  179. top:140px;
  180. }
  181.  
  182. #sidebarimg img{
  183. position:inline;
  184. top:70px;
  185. width:100px;
  186. left:70px;}
  187.  
  188. .selu{
  189. width:100px;
  190. text-align:center;
  191. font-size:8px;
  192. text-transform:uppercase;
  193. letter-spacing:2px;
  194. }
  195.  
  196. .selu a{
  197. display:block;
  198. margin-bottom:4px;
  199. padding:2px 5px;
  200. color:gray;
  201. text-shadow:1px 1px 1px #eee);
  202. }
  203.  
  204. .se{
  205. background:{color:link1};
  206. }
  207.  
  208. .hu{
  209. background:{color:link2};
  210. }
  211.  
  212. .no{
  213. background:{color:link3};
  214. }
  215.  
  216. .lu{
  217. background:{color:link4};
  218. }
  219.  
  220. .ha{
  221. background:{color:link5};
  222. }
  223.  
  224. .selu a:hover {
  225. background:{color:link hover};
  226. }
  227.  
  228. .description{
  229. margin:10px 0px;
  230. width:100px;
  231. font-style:break-word;
  232. line-height:16px;
  233. font-size:10px;
  234. text-transform:justify;
  235. text-align:justify;
  236. }
  237.  
  238. #text{
  239. font-size:10px;
  240. margin-top:-20px;
  241. font family:cambria;}
  242.  
  243.  
  244. /* QUESTION */
  245.  
  246. #asker {
  247. font-size:13px;
  248. }
  249.  
  250. #question {
  251. padding:10px;
  252. background-color:{color:askerbackground};
  253. font-style:italic;
  254. text-align:center;
  255. border:1px solid #eee;
  256. }
  257.  
  258. #s-m-t-tooltip{
  259. position:fixed;
  260. overflow:hidden;
  261. max-width:90px;
  262. padding:3px 5px 3px 5px;
  263. margin:10px 0 0 10px;
  264. background:#fff;
  265. border: 1px solid {color:border};
  266. border-radius:3px;
  267. z-index:10;
  268. display:inline-block;
  269. font:10px arial;
  270. letter-spacing:0px;
  271. text-align:center;
  272. text-transform:justify;
  273. color:gray;}
  274.  
  275.  
  276. .user_1 .label {color:{color:bold}; font-weight:bold;letter-spacing:1px;font-size:10px;text-transform:uppercase;}
  277. .user_2 .label {color:{color:italic}; font-weight:bold;font-style: italic;letter-spacing:1px;font-size:10px;text-transform:lowercase;}
  278. .user_3 .label {color:{color:bold}; font-weight:bold;letter-spacing:1px;font-size:10px;text-transform:uppercase;}
  279. .user_4 .label {color:{color:italic}; font-weight:bold;font-style: italic;font-style: italic;letter-spacing:1px;font-size:10px;text-transform:lowercase;}
  280. .user_5 .label {color:{color:bold};font-weight:bold;letter-spacing:1px;font-size:10px;text-transform:uppercase;}
  281. .user_6 .label {color:{color:italic}; font-weight:bold;font-style: italic;letter-spacing:1px;font-size:10px;text-transform:lowercase;}
  282.  
  283. ul.chat{margin-bottom:12px;margin-top:0px;padding:0px;}
  284.  
  285. .chat li {list-style:none;
  286. margin-top:2px;
  287. padding:4px; border: 1px solid #f5f5f5;
  288. background-color:#fafafa;}
  289.  
  290. ul {list-style-type:hiragana }
  291.  
  292.  
  293. #quote {
  294. color:{color:Quote};
  295. font-family:arial;
  296. line-height:18px;
  297. font-size:15px;
  298. margin-top:-10px;
  299. text-align:right;
  300. }
  301.  
  302. #tags {
  303. position:absolute;
  304. margin-top:35px;
  305. font-style:normal;
  306. width:{text:post size}px;
  307. letter-spacing:2px;
  308. line-height:125%;
  309. overflow:auto;
  310. font-size:10px;
  311. font-family:Arial;
  312. text-align:left;
  313. padding:5px;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318.  
  319. #tags a {
  320. color:{color:tags};
  321. letter-spacing:1px;}
  322.  
  323. #tags a:hover {
  324. color:{color:text};
  325. -moz-transition-duration:0.7s;ease-in;
  326. -webkit-transition-duration:0.7s;ease-in;
  327. -o-transition-duration:0.7s;ease-in;
  328. }
  329.  
  330. #titles {
  331. font-size:15px;
  332. text-align:center;
  333. padding:5px;
  334. border-bottom:1px solid #eee;
  335. margin-top:-20px;
  336. }
  337.  
  338. #source {
  339. font-family:tahoma;
  340. font-size:8px;
  341. padding:5px;
  342. letter-spacing:1px;
  343. text-align:right;
  344. text-transform:uppercase;
  345. }
  346.  
  347. figure {
  348. margin:0;
  349. }
  350.  
  351. iframe {max-width:100%;}
  352.  
  353.  
  354. #credit {
  355. left:7px;
  356. bottom:5px;
  357. position:fixed;
  358. opacity:1;
  359. font-size:10px;
  360. padding:5px;
  361. background:white;
  362. border: 1px solid #eee;
  363. font-family:arial;
  364. text-transform:justify;
  365. letter-spacing:2px;
  366. }
  367.  
  368. #credit a{
  369. text-decoration:none;
  370. color:gray;
  371. }
  372.  
  373.  
  374.  
  375. </style>
  376. </head>
  377.  
  378.  
  379.  
  380. <div id="sidebar">
  381. <div id="sidebarimg"><a href="/"><img src="{image:sidebar}"></a>
  382. <div class="description">{Description}</center></div>
  383. <div class="selu">
  384. <a class="se" href="/">home</a>
  385. <a class="hu" href="/ask">message</a>
  386. <a class="no" href="{text:link1}">{text:title1}</a>
  387. <a class="lu" href="{text:link2}">{text:title2}</a>
  388. <a class="ha" href="{text:link3}">{text:title3}</a>
  389. </div>
  390.  
  391. </div>
  392.  
  393. </div>
  394.  
  395. <div id="content">
  396. {block:Posts}
  397. <div class="post">
  398. <div class="posts">
  399.  
  400. {block:ContentSource}
  401. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  402. {/block:SourceLogo}
  403. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  404. {/block:ContentSource}
  405.  
  406. <div id="credit">
  407. <a href="http://hentaist.tumblr.com">TH</a>
  408. </div>
  409.  
  410.  
  411. {block:Photo}
  412. <figure>
  413. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  414. </figure><br>
  415. {block:ifcaption}{caption}{/block:ifcaption}
  416. {/block:Photo}
  417.  
  418. {block:Photoset}
  419. <figure>
  420. {Photoset}
  421. </figure><br>
  422. {block:ifcaption}{caption}{/block:ifcaption}
  423. {/block:Photoset}
  424.  
  425. {block:Video}
  426. <figure>
  427. <center>
  428. {Video}
  429. </figure>
  430. {block:ifcaption}{caption}{/block:ifcaption}
  431. {/block:Video}
  432.  
  433.  
  434. {block:Audio}
  435. <table border="0" cellpadding="0" cellspacing="2" ><tr>
  436. <div id="player">{AudioPlayerBlack}</div>
  437. </td>
  438. </tr>
  439. </table>
  440. {block:Indexpage}{block:Caption}{Caption}{/block:Caption}
  441. {/block:Indexpage}
  442. {block:PermalinkPage}{/block:PermalinkPage}
  443. {/block:Audio}
  444.  
  445.  
  446.  
  447. {block:Link}
  448. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{block:IndexPage}{/block:IndexPage}
  449. {/block:Link}
  450.  
  451. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  452. {/block:Chat}
  453.  
  454.  
  455. {block:Answer}
  456. <div id="question"><div id="asker">{Asker} whispered:</div> {Question}</div>
  457. <center>{Answer}</center>
  458. {/block:Answer}
  459. </div>
  460.  
  461. {block:Text}
  462. {block:Title}<div id="titles">{Title}</div>{/block:Title}
  463. {Body}
  464. {/block:Text}
  465.  
  466.  
  467. {block:Quote}
  468. <div id="quote">"{Quote}"</div>
  469. {block:Source}<div id="source">★ {Source}</div>{/block:Source}
  470. {/block:Quote}
  471.  
  472. {block:iftags}
  473. {block:indexpage}
  474. <div id="tags">
  475. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  476. {/block:indexpage}{/block:iftags}
  477.  
  478.  
  479. <div class="perma">
  480. {block:IndexPage}
  481. {block:NoteCount}{NoteCount}{/block:NoteCount} / <a href="{Permalink}">{TimeAgo}</a> / <a href="{ReblogURL}" >reblog</a>
  482. {/block:IndexPage}
  483. </div>
  484. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  485.  
  486.  
  487. </div>
  488.  
  489. {/block:Posts}
  490. </div>
  491. </div>
  492.  
  493.  
  494. </div>
  495. </body>
  496. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement