Advertisement
okesan

13 by selkkas

Jan 29th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10. #13 by selkas
  11. http://selkas.tumblr.com
  12.  
  13.  
  14.  
  15.  
  16. notes:
  17.  
  18.  
  19. * clicking on the title opens the menu panel, so you
  20. need to enter a title or the theme will not work
  21.  
  22. * you may not be able to view the menu panel on the
  23. customize page but it should work on your blog;
  24. same with clicking photosets
  25.  
  26. * 250px is the only post width when 'one column' is
  27. unchecked; in that case the post width you enter
  28. will be the one used on the permalink page
  29.  
  30. * infinite scrolling will not work with this theme
  31. because of the way the posts are contained
  32.  
  33.  
  34. -->
  35. <title>{Title}</title>
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  37. <link rel="shortcut icon" href="{Favicon}"/>
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <!-- external css --><link rel="stylesheet" type="text/css" href="http://static.tumblr.com/qudkd6d/UQ2nhd268/13.css"/>
  40. <meta name="image:background" content="http://static.tumblr.com/631a73a25a5b08210c5f8550aa130f5c/qudkd6d/QQ2n9s9v9/tumblr_static_bkypsnu34u0wswgg0osk0kc8g.png"/>
  41. <meta name="color:background" content="#ffffff"/>
  42. <meta name="color:page border" content="#ffffff"/>
  43. <meta name="color:post bg" content="#fbfbfb"/>
  44. <meta name="color:post border" content="#ffffff"/>
  45. <meta name="color:title" content="#b6ead9"/>
  46. <meta name="color:title shadow" content="#fff6a5"/>
  47. <meta name="color:text" content="#adadad"/>
  48. <meta name="color:link border" content="#fed5be"/>
  49. <meta name="color:link border hover" content="#adb8d4"/>
  50. <meta name="color:permalink text" content="#adadad"/>
  51. <meta name="color:permalink bg" content="#fff9c5"/>
  52. <meta name="color:tags" content="#adadad"/>
  53. <meta name="color:pages" content="#9ce2cb"/>
  54. <meta name="color:pages shadow" content="#fff9c5"/>
  55. <meta name="color:scrollbar" content="#8f9ec3"/>
  56. <meta name="color:selection" content="#fed5be"/>
  57. <meta name="if:one column" content="1"/>
  58. <meta name="if:show captions" content="1"/>
  59. <meta name="if:show tags" content="1"/>
  60. <meta name="if:letter spacing" content="1"/>
  61. <meta name="if:uppercase" content="0"/>
  62. <meta name="if:tile background" content="1"/>
  63. <meta name="text:post size" content="400"/>
  64. <meta name="text:font size" content=""/>
  65. <meta name="text:font family" content=""/>
  66. <meta name="text:home link" content="refresh"/>
  67. <meta name="text:archive link" content="archive"/>
  68. <meta name="text:ask link" content="contact"/>
  69. <meta name="text:link 1" content=""/>
  70. <meta name="text:link 1 url" content=""/>
  71. <meta name="text:link 2" content=""/>
  72. <meta name="text:link 2 url" content=""/>
  73. <meta name="text:link 3" content=""/>
  74. <meta name="text:link 3 url" content=""/>
  75. <meta name="text:link 4" content=""/>
  76. <meta name="text:link 4 url" content=""/>
  77. <meta name="text:link 5" content=""/>
  78. <meta name="text:link 5 url" content=""/>
  79. <meta name="text:link 6" content=""/>
  80. <meta name="text:link 6 url" content=""/>
  81. <style type="text/css">
  82. ::selection {
  83. background-color:{color:selection};
  84. }
  85. ::-webkit-scrollbar-thumb {
  86. background-color:{color:scrollbar};
  87. }
  88. body {
  89. background-color:{color:page border};
  90. color:{color:text};
  91. font-family:{text:font family}, arial, sans-serif;
  92. font-size:{text:font size}px;
  93. {block:ifUppercase}text-transform:uppercase;{/block:ifUppercase}
  94. {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
  95. }
  96. #main {
  97. background-color:{color:background};
  98. {block:ifBackgroundImage}background-image:url('{image:background}');
  99. background-attachment:fixed;
  100. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}{/block:ifBackgroundImage}
  101. }
  102. #menu {
  103. background-color:{color:background};
  104. {block:ifBackgroundImage}background-image:url('{image:background}');
  105. background-attachment:fixed;
  106. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}{/block:ifBackgroundImage}
  107. }
  108. #menu .box {
  109. border:3px solid {color:post border};
  110. background-color:{color:post bg};
  111. }
  112. #menu .box h1 {
  113. background-color:{color:post bg};
  114. border-bottom:3px solid {color:post border};
  115. }
  116. #menu .links a {
  117. border-bottom:1px solid {color:link border};
  118. }
  119. #menu .links a:hover {
  120. border-color:{color:link border hover};
  121. }
  122. #top {
  123. color:{color:title};
  124. text-shadow:2px 2px 0px {color:title shadow};
  125. }
  126. #content {
  127. width:{text:post size}px;
  128. {block:IndexPage}{block:ifNotOneColumn}width:918px;
  129. max-width:none;
  130. padding:50px 0px 50px 50px;{/block:ifNotOneColumn}{/block:IndexPage}
  131. }
  132. .entry {
  133. {block:IndexPage}{block:ifNotOneColumn}margin-bottom:50px;
  134. margin-right:50px;
  135. float:left;
  136. width:256px;{/block:ifNotOneColumn}{/block:IndexPage}
  137. }
  138. .post {
  139. background-color:{color:post border};
  140. }
  141. .post a {
  142. border-bottom:1px solid {color:link border};
  143. }
  144. .post a:hover {
  145. border-color:{color:link border hover};
  146. }
  147. .date .bg {
  148. background-color:{color:post border};
  149. }
  150. .date .permalink {
  151. color:{color:permalink text};
  152. background-color:{color:permalink bg};
  153. }
  154. .tagged {
  155. color:{color:tags};
  156. background-color:{color:post border};
  157. {block:IndexPage}opacity:0;
  158. position:absolute;
  159. {block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  160. }
  161. .post > h1,
  162. .question,
  163. .quote,
  164. .caption,
  165. .body,
  166. .source,
  167. .notes ol {
  168. background-color:{color:post bg};
  169. }
  170. .caption {
  171. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  172. }
  173. .pagination > * {
  174. color:{color:pages};
  175. text-shadow:1px 1px 0px {color:pages shadow};
  176. }
  177. .pagination .current {
  178. color:{color:link border};
  179. }
  180. #tumblr_lightbox {
  181. background-color:{color:background}!important;
  182. {block:ifBackgroundImage}background-image:url('{image:background}')!important;
  183. background-attachment:fixed;
  184. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}{/block:ifBackgroundImage}
  185. }
  186. #tumblr_lightbox img {
  187. box-shadow:5px 5px 0px {color:title shadow}!important;
  188. }
  189. </style>
  190. </head>
  191. <body>
  192. <div id="main">
  193. <div id="top"><a href="#" id="title">{Title}</a></div>
  194. <div id="content">
  195. {block:Posts}<article class="entry"><div class="post">
  196. {block:Answer}<!-- answer --><div class="ask"><div class="portrait" style="background-image:url({AskerPortraitURL-128});"></div><div class="question">{Asker}: {Question}</div></div><div class="answer body">{Answer}</div>{/block:Answer}{block:Audio}<!-- audio --><div class="audiowrap"><div class="albumart" style="background-image:url(); {block:AlbumArt}background-image:url({AlbumArtURL});{/block:AlbumArt}"></div><div class="audio">{block:AudioPlayer}<div class="player">{AudioPlayerBlack}</div>{/block:AudioPlayer}<div class="track">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by {Artist}{/block:Artist}</div></div></div>{/block:Audio}{block:Chat}<!-- chat --> {block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat body">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines} </div>{/block:Chat}{block:Link}<!-- link --><h1><a href="{URL}">{Name}</a></h1>{block:Description}<div class="body">{Description}</div>{/block:Description}{/block:Link}{block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{PhotoURL-500}"/>{LinkCloseTag}</div>{/block:Photo}{block:Photoset}<!-- photoset --><div class="media">{block:ifOneColumn}{Photoset}{/block:ifOneColumn}{block:ifNotOneColumn}{Photoset-250}{/block:ifNotOneColumn}</div>{/block:Photoset}{block:Quote}<!-- quote --><div class="quote">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}{/block:Quote}{block:Text}<!-- text -->{block:Title}<h1>{Title}</h1>{/block:Title}<div class="body">{Body}</div>{/block:Text}{block:Video}<!-- video --><div class="media video">{Video-250}</div>{/block:Video}
  197. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  198. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  199. </div>
  200. {block:Date}<div class="date"><span class="bg"><a href="{Permalink}" class="permalink">{ShortMonth} {DayOfMonth}</a>{block:IndexPage}<a href="{ReblogURL}" class="permalink">+</a>{/block:IndexPage}</span>{block:HasTags}<div class="tagged">{block:Tags}<a href="{TagURL}">{Tag}</a><i class="comma">,</i> {/block:Tags}</div>{/block:HasTags}</div>{/block:Date}
  201. </article>
  202. {block:PostNotes}<!-- post notes --><article class="entry"><div class="post n"><h1>{NoteCountWithLabel}</h1><div class="notes">{PostNotes}</div></div></article>{/block:PostNotes}
  203. {/block:Posts}
  204. </div>
  205. {block:Pagination}<div class="pagination">{block:JumpPagination length="5"}{block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}" class="next" style="display:none"></a>{/block:NextPage}</div>{/block:Pagination}
  206. </div>
  207. <div id="menu"><div class="nest"><div class="cont">{block:Description}<div class="box"><h1>About</h1><div class="description">{Description}</div></div>{/block:Description}<div class="box"><h1>Links</h1><div class="links">{block:ifHomeLink}<a href="/">{text:home link}</a><br/>{/block:ifHomeLink}{block:ifArchiveLink}<a href="/archive">{text:archive link}</a><br/>{/block:ifArchiveLink}{block:ifAskLink}<a href="/ask">{text:ask link}</a><br/>{/block:ifAskLink}{block:ifLink1}<a href="{text:link 1 url}">{text:link 1}</a><br/>{/block:ifLink1}{block:ifLink2}<a href="{text:link 2 url}">{text:link 2}</a><br/>{/block:ifLink2}{block:ifLink3}<a href="{text:link 3 url}">{text:link 3}</a><br/>{/block:ifLink3}{block:ifLink4}<a href="{text:link 4 url}">{text:link 4}</a><br/>{/block:ifLink4}{block:ifLink5}<a href="{text:link 5 url}">{text:link 5}</a><br/>{/block:ifLink5}{block:ifLink6}<a href="{text:link 6 url}">{text:link 6}</a><br/>{/block:ifLink6}<a href="http://selkas.tumblr.com">theme</a></div></div></div></div><div class="exit"></div></div>
  208. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script><script>$(function(){$('#title').bind('click',function(){$('body').toggleClass('open');return false;});$('.exit').bind('click',function(){$('body').toggleClass('open');return false;});});</script>{block:ifNotOneColumn}{block:IndexPage}<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script><script>$(function(){ var $container = $('#content'); $container.imagesLoaded(function(){ $container.masonry({ itemSelector: '.entry', },function(){ $( layoutItems ).css("z-index","1"); }); }); });</script>{/block:IndexPage}{/block:ifNotOneColumn}
  209. </body>
  210. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement