Advertisement
babesthetique

Xiuxiu - not for release

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