Advertisement
babesthetique

Youth

Apr 29th, 2015
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.36 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. Youth.
  6.  
  7. Theme by - babesthetique.
  8. Please do not steal any of our codes we work
  9. hard on these themes. Tweak as much as you'd
  10. like but DO NOT! remove any credits.
  11.  
  12. base theme by - enterprizer
  13.  
  14. -------------------------------------------->
  15.  
  16.  
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23.  
  24. <!-- colors -->
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:scrollbar" content="#000000"/>
  27. <meta name="color:scrollbarbg" content="#ffffff"/>
  28. <meta name="color:Title" content="838282"/>
  29. <meta name="color:desc bg" content="#f2f2f2"/>
  30. <meta name="color:posts bg" content="#000000"/>
  31. <meta name="color:Text" content="#838282"/>
  32. <meta name="color:Link" content="#b8b8b8"/>
  33. <meta name="color:Topbar" content="#000000"/>
  34. <meta name="color:sidebar bg" content="#000000"/>
  35. <!-- links -->
  36. <meta name="text:link1 hover" content="home" />
  37. <meta name="text:link1 url" content="/" />
  38. <meta name="text:link2 hover" content="ask" />
  39. <meta name="text:link2 url" content="/ask" />
  40. <meta name="text:link3 hover" content="" />
  41. <meta name="text:link3 url" content="" />
  42. <meta name="text:link4 hover" content="" />
  43. <meta name="text:link4 url" content="" />
  44. <meta name="text:link5 hover" content="" />
  45. <meta name="text:link5 url" content="" />
  46. <meta name="text:link6 hover" content="" />
  47. <meta name="text:link6 url" content="" />
  48. <!--hovers-->
  49. <meta name="text:hover1 title" content="" />
  50. <meta name="text:hover2 title" content="" />
  51. <meta name="text:hover3 title" content="" />
  52. <meta name="text:hover4 title" content="" />
  53. <meta name="text:hover5 title" content="" />
  54. <meta name="text:hover6 title" content="" />
  55. <!-- music -->
  56. <meta name="text:mp3" content="http://k003.kiwi6.com/hotlink/9vh2d8tloh/Daughter_-_Youth.mp3" />
  57. <!-- render -->
  58. <meta name="image:Render" content="" />
  59.  
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:5px}
  66. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  67. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  68.  
  69.  
  70. @font-face {font-family: "angels"; src: url('https://dl.dropboxusercontent.com/s/88sq4nclujqov0a/Praying%20Angel.ttf?dl=1'); format("truetype");}
  71.  
  72.  
  73. body {
  74. background:{color:background};
  75. margin:0px;
  76. color:{color:text};
  77. font-family:Calibri;
  78. font-size:10px;
  79. line-height:100%;
  80. }
  81.  
  82. a {
  83. text-decoration:none;
  84. outline:none;
  85. -moz-outline-style:none;
  86. color:{color:link};
  87. }
  88.  
  89. img {
  90. border:none;
  91. }
  92.  
  93. blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. border-radius:10px;
  97. }
  98.  
  99. blockquote blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. }
  103.  
  104.  
  105. h1 {
  106. font-size:15px;
  107. }
  108.  
  109. #s-m-t-tooltip{
  110. max-width:300px;
  111. margin:15px;
  112. padding:2px 8px;
  113. border:1px solid #DDD;
  114. border-radius:2px;
  115. background-color: #ffffff;
  116. z-index:9999999999999999999;
  117. font-size:10px;
  118. color:{color:title};
  119. text-transform:lowercase;
  120.  
  121. }
  122. .auto {
  123. position:fixed;
  124. margin-top:0px;
  125. margin-left:10px;
  126. width:15px;
  127. height:15px;
  128. padding:5px;
  129. }
  130.  
  131. .autoplay {
  132. width:15px;
  133. height:15px;
  134. overflow:hidden;
  135. }
  136.  
  137. .autofix {
  138. margin-top:-3px;
  139. margin-left:-52px;
  140. }
  141.  
  142.  
  143. #title {
  144. position:fixed;
  145. margin-top:15px;
  146. margin-left:50px;
  147. font-size:22px;
  148. text-align:center;
  149. color:{color:title};
  150. font-family:angels;
  151.  
  152. }
  153.  
  154. #topbar {
  155. position:fixed;
  156. width:100%;
  157. height:25px;
  158. margin-top:0px;
  159. background:{color:topbar};
  160.  
  161. }
  162.  
  163. #entries {
  164. padding:10px;
  165. width:250px;
  166. margin-left:160px;
  167. margin-top:0px;
  168. background-color:{color:posts bg};
  169. }
  170.  
  171. #post {
  172. width:250px;
  173. padding-bottom:20px;
  174. margin-top:40px;
  175. }
  176.  
  177. #sidebar {
  178. width:250px;
  179. position:fixed;
  180. margin-left:600px;
  181. margin-top:100px;
  182. }
  183.  
  184.  
  185. #description {
  186. width:86px;
  187. height:60px;
  188. margin-left:0px;
  189. margin-top:325px;
  190. padding:5px;
  191. text-align:center;
  192. background-color:{color:desc bg};
  193. }
  194.  
  195.  
  196. #pagination {
  197. margin-top:15px;
  198. margin-left:20;
  199. font-size:15px;
  200. text-align:center;
  201. }
  202.  
  203. #info {
  204. text-align:center;
  205. margin-top:10px;
  206. }
  207.  
  208. #asker {
  209. float:left;
  210. margin-right:5px;
  211. }
  212.  
  213.  
  214.  
  215. #linkss {
  216. position:fixed;
  217. margin-left:0px;
  218. margin-top:300px;
  219. padding:5px;
  220. background-color:{color:sidebar bg};
  221.  
  222. }
  223.  
  224. #hoverss {
  225. position:fixed;
  226. margin-left:0px;
  227. margin-top:400px;
  228. padding:5px;
  229. background-color:{color:sidebar bg};
  230.  
  231. }
  232.  
  233. #render {
  234. position:relative;
  235. z-index:-99999;
  236. height:auto;
  237. width:600px;
  238. }
  239.  
  240. {CustomCSS}</style></head>
  241.  
  242. <body>
  243.  
  244.  
  245. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  246. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  247.  
  248. <script>
  249.  
  250. (function($){
  251. $(document).ready(function(){
  252. $("a[title]").style_my_tooltips({
  253. tip_follows_cursor:true,
  254. tip_delay_time:90,
  255. tip_fade_speed:600,
  256. attribute:"title"
  257.  
  258. });
  259.  
  260. });
  261.  
  262. })(jQuery);
  263.  
  264. </script>
  265.  
  266.  
  267.  
  268. <div id="topbar"></div>
  269.  
  270. <div id="title">{title}</div>
  271.  
  272. <div id="sidebar">
  273.  
  274.  
  275.  
  276. <div id="linkss">
  277. <a title="{text:Link1 hover}" href="{text:Link1 URL}">01</a>&nbsp;
  278. <a title="{text:Link2 hover}" href="{text:Link2 URL}">02</a>&nbsp;
  279. <a title="{text:Link3 hover}" href="{text:Link3 URL}">03</a>&nbsp;
  280. <a title="{text:Link4 hover}" href="{text:Link4 URL}">04</a>&nbsp;
  281. <a title="{text:Link5 hover}" href="{text:Link5 URL}">05</a>&nbsp;
  282. <a title="{text:Link6 hover}" href="{text:Link6 URL}">06</a>&nbsp;
  283. </div>
  284. <div id="hoverss">
  285. <a title="{text:hover1 Title}">01</a>&nbsp;
  286. <a title="{text:hover2 Title}">02</a>&nbsp;
  287. <a title="{text:hover3 Title}">03</a>&nbsp;
  288. <a title="{text:hover4 Title}">04</a>&nbsp;
  289. <a title="{text:hover5 Title}">05</a>&nbsp;
  290. <a title="{text:hover6 Title}">06</a>&nbsp;
  291. </div>
  292.  
  293. <div id="description">
  294. {description}
  295. </div>
  296.  
  297. <div id="pagination">
  298. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  299. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination} </div>
  300.  
  301. </div>
  302.  
  303.  
  304. <div class="auto">
  305. <div class="autoplay">
  306. <div class="autofix">
  307. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="158" height="20">
  308. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  309. <param name="bgcolor" value="#000000" />
  310. <param name="FlashVars" value="mp3={text:mp3}
  311. &amp;width=158&amp;height=20&amp;volume=75&amp;autoplay=1&amp;loop=1&amp;shuffle=0&amp;showslider=0&amp;showloading=never&amp;buttonwidth=40&amp;bgcolor=000000&amp;bgcolor1=000000&amp;bgcolor2=000000&amp;buttoncolor=838282&amp;buttonovercolor=838282&amp;showlist=0" />
  312. </object>
  313. </div>
  314. </div>
  315. </div>
  316.  
  317. <div id="render">
  318. <img style="position:fixed; BOTTOM:0px; RIGHT:0px;" src="{image:Render}" alt="image">
  319. </div>
  320.  
  321. </div>
  322.  
  323. <div id="entries">{block:Posts}<div id="post">
  324.  
  325. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  326.  
  327. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:PermaLinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermaLinkPage}{/block:Photo}
  328.  
  329. {block:Photoset}{Photoset-250}{block:PermaLinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermaLinkPage}{/block:Photoset}
  330.  
  331. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  332.  
  333. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  334.  
  335. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  336.  
  337. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  338.  
  339. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  340.  
  341. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  342.  
  343. <div id="info">
  344. <a href="{Permalink}" title="permalink">
  345. {NoteCountWithLabel}</a> {block:Date}{TimeAgo}{/block:Date} <a href="{ReblogURL}" title="reblog?" target="_blank">โ†บ</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  346. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  347.  
  348. </div>
  349. {block:PostNotes}{PostNotes}{/block:PostNotes}
  350. {/block:Posts}</div>
  351.  
  352.  
  353. <a style="position:fixed;bottom:20px;right:20px;" href="http://babesthetique.tumblr.com" title="theme by babesthetique">babes</a>
  354.  
  355. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement