Advertisement
m-orbide

Melody Theme

Sep 22nd, 2012
38,988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. <!--
  2.  
  3. Theme Melody by Dayse (m-orbide.tumblr.com).
  4.  
  5. Please, DON'T REMOVE THE CREDITS, RESPECT THIS SIMPLE RULE! I spent a lot of time to do these themes.
  6.  
  7. -->
  8.  
  9. <head>
  10. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Linden+Hill' rel='stylesheet' type='text/css'>
  12. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
  13.  
  14.  
  15. <title>{title}</title>
  16. <meta name="color:Background" content="#FFFFFF"/>
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Links" content="797979"/>
  19. <meta name="color:Hover" content="#d3d3d3"/>
  20. <meta name="color:Scroll" content="#ececec"/>
  21. <meta name="color:Border Side" content="#dbdbdb"/>
  22. <meta name="color:Title" content="#949393"/>
  23. <meta name="color:Post" content="#ececec"/>
  24.  
  25. <meta name="font:Body" content="Baskerville"/>
  26.  
  27. <meta name="image:Background" content=""/>
  28. <meta name="image:Sidebar" content=""/>
  29.  
  30.  
  31. <meta name="if:Endless Scroll" content="1"/>
  32. <meta name="if:Left Background" content="1"/>
  33. <meta name="if:Repeat Background" content="0"/>
  34. <meta name="if:Maximised Background Image" content="0"/>
  35. <meta name="if:Show Icons On Hover" content="1"/>
  36. <meta name="if:Show image" content="0"/>
  37. <meta name="if:Border Title" content="1"/>
  38. <meta name="if:Small Cursor" content="0"/>
  39.  
  40. <meta name="text:Custom Link One" content="" />
  41. <meta name="text:Custom Link One Title" content="" />
  42. <meta name="text:Custom Link Two" content="" />
  43. <meta name="text:Custom Link Two Title" content="" />
  44. <meta name="text:Custom Link Three" content="" />
  45. <meta name="text:Custom Link Three Title" content="" />
  46. <meta name="text:Custom Link Four" content="" />
  47. <meta name="text:Custom Link Four Title" content="" />
  48. <meta name="text:Custom Link Five" content="" />
  49. <meta name="text:Custom Link Five Title" content="" />
  50. <meta name="text:Custom Link Six" content="" />
  51. <meta name="text:Custom Link Six Title" content="" />
  52.  
  53. <link rel="shortcut icon" href="{Favicon}">
  54.  
  55. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  56.  
  57. {block:IndexPage}
  58. <script type="text/javascript">
  59. $(window).load(function(){
  60. $("p").remove(":contains('Source:')");
  61. $("p").remove(":contains('(via')");
  62. });
  63. </script>
  64. {/block:IndexPage}
  65.  
  66. <style type="text/css">
  67.  
  68.  
  69. ::-webkit-scrollbar-thumb:vertical{
  70. background-color: {color:Scroll};
  71. height: 100px;
  72. -webkit-border-radius: 3px;
  73. }
  74.  
  75. ::-webkit-scrollbar-thumb:horizontal{
  76. background-color: {color:Text};
  77. height: 10px;
  78. -webkit-border-radius: 3px;
  79. }
  80.  
  81. ::-webkit-scrollbar{
  82. height: 10px;
  83. width: 8px;
  84. background-color: {color:Background};
  85. }
  86.  
  87.  
  88. body{
  89. font-family: {font:Body};
  90. font-size:11px;
  91. text-align: justify;
  92. font-style:none;
  93. line-height: 13px;
  94. color:{color:text};
  95. background-color:{color:Background};
  96. background-image:url({image:Background});
  97. background-attachment: fixed;
  98. {block:IfMaximisedBackgroundImage}background-size: 100% 100%;{/block:IfMaximisedBackgroundImage}
  99. {block:IfRepeatBackground}background-repeat:repeat;{block:IfRepeatBackground}
  100. {block:IfNotRepeatBackground}background-repeat:no-repeat;{block:IfNotRepeatBackground}
  101. {block:IfLeftBackground}background-position:left bottom;{/block:IfLeftBackground}
  102. }
  103.  
  104. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  105.  
  106. a
  107. {
  108. text-decoration:none;
  109. font-family: 'Garamond', serif;
  110. color:{color:links};
  111. -moz-transition: all 0.3s ease-out;
  112. -o-transition: all 0.3s ease-out;
  113. -webkit-transition: all 0.3s ease-out;
  114. transition: all 0.3s ease-out;
  115. }
  116.  
  117. a:hover
  118. {
  119. text-decoration:none;
  120. color:{color:hover};
  121. -moz-transition: all 0.3s ease-out;
  122. -o-transition: all 0.3s ease-out;
  123. -webkit-transition: all 0.3s ease-out;
  124. transition: all 0.3s ease-out;
  125. }
  126.  
  127. a img
  128. {
  129. border:0px;
  130. }
  131.  
  132. #conteudo
  133. {
  134. background:transparent;
  135. float: left;
  136. width: 350px;
  137. padding-right:15px;
  138. margin-left:100px;
  139. bottom:0px;
  140. }
  141.  
  142. .blogtitle
  143. {
  144. margin:9px 0 0px 0;
  145. text-align:center;
  146. font-family:'Give You Glory', cursive;
  147. font-weight:normal;
  148. color:{color:Title};
  149. line-height:13px;
  150. font-size:20px;
  151. }
  152.  
  153. .blogtitle a:hover
  154. {
  155. text-decoration:none;
  156. }
  157.  
  158. .nav
  159. {
  160. text-transform:none;
  161. text-align:center;
  162. font-size: 11px;
  163. margin-bottom:5px;
  164. }
  165.  
  166. .player
  167. {
  168. width:400px;
  169. overflow:hidden;
  170. background:#000;
  171. }
  172.  
  173. .texttitle
  174. {
  175. text-transform:sentence case;
  176. font-size:14pt;
  177. }
  178.  
  179. .permalink{
  180. text-transform:none;
  181. text-align:center;
  182. color:gray;
  183. position: relative;
  184. margin-top: -20px;
  185. font-size: 11px;
  186. opacity: 0;
  187. filter: alpha(opacity = 0);
  188. -moz-transition: all 0.4s;
  189. -webkit-transition: all 0.4s;
  190. -o-transition: all 0.4s;
  191. transition: all 0.4;
  192. }
  193.  
  194. div#entry:hover .permalink{
  195. margin-top: -5px;
  196. opacity: 1;
  197. filter: alpha(opacity = 100);
  198. -moz-transition: all 0.4s;
  199. -webkit-transition: all 0.4s;
  200. -o-transition: all 0.4s;
  201. transition: all 0.4;
  202. }
  203.  
  204. .description{
  205. text-align: center;
  206. margin-bottom: 5px;
  207. }
  208.  
  209. .asker{
  210. padding:4px;
  211. margin-bottom:10px;
  212. background-color:{color:Post};
  213. }
  214.  
  215. .quote{
  216. padding:4px;
  217. margin-bottom:10px;
  218. background-color:{color:Post};
  219. }
  220.  
  221. .text{
  222. padding:4px;
  223. margin-bottom:10px;
  224. background-color:{color:Post};
  225. }
  226.  
  227. .photoset{
  228. margin-bottom:6px;
  229. }
  230.  
  231. .video{
  232. margin-bottom:10px;
  233. }
  234.  
  235. .chat{
  236. padding:4px;
  237. margin-bottom:10px;
  238. background-color:{color:Post};
  239. }
  240.  
  241. .link{
  242. padding:4px;
  243. margin-bottom:10px;
  244. background-color:{color:Post};
  245. }
  246.  
  247. .caption{
  248. padding:4px;
  249. margin-bottom:10px;
  250. background-color:{color:Post};
  251. }
  252.  
  253. .pagination
  254. {
  255. margin-bottom:5px;
  256. font-size:8pt;
  257. font-style:normal;
  258. text-align:center;
  259. }
  260.  
  261. #entry
  262. {
  263. margin-bottom:5px;
  264. width:400px;
  265. }
  266.  
  267. #entry img
  268. {
  269. max-width:400px;
  270. }
  271.  
  272. div.video embed,
  273. div.post div.video object
  274. {
  275. width:400px !important;
  276. height:175px !important;
  277. }
  278.  
  279. ol.notes
  280. {
  281. padding: 0px;
  282. margin: 0px;
  283. list-style-type: none;
  284. }
  285.  
  286. ol.notes li.note
  287. {
  288. padding: 0px;
  289. }
  290.  
  291. ol.notes li.note img.avatar
  292. {
  293. vertical-align: -4px;
  294. margin-right: 10px;
  295. opacity:1;
  296. width: 20px;
  297. height: 20px;
  298. }
  299.  
  300. ol.notes li.note span.action
  301. {
  302. font-weight: normal;
  303. }
  304.  
  305. ol.notes li.note span.action a
  306. {
  307. font-weight:bold;
  308. }
  309.  
  310. .navigation1
  311. {
  312. float:right;
  313. }
  314.  
  315. .navigation2
  316. {
  317. float:left;
  318. }
  319.  
  320. .h1 {color:{color:Title}; font-size: 32px; line-height: 25px; text-align: left; margin-bottom: -0px; cursor: arrow; font-family: 'Give You Glory', cursive;
  321. }
  322. {CustomCSS}
  323. {block:ifSmallCursor}
  324. body, a:hover {cursor: url(http://static.tumblr.com/i8axhtw/359marh29/smallcursor.png), auto !important;}
  325. {/block:ifSmallCursor}
  326. .h1 {color: #000; font-size: 32px; line-height: 25px; text-align: left; margin-bottom: -0px; cursor: arrow; font-family: 'Linden Hill', serif;
  327. }
  328.  
  329. {block:ifShowIconsOnHover}
  330. #entry .imgpermalink {
  331. list-style: none;
  332. position:absolute;
  333. margin-left:10px;
  334. margin-top:8px;
  335. opacity:0;
  336. -webkit-transition: 0.2s;
  337. -webkit-transition: 0.2s;
  338. -moz-transition: 0.2s;
  339. transition: 0.2s;}
  340.  
  341. #entry:hover .imgpermalink {opacity:0.9;
  342. -webkit-transition: 0.2s;
  343. -webkit-transition: 0.2s;
  344. -moz-transition: 0.2s;
  345. transition: 0.2s;}
  346.  
  347. #entry .imgpermalink li{
  348. float: left;
  349. margin: 0 0 0 -3px;
  350. padding: 5px;}
  351.  
  352. #entry .imgpermalink li:first-child {
  353. margin-left:-40px;}
  354.  
  355. .imgpermalink a{ -webkit-transition: all .2s linear;
  356. -moz-transition: all .2s linear;
  357. transition: all 0.2s linear;}
  358.  
  359. .imgpermalink a:hover{ -webkit-transition: all .2s linear;
  360. -moz-transition: all .2s linear;
  361. transition: all 0.2s linear;}
  362. {/block:ifShowIconsOnHover}
  363.  
  364. #content {margin:0px auto; width:630px; margin-top:9px; margin-bottom:10px;}
  365. #navigation {position:fixed; width: 180px; margin-top:200px; margin-left:570px; padding-left:2px; padding:6px;
  366. background-color:{color:Post};
  367. }
  368.  
  369.  
  370. </style>
  371.  
  372. {block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScroll}
  373.  
  374. </head>
  375.  
  376. <body>
  377.  
  378. <div id="content"><div id="navigation">
  379.  
  380. <div class="box">
  381.  
  382. <div class="blogtitle">
  383. {Title}
  384. </div>
  385.  
  386. {block:IfBorderTitle}<div style="border-bottom:1px solid {color:BorderSide};padding-bottom:4px;margin-top:4px;margin-bottom:5px;margin-top:-6px;"></div>{/block:IfBorderTitle}
  387.  
  388. {block:ifshowimage}<center><a href="/"><img src="{image:sidebar}" width="170px" target="_blank" style=" padding:5px; margin-bottom: 4px; "></a>
  389. {/block:ifshowimage}</center>
  390.  
  391. <div class="description">
  392. {block:Description}{Description}{/block:Description}
  393. </div>
  394.  
  395. <div class="nav">
  396. <a href="/">home</a>&nbsp;
  397. {block:AskEnabled}<a href="/ask">message</a>&nbsp; {/block:AskEnabled}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>&nbsp;
  398. {/block:Pages}{/block:HasPages}
  399. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" >{text:Custom Link One Title}</a> &nbsp;{/block:ifCustomLinkOneTitle}
  400.  
  401. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" >{text:Custom Link Two Title}</a>&nbsp;{/block:ifCustomLinkTwoTitle}
  402.  
  403. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" >{text:Custom Link Three Title}</a>&nbsp;{/block:ifCustomLinkThreeTitle}
  404.  
  405. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" >{text:Custom Link Four Title}</a>&nbsp;{/block:ifCustomLinkFourTitle}
  406.  
  407. {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}" >{text:Custom Link Five Title}</a>&nbsp;{/block:ifCustomLinkFiveTitle}
  408.  
  409. {block:ifCustomLinkSixTitle}<a href="{text:Custom Link Six}" >{text:Custom Link Six Title}</a>&nbsp;{/block:ifCustomLinkSixTitle}
  410. <a href="http://m-orbide.tumblr.com/">theme</a><br>
  411. </div></div></div>
  412.  
  413. {block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
  414.  
  415. <div id="conteudo">
  416.  
  417. {block:Posts}
  418.  
  419. {block:Text}
  420. <div id="entry">
  421. <div class="text">
  422. <a href="{Permalink}">{Title}</a>{/block:Title}
  423. {Body}</div>
  424. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  425. </div>
  426. {/block:Text}
  427.  
  428. {block:Photo}
  429. <div id="entry">
  430. <div class="imgpermalink">
  431. {block:ifShowIconsOnHover}
  432. <a href="{ReblogURL}" target="_blank"><li>{ReblogButton color="white" size="16"}</li> </a>
  433. <li>{LikeButton color="white" size="16"}</li>
  434. {/block:ifShowIconsOnHover}
  435. </div>
  436. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400"/></a>
  437. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
  438. {/block:Photo}
  439.  
  440. {block:Photoset}
  441. <div id="entry">
  442. <div class="photoset">
  443. <div style="max-width:{photo:Width}px; height:auto; overflow:hidden;">{Photoset-400}</div>
  444. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  445. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  446. </div></div>
  447. {/block:Photoset}
  448.  
  449. {block:Quote}
  450. <div id="entry">
  451. <div class="quote">
  452. "{Quote}"</div>
  453. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  454. </div>
  455. {/block:Quote}
  456.  
  457. {block:Link}
  458. <div id="entry">
  459. <div class="link">
  460. <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}</div>
  461. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  462. </div>
  463. {/block:Link}
  464.  
  465. {block:Chat}
  466. <div id="entry">
  467. <div class="chat">
  468. {block:Title}<b>{Title}</b>{/block:Title}
  469. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}</div>
  470. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  471. </div>
  472. {/block:Chat}
  473.  
  474. {block:Audio}
  475. <div id="entry">
  476. <div class="player">{AudioPlayerBlack}</div>
  477. <div class="caption">
  478. {block:Caption}{Caption}{/block:Caption}</div>
  479. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  480. </div>
  481. {/block:Audio}
  482.  
  483. {block:Answer}
  484. <div id="entry">
  485. <div class="asker"><b>{Asker}:</b>&nbsp;{Question}
  486. {Answer}</div>
  487. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  488. </div>
  489. {/block:answer}
  490.  
  491. {block:Video}
  492. <div id="entry">
  493. <div class="video">{Video-400}</div>
  494. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  495. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  496. </div>
  497. {/block:Video}
  498.  
  499. {block:PermalinkPage}
  500. {block:Date}Posted {TimeAgo} with {NoteCountWithLabel}{/block:Date}{/block:PermalinkPage}
  501. {block:PostNotes}{PostNotes}{/block:PostNotes}
  502. {/block:Posts}
  503.  
  504. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  505.  
  506. {block:IfNotEndlessScroll}
  507. {block:Pagination}
  508. <div class="navigation1">{block:NextPage}<a href="{NextPage}">continue >></a>{/block:NextPage}</div>
  509. <div class="navigation2">{block:PreviousPage}<a href="{PreviousPage}"><< regress</a>{/block:PreviousPage}</div>
  510. {/block:Pagination}
  511. {/block:IfNotEndlessScroll}
  512. </div>
  513.  
  514.  
  515. <!-- If I see you using one of my themes without this credit, I'll report you. -->
  516. <div style="position:fixed;right:3px;top:28px;">
  517. <a href="http://m-orbide.tumblr.com/" target="_blank"><img src="http://static.tumblr.com/i8axhtw/gRWmfr3aq/installtheme.png">
  518. </div>
  519.  
  520.  
  521. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement