Advertisement
danceforyous

Theme Thirteen

May 28th, 2013
663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. <head>
  2.  
  3. <title>{Title}</title>
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  12. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  13. <script type="text/javascript" charset="utf-8">
  14. var $j = jQuery.noConflict();
  15. $j(function() {
  16. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  17. $j("img").lazyload({
  18. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  19. effect: "fadeIn",
  20. });
  21. });
  22. </script>
  23.  
  24. <!--
  25. theme 13 by anne @ danceforyous
  26. -->
  27.  
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Text" content="#838282"/>
  30. <meta name="color:Link" content="#000">
  31. <meta name="color:Scrollbar" content="#e7e3e4" />
  32.  
  33. <meta name="image:sidebar" content=""/>
  34.  
  35. <meta name="text:link 1" content="">
  36. <meta name="text:link 1 url" content="/">
  37. <meta name="text:link 2" content="">
  38. <meta name="text:link 2 url" content="/">
  39. <meta name="text:link 3" content="">
  40. <meta name="text:link 3 url" content="/">
  41. <meta name="text:link 4" content="">
  42. <meta name="text:link 4 url" content="/">
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar{height: 5px; width: 5px; -webkit-border-radius:0px; background-color:{color:background};}
  47. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  48. ::-webkit-scrollbar-track{background-color:{color:background};}
  49.  
  50. body {
  51. background:{color:background};
  52. color:{color:text};
  53. font-family:times;
  54. font-size:10px;
  55. line-height:100%;
  56. }
  57.  
  58.  
  59. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:link};
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote {
  73. padding-left:5px;
  74. border-left:1px solid;
  75. }
  76.  
  77. blockquote blockquote {
  78. padding-left:5px;
  79. border-left:1px solid;
  80. }
  81.  
  82. h1 {
  83. font-size:15px;
  84. text-transform:uppercase;
  85. font-weight:normal;
  86. line-height:100%;
  87. }
  88.  
  89. #entries {
  90. padding:10px;
  91. width:500px;
  92. margin-left:500px;
  93. margin-top:40px;
  94. }
  95.  
  96. #sidebar {
  97. width:190px;
  98. position:fixed;
  99. margin-left:200px;
  100. margin-top:100px;
  101. }
  102.  
  103.  
  104. #sidebarimage {
  105. width 160px;
  106. }
  107.  
  108. #sidebarimage img {
  109. border-radius:100px;
  110. width:160px;
  111. }
  112.  
  113. #description {
  114. position:fixed;
  115. text-transform:lowercase;
  116. margin-top:35px;
  117. margin-left:-5px;
  118. width:170px;
  119. font-size:9px;
  120. text-align:center;
  121. letter-spacing:1px;
  122. }
  123.  
  124. #pagination {
  125. font-size:11px;
  126. text-align:right;
  127. margin-right:80px;
  128. margin-top:60px;
  129. }
  130.  
  131. .links {
  132. text-align:center;
  133. width:200px;
  134. padding:3px;
  135. margin-top:5px;
  136. margin-left:-25px;
  137. line-height:140%;
  138. font-size:10px;
  139. letter-spacing:1px;
  140. }
  141.  
  142. .links a{
  143. margin-bottom:16px;
  144. width:70px;
  145. font-style:italic;
  146. padding:3px;
  147. }
  148.  
  149. #post {
  150. width:500px;
  151. margin-top:5px;
  152. margin-left:-40px;
  153. padding-bottom:20px;
  154. }
  155.  
  156. #info {
  157. margin-top:10px;
  158. border-top:1px #eee solid;
  159. padding:5px;
  160. }
  161.  
  162. #credits {
  163. font-size:10px;
  164. bottom:10px;
  165. right:10px;
  166. height:3%;
  167. position:fixed;
  168. background-color:#fcfafa;
  169. padding:5px;
  170. padding-top:8px;
  171. -moz-transition-duration:0.4s;
  172. -webkit-transition-duration:0.4s;
  173. -o-transition-duration:0.4s;
  174. }
  175.  
  176. #credits:hover {
  177. background-color:black;
  178. -moz-transition-duration:0.4s;
  179. -webkit-transition-duration:0.4s;
  180. -o-transition-duration:0.4s;
  181. }
  182.  
  183.  
  184. {CustomCSS}</style>
  185. <body>
  186.  
  187. <div id="sidebar">
  188.  
  189. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  190.  
  191. <div id="description">{Description}</div>
  192.  
  193. <div class="links">
  194.  
  195. <a href="{text:link 1 url}">{text:link 1}</a> /
  196. <a href="{text:link 2 url}">{text:link 2}</a> /
  197. <a href="{text:link 3 url}">{text:link 3}</a> /
  198. <a href="{text:link 4 url}">{text:link 4}</a>
  199. </div>
  200.  
  201. <div id="pagination">
  202. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> newer</a>{/block:PreviousPage}
  203. {block:NextPage}<a href="{NextPage}">— older</a>{/block:NextPage}{/block:Pagination}
  204. </div>
  205. </div>
  206.  
  207. <div id="entries">{block:Posts}<div id="post">
  208.  
  209. {block:Text}<h1>{block:Title}<div style="background-color:#fafafa; text-align:center; padding: 8px;">{Title}</div>{/block:Title}</h1>{Body}{/block:Text}
  210.  
  211. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  212.  
  213. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  214.  
  215. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  216.  
  217. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  218.  
  219. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  220.  
  221. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px; padding:3px; border:2px #f1f1f1 solid;" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  222. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  223. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  224. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  225. {/block:Audio}
  226.  
  227. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  228.  
  229. {block:Answer}<div style="background-color:#fafafa; padding: 8px; border-bottom:1px #eee solid;"><b>{Asker}:</b><i><br>{Question}</i></div>{Answer}{/block:Answer}
  230.  
  231. <div id="info">
  232. <a href="{Permalink}">{block:Date}{timeago}{/block:Date}</a> /
  233.  
  234. {NoteCountWithLabel} / {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> /
  235.  
  236. {block:ContentSource}<a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}
  237.  
  238. <br> {block:HasTags}{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  239.  
  240. </div>
  241. {block:PostNotes}{PostNotes}{/block:PostNotes}
  242. {/block:Posts}</div>
  243.  
  244. <div id="credits"> <a href="http://www.ofirisesthemes.tumblr.com/" target="_blank"> theme</a> </div>
  245.  
  246. </body>
  247. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement