Advertisement
babesthetique

La la de, la du da.

May 23rd, 2015
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.09 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <head>
  4.  
  5. <!-------------------------------------------
  6. La la de, la du da.
  7.  
  8. Theme by - babesthetique.
  9. Please do not steal any of our codes we work
  10. hard on these themes. Tweak as much as you'd
  11. like but DO NOT! remove any credits.
  12.  
  13. base theme by - Farahmir
  14. -------------------------------------------->
  15.  
  16. <title>{Title}</title>
  17.  
  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. <!-- color -->
  23. <meta name="color:Background" content="#f9f5fb"/>
  24. <meta name="color:Post Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#898989"/>
  26. <meta name="color:Link" content="#17bb14"/>
  27. <meta name="color:Desc Background" content="#ffffff"/>
  28. <meta name="color:Borders" cotnent="#ffe1e8"/>
  29. <meta name="color:Title" content="#b0ffaf"/>
  30. <meta name="color:Sidebar Links" content="#ffe1e8"/>
  31. <meta name="color:Sidebar Hovers" content="#ffe1e8"/>
  32.  
  33. <!-- text -->
  34. <meta name="text:Link 1 URL" content="" />
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 2 URL" content="" />
  37. <meta name="text:Link 2" content="" />
  38. <meta name="text:Link 3 URL" content="" />
  39. <meta name="text:Link 3" content="" />
  40. <meta name="text:Hover 1" content="" />
  41. <meta name="text:Hover 2" content="" />
  42. <meta name="text:Hover 3" content="" />
  43. <meta name="text:Hover 4" content="" />
  44. <meta name="text:Hover 5" content="" />
  45.  
  46. <!-- render -->
  47. <meta name="text:Render URL" content="http://i.imgur.com/BhVjz3s.png?1" />
  48.  
  49. <!-- music -->
  50. <meta name="text:mp3" content="" />
  51.  
  52.  
  53. <!-- jquery for tooltips-->
  54.  
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  59.  
  60. <script>
  61.  
  62. (function($){
  63.  
  64. $(document).ready(function(){
  65.  
  66. $("a[title]").style_my_tooltips({
  67.  
  68. tip_follows_cursor:true,
  69.  
  70. tip_delay_time:30,
  71.  
  72. tip_fade_speed:300,
  73.  
  74. attribute:"title"
  75.  
  76. });
  77.  
  78. });
  79.  
  80. })(jQuery);
  81.  
  82. </script>
  83.  
  84.  
  85.  
  86.  
  87. <!--CSS customization here. -->
  88.  
  89. <style type="text/css">
  90.  
  91. ::-webkit-scrollbar {background-color:{color:Background}; height:8px; width:6px}
  92. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Borders}; height:50px}
  93. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Borders}; height:8px!important}
  94.  
  95.  
  96. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  97.  
  98.  
  99. #s-m-t-tooltip{
  100. position:absolute;
  101. margin-top: 15px;
  102. margin-left:20px;
  103. z-index:9999;
  104. background:{color:background};
  105. padding:5px;
  106. border-top:1px solid {color:Borders};
  107. border-bottom:3px double {color:Borders};
  108. }
  109.  
  110.  
  111.  
  112. /*basics*/
  113. blockquote {
  114. padding:5px 0 5px 20px;
  115. border-left:1px solid {color:Borders};
  116. margin-left:30px;
  117. border-radius:10px;
  118.  
  119. }
  120.  
  121. body {
  122. background:{color:background};
  123. color:{color:text};
  124. font-family:courier;
  125. font-size:11px;
  126. text-align:justify;
  127. line-height:16px;
  128. margin:0;
  129. }
  130.  
  131.  
  132. a {
  133. color:{color:link};
  134. text-decoration:none;
  135. }
  136.  
  137. a:hover {
  138. text-decoration:underline;
  139.  
  140. }
  141.  
  142. img {
  143. opacity:1;
  144. border:none;
  145. text-decoration:none;
  146.  
  147. }
  148.  
  149.  
  150. small {
  151. font-size:9px;
  152.  
  153. }
  154.  
  155. big {
  156. font-size:12px;
  157.  
  158. }
  159.  
  160.  
  161. #title {
  162. font-size:12px;
  163. line-height:18px;
  164. font-weight:bold;
  165. margin-bottom:10px;
  166. text-transform:uppercase;
  167. text-align:left;
  168. font-family:arial;
  169.  
  170. }
  171.  
  172.  
  173. /*sidebar*/
  174. #sidebar {
  175. text-align:left;
  176. position:fixed;
  177. margin-left:400px;
  178. margin-top:200px;
  179. width:300px;
  180. }
  181.  
  182. #blogt {
  183. position:fixed;
  184. margin-top:0px;
  185. font-size:22px;
  186. font-weight:bold;
  187. color:{color:Title};
  188. font-family:arial;
  189.  
  190. }
  191.  
  192.  
  193.  
  194. #description {
  195. background-color:{color:Desc Background};
  196. overflow: auto;
  197. padding:3px;
  198. width:173px;
  199. height:100px;
  200. margin:20px 0;
  201. text-align:center;
  202. }
  203.  
  204. #linkbg{
  205. border-top:2px solid {color:Borders};
  206. position:fixed;
  207. background-color:{color:Post Background};
  208. margin-top:-15px;
  209. margin-left:0px;
  210. width:180px;
  211. height:25px;
  212.  
  213. }
  214.  
  215. #sbbg {
  216. border-right:2px solid {color:Borders};
  217. position:fixed;
  218. z-index:-9999;
  219. margin-top:195px;
  220. margin-left:365px;
  221. background-color:{color:Post Background};
  222. width:30px;
  223. height:164px;
  224.  
  225. }
  226.  
  227. #linkcon {
  228. position:fixed;
  229. margin-top:-47px;
  230. margin-left:-27px;
  231.  
  232. }
  233. #link1 {
  234. position:fixed;
  235. margin-top:-98px;
  236. margin-left:0px;
  237. background-color:{color:Sidebar Links};
  238. width:17px;
  239. height:24px;
  240. }
  241. #link2 {
  242. position:fixed;
  243. margin-top:-66px;
  244. margin-left:0px;
  245. background-color:{color:Sidebar Links};
  246. width:17px;
  247. height:24px;
  248. }
  249. #link3 {
  250. position:fixed;
  251. margin-top:-34px;
  252. margin-left:0px;
  253. background-color:{color:Sidebar Links};
  254. width:17px;
  255. height:24px;
  256. }
  257. #link4 {
  258. position:fixed;
  259. margin-top:-2px;
  260. margin-left:0px;
  261. background-color:{color:Sidebar Links};
  262. width:17px;
  263. height:24px;
  264. }
  265. #link5 {
  266. position:fixed;
  267. margin-top:30px;
  268. margin-left:0px;
  269. background-color:{color:Sidebar Links};
  270. width:17px;
  271. height:24px;
  272. }
  273.  
  274.  
  275. #hovercon {
  276. position:fixed;
  277. margin-top:100px;
  278. margin-left:0px;
  279. }
  280. #hover1 {
  281. position:fixed;
  282. margin-top:-108px;
  283. margin-left:5px;
  284. background-color:{color:Sidebar Hovers};
  285. width:27px;
  286. height:15px;
  287. }
  288. #hover2 {
  289. position:fixed;
  290. margin-top:-108px;
  291. margin-left:42px;
  292. background-color:{color:Sidebar Hovers};
  293. width:27px;
  294. height:15px;
  295. }
  296. #hover3 {
  297. position:fixed;
  298. margin-top:-108px;
  299. margin-left:77px;
  300. background-color:{color:Sidebar Hovers};
  301. width:27px;
  302. height:15px;
  303. }
  304. #hover4 {
  305. position:fixed;
  306. margin-top:-108px;
  307. margin-left:113px;
  308. background-color:{color:Sidebar Hovers};
  309. width:27px;
  310. height:15px;
  311. }
  312. #hover5 {
  313. position:fixed;
  314. margin-top:-108px;
  315. margin-left:149px;
  316. background-color:{color:Sidebar Hovers};
  317. width:27px;
  318. height:15px;
  319. }
  320.  
  321.  
  322. /*pagination*/
  323. #pagination {
  324. position:fixed;
  325. margin-top:355px;
  326. margin-left:420px;
  327. width: 271px;
  328. padding: 5px;
  329. z-index: 10;
  330. font-size:10px;
  331. letter-spacing:2px;
  332. text-align: center;
  333. color:{color:link};
  334.  
  335. }
  336.  
  337.  
  338. #pagination a{
  339. margin:30px 0;
  340. text-transform:lowercase;
  341. }
  342.  
  343. /*container*/
  344. #con {
  345. left:60%;
  346. margin-left:-570px;
  347. position:absolute;
  348. }
  349.  
  350.  
  351.  
  352. /*posts*/
  353.  
  354. #entries {
  355. margin-top:75px;
  356. width:250px;
  357. }
  358.  
  359.  
  360.  
  361. #posts {
  362. background-color:{color:Post Background};
  363. padding:8px;
  364. width:250px;
  365. {block:IndexPage}
  366. margin-bottom:75px;
  367. {/block:IndexPage}
  368. {block:PermalinkPage}
  369. margin-bottom:50px;
  370. {/block:PermalinkPage}
  371. border-left:2px solid {color:Borders};
  372.  
  373.  
  374. }
  375. #posts img {
  376. max-width:250px;
  377.  
  378. }
  379.  
  380. #posts img, #posts li, #posts blockquote {
  381. max-width: 100%;
  382.  
  383. }
  384. .caption {
  385. width:100%;
  386. margin-top:10px;
  387.  
  388. }
  389.  
  390. /*quote*/
  391.  
  392. #titlequote{
  393. text-align:left;
  394. font-size:14px;
  395. line-height:18px;
  396. font-weight:bold;
  397. }
  398. #source {
  399. margin-top:15px;
  400. margin-left:15px;}
  401.  
  402. /*audio*/
  403.  
  404. .player {
  405. width:25px;
  406. height:25px;
  407. overflow:hidden;
  408. position:absolute;
  409. background:white;}
  410.  
  411. .audioinfo {
  412. margin-left:50px;
  413. }
  414.  
  415.  
  416. /*asks*/
  417. .q {
  418. margin-bottom:10px;
  419. }
  420. .as {
  421. font-weight:bold;
  422.  
  423. }
  424.  
  425. .a {
  426. margin-top:10px;
  427. }
  428.  
  429.  
  430. /*chat*/
  431.  
  432. .chat ol {
  433. padding:0;
  434. list-style:none;
  435. }
  436. .line {
  437. padding:5px 0;
  438.  
  439. }
  440.  
  441. .label {
  442. font-weight:bold;
  443. }
  444.  
  445.  
  446.  
  447. /*permalink and notes*/
  448.  
  449. #permalink {
  450. border-top:2px solid;
  451. width:258px;
  452. border-color:{color:Borders};
  453. margin-top:15px;
  454. font-size:9px;
  455. text-transform:uppercase;
  456. }
  457.  
  458. #permalink a {
  459. margin-right:10px;
  460. }
  461.  
  462.  
  463. .tags {
  464. word-break:break-all;
  465. font-size:9px;
  466. }
  467.  
  468. .pagenotes {
  469. {block:IndexPage}
  470. display: none!important;
  471. {/block:IndexPage}
  472. width:400px;
  473. text-align:left;
  474.  
  475. }
  476.  
  477. .pagenotes img {
  478. display:none!important;
  479.  
  480. }
  481.  
  482. .pagenotes li {
  483. list-style-type:none;
  484. padding:5px 0px;
  485. text-align:left;
  486. margin:0 0 0 -40px;
  487. }
  488.  
  489.  
  490. .auto {
  491. position:fixed;
  492. margin-top:195px;
  493. margin-left:557px;
  494. width:15px;
  495. height:15px;
  496. padding:5px;
  497.  
  498. }
  499.  
  500. .autoplay {
  501. width:15px;
  502. height:15px;
  503. overflow:hidden;
  504. }
  505.  
  506. .autofix {
  507. margin-top:-3px;
  508. margin-left:-52px;
  509. }
  510.  
  511. #render {
  512. position:relative;
  513. z-index:-99999;
  514. height:auto;
  515. width:600px;
  516. }
  517.  
  518. {CustomCSS}
  519.  
  520.  
  521. </style>
  522.  
  523.  
  524.  
  525. </head>
  526.  
  527. <body>
  528.  
  529.  
  530. <div id="con">
  531. <div id="sbbg"></div>
  532.  
  533. <div id="sidebar">
  534. <div id="blogt">{Title}</div>
  535. <div id="description">{Description}</div>
  536. <div id="linkbg"></div>
  537. <div id="hovercon">
  538. <a title="{text:Hover 1}"><div id="hover1"></div></a>
  539. <a title="{text:Hover 2}"><div id="hover2"></div></a>
  540. <a title="{text:Hover 3}"><div id="hover3"></div></a>
  541. <a title="{text:Hover 4}"><div id="hover4"></div></a>
  542. <a title="{text:Hover 5}"><div id="hover5"></div></a>
  543. </div>
  544. <div id="linkcon">
  545. <a href="/" title="home"><div id="link1"></div></a>
  546. <a href="/ask" title="ask"><div id="link2"></div></a>
  547. <a href="{text:Link 1 URL}" title="{text:Link 1}"><div id="link3"></div></a>
  548. <a href="{text:Link 2 URL}" title="{text:Link 2}"><div id="link4"></div></a>
  549. <a href="{text:Link 3 URL}" title="{text:Link 3}"><div id="link5"></div></a>
  550. </div>
  551.  
  552. </div>
  553.  
  554. <div id="pagination">
  555.  
  556. <span class="current_page">1</span>
  557. <a class="jump_page" href="/page/2">2</a>
  558. <a class="jump_page" href="/page/3">3</a>
  559. <a href="/page/2">ยป</a>
  560.  
  561. </div>
  562.  
  563. <div class="auto">
  564. <div class="autoplay">
  565. <div class="autofix">
  566. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="158" height="20">
  567. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  568. <param name="bgcolor" value="f9f5fb" />
  569. <param name="FlashVars" value="mp3={text:mp3}
  570. &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=f9f5fb&amp;bgcolor1=f9f5fb&amp;bgcolor2=f9f5fb&amp;buttoncolor=838282&amp;buttonovercolor=838282&amp;showlist=0" />
  571. </object>
  572. </div>
  573. </div>
  574. </div>
  575.  
  576. <div id="render">
  577. <img style="position:fixed; BOTTOM:0px; RIGHT:60px;" src="{text:Render URL}" alt="image">
  578. </div>
  579.  
  580.  
  581. <div id="entries">
  582.  
  583. {block:Posts}
  584. <div id="posts">
  585.  
  586.  
  587. {block:Quote}
  588.  
  589.  
  590. <div id="titlequote">โ€œ{Quote}โ€</div>
  591. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  592. {/block:Quote}
  593.  
  594.  
  595.  
  596. {block:Text}
  597.  
  598. {block:Title}
  599. <div id="title">{Title}</div>{/block:Title}
  600. {Body}
  601. {/block:Text}
  602.  
  603. {block:Link}
  604. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  605. {/block:Link}
  606.  
  607. {block:Chat}
  608. {block:Title}
  609. <h1>{Title}</h1>
  610. {/block:Title}
  611. <div class="chat">
  612. <ol>{block:Lines}
  613. <li class="line {Alt}">
  614. {block:Label}
  615. <span class="label">
  616. {Label}</span>
  617. {/block:Label}{Line}</li>
  618. {/block:Lines}
  619. </ol></div>
  620. {/block:Chat}
  621.  
  622. {block:Photo}
  623. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  624. {/block:Photo}
  625.  
  626. {block:Photoset}
  627. {Photoset-250}
  628. {/block:Photoset}
  629.  
  630. {block:Video}
  631. {Video-250}
  632. {/block:Video}
  633.  
  634. {block:Audio}
  635. <div class="player">{AudioPlayerWhite}</div>
  636. <div class="audioinfo">
  637. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  638. </div>
  639. {/block:Audio}
  640.  
  641. {block:Answer}
  642. <div class="q">
  643. <div class="as">{Asker} said: </div>
  644. {Question}</div>
  645. <div class="a">{Answer}</div>
  646. {/block:Answer}
  647.  
  648.  
  649. {block:Date}
  650.  
  651. <div id="permalink">
  652.  
  653. <a href="{Permalink}" title=" {12Hour}:{Minutes} {CapitalAmPm} on {ShortMonth} {DayOfMonth}, {Year}">date</a>
  654.  
  655. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  656.  
  657. {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  658.  
  659. <a href="{ReblogParentURL}"title="{ReblogParentName}">
  660. <div style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a>
  661. </div>
  662.  
  663. {block:HasTags}<a title="{block:Tags} #{Tag}{/block:Tags}">tags</a>{/block:HasTags}
  664. </div>
  665. {/block:Date}
  666.  
  667.  
  668. </div>
  669.  
  670. {block:PostNotes}
  671. <div class="pagenotes">
  672. {PostNotes}
  673. </div>
  674. {/block:PostNotes}
  675.  
  676.  
  677. {/block:Posts}
  678.  
  679. </div>
  680.  
  681. </div>
  682.  
  683.  
  684. {block:ContentSource}
  685. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  686. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  687. {/block:SourceLogo}
  688. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  689. {/block:ContentSource}
  690.  
  691. <a style="position:fixed;bottom:20px;right:20px;" href="http://babesthetique.tumblr.com" title="theme by babesthetique">babes</a>
  692.  
  693. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement