Advertisement
babesthetique

For so long

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