Don't like ads? PRO users don't see any ads ;-)
Guest

Valdemort

By: cosmica on Jun 3rd, 2012  |  syntax: None  |  size: 15.82 KB  |  hits: 4,018  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--    
  2.  
  3. ************************ C R E D I T *********************************      
  4. Valdemort Theme by http://-apple.tumblr.com
  5. More themes can be found at http://aerou.tumblr.com (previously known as applethemes)
  6.  
  7. ************************** R U L E S *********************************
  8.  
  9. *IF YOU BREAK ANY RULES, I'LL REPORT YOU.
  10. *DO NOT REMOVE ANY CREDIT OR ELSE YOU WILL BE REPORTED.
  11. *DO NOT CLAIM AS YOUR OWN.
  12. *EDITING THIS THEME IS ALLOWED. JUST LEAVE THE CREDITS AND DO NOT DISTRIBUTE AS OWN.
  13.  
  14. -->
  15.  
  16. <head>
  17.  
  18. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  19. <script type="text/javascript">
  20. $(document).ready(function () {
  21. $('li.drawer div:nth-child(2)').hide();
  22. $('li.drawer h4').click(function () {
  23. if ($(this).hasClass('open')) {
  24. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  25. else {
  26. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  27. $(this).next().slideDown();
  28. $(this).addClass('open');}
  29. });
  30. });
  31. </script>
  32.  
  33. <!- DEFAULT !->
  34.  
  35. <meta name="image:background" content="http://static.tumblr.com/qbwrk8v/mZym3j002/1.png"/>
  36. <meta name="image:your" content="http://static.tumblr.com/qbwrk8v/cQ8m3j0bh/1.png" />
  37.  
  38. <meta name="color:background" content="#eeeeee" />
  39. <meta name="color:posts" content="#ffffff" />
  40. <meta name="color:text" content="#666666" />
  41. <meta name="color:title" content="#777777" />
  42. <meta name="color:link" content="#AFC1E9" />
  43. <meta name="color:link hover" content="#000000" />
  44.  
  45. <meta name="color:permalink" content="#777777" />
  46. <meta name="color:permalink background" content="#AFC1E9" />
  47.  
  48. <meta name="color:scrollbar" content="#ffffff" />
  49. <meta name="color:scrollbar background" content="#eeeeee" />
  50.  
  51. <meta name="if:Faded Images" content="1" />
  52. <meta name="if:enable infinite scrolling" content="1"/>
  53. <meta name="if:Disable right click" content="0"/>
  54.  
  55. <meta name="text:link one" content="http://"/>
  56. <meta name="text:link one name" content=""/>
  57. <meta name="text:link two" content="http://"/>
  58. <meta name="text:link two name" content=""/>
  59. <meta name="text:link three" content="http://"/>
  60. <meta name="text:link three name" content=""/>
  61. <meta name="text:link four" content="http://"/>
  62. <meta name="text:link four name" content=""/>
  63.  
  64. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  65.  
  66. {block:IfDisableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/HlSla0dfm/darlieecious-dot-tumblr-dot-com.js"></script>{/block:IfDisableRightClick}
  67.  
  68. <link rel="shortcut icon" href="{favicon}" />
  69. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  70. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  71. {CustomCSS}
  72. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  73.  
  74. <style type="text/css">body, a, {cursor:pointer}</style></a>
  75. <style type="text/css">
  76.  
  77. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:100px; border: 5px solid #eee;}
  78. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; border: 5px solid {color:scrollbar background};}
  79. ::-webkit-scrollbar {height: 15px; width: 15px; background-color: {color:scrollbar background};}
  80.  
  81. a:hover{cursor:pointer}
  82.  
  83. body{
  84.     font-size:9px;
  85.     color:{color:text};
  86.     background-color:{color:background};
  87.     background-image:url('{image:background}');
  88.     background-attachment: fixed;
  89.     }
  90.  
  91. #contentcolumn{
  92.     margin-left:700px;
  93.     margin-top:30px;
  94.     opacity:1;
  95.     overflow:shown;
  96.     z-index: 0.9;
  97.     text-align:justify;
  98.     }
  99.  
  100. a { color:{color:link}; text-decoration: none; }
  101. a:hover { color:{color:link hover}; -webkit-transition-duration: 0.3s;}
  102. a:active,a:focus { outline: 0;}
  103.  
  104. #tit {
  105.     text-decoration:none;
  106.     font-family: georgia;
  107.     font-size:10px;
  108.     text-transform:uppercase;
  109.     -webkit-transition: all 0.5s ease;
  110.     -moz-transition: all 0.5s ease;
  111.     -o-transition: all 0.5s ease;
  112.     padding:1px;
  113.     color:{color:text};
  114.     border-bottom: 1px {color:text} solid;
  115.     }
  116.  
  117. #tit a{     color:{color:text}; }
  118.  
  119. #ask{
  120.     text-decoration:none;
  121.     color:{color:title};
  122.     border-bottom: 1px {color:title} dotted;
  123.     font-family: georgia;
  124.     font-size:10px;
  125.     text-transform:uppercase;
  126.     padding:2px;
  127.     }
  128.  
  129. .chatty{
  130.     color:{color:text};
  131.     margin-bottom:0px;
  132.     padding:1px;
  133.     border-bottom: 1px {color:title} dotted;
  134.     }
  135.    
  136. .chatty .chatty.even{
  137.     color:{color:text};
  138.     margin-bottom:0px;
  139.     padding:1px;
  140.     border-bottom: 1px {color:title} dotted;
  141.     }
  142.  
  143. #contue {
  144.     line-height:11px;
  145.     margin-top:-10px;
  146.     }
  147.  
  148. #audio {
  149.     background-color : #000;
  150.     height : 27px;
  151.     margin-bottom : -10px;
  152.     {block:IndexPage}width:250px;{/block:IndexPage}
  153.     {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  154.     }
  155.  
  156. #permalink{
  157.     text-align:center;
  158.     margin-left:-10px;
  159.     margin-top:-10px;
  160.     font-family: consolas;
  161.     font-size:10px;
  162.     float:bottom;
  163.     opacity:0;
  164.     -webkit-transition-duration: 0.7s;
  165.     background:{color:permalink background} url();
  166.     position:absolute;
  167.     width:75px;
  168.     padding:4px;
  169.     z-index:1;
  170.     }
  171.  
  172. #permalink a {  color:{color:permalink}; }
  173.  
  174. #entry {
  175.     background: {color:posts} url();
  176.     padding:7px;
  177.     margin-top:0px;
  178.     margin-bottom:15px;
  179.     line-height:11px;
  180.     font-family: consolas;
  181.     font-size:10px;
  182.     {block:IndexPage}width:250px; {/block:IndexPage}
  183.     {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  184.     }
  185.  
  186. #entry:hover #permalink {   display: block; opacity:1; z-index:1; }
  187.  
  188. .shiny img, .dead img, blockquote img  {    max-width:150px;    }
  189.  
  190. blockquote { padding: 3px;  margin: 3px; border-left: 4px solid {color:text}; background:{color:post titles background};    }
  191.  
  192.  
  193. .puppy img{ opacity:1; z-index:1; height:150px; width:130px; -moz-border-radius:75px 75px 75px 75px; border-radius: 75px 75px 75px 75px;    }
  194.  
  195.  
  196. .titties {
  197.     text-align:left;
  198.     letter-spacing:6px;
  199.     text-transform:uppercase;
  200.     overflow:hidden;
  201.     font-family:consolas;
  202.     font-size:11px;
  203.     border-bottom: 1px {color:title} dotted;
  204.     -webkit-transition: all 0.5s ease;
  205.     -moz-transition: all 0.5s ease;
  206.     -o-transition: all 0.5s ease;
  207.     }
  208.  
  209. .titties:hover { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;   }
  210.  
  211. .titties a { color:{color:title};   }
  212.  
  213. .titties a:hover{   color: {color:title} -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
  214.  
  215. .sidebar {
  216.     left:440px;
  217.     bottom:120px;
  218.     text-align:left;
  219.     font-family: courier;
  220.     font-size:9px;
  221.     position:fixed;
  222.     width:170px;
  223.     line-height:10px;
  224.     padding:0px;
  225.     }
  226.  
  227. .links {
  228.         text-align:left;
  229.         letter-spacing:2px;
  230.         text-transform:lowercase;
  231.         color:{color:link};
  232.         overflow:hidden;
  233.         }
  234.  
  235. .links a { color: {color:link}; font-size:9px; text-transform:uppercase; }
  236.    
  237. .links a:hover { color:transparent!important; text-decoration:none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
  238.  
  239. ul#drawers {
  240.     width: 210px;
  241.     list-style: none;
  242.     margin: 0 auto;
  243.     padding: 0px;  
  244.     color:{color:link};
  245.     margin-top:-10px;
  246.     -webkit-transition: all 0.5s ease;
  247.     -moz-transition: all 0.5s ease;
  248.     }
  249.  
  250. ul#drawers:hover { width: 210px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
  251.  
  252. ul#drawers a { text-decoration: none; color:{color:link hover}; color: {color:link};   }
  253.  
  254. ul#drawers li h4 {
  255.     font-size: 9px;
  256.     text-align: left;
  257.     -webkit-transition: background-color 0.5s ease-out;
  258.     -moz-transition: background-color 0.5s ease-out;
  259.     transition: background-color 0.5s ease-out;
  260.     text-transform:uppercase;
  261.     display:block;
  262.     color: {color:link};
  263.     padding-top:1px;
  264.     padding-bottom:1px;
  265.     margin-bottom:0px;
  266.     border-bottom: 1px {color:text} solid;
  267.     }
  268.  
  269. ul#drawers:hover li h4 { color: {color:link}; }
  270.  
  271. h4.small { display: table-cell; width: 100px; margin: 0px; height: 100%;}
  272.  
  273. li.drawer h4.open { border-top: 0px;}
  274.  
  275. li.drawer div { padding: 0px; margin: 0px; line-height:10px; font-size:8px;   }
  276.  
  277. li.drawer div li {list-style-type: disc;}
  278.  
  279. li.drawer div ul {-webkit-padding-start: 12px;}
  280.  
  281. {block:Iffadedimages}
  282.     img{
  283.         -webkit-transition: opacity 0.7s linear;
  284.         opacity: 0.75;
  285.         }
  286.     img:hover {
  287.         -webkit-transition: opacity 0.7s linear;
  288.         opacity: 1;
  289.         }
  290. {/block:Iffadedimages}
  291.  
  292. img{}
  293. img:hover{}
  294.  
  295. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.7s linear; opacity: 0.2; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;  }
  296.  
  297. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  298.  
  299. #toTop {
  300.     display:none;
  301.     text-decoration:none;
  302.     position:fixed;
  303.     bottom:10px;
  304.     right:10px;
  305.     overflow:hidden;
  306.     width:31px;
  307.     height:11px;
  308.     border:none;
  309.     text-indent:-999px;
  310.     background:url() no-repeat left top;
  311.     }
  312.  
  313. #toTopHover {
  314.     background:url() no-repeat left -51px;
  315.     width:31px;
  316.     height:11px;
  317.     display:block;
  318.     overflow:hidden;
  319.     float:left;
  320.     opacity: 0;
  321.     -moz-opacity: 0;
  322.     filter:alpha(opacity=0);
  323.     }
  324.  
  325. #toTop:active, #toTop:focus {outline:none;}
  326.  
  327. </style>
  328.  
  329. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  330. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  331. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  332. <script type="text/javascript">
  333. $(document).ready(function() {
  334. /*
  335. var defaults = {
  336. containerID: 'moccaUItoTop', // fading element id
  337. containerHoverClass: 'moccaUIhover', // fading element hover class
  338. scrollSpeed: 1200,
  339. easingType: 'linear'
  340. };
  341. */
  342. $().UItoTop({ easingType: 'easeOutQuart' });
  343. });
  344. </script>
  345.  
  346. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  347. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  348. <script type="text/javascript" charset="utf-8">
  349. var $j = jQuery.noConflict();
  350. $j(function() {
  351. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  352. $j("img").lazyload({
  353. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  354. effect: "fadeIn",
  355. });
  356. });
  357. </script>
  358.  
  359. {block:IndexPage}
  360. <script type="text/javascript">
  361. $(window).load(function(){
  362. $("p").remove(":contains('Source:')");
  363. $("p").remove(":contains('(via')");
  364. });
  365. </script>
  366. {/block:IndexPage}
  367.  
  368. </head>
  369.  
  370. <body>
  371.  
  372.     <div id="contentcolumn">
  373.     <div class="sidebar">
  374.         <div class="puppy">
  375.             <center>{block:IfYourImage}<br><img src="{image:Your}"/><br><br>{/block:IfYourImage}</center>
  376.         </div>
  377.         <div class="titties"><a href="/"><i>{title}</i></a></div>
  378.             {block:description}<br>{description}<br>{/block:description}
  379.  
  380.         <ul id="drawers">
  381.         <li class="drawer" id="info">
  382.             <h4><title="click for more"> L I N K S </h4>
  383.                 <div align="center">
  384.                 <div class="links">
  385.                 <a href="/archive">past</a>
  386.                 <a href="/ask">inbox</a>
  387.                 {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName} {block:IfLinkTwoName}<a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName} {block:IfLinkThreeName}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThreeName}
  388.                 {block:IfLinkFourName}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFourName}
  389.                 {block:HasPages}{block:Pages}<option value="{URL}">{Label}</option>{/block:Pages}{/block:HasPages}
  390.                 <a href="http://-apple.tumblr.com" title="theme">credit</a>
  391.                 </div>
  392.                 </div>
  393.         </li>
  394.         </ul>
  395. </div>
  396.  
  397. {block:IfEnableInfiniteScrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableInfiniteScrolling}
  398.  
  399. {block:Posts}
  400.  
  401.     <div id="entry">
  402.    
  403. {block:IndexPage}
  404.     <div id="permalink">
  405.         <a href="{Permalink}" title="permalink">{block:Date}{NoteCountWithLabel}{/block:Date}</a>
  406.     </div>
  407. {/block:IndexPage}
  408.  
  409.  
  410.  
  411. {block:Text}
  412.     {block:Title}<div id="tit">{Title}</div>{/block:Title}
  413.         <div class="shiny" id="contue"><p align=justify>{Body}</p></div>
  414. {/block:Text}
  415.  
  416.  
  417.  
  418.  
  419. {block:Photo}
  420.     {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/> <img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" {block:IndexPage}width="250px"{/block:IndexPage}{block:PermalinkPage}width="500px"{/block:PermalinkPage}>
  421.     {LinkCloseTag}
  422.         {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  423. {/block:Photo}
  424.  
  425.  
  426.  
  427. {block:IndexPage}{block:Photoset}
  428. <center>{Photoset-250}</center>
  429. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  430. {/block:Photoset}{/block:IndexPage}{block:PermalinkPage}{block:Photoset}
  431. <center>{Photoset-500}</center>
  432. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  433. {/block:Photoset}{/block:PermalinkPage}
  434.  
  435.  
  436.  
  437. {block:Quote}
  438. <div id="tit">"{Quote}"</div>
  439. {block:Source}~{Source}{/block:Source}
  440. {/block:Quote}
  441.  
  442.  
  443.  
  444. {block:Link}
  445. <div id="tit">&rarr; <a href="{URL}">{Name}</a></div>
  446. <div id="contue">{block:Description}{Description}{/block:Description}</div>
  447. {/block:Link}
  448.  
  449.  
  450.  
  451. {block:Chat}
  452. {block:Title}
  453. <div id="tit">{Title}</div>
  454. {/block:Title}
  455. <div class="chatty">
  456. {block:Lines}
  457. <div class="chatty {Alt}">
  458. {block:Label}
  459. <b>{Label}</b>
  460. {/block:Label}
  461. {Line}
  462. </div>
  463. {/block:Lines}
  464. </div>
  465. {/block:Chat}
  466.  
  467.  
  468.  
  469. {block:Audio}
  470. <div id="audio">{AudioPlayerBlack}</div><br>
  471. <center>{block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}<br>{/block:Artist}
  472. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage} {PlayCountWithLabel}</center>
  473. {/block:Audio}
  474.  
  475.  
  476.  
  477. {block:Answer}
  478. <div id="ask">"{Question}"</div> asked by <b>{Asker}</b><br>
  479. {Answer}
  480. {/block:answer}
  481.  
  482.  
  483.  
  484. {block:IndexPage}
  485. {block:Video}
  486. <div id="width"><center>{Video-250}</div></center>
  487. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  488. {/block:Video}
  489. {/block:IndexPage}
  490. {block:PermalinkPage}
  491. {block:Video}
  492. <div id="width"><center>{Video-500}</div></center>
  493. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  494. {/block:Video}
  495. {/block:PermalinkPage}
  496.  
  497.  
  498.  
  499. {block:Date}
  500. {block:PermalinkPage}
  501.  
  502. {block:NoteCount}Notes: {notecount}{/block:NoteCount}<br>
  503. Date: <a href="{permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a><br>
  504. {block:RebloggedFrom}OP: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
  505. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  506. {block:HasTags}<br><br>
  507. Tagged: {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}
  508. {/block:PermalinkPage}
  509. {/block:Date}
  510.  
  511. {block:PostNotes}{PostNotes}{/block:PostNotes}
  512.  
  513. </div>
  514.  
  515. {/block:posts}
  516.  
  517.  
  518. {block:IfEnableInfiniteScrolling}</div>{/block:IfEnableInfiniteScrolling}
  519.  
  520. {block:IfNotEnableInfiniteScrolling}
  521. {block:Pagination}
  522. {block:PreviousPage}
  523. <a href="{PreviousPage}">rewind</a>
  524. {/block:PreviousPage}
  525.  
  526. {block:NextPage}
  527. <a href="{NextPage}">forward</a>
  528. {/block:NextPage}
  529. {/block:Pagination}
  530. {/block:Pagination}
  531. {/block:IfNotEnableInfiniteScrolling}
  532.  
  533. </div>
  534.  
  535.  
  536.  
  537. </body>
  538. </html>