Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 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="#2e2825"/>
  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:#3c1717;
  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:7px;
  259. height:7px;
  260. }
  261.  
  262. #hover2 {
  263. position:fixed;
  264. margin-top:-100px;
  265. margin-left:0px;
  266. background-color:{color:Sidebar Boxes};
  267. width:7px;
  268. height:7px;
  269. }
  270. #hover3 {
  271. position:fixed;
  272. margin-top:-90px;
  273. margin-left:0px;
  274. background-color:{color:Sidebar Boxes};
  275. width:7px;
  276. height:7px;
  277. }
  278. #hover4 {
  279. position:fixed;
  280. margin-top:-80px;
  281. margin-left:0px;
  282. background-color:{color:Sidebar Boxes};
  283. width:7px;
  284. height:7px;
  285. }
  286. #hover5 {
  287. position:fixed;
  288. margin-top:-70px;
  289. margin-left:0px;
  290. background-color:{color:Sidebar Boxes};
  291. width:7px;
  292. height:7px;
  293. }
  294.  
  295. #links {
  296. position:fixed;
  297. margin-top:-598px;
  298. margin-left:20px;
  299. font-size:18px;
  300. text-align:left;
  301. line-height:25px;
  302.  
  303. font-family:tdh;
  304. letter-spacing:2px;
  305. }
  306.  
  307.  
  308. /*pagination*/
  309. #pagination {
  310. position:fixed;
  311. margin-top:553px;
  312. margin-left:540px;
  313. width: 271px;
  314. padding: 5px;
  315. z-index: 10;
  316. font-size:10px;
  317. letter-spacing:2px;
  318. text-align: center;
  319. color:{color:link};
  320.  
  321. }
  322.  
  323.  
  324. #pagination a{
  325. margin:30px 0;
  326. text-transform:lowercase;
  327. }
  328.  
  329.  
  330.  
  331. /*container*/
  332. #con {
  333. margin-top:70px;
  334. left:60%;
  335. margin-left:-760px;
  336. position:absolute;
  337. }
  338.  
  339.  
  340.  
  341. /*posts*/
  342.  
  343. #entries {
  344. margin-top:40px;
  345. width:250px;
  346. }
  347.  
  348.  
  349.  
  350. #posts {
  351. margin-left:35px;
  352. background-color:{color:Post Bg};
  353. padding:10px;
  354. width:250px;
  355. {block:IndexPage}
  356. margin-bottom:75px;
  357. {/block:IndexPage}
  358. {block:PermalinkPage}
  359. margin-bottom:50px;
  360. {/block:PermalinkPage}
  361. border:2px dotted {color:Post Border};
  362.  
  363.  
  364. }
  365. #posts img {
  366. max-width:250px;
  367.  
  368. }
  369.  
  370. #posts img, #posts li, #posts blockquote {
  371. max-width: 100%;
  372.  
  373. }
  374. .caption {
  375. width:100%;
  376. margin-top:10px;
  377.  
  378. }
  379.  
  380. /*quote*/
  381.  
  382. #titlequote{
  383. text-align:left;
  384. font-size:14px;
  385. line-height:18px;
  386. font-weight:bold;
  387. }
  388. #source {
  389. margin-top:15px;
  390. margin-left:15px;}
  391.  
  392. /*audio*/
  393.  
  394. #audio {
  395. padding-bottom:30px;
  396. font-size:9px;
  397. }
  398.  
  399. .audio-player {
  400. position:absolute;
  401. width:27px;
  402. height:27px;
  403. overflow:hidden;
  404. margin-left:-66px;
  405. margin-top:27px;
  406. opacity:0.6;
  407. filter:alpha(opacity=60);
  408. border:2px solid #f2f2f2;
  409. }
  410.  
  411.  
  412. /*asks*/
  413. .q {
  414. margin-bottom:10px;
  415. }
  416. .as {
  417. font-weight:bold;
  418.  
  419. }
  420.  
  421. .a {
  422. margin-top:10px;
  423. }
  424.  
  425.  
  426. /*chat*/
  427.  
  428. .chat ol {
  429. padding:0;
  430. list-style:none;
  431. }
  432. .line {
  433. padding:5px 0;
  434.  
  435. }
  436.  
  437. .label {
  438. font-weight:bold;
  439. }
  440.  
  441.  
  442.  
  443. /*permalink and notes*/
  444.  
  445. #permalink {
  446. margin-top:16px;
  447. margin-bottom:-7px;
  448. font-family:arial;
  449. font-size:7px;
  450. text-transform:uppercase;
  451. letter-spacing:1px;
  452. border-top:2px dotted {color:Post Border};
  453. }
  454.  
  455. #permalink a {
  456. margin-right:10px;
  457. }
  458.  
  459. #permalink a:hover {
  460. text-decoration:none;
  461. }
  462.  
  463.  
  464. .tags {
  465. text-transform:lowercase;
  466. word-break:break-all;
  467. font-family:starlight;
  468. font-size:6px;
  469. letter-spacing:1px;
  470. }
  471.  
  472. .pagenotes {
  473. {block:IndexPage}
  474. display: none!important;
  475. {/block:IndexPage}
  476. width:400px;
  477. text-align:left;
  478.  
  479. }
  480.  
  481. .pagenotes img {
  482. display:none!important;
  483.  
  484. }
  485.  
  486. .pagenotes li {
  487. list-style-type:none;
  488. padding:5px 0px;
  489. text-align:left;
  490. margin:0 0 0 -40px;
  491. }
  492.  
  493.  
  494. .auto {
  495. position:fixed;
  496. margin-top:75px;
  497. margin-left:347px;
  498. width:15px;
  499. height:15px;
  500. padding:5px;
  501. }
  502.  
  503. .autoplay {
  504. width:15px;
  505. height:15px;
  506. overflow:hidden;
  507. }
  508.  
  509. .autofix {
  510. margin-top:-3px;
  511. margin-left:-52px;
  512. }
  513.  
  514. #render {
  515. position:fixed;
  516. margin-top:200px;
  517. margin-bottom:auto;
  518. margin-left:70px;
  519. width:auto;
  520. z-index:99999;
  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="/">∞</a>
  558. <br>
  559. <a href="/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.  
  582.  
  583.  
  584. <div id="render">
  585. <img src="{image:Render}" alt="image">
  586. </div>
  587.  
  588. <div class="postbox">
  589.  
  590. <div id="entries">
  591.  
  592. {block:Posts}
  593. <div id="posts">
  594.  
  595.  
  596. {block:Quote}
  597.  
  598.  
  599. <div id="titlequote">“{Quote}”</div>
  600. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  601. {/block:Quote}
  602.  
  603.  
  604.  
  605. {block:Text}
  606.  
  607. {block:Title}
  608. <div id="title">{Title}</div>{/block:Title}
  609. {Body}
  610. {/block:Text}
  611.  
  612. {block:Link}
  613. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  614. {/block:Link}
  615.  
  616. {block:Chat}
  617. {block:Title}
  618. <h1>{Title}</h1>
  619. {/block:Title}
  620. <div class="chat">
  621. <ol>{block:Lines}
  622. <li class="line {Alt}">
  623. {block:Label}
  624. <span class="label">
  625. {Label}</span>
  626. {/block:Label}{Line}</li>
  627. {/block:Lines}
  628. </ol></div>
  629. {/block:Chat}
  630.  
  631. {block:Photo}
  632. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  633. {/block:Photo}
  634.  
  635. {block:Photoset}
  636. {Photoset-250}
  637. {/block:Photoset}
  638.  
  639. {block:Video}
  640. {Video-250}
  641. {/block:Video}
  642.  
  643. {block:Audio}
  644. <div id="audio">
  645. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px; border-radius:2px;"/>{/block:AlbumArt}
  646. {block:AudioPlayer}<span class="audio-player">{AudioPlayerWhite}{/block:AudioPlayer}</span></left>
  647. <br>{block:TrackName}<span style="text-transform:uppercase;">Title:</span> {TrackName}<br />{/block:TrackName}
  648. <br>{/block:ExternalAudio}<span style="text-transform:uppercase">Played:</span> {PlayCount} times
  649. </div>
  650. {/block:Audio}
  651.  
  652. {block:Answer}
  653. <div class="q">
  654. <div class="as">{Asker} said: </div>
  655. {Question}</div>
  656. <div class="a">{Answer}</div>
  657. {/block:Answer}
  658.  
  659.  
  660.  
  661. {block:Date}
  662.  
  663. <div id="permalink">
  664.  
  665. <a href="{Permalink}" title=" {12Hour}:{Minutes} {CapitalAmPm} on {ShortMonth} {DayOfMonth}, {Year}">date</a>
  666.  
  667. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  668.  
  669. <a href="{ReblogParentURL}"title="{ReblogParentName}">
  670. <div style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a>
  671. </div>
  672.  
  673. {block:NoteCount}<div style="float:right;"><a href="{Permalink}">{NoteCount}</a></div>{/block:NoteCount}
  674.  
  675. {block:HasTags}<a title="{block:Tags} #{Tag}{/block:Tags}">tags</a>{/block:HasTags}
  676.  
  677. </div>
  678.  
  679. {/block:Date}
  680.  
  681.  
  682.  
  683. </div>
  684.  
  685.  
  686. {block:PostNotes}
  687. <div class="pagenotes">
  688. {PostNotes}
  689. </div>
  690. {/block:PostNotes}
  691.  
  692.  
  693. {/block:Posts}
  694.  
  695.  
  696. </div>
  697.  
  698. </div>
  699.  
  700.  
  701. {block:ContentSource}
  702. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  703. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  704. {/block:SourceLogo}
  705. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  706. {/block:ContentSource}
  707.  
  708.  
  709. <a style="position:fixed;bottom:20px;right:20px;" href="http://babesthetique.tumblr.com" title="theme by babesthetique">babes</a>
  710.  
  711. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement