Advertisement
adessive

Devise (v2)

Jul 13th, 2012
4,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.51 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. . .
  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:permalink font size" content="14px"/>
  34. <meta name="text:width" content="410px"/>
  35. <meta name="text:post spacing" content="25px"/>
  36. <meta name="text:permalink text" content="o"/>
  37. <meta name="font:body" content="courier new"/>
  38. <meta name="if:endless scrolling" content="0"/>
  39. <meta name="if:image fade" content="1"/>
  40. <meta name="if:show captions" content="1"/>
  41. <meta name="if:show tags on index page" content="1"/>
  42. <meta name="if:show post borders" content="1"/>
  43. <meta name="if:show sidebar border" 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. h3 {line-height:10px; font-size:9px; font-weight:normal; font-style:italic; font-family:{font:title}; margin-top:0px; margin-bottom:-8px;}
  53.  
  54. .wrap {width:{text:width}; margin:0px auto;}
  55. #entry {overflow:hidden; {block:ifshowpostborders}border:1px solid {color:secondary};{/block:ifshowpostborders} padding:5px; width:{text:width}; {block:indexpage}margin-bottom:{text:post spacing};{/block:indexpage}}
  56. #entry:hover .permalink {opacity:1;}
  57. .permalink {position:absolute; font-size:{text:permalink font size}; font-weight:normal; text-align:left; margin-top:-6px; margin-left:{text:width}; padding-left:12px; -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; opacity:0;}
  58.  
  59. #sidebar {position:fixed; {block:ifshowsidebarborder}border-right:2px solid {color:secondary};{/block:ifshowsidebarborder} width:200px; z-index:1000; bottom:150px; margin-left:-250px; padding:8px;}
  60. .nav {{block:description}margin-bottom:15px;{/block:description} text-align:right; opacity:.8;} .links {display:block; text-transform:none;} .descrip {text-align:right; font-size:9px; font-style:italic; text-transform:none;}
  61.  
  62. .caption {margin-top:-8px; background:{color:secondary};}
  63. .question {background:{color:secondary}; padding:7px;}
  64. .source {background:{color:secondary}; font-size:8px; font-weight:normal; text-transform:uppercase; margin-top:10px;}
  65. .player {background:#000; width:{text:width};}
  66. .tags {padding-top:2px; margin-top:4px; margin-bottom:15px; border-top:1px solid {color:secondary}; text-transform:lowercase; font-size:9px; opacity:.7;}
  67. .notes {margin-top:5px; padding-left:0px; text-transform:uppercase; font-size:8px; opacity:.7; font-weight:bold;}
  68. ol.notes {padding-left:40px; list-style-type:none; text-transform:none; font-size:{text:font size}; opacity:1; font-weight:normal;}
  69. ol.notes li.note {padding:2px;}
  70. ol.notes li.note img.avatar {width:16px; height:16px;}
  71.  
  72. #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};}
  73.  
  74. .label {line-height:10px; font-size:10px; font-weight:normal; font-family:{font:title}; text-transform:lowercase;} ul, ol {margin-left:-40px!important; list-style:none;}
  75.  
  76. 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:.5; -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}
  77.  
  78. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  79. #infscr-loading {display:none;}
  80.  
  81. ::-webkit-scrollbar{width:7px; height:7px;}
  82. ::-webkit-scrollbar-button:start:decrement
  83. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  84. ::-webkit-scrollbar-track-piece{background-color:{color:background};}
  85. ::-webkit-scrollbar-thumb:vertical{height:110px; background-color:{color:secondary};}
  86. ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color:{color:secondary};}
  87.  
  88. iframe#tumblr_controls {position:fixed!important; opacity:.8;}
  89.  
  90. {CustomCSS}
  91. </style>
  92.  
  93. <script type="text/javascript">
  94. $(document).ready(function()
  95. {
  96. $( '.wrap' ).fadeIn("slow");
  97. });
  98. </script>
  99.  
  100. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  101.  
  102. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  103. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  104. <script type="text/javascript" charset="utf-8">
  105. var $j = jQuery.noConflict();
  106. $j(function() {
  107. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  108. $j("img").lazyload({
  109. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  110. effect: "fadeIn",
  111. });
  112. });</script>
  113.  
  114. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScrolling}
  115.  
  116. </head><body><div id="credit"><a href="http://adessive.tumblr.com">Theme</a></div><div class="wrap">
  117.  
  118. <div id="sidebar"><div class="nav"><a class="links" href="/">{title}</a><a class="links" href="/archive">{lang:Archive}</a>{block:AskEnabled}<a class="links" href="/ask">Message</a>{/block:AskEnabled}{block:SubmissionsEnabled}<a class="links" href="/submit">Submit</a>{/block:SubmissionsEnabled}{block:IfShowRSS}<a class="links" href="{RSS}">{lang:RSS}</a>{/block:IfShowRSS}{block:HasPages}{block:Pages}<a class="links" href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div>{block:Description}<div class="descrip">{Description}</div>{/block:Description}</div>
  119.  
  120. {block:IfEndlessScrolling}<div class = "autopagerize_page_element">{/block:IfEndlessScrolling}
  121.  
  122. {block:Posts}<div id="entry">{block:IndexPage}<span class="permalink"><a href="{Permalink}">{text:permalink text}</a></span>{/block:IndexPage}
  123.  
  124. {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  125.  
  126. {block:Photo}{LinkOpenTag}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:Photo}
  127.  
  128. {block:Photoset}{Photoset-500}{/block:Photoset}
  129.  
  130. {block:Quote}"{Quote}"{block:Source}<div class="source">&mdash; quoted from {Source}</div>{/block:Source}{/block:Quote}
  131.  
  132. {block:Link}<h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>{block:Description}<div class="description">{Description}</div>{/block:Description}{/block:Link}
  133.  
  134. {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}
  135.  
  136. {block:Video}{Video-500}{/block:Video}
  137.  
  138. {block:Audio}<div class="player">{AudioPlayerBlack}</div>{/block:Audio}
  139.  
  140. {block:Answer}<div class="question"><strong>{asker}:</strong> {Question}</div>{answer}{/block:Answer}
  141.  
  142. {block:indexpage}{block:ifshowcaptions}{block:caption}<div class="caption">{caption}</div>{/block:caption}{/block:ifshowcaptions}{block:ifshowtagsonindexpage}{block:HasTags}<div class="tags">Filed under: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}{/block:ifshowtagsonindexpage}{/block:indexpage}
  143.  
  144. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<div class="notes">Posted on {block:Date}{DayOfWeek} {Month} {DayOfMonthWithZero} at {12Hour}:{Minutes}{AmPm}{/block:Date} with <strong>{block:NoteCount}{NoteCount}{/block:NoteCount} notes</strong>{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}
  145.  
  146. {block:IfNotEndlessScrolling}{block:Pagination}<div style="float:left;">{block:PreviousPage}<a href="{PreviousPage}">&larr; Previous</a>{/block:PreviousPage}</div><div style="float:right; padding-bottom:20px;">{block:NextPage}<a href="{NextPage}">Next &rarr;</a>{/block:NextPage}</div>{/block:Pagination}{block:IfNotEndlessScrolling}</div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement