Advertisement
adessive

Facile

Apr 7th, 2012
13,542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.41 KB | None | 0 0
  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. / \ | o
  7. /___\ .-.| .-. .--..--. .. ._.-.
  8. / \( |(.-' `--.`--. | \ / (.-'
  9. ' ``-'`-`--'`--'`--'-' `-`' `--'
  10. please do not delete any credits and/or
  11. redistribute the following code thank you -->
  12.  
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}"/>
  22. {/block:Description}
  23.  
  24. <meta name="color:background" content="#fff"/>
  25. <meta name="color:primary" content="#6d6d6d"/>
  26. <meta name="color:secondary" content="#f2f2f2"/>
  27. <meta name="color:tertiary" content="#000"/>
  28. <meta name="color:link" content="#c0c0c0"/>
  29. <meta name="color:link hover" content="#4d4d4d"/>
  30.  
  31. <meta name="text:font size" content="10px"/>
  32. <meta name="text:title font size" content="15px"/>
  33. <meta name="text:width" content="380px"/>
  34. <meta name="text:post spacing" content="60px"/>
  35.  
  36. <meta name="font:body" content="courier new"/>
  37. <meta name="font:title" content="courier new"/>
  38.  
  39. <meta name="if:click for nav" content="0"/>
  40. <meta name="if:endless scrolling" content="0"/>
  41. <meta name="if:show captions" content="1"/>
  42. <meta name="if:shadows" content="1"/>
  43. <meta name="if:show description" content="1"/>
  44. <meta name="if:image fade" content="0"/>
  45. <meta name="if:show rss" content="1"/>
  46.  
  47. {block:ifclickfornav}
  48. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  49. <script type="text/javascript">
  50. jQuery(document).ready(function() {
  51. jQuery(".links").hide();
  52. //toggle the componenet with class msg_body
  53. jQuery(".title").click(function()
  54. {
  55. jQuery(this).next(".links").slideToggle(500);
  56. });});
  57. </script>
  58. {/block:ifclickfornav}
  59.  
  60. <style type="text/css">
  61. body {background:{color:background}; font-family:{font:body}; font-size:{text:font size}; text-align:justify; color:{color:primary};}
  62.  
  63. a {text-decoration:none; color:{color:link}; -moz-transition:0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;}
  64. a:hover {color:{color:link hover};}
  65.  
  66. .title {font-size:{text:title font size}; font-weight:normal; font-family:{font:title}; margin-bottom:8px; text-align:center; {block:ifclickfornav}cursor:help;{/block:ifclickfornav}}
  67.  
  68. h3 {line-height:10px; background:{color:secondary}; font-weight:bold; text-transform:uppercase; margin-bottom:-8px;}
  69.  
  70. .wrap {margin:0px auto; width:{text:width}; margin-top:150px; padding-bottom:5px;}
  71. .posts {margin-top:5px; padding-top:5px; border-top:1px dotted {color:secondary}; border-bottom:1px dotted {color:secondary};}
  72. .post {{block:indexpage}margin-bottom:{text:post spacing};{/block:indexpage}}
  73. #entry {width:{text:width}; padding:3px; {block:indexpage}margin-bottom:10px;{/block:indexpage} position:relative;}
  74. .permalink {font-weight:normal; padding-top:10px; opacity:.5;}
  75. .permalink img {width:8px; height:8px; -webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.3); -moz-box-shadow:0px 0px 0px rgba(0,0,0,0.3); box-shadow:0px 0px 0px rgba(0,0,0,0.3);}
  76.  
  77. #photo {position:relative;}
  78. #photo:hover .perm {opacity:1; -moz-transition:0.5s ease-in; -webkit-transition: 0.5s ease-in; -o-transition:0.5s ease-in; transition:0.5s ease-in;}
  79. .perm {margin:0px; position:absolute; bottom:0px; padding:10px; font-size:9px; background:{color:background}; opacity:0; -moz-transition:0.5s ease-in; -webkit-transition: 0.5s ease-in; -o-transition:0.5s ease-in; transition:0.5s ease-in;}
  80.  
  81. #credit {position:fixed; bottom:10px; margin-right:5px; right:0px;} #credit a {padding:4px; font-size:10px; background:{color:secondary}; color:{color:tertiary};} #credit a:hover {background:{color:tertiary}; color:{color:secondary};}
  82.  
  83. .links {text-align:center; margin-top:-5px; margin-bottom:10px; font-size:8px; text-transform:uppercase;}
  84. .permcap {background:{color:secondary}; margin-top:-8px;}
  85. .caption {margin-bottom:-8px; padding:8px; background:{color:secondary};}
  86. .player {background:#000; width:{text:width};}
  87. .notes {margin-top:5px; margin-bottom:25px; padding-left:5px;}
  88. ol.notes {padding-left:45px; list-style-type:none;}
  89. ol.notes li.note {padding:2px;}
  90. ol.notes li.note img.avatar {width:16px; height:16px;}
  91.  
  92. .label {font-weight:bold; text-transform:uppercase; font-size:8px;}
  93. ul, ol {margin-left:-40px!important; list-style:none; text-transform:uppercase; font-size:8px;}
  94.  
  95. img {border:0px; width:{text:width}; {block:indexpage}{block:ifshadows}-webkit-box-shadow:3px 14px 5px rgba(0,0,0,0.3); -moz-box-shadow:3px 14px 5px rgba(0,0,0,0.3); box-shadow:1px 2px 3px rgba(0,0,0,0.3);{/block:ifshadows}{/block:indexpage} -moz-transition: 0.5s ease-in; -webkit-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; transition: 0.5s ease-in;}
  96. {block:ifimagefade}img:hover {{block:indexpage}opacity:0.7; -moz-transition: 0.5s ease-in; -webkit-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; transition: 0.5s ease-in;{/block:indexpage}}{/block:ifimagefade}
  97.  
  98. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  99. #infscr-loading {display:none;}
  100.  
  101. ::-webkit-scrollbar{width:8px;height:8px;}
  102. ::-webkit-scrollbar-button:start:decrement
  103. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  104. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  105. ::-webkit-scrollbar-thumb:vertical{height:50px; border:1px solid {color:secondary}; -webkit-border-radius:0px;}
  106. ::-webkit-scrollbar-thumb:horizontal{width:8px; border:1px solid {color:secondary}; -webkit-border-radius:0px;}
  107.  
  108. iframe#tumblr_controls {position:fixed!important;}
  109.  
  110. {CustomCSS}
  111. </style>
  112.  
  113. <script type="text/javascript">
  114. $(document).ready(function()
  115. {
  116. $( '.wrap' ).fadeIn("slow");
  117. });
  118. </script>
  119.  
  120. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  121.  
  122. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  123. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  124. <script type="text/javascript" charset="utf-8">
  125. var $j = jQuery.noConflict();
  126. $j(function() {
  127. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  128. $j("img").lazyload({
  129. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  130. effect: "fadeIn",
  131. });
  132. });</script>
  133.  
  134. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScrolling}
  135.  
  136. </head>
  137.  
  138. <body>
  139.  
  140. <div id="credit"><a href="http://adessive.tumblr.com">Theme</a></div><div class="wrap"><div class="title">{title}</div><div class="links"><a href="/">Home</a>&nbsp;&nbsp;<a href="/archive">{lang:Archive}</a>&nbsp;&nbsp;{block:AskEnabled}<a href="/ask">{AskLabel}</a>&nbsp;&nbsp;{/block:AskEnabled}{block:SubmissionsEnabled}<a href="/submit">{SubmitLabel}</a>&nbsp;&nbsp;{/block:SubmissionsEnabled}{block:IfShowRSS}<a href="{RSS}">{lang:RSS}</a>&nbsp;&nbsp;{/block:IfShowRSS}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>&nbsp;&nbsp;{/block:Pages}{/block:HasPages}</div>
  141.  
  142. {block:ifshowdescription}{block:description}<div style="text-align:center; font-weight:normal; background:{color:secondary}; padding:5px; margin-bottom:15px; text-transform:uppercase; font-size:9px;">{description}</div>{/block:description}{/block:ifshowdescription}
  143.  
  144. {block:IfEndlessScrolling}<div class = "autopagerize_page_element">{/block:IfEndlessScrolling}
  145.  
  146. <div class="posts">{block:Posts}{block:Text}<div id="entry"><div class="post text">{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{block:indexpage}<div class="permalink"><a href="{Permalink}">{block:Date}@ {12Hour}:{Minutes}{AmPm}{/block:Date}</a><div style="float:right;">w/ {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div></div>{/block:indexpage}</div></div>{/block:Text}
  147.  
  148. {block:Photo}<div id="entry"><div id="photo"><div class="post photo">{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/>{block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{block:IndexPage}<div class="perm">{block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}</div></div></div>{/block:Photo}
  149.  
  150. {block:Photoset}<div id="entry"><div class="post photoset">{block:IndexPage}<div style="width: {text:width}; height:auto; overflow:hidden;">{Photoset-400}</div>{/block:IndexPage}
  151. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:indexpage}<div class="permalink"><a href="{Permalink}">{block:Date}@ {12Hour}:{Minutes}{AmPm}{/block:Date}</a><div style="float:right;">w/ {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div></div>{/block:indexpage}</div></div>{/block:Photoset}
  152.  
  153. {block:Quote}<div id="entry"><div class="post quote">{Quote}{block:indexpage}<div class="permalink"><a href="{Permalink}">{block:Date}@ {12Hour}:{Minutes}{AmPm}{/block:Date}</a>{/block:indexpage}{block:Source}<div style="float:right;">{Source}</div>{/block:Source}</div></div>{/block:Quote}
  154.  
  155. {block:Link}<div id="entry"><div class="post link"><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>{block:Description}<div class="description">{Description}</div>{/block:Description}{block:indexpage}<div class="permalink"><a href="{Permalink}">{block:Date}@ {12Hour}:{Minutes}{AmPm}{/block:Date}</a><div style="float:right;">w/ {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div></div>{/block:indexpage}</div></div>{/block:Link}
  156.  
  157. {block:Chat}<div id="entry"><div class="post 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:indexpage}<div class="permalink"><a href="{Permalink}">{block:Date}@ {12Hour}:{Minutes}{AmPm}{/block:Date}</a><div style="float:right;">w/ {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div></div>{/block:indexpage}</div></div>{/block:Chat}
  158.  
  159. {block:Video}<div id="entry"><div class="post video"><div style="width: {text:width}; height:auto; overflow:hidden;">{Video-400}</div>{block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{block:indexpage}<div class="permalink"><a href="{Permalink}">{block:Date}@ {12Hour}:{Minutes}{AmPm}{/block:Date}</a><div style="float:right;">w/ {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div></div>{/block:indexpage}</div></div>{/block:Video}
  160.  
  161. {block:Audio}<div id="entry"><div class="post audio"><div class="player">{AudioPlayerBlack}</div>{block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{block:indexpage}<div class="permalink"><a href="{Permalink}">{block:Date}@ {12Hour}:{Minutes}{AmPm}{/block:Date}</a><div style="float:right;">w/ {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div></div>{/block:indexpage}</div></div>{/block:Audio}
  162.  
  163. {block:PermalinkPage}<div class="notes"><div class="permcap">Posted {block:Date}{DayOfWeek} @ {12Hour}:{Minutes}{AmPm}{/block:Date}<div style="float:right;">With {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>{block:HasTags}<div style="margin-top:4px;">Filed under: {block:Tags}<a href="{TagURL}">#{Tag}, </a>{/block:Tags}</div>{/block:HasTags}</div></div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}{/block:Posts}</div>
  164.  
  165. {block:IfNotEndlessScrolling}<div align="right">{block:Pagination}<div style="float:right; font-weight:bold;">{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div><div style="float:left; font-weight:bold;">{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}</div>{/block:Pagination}</div>{block:IfNotEndlessScrolling}
  166.  
  167. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  168. </div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement