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

Naive

By: adessive on Jul 29th, 2012  |  syntax: None  |  size: 9.70 KB  |  hits: 14,847  |  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. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <!--
  6.     .       .                          
  7.    / \      |               o          
  8.   /___\  .-.| .-. .--..--.  ..    ._.-.
  9.  /     \(   |(.-' `--.`--.  | \  / (.-'
  10. '       ``-'`-`--'`--'`--'-' `-`'   `--'
  11. please do not delete any credits and/or
  12. redistribute the following code thank you -->
  13.  
  14.  
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21.  
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}"/>
  24. {/block:Description}
  25.  
  26. <meta name="color:background" content="#fff"/>
  27. <meta name="color:primary" content="#969696"/>
  28. <meta name="color:secondary" content="#eee"/>
  29. <meta name="color:tertiary" content="#000"/>
  30. <meta name="color:link" content="#727272"/>
  31. <meta name="color:link hover" content="#5e5e5e"/>
  32. <meta name="text:font size" content="9px"/>
  33. <meta name="text:title font size" content="18px"/>
  34. <meta name="text:width" content="410px"/>
  35. <meta name="text:post spacing" content="25px"/>
  36. <meta name="font:title" content="courier new"/>
  37. <meta name="text:quote font size" content="14px"/>
  38. <meta name="font:body" content="courier new"/>
  39. <meta name="if:endless scrolling" content="0"/>
  40. <meta name="if:image fade" content="1"/>
  41. <meta name="if:entry borders" content="1"/>
  42. <meta name="if:show date on index page" content="1"/>
  43. <meta name="if:show captions" content="1"/>
  44. <meta name="if:show rss" content="1"/>
  45.  
  46. <style type="text/css">
  47. body {background:{color:background}; padding:20px; font-family:{font:body}; font-size:{text:font size}; text-align:justify; color:{color:primary};}
  48.  
  49. a {text-decoration:none; color:{color:link}; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  50. a:hover {color:{color:link hover};}
  51.  
  52. .blogtitle {font-family:{font:title}; display:block; text-align:center; font-size:{text:title font size};}
  53.  
  54. h3 {font-size:12px; {block:ifentryborders}border:1px solid {color:Secondary};{/block:ifentryborders} font-weight:normal; font-style:italic; font-family:{font:title}; margin-top:0px; margin-bottom:-8px;}
  55.  
  56. .wrap {width:{text:width}; margin:0px auto;}
  57. #entry {overflow:hidden; width:{text:width}; {block:indexpage}margin-bottom:{text:post spacing};{/block:indexpage} {block:ifentryborders}padding-bottom:20px; border-bottom:1px solid {color:secondary};{/block:ifentryborders}}
  58.  
  59. #entry:hover .permalink {opacity:.5;}
  60. .permalink {font-weight:normal; margin-top:2px; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out; opacity:0;}
  61.  
  62. #entry:hover .count {opacity:1;}
  63. .count {position:absolute; font-weight:normal; text-align:left; margin-top:0px; margin-left:{text:width}; padding-left:12px; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out; opacity:0;}
  64.  
  65. #header {position:relative; width:{text:width}; {block:ifentryborders}padding-bottom:20px; border-bottom:1px solid {color:secondary};{/block:ifentryborders} margin-bottom:40px;}
  66. .nav {{block:description}margin-bottom:20px;{/block:description} opacity:.8; text-align:center;} .links {margin-right:10px; text-transform:lowercase;} .descrip {font-size:9px; text-transform:none;}
  67.  
  68. .caption {background:{color:secondary}; margin-top:-8px;}
  69. .question {background:{color:secondary};}
  70. .source {font-weight:normal; margin-top:10px;}
  71. .player {background:#fff; border:1px solid {color:secondary}; width:{text:width};}
  72. .tags {margin-top:4px; margin-bottom:15px; font-size:9px;}
  73. .notes {margin-top:5px; padding-left:0px; font-weight:normal;}
  74. ol.notes {padding-left:40px; list-style-type:none; text-transform:none; font-size:{text:font size}; font-weight:normal;}
  75. ol.notes li.note {padding:2px;}
  76. ol.notes li.note img.avatar {width:10px; height:10px;}
  77.  
  78. #credit {position:fixed; bottom:10px; margin-right:5px; right:0px; z-index:2;} #credit a {padding:4px; font-size:10px; background:{color:secondary}; color:{color:tertiary};} #credit a:hover {background:{color:tertiary}; color:{color:secondary};}
  79.  
  80. .label {line-height:10px; font-weight:bold; font-family:{font:title};} ul, ol {margin-left:-40px!important; list-style:none;} .chat li {margin-bottom:1px; padding:2px; border:1px solid {color:secondary};}
  81.  
  82. blockquote {border-left:2px solid {color:tertiary}; margin-left:0px; padding-left:5px;}
  83.  
  84. img {border:0px; width:{text:width}; -moz-transition:0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;} {block:indexpage}{block:ifimagefade}img:hover {opacity:.8; -moz-transition:0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;}{/block:ifimagefade}{/block:indexpage}
  85.  
  86. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  87. #infscr-loading {display:none;}
  88.  
  89. ::-webkit-scrollbar{width:7px; height:7px;}
  90. ::-webkit-scrollbar-button:start:decrement
  91. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  92. ::-webkit-scrollbar-track-piece{background-color:{color:background};}
  93. ::-webkit-scrollbar-thumb:vertical{height:110px; background-color:{color:secondary};}
  94. ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color:{color:secondary};}
  95.  
  96. iframe#tumblr_controls {position:fixed!important; opacity:.8;}
  97.  
  98. {CustomCSS}
  99. </style>
  100.  
  101. <script type="text/javascript">
  102. $(document).ready(function()
  103. {
  104. $( '.wrap' ).fadeIn("slow");
  105. });
  106. </script>
  107.  
  108. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  109.  
  110. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  111. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  112. <script type="text/javascript" charset="utf-8">
  113. var $j = jQuery.noConflict();
  114. $j(function() {
  115. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  116. $j("img").lazyload({
  117. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  118. effect: "fadeIn",
  119. });
  120. });</script>
  121.  
  122. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScrolling}
  123.  
  124. </head><body><div id="credit"><a href="http://adessive.tumblr.com">Theme</a></div><div class="wrap">
  125.  
  126. <div id="header"><div class="nav"><a href="/"><div class="blogtitle">{title}</div></a>/ <a href="/archive">{lang:Archive}</a> / {block:AskEnabled}<a href="/ask">Message</a> / {/block:AskEnabled}{block:SubmissionsEnabled}<a href="/submit">Submit</a> / {/block:SubmissionsEnabled}{block:IfShowRSS}<a href="{RSS}">{lang:RSS}</a> / {/block:IfShowRSS}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> / {/block:Pages}{/block:HasPages}</div>{block:Description}<div class="descrip">{Description}</div>{/block:Description}</div>
  127.  
  128. {block:IfEndlessScrolling}<div class = "autopagerize_page_element">{/block:IfEndlessScrolling}
  129.  
  130. {block:Posts}<div id="entry">{block:IndexPage}<div class="count"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  131.  
  132. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  133.  
  134. {block:Photo}{LinkOpenTag}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:Photo}
  135.  
  136. {block:Photoset}{Photoset-500}{/block:Photoset}
  137.  
  138. {block:Quote}<div style="font-size:{text:quote font size};">"{Quote}"</div>{block:Source}<div class="source">&mdash; {Source}</div>{/block:Source}{/block:Quote}
  139.  
  140. {block:Link}<h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>{block:Description}<div class="description">{Description}</div>{/block:Description}{/block:Link}
  141.  
  142. {block:Chat}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
  143.  
  144. {block:Video}{Video-500}{/block:Video}
  145.  
  146. {block:Audio}<div class="player">{AudioPlayerWhite}</div>{/block:Audio}
  147.  
  148. {block:Answer}<div class="question"><strong>{asker}:</strong> {Question}</div>{answer}{/block:Answer}
  149.  
  150. {block:indexpage}{block:ifshowcaptions}{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:ifshowcaptions}{block:ifshowdateonindexpage}<div class="permalink"><a href="{Permalink}">Posted: {block:Date}{DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a></div>{/block:ifshowdateonindexpage}{/block:indexpage}
  151.  
  152. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<div class="notes">Posted: {block:Date}{DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags}<div class="tags">Filed under: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}</div>{/block:Posts}
  153.  
  154. {block:IfNotEndlessScrolling}{block:Pagination}<div style="float:left;">{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}</div><div style="float:right; padding-bottom:20px;">{block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}</div>{/block:Pagination}{block:IfNotEndlessScrolling}</div></div></body></html>