Advertisement
sunkei

bichette

Apr 27th, 2013
7,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.45 KB | None | 0 0
  1. <!--
  2. bichette .1
  3. theme made by gyapo.tumblr.com
  4. don't remove this comment
  5.  
  6. pagi + endless fixed
  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.  
  22. <meta name="image:Background" content="http://static.tumblr.com/..."/>
  23.  
  24. <meta name="color:Background" content="#000" />
  25. <meta name="color:Description" content="#777" />
  26.  
  27. <meta name="color:Blog" content="#00ffa6" />
  28. <meta name="color:Link" content="#353535" />
  29. <meta name="color:Link hover" content="#bbb" />
  30.  
  31. <meta name="color:Notes" content="#fff" />
  32.  
  33.  
  34. <meta name="color:EntryBG" content="#fff" />
  35. <meta name="color:Texts" content="#111" />
  36.  
  37.  
  38. <meta name="if:EndlessScroll" content="0"/>
  39. <meta name="text:LinkTitle1" content="Link one" />
  40. <meta name="text:LinkURL1" content="URL1" />
  41. <meta name="text:LinkTitle2" content="Link two" />
  42. <meta name="text:LinkURL2" content="URL2" />
  43. <meta name="text:LinkTitle3" content="Link three" />
  44. <meta name="text:LinkURL3" content="URL3" />
  45. <meta name="text:LinkTitle4" content="Link four" />
  46. <meta name="text:LinkURL4" content="URL4" />
  47.  
  48. <meta name="if:500" content="0"/>
  49. <meta name="if:400" content="0"/>
  50. <meta name="if:250" content="1"/>
  51. <meta name="if:Link1" content="1"/>
  52. <meta name="if:Link2" content="1"/>
  53. <meta name="if:Link3" content="0"/>
  54. <meta name="if:Link4" content="0"/>
  55.  
  56.  
  57.  
  58. {block:IfEndlessScroll}
  59. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  60.  
  61. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScroll}
  62.  
  63. <style type="text/css">
  64.  
  65. 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;}
  66.  
  67. 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;}
  68.  
  69.  
  70.  
  71. body
  72. {font-family:calibri;
  73. font-size:10px;
  74. color:{color:Texts};
  75. background-color:{color:Background};
  76. background-image:url('{image:Background}');
  77. background-position: fixed;
  78. background-attachment:fixed;
  79. background-repeat:repeat;}
  80.  
  81. a
  82. {text-decoration:none;
  83. color:{color:Link};
  84. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  85. opacity:1;}
  86.  
  87. a:hover
  88. {text-decoration:none;
  89. color:{color:Link hover};
  90. opacity:1;}
  91.  
  92. blockquote
  93. {border-left:1px solid {color:Blog};
  94. padding-left:5px;}
  95.  
  96. #all
  97. {margin:0 auto;}
  98.  
  99. #posts
  100. {background-color:{color:EntryBG};margin-top:-8px;padding-top:50px;padding-bottom:20px;}
  101. #middle
  102. {height:100%;width:300px;background-color:{color:EntryBG};position:fixed;z-index:-999;}
  103.  
  104. .post
  105. {background-color:{color:EntryBG};
  106. padding:25px;
  107. margin-bottom:50px;
  108. width:{block:If500}500{/block:If500}{block:If400}400{/block:If400}{block:If250}250{/block:If250}px;
  109. overflow:hidden;}
  110.  
  111. .post img
  112. {max-width:{block:If500}500{/block:If500}{block:If400}400{/block:If400}{block:If250}250{/block:If250}px;}
  113.  
  114. img
  115. {margin-bottom:-3px;}
  116.  
  117. .post:hover #bas
  118. {opacity:1;}
  119.  
  120. #lado
  121. {position:fixed;width:100px;margin-left:-150px;text-align:right;color:{color:Description};margin-top:75px;}
  122. .blog
  123. {color:{color:Blog};font-size:16px;font-family:arial;font-weight:800;}
  124. .hp
  125. {color:{color:Blog};}
  126. .menu
  127. {margin-top:25px;}
  128.  
  129. #bas
  130. {position:absolute;margin-left:{block:If500}550{/block:If500}{block:If400}450{/block:If400}{block:If250}300{/block:If250}px;width:100px;{block:IndexPage}opacity:0;{/block:IndexPage}-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  131. #po
  132. {color:{color:Notes};}
  133. #reb
  134. {color:{color:Blog};}
  135. .sli
  136. {padding:0px 5px 0px 5px;-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  137. #reb:hover
  138. {background-color:{color:Blog};}
  139. #po:hover
  140. {background-color:{color:Notes};}
  141.  
  142. #tags
  143. {margin-top:5px;}
  144. .tag
  145. {color:{color:Description};-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  146. .tag:hover
  147. {color:{color:Link hover};}
  148.  
  149. .perma
  150. {margin-top:25px;}
  151. .info
  152. {text-align:center;}
  153. .texte
  154. {font-family:cambria;text-align:justify;}
  155. .texte a
  156. {border-bottom:1px solid {color:Blog};font-weight:800;}
  157. .title
  158. {font-size:14px;background-color:{color:Background};color:{color:Blog};padding:0px 5px 0px 5px;}
  159. #source
  160. {font-weight:800;}
  161. .link
  162. {font-size:14px;border-bottom:1px solid {color:Blog};}
  163.  
  164. </style>
  165. </head>
  166. <body>
  167.  
  168.  
  169. <div style="position:fixed;bottom:10px;right:10px;">{block:IfEndlessScroll}<a href="#top">back to top</a>{/block:IfEndlessScroll} <a href="http://gyapo.tumblr.com">theme</a></div>
  170.  
  171.  
  172. <table id="all" border="0" cellpadding="0" cellspacing="0">
  173. <tr><td>
  174.  
  175. <div id="middle"></div>
  176.  
  177. <div id="lado">
  178. <div class="blog">{Title}</div>
  179. <div class="about">{Description}</div>
  180. <div class="menu">
  181. <a href="/"><div class="acces">home<span class="hp">/</span></div></a>
  182. <a href="/ask"><div class="acces">ask<span class="hp">/</span></div></a>
  183. <a href="/archive"><div class="acces">archive<span class="hp">/</span></div></a>
  184. {block:IfLink1}<a href="{text:LinkURL1}"><div class="acces">{text:LinkTitle1}<span class="hp">/</span></div></a>{/block:IfLink1}
  185. {block:IfLink2}<a href="{text:LinkURL2}"><div class="acces">{text:LinkTitle2}<span class="hp">/</span></div></a>{/block:IfLink2}
  186. {block:IfLink3}<a href="{text:LinkURL3}"><div class="acces">{text:LinkTitle3}<span class="hp">/</span></div></a>{/block:IfLink3}
  187. {block:IfLink4}<a href="{text:LinkURL4}"><div class="acces">{text:LinkTitle4}<span class="hp">/</span></div></a>{/block:IfLink4}
  188. </div><!--menu-->
  189.  
  190. {block:IfNotEndlessScroll}
  191. {block:Pagination}
  192. <div class="menu">
  193. {block:NextPage}
  194. <a href="{NextPage}"><span class="hp">+</span></a>{/block:NextPage} / {block:PreviousPage}
  195. <a href="{PreviousPage}">back</a>{/block:PreviousPage}
  196. </div>
  197. {/block:Pagination}
  198. {/block:IfNotEndlessScroll}
  199. </div><!--lado-->
  200.  
  201. <div id="posts">
  202. {block:Posts}
  203.  
  204.  
  205.  
  206.  
  207. <div class="post">
  208.  
  209. <div id="bas">
  210. {block:IndexPage}
  211. <div><a href="{ReblogURL}"><span class="sli" id="reb">R</span></a> <a href="{Permalink}"><span class="sli" id="po">{NoteCount}</span></a>
  212. </div>
  213. {/block:IndexPage}
  214. {block:HasTags}
  215. <div id="tags">
  216. {block:Tags}<a href="{TagURL}"><div class="tag"><span class="hp">#</span>{Tag}</div></a> {/block:Tags}
  217.  
  218. </div><!--tags-->
  219. {/block:HasTags}
  220.  
  221. </div><!--bas-->
  222.  
  223.  
  224.  
  225. {block:Quote}
  226. <div class="texte">"{Quote}"</div>
  227. {block:Source}
  228. <div class="texte" id="source">{Source}</div> {/block:Source}
  229. {/block:Quote}
  230.  
  231. {block:Text}
  232. {block:Title}<div><span class="title">{Title}</span></div> {/block:Title}
  233. <div class="texte">{Body}</div>
  234. {/block:Text}
  235.  
  236. {block:Link}
  237. <a href="{URL}" target="_blank"><div><span class="link">{Name}</span></div></a>
  238. {block:Description}<div class="texte">{Description}</div>{/block:Description}
  239. {/block:Link}
  240.  
  241. {block:Photo}
  242. <div id="photo">
  243. <div><a {block:IndexPage}href="{Permalink}"{/block:IndexPage} {block:PermalinkPage}href="{SourceURL}"{/block:PermalinkPage} target="_blank"><img src="{PhotoURL-500}"></a></div>
  244. </div>
  245. {/block:Photo}
  246.  
  247. {block:Photoset}
  248. <div id="photo" style="margin-bottom:-3px;">
  249. {block:If250}
  250. {Photoset-250}
  251. {/block:If250}
  252. {block:If400}
  253. {Photoset-400}
  254. {/block:If400}
  255. {block:If500}
  256. {Photoset-500}
  257. {/block:If500}
  258. </div>
  259. {/block:Photoset}
  260.  
  261. {block:Video}
  262. <div id="photo" style="margin-bottom:-3px;">
  263. {block:If250}
  264. {Video-250}
  265. {/block:If250}
  266. {block:If400}
  267. {Video-400}
  268. {/block:If400}
  269. {block:If500}
  270. {Video-500}
  271. {/block:If500}
  272. </div>
  273. {/block:Video}
  274.  
  275.  
  276. {block:Chat}
  277. {block:Title}<div><span class="title">{Title}</span></div> {/block:Title}
  278. {block:Lines}<div id="line" class="texte">{block:Label}<b><span class="hp">-</span> {Label}</b>{/block:Label} {Line}</div> {/block:Lines}
  279. {/block:Chat}
  280.  
  281. {block:Audio}
  282. <div id="player">{AudioPlayerBlack}</div>
  283. <blockquote>
  284. {block:TrackName}
  285. <div><b>{TrackName}</b></div>
  286. {/block:TrackName}
  287. {block:Artist}<div>
  288. by {Artist}</div>
  289. {/block:Artist}
  290. {block:PlayCount}<div>{PlayCountWithLabel}</div>{/block:PlayCount}
  291. </blockquote>
  292. {/block:Audio}
  293.  
  294.  
  295. {block:PermalinkPage}
  296. <div class="texte">{Caption}</div>
  297. <div class="perma">
  298. <div class="info">{block:Date}{DayOfMonthWithZero}.{ShortMonth}.{ShortYear} {/block:Date} {block:NoteCount}<span class="hp">—</span> {NoteCountWithLabel}{/block:NoteCount}</div>
  299. {block:RebloggedFrom}<div class="info">Reblogged from : <a href="{ReblogParentURL}">{ReblogParentName}</a> <span class="hp">/</span> Original Post by : <a href="{ReblogRootURL}">{ReblogRootName}</a></div> {/block:RebloggedFrom}
  300.  
  301. {block:PostNotes}
  302. <div>
  303. {PostNotes}
  304. </div>
  305. {/block:PostNotes}
  306.  
  307. </div>
  308. {/block:PermalinkPage}
  309.  
  310. </div><!--post-->
  311.  
  312. {/block:Posts}
  313. </div><!--posts-->
  314. </td></tr>
  315. </table>
  316.  
  317.  
  318. </body>
  319. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement