Advertisement
babesthetique

Shannon. - not for release

Aug 8th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-------------------------------------------
  5.  
  6. Theme by - babesthetique.
  7. Please do not steal any of our codes we work
  8. hard on these themes. Tweak as much as you'd
  9. like but DO NOT! remove any credits.
  10.  
  11. base theme by - Farahmir
  12.  
  13. -------------------------------------------->
  14. <title>{Title}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <!-- color -->
  21. <meta name="color:Background" content="#f5f1ee"/>
  22. <meta name="color:Posts background" content="##efebea"/>
  23. <meta name="color:Text" content="#5d5d5d"/>
  24. <meta name="color:Link" content="#979998"/>
  25. <meta name="color:Link hover" content="c9161c"/>
  26. <meta name="color:Title" content="#c9161c"/>
  27. <meta name="color:Desc Text" content="#979998"/>
  28.  
  29. <!-- images -->
  30. <meta name="image:Sidebar Image" content="http://i.imgur.com/eTJy2Q8.png"/>
  31.  
  32. <!-- text -->
  33. <meta name="text:Title 2" content="SHANNON" />
  34. <meta name="text:Title 2 link" content="/tagged/shan."/>
  35. <meta name="text:Link 1 URL" content="/submit" />
  36. <meta name="text:Link 1" content="submit" />
  37. <meta name="text:Link 2 URL" content="/about" />
  38. <meta name="text:Link 2" content="about" />
  39. <meta name="text:Link 3 URL" content="/ooc" />
  40. <meta name="text:Link 3" content="ooc" />
  41. <meta name="text:Hover 1" content="semi-au account (personality tweaks); i am not associated with shannon or mbk entertainment" />
  42. <meta name="text:Hover 2" content="aim is t.ranspose" />
  43. <meta name="text:Hover 3" content="muse is underage; nsfw posts will not be reblogged" />
  44. <meta name="text:Hover 4" content="mirrored literacy; everything friendly; plotting and pre-established relationships are welcomed" />
  45. <meta name="text:Hover 5" content="open to interactions with all FCs" />
  46. <meta name="text:Hover 6" content="feel free to tag me in a random starter or send me a message !!" />
  47.  
  48. <meta name="text:Now playing" content="Lim Kim- Coloring"/>
  49.  
  50. <!-- music -->
  51. <meta name="text:mp3" content="https://dl.dropboxusercontent.com/u/94061815/music/%EA%B9%80%EC%98%88%EB%A6%BC%20(Lim%20Kim)%20-%20%EC%BB%AC%EB%9F%AC%EB%A7%81%20(Colorring)%20MV.mp3"/>
  52.  
  53.  
  54. <!-- jquery for tooltips-->
  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.  
  92. ::-webkit-scrollbar {background-color:#ffffff; height:8px; width:5px}
  93. ::-webkit-scrollbar-thumb:vertical {background-color:#e11e25; height:50px}
  94. ::-webkit-scrollbar-thumb:horizontal {background-color:#e11e25; height:8px!important}
  95.  
  96.  
  97. @font-face {font-family: "skinny"; src: url('https://dl.dropboxusercontent.com/s/9mwsj1dnrcqr4lq/Skinny-Regular.ttf?dl=1'); format("truetype");}
  98.  
  99. @font-face {font-family: "zona"; src: url('https://dl.dropboxusercontent.com/s/cd5hmq5f5zxrq8l/ZonaPro-Thin.otf?dl=1'); format("truetype");}
  100.  
  101. @font-face {font-family: "tdh"; src: url('https://dl.dropboxusercontent.com/s/ng6z1csce68ti5o/talldark.ttf?dl=1'); format("truetype");}
  102.  
  103. @font-face {font-family: "across"; src: url('https://dl.dropboxusercontent.com/s/95ny2zf7havlefi/Across%20the%20Road.ttf?dl=1'); format("truetype");}
  104.  
  105.  
  106. #s-m-t-tooltip{
  107. position:absolute;
  108. z-index:9999;
  109. background-color:#ffffff;
  110. max-width:200px;
  111. margin-top:35px;
  112. margin-left:15px;
  113. padding-left:12px;
  114. padding-right:12px;
  115. border-left:1px solid {color:title};
  116. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  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:"across";
  131. color:{color:title};
  132. text-transform:uppercase;
  133. }
  134.  
  135.  
  136.  
  137. /*basics*/
  138. blockquote {
  139. padding:5px 0 5px 10px;
  140. border-right:1px solid {color:title};
  141. margin-left:20px;
  142. box-shadow:1px 1px 3px rgba(0,0,0,.2);
  143. padding:7px;
  144. padding-right:10px;
  145. }
  146.  
  147. body {
  148. background:{color:background};
  149. color:{color:text};
  150. font-family:arial;
  151. font-size:11px;
  152. text-align:justify;
  153. line-height:16px;
  154. margin:0;
  155. }
  156.  
  157.  
  158. a {
  159. color:{color:link};
  160. text-decoration:none;
  161. -webkit-transition: all 0.8s ease-in-out;
  162. -moz-transition: all 0.8s ease-in-out;
  163. -o-transition: all 0.8s ease-in-out;
  164. -ms-transition: all 0.8s ease-in-out;
  165. transition: all 0.8s ease-in-out;
  166. }
  167.  
  168. a:hover {
  169. color: {color:link 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. height:auto;
  181. opacity:1;
  182. border:none;
  183. text-decoration:none;
  184.  
  185. }
  186.  
  187.  
  188. small {
  189. font-size:9px;
  190.  
  191. }
  192.  
  193. big {
  194. font-size:12px;
  195.  
  196. }
  197.  
  198. #title {
  199. font-size:16px;
  200. line-height:18px;
  201. font-weight:bold;
  202. font-family:zona;
  203. margin-bottom:10px;
  204. text-transform:uppercase;
  205. text-align:center;
  206. box-shadow:1px 1px 3px rgba(0,0,0,.3);
  207. }
  208.  
  209. /*sidebar*/
  210. #sidebar {
  211. text-align:left;
  212. position:fixed;
  213. margin-left:-515px;
  214. margin-top:250px;
  215. width:300px;
  216. }
  217.  
  218. #sidebarim {
  219. position:fixed;
  220. width:318px;
  221. height:512px;
  222. margin-top:-300px;
  223. margin-left:80px;
  224.  
  225. }
  226.  
  227. #sidebarim img {
  228. width:318px;
  229. height:512px;
  230.  
  231. }
  232.  
  233. #blogt {
  234. position:fixed;
  235. color:{color:Title};
  236. margin-top:-98px;
  237. margin-left:50px;
  238. font-family:"across";
  239. font-size:36px;
  240. font-weight:bold;
  241. }
  242.  
  243. #blogt2 {
  244. position:fixed;
  245. color:{color:desc text};
  246. margin-top:-80px;
  247. margin-left:10px;
  248. font-family:"zona";
  249. font-size:24px;
  250. font-weight:bold;
  251. }
  252.  
  253. #links {
  254. position:fixed;
  255. margin-top:-23px;
  256. margin-left:10px;
  257. line-height:16px;
  258. text-transform:uppercase;
  259. font-size:9px;
  260. }
  261.  
  262.  
  263. #links a {
  264. margin-right:5px;
  265. display:inline-block;
  266. margin-top:7px;
  267. margin-bottom:5px;
  268. }
  269.  
  270.  
  271.  
  272. #hovercon {
  273. position:fixed;
  274. margin-top:113px;
  275. margin-left:10px;
  276. }
  277. #hover1 {
  278. position:fixed;
  279. margin-top:-108px;
  280. margin-left:5px;
  281. background-image:url('http://i.imgur.com/EMfK00f.png');
  282. background-color:transparent;
  283. width:8px;
  284. height:8px;
  285. }
  286. #hover2 {
  287. position:fixed;
  288. margin-top:-108px;
  289. margin-left:30px;
  290. background-image:url('http://i.imgur.com/EMfK00f.png');
  291. background-color:transparent;
  292. width:8px;
  293. height:8px;
  294. }
  295. #hover3 {
  296. position:fixed;
  297. margin-top:-108px;
  298. margin-left:56px;
  299. background-image:url('http://i.imgur.com/EMfK00f.png');
  300. background-color:transparent;
  301. width:8px;
  302. height:8px;
  303. }
  304. #hover4 {
  305. position:fixed;
  306. margin-top:-108px;
  307. margin-left:82px;
  308. background-image:url('http://i.imgur.com/EMfK00f.png');
  309. background-color:transparent;
  310. width:8px;
  311. height:8px;
  312. }
  313. #hover5 {
  314. position:fixed;
  315. margin-top:-108px;
  316. margin-left:109px;
  317. background-image:url('http://i.imgur.com/EMfK00f.png');
  318. background-color:transparent;
  319. width:8px;
  320. height:8px;
  321. }
  322. #hover6 {
  323. position:fixed;
  324. margin-top:-108px;
  325. margin-left:137px;
  326. background-image:url('http://i.imgur.com/EMfK00f.png');
  327. background-color:transparent;
  328. width:8px;
  329. height:8px;
  330. }
  331.  
  332. #descbg {
  333. background-color:{color:posts background};
  334. margin-top:25px;
  335. width:210px;
  336. height:85px;
  337. }
  338.  
  339. #description {
  340. position:fixed;
  341. overflow: auto;
  342. background-color:transparent;
  343. width:180px;
  344. height:55px;
  345. margin:-70px 0;
  346. margin-left:25px;
  347. padding:7px;
  348. font-family:arial;
  349. color:{color:Desc Text};
  350. }
  351.  
  352.  
  353. /*pagination*/
  354. #pagination {
  355. margin:50px 0;
  356. text-transform:lowercase;
  357. font-weight:bold;
  358. }
  359. #pagination a {
  360. padding:0 15px;
  361. }
  362.  
  363. /*container*/
  364. #con {
  365. left:50%;
  366. margin-left:50px;
  367. position:absolute;
  368. }
  369.  
  370.  
  371.  
  372. /*posts*/
  373.  
  374. #entries {
  375. margin-top:75px;
  376. width:250px;
  377. }
  378.  
  379.  
  380.  
  381. #posts {
  382. word-wrap:break-word;
  383. background-color:{color:posts background};
  384. box-shadow:1px 1px 3px rgba(0,0,0,.3);
  385. padding:8px;
  386. width:250px;
  387. {block:IndexPage}
  388. margin-bottom:75px;
  389. {/block:IndexPage}
  390. {block:PermalinkPage}
  391. margin-bottom:50px;
  392. {/block:PermalinkPage}
  393.  
  394. }
  395. #posts img {
  396. max-width:250px;
  397.  
  398. }
  399.  
  400. #posts img, #posts li, #posts blockquote {
  401. max-width: 100%;
  402.  
  403. }
  404. .caption {
  405. width:100%;
  406. margin-top:10px;
  407.  
  408. }
  409.  
  410. /*quote*/
  411.  
  412. #titlequote{
  413. text-align:left;
  414. font-size:14px;
  415. line-height:18px;
  416. font-weight:bold;
  417. }
  418. #source {
  419. margin-top:15px;
  420. margin-left:15px;}
  421.  
  422. /**Audio Posts**/
  423.  
  424. .audio {
  425. height:30px;
  426. padding:5px;
  427. margin-bottom:55px;
  428. }
  429.  
  430. .audio-album {
  431. position:absolute;
  432. width:80px;
  433. -webkit-transition: opacity 0.6s linear;
  434. opacity: 1;
  435. }
  436.  
  437. .audio-player {
  438. opacity:1;
  439. filter:alpha(opacity=90);
  440. width:27px;
  441. height:26px;
  442. overflow:hidden;
  443. position:absolute;
  444. border:30px;
  445. z-index:2;
  446. margin-left:27px;
  447. margin-top:27px;
  448. opacity:0;
  449. -webkit-transition: all 0.6s ease-out;
  450. -o-transition: all 0.6s ease-out;
  451. -webkit-transition: all 0.6s ease-out;
  452. -moz-transition: all 0.6s ease-out;
  453. }
  454.  
  455. .audio-info {
  456. margin-top:7px;
  457. position:relative;
  458. margin-left:85px;
  459. line-height:180%;
  460. padding:2px;
  461. }
  462.  
  463. .audio:hover .audio-player {
  464. opacity:.6;
  465. -webkit-transition: all 0.6s ease-out;
  466. -o-transition: all 0.6s ease-out;
  467. -webkit-transition: all 0.6s ease-out;
  468. -moz-transition: all 0.6s ease-out;
  469. }
  470.  
  471.  
  472.  
  473. /*asks*/
  474. .q {
  475. border-right:1px solid {color:title};
  476. padding-right:4px;
  477. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  478. margin-bottom:10px;
  479. }
  480. .as {
  481. font-weight:bold;
  482.  
  483. }
  484.  
  485. .a {
  486. margin-top:10px;
  487. }
  488.  
  489.  
  490. /*chat*/
  491.  
  492. .chat ol {
  493. padding:0;
  494. list-style:none;
  495. }
  496. .line {
  497. padding:5px 0;
  498.  
  499. }
  500.  
  501. .label {
  502. font-weight:bold;
  503. }
  504.  
  505.  
  506.  
  507. /*permalink and notes*/
  508.  
  509. #permalink {
  510. margin-top:15px;
  511. font-family:calibri;
  512. letter-spacing:2px;
  513. font-size:9px;
  514. text-transform:uppercase;
  515. }
  516.  
  517. #permalink a {
  518. margin-right:10px;
  519. }
  520.  
  521. .tags {
  522. border-top:1px solid {color:background};
  523. font-style:none;
  524. word-break:break-all;
  525. font-size:8px;
  526. font-family:arial;
  527. text-transform:lowercase;
  528. }
  529.  
  530. .pagenotes {
  531. {block:IndexPage}
  532. display: none!important;
  533. {/block:IndexPage}
  534. width:400px;
  535. text-align:left;
  536.  
  537. }
  538.  
  539. .pagenotes img {
  540. display:none!important;
  541.  
  542. }
  543.  
  544. .pagenotes li {
  545. list-style-type:none;
  546. padding:5px 0px;
  547. text-align:left;
  548. margin:0 0 0 -40px;
  549. }
  550.  
  551.  
  552. .auto {
  553. opacity:.3;
  554. position:fixed;
  555. margin-top:50px;
  556. margin-left:291px;
  557. width:15px;
  558. height:15px;
  559. padding:5px;
  560. }
  561.  
  562. .autoplay {
  563. width:15px;
  564. height:15px;
  565. overflow:hidden;
  566. }
  567.  
  568. .autofix {
  569. margin-top:-3px;
  570. margin-left:-52px;
  571. }
  572.  
  573.  
  574. {CustomCSS}
  575.  
  576.  
  577. </style>
  578.  
  579.  
  580.  
  581. </head>
  582.  
  583. <body>
  584.  
  585.  
  586.  
  587. <div id="con">
  588.  
  589.  
  590.  
  591. <div id="sidebar">
  592. <div id="descbg"><img scr="http://i.imgur.com/T9Xqlcs.png"></div>
  593. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  594. <div id="description">{Description}</div>
  595. <div id="blogt">{Title}</div>
  596. <a href="{text:title 2 link}"><div id="blogt2">{text:Title 2}</div></a>
  597. <div id="links">
  598. <a href="/">home</a>
  599. <a href="/ask">ask</a>
  600. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  601. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  602. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  603. </div>
  604. <div id="hovercon">
  605. <a title="{text:Hover 1}"><div id="hover1"></div></a>
  606. <a title="{text:Hover 2}"><div id="hover2"></div></a>
  607. <a title="{text:Hover 3}"><div id="hover3"></div></a>
  608. <a title="{text:Hover 4}"><div id="hover4"></div></a>
  609. <a title="{text:Hover 5}"><div id="hover5"></div></a>
  610. <a title="{text:Hover 6}"><div id="hover6"></div></a>
  611. </div>
  612. <a title="Now playing:{text:now playing}">
  613. <div class="auto">
  614. <div class="autoplay">
  615. <div class="autofix">
  616. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="158" height="20">
  617. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  618. <param name="bgcolor" value="1f1f1f" />
  619. <param name="FlashVars" value="mp3={text:mp3}
  620. &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" />
  621. </object>
  622. </div>
  623. </div>
  624. </div>
  625. </a>
  626. </div>
  627.  
  628.  
  629. <div id="entries">
  630.  
  631. {block:Posts}
  632. <div id="posts">
  633.  
  634.  
  635. {block:Quote}
  636.  
  637.  
  638. <div id="titlequote">“{Quote}”</div>
  639. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  640. {/block:Quote}
  641.  
  642.  
  643.  
  644. {block:Text}
  645.  
  646. {block:Title}
  647. <div id="title">{Title}</div>{/block:Title}
  648. {Body}
  649. {/block:Text}
  650.  
  651. {block:Link}
  652. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  653. {/block:Link}
  654.  
  655. {block:Chat}
  656. {block:Title}
  657. <h1>{Title}</h1>
  658. {/block:Title}
  659. <div class="chat">
  660. <ol>{block:Lines}
  661. <li class="line {Alt}">
  662. {block:Label}
  663. <span class="label">
  664. {Label}</span>
  665. {/block:Label}{Line}</li>
  666. {/block:Lines}
  667. </ol></div>
  668. {/block:Chat}
  669.  
  670. {block:Photo}
  671. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  672. {/block:Photo}
  673.  
  674. {block:Photoset}
  675. {Photoset-250}
  676. {/block:Photoset}
  677.  
  678. {block:Video}
  679. {Video-250}
  680. {/block:Video}
  681.  
  682. {block:Audio}
  683. <div class="audio">
  684. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  685. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  686.  
  687. <div class="audio-info">
  688. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  689. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  690. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  691. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  692. </div></div>
  693. {/block:Audio}
  694.  
  695. {block:Answer}
  696. <div class="q">
  697. <div class="as"><span style="font-family:zona; text-transform:uppercase; color:{color:title}">{Asker}</span> said: </div>
  698. {Question}</div>
  699. <div class="a">{Answer}</div>
  700. {/block:Answer}
  701.  
  702.  
  703. {block:Date}
  704.  
  705. <div id="permalink">
  706.  
  707. <a href="{Permalink}" title=" {12Hour}:{Minutes} {CapitalAmPm} on {ShortMonth} {DayOfMonth}, {Year}">date</a>
  708.  
  709. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  710.  
  711. {block:NoteCount}<a href="{Permalink}"> {NoteCount}</a>{/block:NoteCount}
  712.  
  713. <a href="{ReblogParentURL}"title="{ReblogParentName}">
  714. <div style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a>
  715. </div>
  716.  
  717. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  718. </div>
  719. {/block:Date}
  720.  
  721.  
  722.  
  723. </div>
  724.  
  725.  
  726. {block:PostNotes}
  727. <div class="pagenotes">
  728. {PostNotes}
  729. </div>
  730. {/block:PostNotes}
  731.  
  732.  
  733. {/block:Posts}
  734.  
  735. <div id="pagination">
  736. {block:Pagination}
  737. {block:PreviousPage}
  738. <a href="{PreviousPage}">&larr; previous </a>
  739. {/block:PreviousPage}
  740.  
  741.  
  742. {block:NextPage}
  743. <a href="{NextPage}">next &rarr;</a>
  744. {/block:NextPage}
  745. {/block:Pagination}
  746. </div>
  747.  
  748.  
  749.  
  750. </div>
  751.  
  752. </div>
  753.  
  754.  
  755. {block:ContentSource}
  756. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  757. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  758. {/block:SourceLogo}
  759. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  760. {/block:ContentSource}
  761.  
  762. </body>
  763.  
  764. <a style="position:fixed;bottom:20px;right:20px;" href="http://babesthetique.tumblr.com" title="theme by babesthetique">babes</a>
  765.  
  766.  
  767. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement