Advertisement
babesthetique

Solitude

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