Advertisement
babesthetique

Take a break

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