Advertisement
sunkei

god only knows

Jul 18th, 2015
1,833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.10 KB | None | 0 0
  1. <!--
  2. god only knows
  3. theme made by gyapo.tumblr.com
  4. don't remove this comment
  5.  
  6. 18/07 : tags
  7. -->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14. <head>
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21. <link href='//fonts.googleapis.com/css?family=NTR|Amiri|Lekton' rel='stylesheet' type='text/css'>
  22.  
  23. <meta name="image:Background" content="http://static.tumblr.com/..."/>
  24.  
  25. <meta name="color:Background" content="#fff" />
  26. <meta name="color:PostTitle" content="#000" />
  27. <meta name="color:Link" content="#000" />
  28.  
  29.  
  30. <meta name="color:EntryBorder" content="#444" />
  31. <meta name="color:Texts" content="#888" />
  32.  
  33.  
  34. <meta name="if:EndlessScroll" content="0"/>
  35.  
  36. <meta name="text:link1URL" content=""/>
  37. <meta name="text:link1" content="link one,"/>
  38. <meta name="text:link2URL" content=""/>
  39. <meta name="text:link2" content="link two,"/>
  40. <meta name="text:link3URL" content=""/>
  41. <meta name="text:link3" content="link three"/>
  42. <meta name="text:link4URL" content=""/>
  43. <meta name="text:link4" content="link four,"/>
  44. <meta name="text:link5URL" content=""/>
  45. <meta name="text:link5" content="link five"/>
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. {block:IfEndlessScroll}
  53. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  54.  
  55. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScroll}
  56.  
  57. <style type="text/css">
  58.  
  59. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  60.  
  61. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  62.  
  63.  
  64.  
  65. body
  66. {font-family:amiri;
  67. font-size:12px;
  68. line-height:1.2;
  69. color:{color:Texts};
  70. background-color:{color:Background};
  71. background-image:url('{image:Background}');
  72. background-position: fixed;
  73. background-attachment:fixed;
  74. background-repeat:repeat;}
  75.  
  76. a
  77. {text-decoration:none;
  78. color:{color:Link};}
  79.  
  80.  
  81.  
  82. #above
  83. {width:200px;
  84. left:605px;
  85. top:30px;
  86. border-top:1px solid {color:EntryBorder};
  87. padding-top:10px;
  88. line-height:1;
  89. position:fixed;
  90. z-index:999;}
  91.  
  92. ul {list-style-type: circle;}
  93.  
  94. blockquote
  95. {border-left:1px solid;
  96. margin-left:10px;
  97. padding-left:5px;}
  98.  
  99. #title
  100. {
  101. font-size:16px;
  102. }
  103.  
  104. .link
  105. {margin-bottom:5px;}
  106.  
  107. #about
  108. {margin-top:10px;margin-bottom:10px;}
  109.  
  110. #posts
  111. {width:700px;position:absolute;margin-top:-8px;margin-left:-8px;}
  112.  
  113. .post
  114. {{block:IndexPage}width:250px;{/block:IndexPage}
  115. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  116. border-top:1px solid {color:EntryBorder};
  117. padding-top:10px;
  118. overflow:hidden;
  119. min-height:70px;
  120. margin-top:30px;
  121. margin-left:35px;
  122. float:left;
  123. text-align:justify;
  124. margin-bottom:50px;
  125. }
  126. .post img
  127. {{block:IndexPage}max-width:250px;{/block:IndexPage}
  128. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}}
  129. img
  130. {margin-bottom:-3px;}
  131. .infos
  132. {position:absolute;
  133. text-transform:uppercase;font-size:10px;
  134. text-align:right;
  135. {block:IndexPage}width:250px;{/block:IndexPage}
  136. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  137. {block:IndexPage}opacity:0;{/block:IndexPage}
  138. {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
  139. margin-top:-25px;
  140. -webkit-transition: opacity 0.3s linear;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  141.  
  142. .post:nth-of-type(odd) {
  143. clear: left;
  144. }
  145. .post:nth-of-type(odd) .tags {
  146. text-align:right;
  147. }
  148. .post:nth-of-type(odd) .hashtag {
  149. margin-left:5px;
  150. }
  151. .post:nth-of-type(even) {
  152. clear: right;
  153. }
  154. .post:nth-of-type(even) .infos {
  155. text-align:left;
  156. }
  157. .post:nth-of-type(even) .hashtag {
  158. margin-right:5px;
  159. }
  160.  
  161. .post:hover .infos
  162. {opacity:1;}
  163.  
  164. .tags
  165. {margin-top:5px;text-align:left;
  166. {block:IndexPage}opacity:0;{/block:IndexPage}
  167. {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
  168. -webkit-transition: opacity 0.3s linear;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  169. .post:hover .tags
  170. {opacity:1;}
  171. .hashtag
  172. {
  173. color:{color:Texts};}
  174.  
  175. .posttitle
  176. {font-family:ntr;font-size:16px;color:{color:PostTitle};
  177. }
  178. .linkname
  179. {font-family:ntr;font-size:16px;color:{color:PostTitle};padding:0px 2px 0px 2px;border:2px solid;
  180. }
  181.  
  182. .text a
  183. {text-transform:uppercase;font-size:11px;}
  184. .line
  185. {margin-bottom:5px;}
  186. .label
  187. {text-transform:uppercase;font-size:10px;}
  188. .asker
  189. {text-transform:uppercase;font-size:13px;letter-spacing:1px;}
  190. .question
  191. {font-size:16px;color:{color:PostTitle};}
  192. .quest
  193. {font-family:ntr;}
  194. #pagi
  195. {margin-top:10px;}
  196.  
  197.  
  198. </style>
  199. </head>
  200. <body>
  201.  
  202. {block:IfEndlessScroll}
  203. <a href="#top" style="position:fixed;bottom:5px;right:5px;text-transform:uppercase;font-size:10px;" >back to top</a>{/block:IfEndlessScroll}
  204.  
  205. <div id="posts">
  206. {block:Posts}
  207. <div class="post" >
  208. <div class="infos"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  209.  
  210.  
  211. {block:Answer}
  212. <div class="question"><span class="asker">{Asker} :</span> <span class="quest">{Question}</span></div>
  213. <div>{Answer}</div>{/block:Answer}
  214.  
  215. {block:Photo}<a href="{Permalink}"><div><img src="{PhotoURL-500}"/></div></a>{/block:Photo}
  216.  
  217.  
  218. {block:Photoset}
  219. <div> {block:IndexPage}{Photoset-250}{/block:IndexPage}
  220. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  221. </div>{/block:Photoset}
  222.  
  223. {block:Video}
  224. <div> {block:IndexPage}{Video-250}{/block:IndexPage}
  225. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  226. </div>{/block:Video}
  227.  
  228. {block:Quote}<div class="quote">" {Quote}" </div>
  229. {block:Source}
  230. <div class="posttitle"><span >— {Source}</span></div>
  231. {/block:Source}{/block:Quote}
  232.  
  233.  
  234.  
  235. {block:Text}{block:Title}
  236. <div class="posttitle">{Title}</div> {/block:Title}
  237. <div class="text">{Body}</div>{/block:Text}
  238.  
  239. {block:Chat}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  240. {block:Lines}<div class="line">{block:Label}<span class="label"> {Label}</span>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  241.  
  242. {block:Link}
  243. <a href="{URL}"><div class="linkname">{Name}</div></a>
  244. <div class="text">{Description}</div>{/block:Link}
  245.  
  246. {block:Audio}
  247. {block:AudioPlayer}<div>{AudioPlayer}</div>{/block:AudioPlayer}
  248. <div>{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}by {Artist}{/block:Artist}<br>{PlayCountWithLabel}</div>{/block:Audio}
  249.  
  250.  
  251. {block:HasTags}<div class="tags" >{block:Tags}<a href="{TagURL}"><span class="hashtag">#{Tag}</span></a>{/block:Tags}</div>{/block:HasTags}
  252.  
  253.  
  254. {block:PermalinkPage}
  255.  
  256. <div class="text">{Caption}</div>
  257.  
  258. {block:Date}
  259. <div class="text">{DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {Month} {Year} </div>{/block:Date}
  260. {block:RebloggedFrom}
  261. <div class="text">VIA : <a href="{ReblogParentURL}">{ReblogParentName}</a> ORIGIN : <a href="{ReblogRootURL}">{ReblogRootName}</a></div><!--entry-->{/block:RebloggedFrom}
  262.  
  263. {block:PostNotes}<div class="entry" style="height:150px;overflow:auto;">{PostNotes}</div><!--entry>{/block:PostNotes}
  264. {/block:PermalinkPage}
  265.  
  266. </div>
  267.  
  268. {block:RebloggedFrom}
  269. <!--{ReblogParentName}-->
  270. {/block:RebloggedFrom}
  271.  
  272. {block:ContentSource}
  273. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  274. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  275. {/block:SourceLogo}
  276. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  277. {/block:ContentSource}
  278.  
  279.  
  280. {/block:Posts}
  281. </div>
  282.  
  283. <div id="above">
  284. <div id="title"><span class="title">{Title}</span></div>
  285. <div id="about">{Description}</div>
  286.  
  287. <div id="menu">
  288. <div class="link"><a href="/">home</a>, <a href="/ask">message</a>, <a href="/archive">archive</a>, <a href="http://gyapo.tumblr.com/">theme</a></div>
  289. <div class="link"><a href="{text:link1URL}">{text:link1}</a> <a href="{text:link2URL}">{text:link2}</a> <a href="{text:link3URL}">{text:link3}</a></div>
  290. <div class="link"><a href="{text:link4URL}">{text:link4}</a> <a href="{text:link5URL}">{text:link5}</a></div>
  291. </div>
  292.  
  293. {block:IfNotEndlessScroll}
  294. {block:Pagination}
  295. <div id="pagi" >
  296. {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage} <a href="{NextPage}" style>→</a>{/block:NextPage}
  297.  
  298. </div>
  299. {/block:Pagination}
  300. {/block:IfNotEndlessScroll}
  301. </div>
  302.  
  303.  
  304.  
  305. </body>
  306. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement