Advertisement
babesthetique

Pastel love

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