moanszayn

overdose

Jun 21st, 2014
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.41 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. THEME BY AILEEN AKA LUSTINGLOU
  6. FOLLOW THE RULES AND STAY GUCCI
  7.  
  8. disclaimer:
  9. ~my own base
  10. ~ofcuteboys helped with the notes
  11. ~friends on advice of how things look :)
  12. -->
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23.  
  24. <meta name="color:Text" content="#bbbbbb"/>
  25. <meta name="color:selection" content="#000"/>
  26. <meta name="color:Link" content="#aaaaaa"/>
  27. <meta name="color:Tags" content="#fff"/>
  28. <meta name="color:Hover" content="#f1f1f1"/>
  29. <meta name="color:scrollbarbg" content="ffffff"/>
  30. <meta name="color:SBLink1" content="#5DBCD2"/>
  31. <meta name="color:SBLink2" content="#D9E6F6"/>
  32. <meta name="color:SBLink3" content="#7288C4"/>
  33. <meta name="color:SBLink4" content="#CFCFE7"/>
  34. <meta name="color:SBLink5" content="#F2E0F0"/>
  35. <meta name="color:title" content="#f2f2f2"/>
  36. <meta name="color:ask" content="#000"/>
  37. <meta name="color:asklink" content="#000000"/>
  38. <meta name="color:askbg" content="#fff"/>
  39.  
  40.  
  41.  
  42. <meta name="image:sidebar" content=""/>
  43.  
  44. <meta name="text:sidetitle" content="text here">
  45.  
  46. <meta name="text:linkA" content="">
  47. <meta name="text:linkA url" content="/">
  48. <meta name="text:linkB" content="">
  49. <meta name="text:linkB url" content="/">
  50. <meta name="text:linkC" content="">
  51. <meta name="text:linkC url" content="/">
  52. <meta name="text:linkD" content="">
  53. <meta name="text:linkD url" content="/">
  54. <meta name="text:linkE" content="">
  55. <meta name="text:linkE url" content="/">
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60.  
  61. /*--scrollbar--*/
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {border:4px solid #fff;height:12px; background-color:{color:scrollbarbg};}
  64. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  65. ::-webkit-scrollbar {background-color:white;height:7px;width:12px;border:5px solid #fff;}
  66. }
  67.  
  68.  
  69. body {
  70. background:{color:background};
  71. margin:0px;
  72. color:{color:text};
  73. font-family:helvetica;
  74. font-size:9px;
  75. line-height:100%;
  76.  
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. -moz-outline-style:none;
  82. color:{color:link};
  83. -webkit-transition-duration:0.6s;
  84.  
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91.  
  92. h1 {
  93. font-family:helvetica;
  94. font-size:12px;
  95. text-transform:uppercase;
  96. }
  97.  
  98. h2 {
  99. font-family:helvetica;
  100. text-transform:uppercase;
  101. padding:5px;
  102. color:{color:Link};
  103. }
  104.  
  105. blockquote {
  106. padding-left:5px;
  107. border-left:3px solid {color:title};
  108. }
  109.  
  110. blockquote blockquote {
  111. padding-left:5px;
  112. border-left:3px solid {color:title};
  113. }
  114.  
  115.  
  116. a:hover {
  117. color:{color:hover};
  118. }
  119.  
  120. #post p{
  121. font-family:helvetica;
  122. }
  123.  
  124. #title {
  125. margin-top:81px;
  126. margin-left:-82px;
  127. top:210px;
  128. position:fixed;
  129. font-size:20px;
  130. color:{color:title};
  131. width:150px;
  132. text-align:right;
  133. font-family:helvetica;
  134. text-transform:lowercase;
  135. font-weight:700;
  136. letter-spacing:0px;
  137. z-index:9999999999999999;
  138. transform:rotate(-90deg);
  139. -ms-transform:rotate(-90deg);
  140. -webkit-transform:rotate(-90deg);
  141. -moz-transition-duration:1.8s;
  142. -webkit-transition-duration:1.8s;
  143. -o-transition-duration:1.8s;
  144. }
  145.  
  146.  
  147.  
  148. #sidebar {
  149. position:fixed;
  150. height:100px;
  151. width:100px;
  152. margin-left:210px;
  153. margin-top:180px;
  154. opacity:1;
  155. -moz-transition-duration:0.6s;
  156. -webkit-transition-duration:0.6s;
  157. -o-transition-duration:0.6s;
  158.  
  159. }
  160.  
  161.  
  162.  
  163. #sidebarimage img {
  164. width:178px;
  165. height:178px;
  166. -moz-transition-duration:1s;
  167. -webkit-transition-duration:1s;
  168. -o-transition-duration:1s;
  169. }
  170.  
  171.  
  172.  
  173. .desc {
  174. position:fixed;
  175. margin-top:-1px;
  176. margin-left:0px;
  177. font-family:helvetica;
  178. line-height:140%;
  179. font-size:10px;
  180. font-style:normal;
  181. width:178px;
  182. height:30px;
  183. padding:0px;
  184. text-align:justify;
  185. color:{color:text};
  186. overflow-y:auto;
  187. opacity:1;
  188.  
  189.  
  190. }
  191.  
  192. .desc a
  193. {color:{color:links};
  194. }
  195.  
  196.  
  197.  
  198. .links1 {
  199. position:fixed;
  200. margin-top:-203px;
  201. margin-left:-1px;
  202. text-align:center;
  203. padding:1px;
  204. -moz-transition-duration:1s;
  205. -webkit-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. }
  208.  
  209.  
  210. .links1 a {
  211. line-height:10%;
  212. background-color:{color:sblink1};
  213. width:10px;
  214. height:5px;
  215. padding-left:34px;
  216. font-size:8px;
  217. -moz-transition-duration:0.5s;
  218. -webkit-transition-duration:0.5s;
  219. -o-transition-duration:0.5s;
  220. }
  221.  
  222. .links2 {
  223. position:fixed;
  224. margin-top:-203px;
  225. margin-left:35px;
  226. text-align:center;
  227. padding:1px;
  228. -moz-transition-duration:1s;
  229. -webkit-transition-duration:1s;
  230. -o-transition-duration:1s;
  231. }
  232.  
  233. .links2 a {
  234. line-height:10%;
  235. background-color:{color:sblink2};
  236. width:10px;
  237. height:5px;
  238. padding-left:34px;
  239. font-size:8px;
  240. -moz-transition-duration:0.5s;
  241. -webkit-transition-duration:0.5s;
  242. -o-transition-duration:0.5s;
  243. }
  244.  
  245. .links3 {
  246. position:fixed;
  247. margin-top:-203px;
  248. margin-left:71px;
  249. text-align:center;
  250. padding:1px;
  251. -moz-transition-duration:1s;
  252. -webkit-transition-duration:1s;
  253. -o-transition-duration:1s;
  254. }
  255.  
  256. .links3 a {
  257. line-height:10%;
  258. background-color:{color:sblink3};
  259. width:10px;
  260. height:5px;
  261. padding-left:34px;
  262. font-size:8px;
  263. -moz-transition-duration:0.5s;
  264. -webkit-transition-duration:0.5s;
  265. -o-transition-duration:0.5s;
  266. }
  267.  
  268. .links4 {
  269. position:fixed;
  270. margin-top:-203px;
  271. margin-left:107px;
  272. text-align:center;
  273. padding:1px;
  274. -moz-transition-duration:1s;
  275. -webkit-transition-duration:1s;
  276. -o-transition-duration:1s;
  277. }
  278.  
  279. .links4 a {
  280. line-height:10%;
  281. background-color:{color:sblink4};
  282. width:10px;
  283. height:5px;
  284. padding-left:34px;
  285. font-size:8px;
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291. .links5 {
  292. position:fixed;
  293. margin-top:-203px;
  294. margin-left:143px;
  295. text-align:center;
  296. padding:1px;
  297. -moz-transition-duration:1s;
  298. -webkit-transition-duration:1s;
  299. -o-transition-duration:1s;
  300. }
  301.  
  302. .links5 a {
  303. line-height:10%;
  304. background-color:{color:sblink5};
  305. width:10px;
  306. height:5px;
  307. padding-left:34px;
  308. font-size:8px;
  309. -moz-transition-duration:0.5s;
  310. -webkit-transition-duration:0.5s;
  311. -o-transition-duration:0.5s;
  312. }
  313.  
  314. .links1 a:hover {
  315. background:white;
  316. -moz-transition-duration:0.5s;
  317. -webkit-transition-duration:0.5s;
  318. -o-transition-duration:0.5s;
  319. }
  320.  
  321. .links2 a:hover {
  322. background:white;
  323. -moz-transition-duration:0.5s;
  324. -webkit-transition-duration:0.5s;
  325. -o-transition-duration:0.5s;
  326. }
  327.  
  328.  
  329. .links3 a:hover {
  330. background:white;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336. .links4 a:hover {
  337. background:white;
  338. -moz-transition-duration:0.5s;
  339. -webkit-transition-duration:0.5s;
  340. -o-transition-duration:0.5s;
  341. }
  342.  
  343. .links5 a:hover {
  344. background:white;
  345. -moz-transition-duration:0.5s;
  346. -webkit-transition-duration:0.5s;
  347. -o-transition-duration:0.5s;
  348. }
  349.  
  350.  
  351. #pagi{
  352. line-height:30%;
  353. padding:8.5px;
  354. display:block;
  355. width:163px;
  356. font-size:10px;
  357. text-align:right;
  358. margin-left:0px;
  359. margin-top:30px;
  360. position:fixed;
  361. font-weight:bold;
  362. font-family:helvetica;
  363. word-spacing:3px;
  364. background:{color:title};
  365. -moz-transition-duration:0.5s;
  366. -webkit-transition-duration:0.5s;
  367. -o-transition-duration:0.5s;
  368.  
  369. }
  370.  
  371. #pagi a{color:white;}
  372.  
  373. #pagi a:hover{
  374. color:{color:hover};}
  375.  
  376.  
  377.  
  378. #all {
  379. padding:0px;
  380. width:400px;
  381. margin-left:450px;
  382. margin-top:50px;
  383. font-size:10px;
  384. padding-left:-203px;
  385. font-family:helvetica;
  386.  
  387. }
  388.  
  389.  
  390. #posts {
  391. width:400px;
  392. padding-bottom:20px;
  393. padding:20px;
  394. margin-top:30px;
  395. background-color:{color:Post};
  396. color:{color:text};
  397. overflow:hidden;
  398. }
  399. /*POST INFO*/
  400.  
  401. #info {
  402. width:400px;
  403. text-align:center;
  404. font-family:helvetica;
  405. margin-top:3px;
  406. margin-left:px;
  407. font-size:10px;
  408. font-style:none;
  409. padding-top:5px;
  410. padding-bottom:5px;
  411. line-height:10px;
  412. text-transform:lowercase;
  413. z-index:999;
  414. color:{color:title};
  415. }
  416.  
  417. #info a {
  418. font-weight:bold;
  419. font-family:'helvetica';
  420. padding:5px;
  421. z-index:999;
  422. text-align:center;
  423. color:{color:title};
  424.  
  425. }
  426.  
  427. #info a:hover {
  428. text-align:center;
  429. color:{color:hover} ;
  430. -moz-transition-duration:.8s;
  431. -webkit-transition-duration:.8s;
  432. -o-transition-duration:.8s;
  433.  
  434. }
  435. #posts:hover #tags{
  436. opacity:1;
  437. transition-duration: 0.5s;
  438. -moz-transition-duration: 0.5s;
  439. -webkit-transition-duration: 0.5s;
  440. -o-transition-duration: 0.5s;
  441. }
  442. #tags {
  443. opacity:0;
  444. float:center;
  445. width:389px;
  446. margin-top:-0px;
  447. margin-left:-5px;
  448. text-align:center;
  449. font-size:9px;
  450. padding:5px;
  451. font-size:8px;
  452. transition-duration: 0.5s;
  453. -moz-transition-duration: 0.5s;
  454. -webkit-transition-duration: 0.5s;
  455. -o-transition-duration: 0.5s;
  456. color:#bbb;
  457. }
  458.  
  459. #tags a {
  460. text-transform:none;
  461. padding:2px;
  462. letter-spacing:0px;
  463. font-size:9px;
  464. text-align:center;
  465. font-weight:normal;
  466. font-family:'helvetica';
  467. text-decoration:none;
  468. display:inline-block;
  469. color:{color:Tags};
  470. -moz-transition-duration:0.3s;
  471. -webkit-transition-duration:0.3s;
  472. -o-transition-duration:0.3s;
  473. }
  474.  
  475. #tags a:hover {
  476. -moz-transition-duration:0.5s;
  477. -webkit-transition-duration:0.5s;
  478. -o-transition-duration:0.5s;
  479. color:{color:Hover};
  480. }
  481.  
  482. #question {
  483. padding:10px;
  484. font-size:12px;
  485. border-top:3px solid {color:title};
  486. padding-top:7px;
  487. font-family:helvetica;
  488. letter-spacing:0px;
  489. text-align:left;
  490. font-style:none;
  491. background:{color:askbg};
  492. color:{color:ask};
  493. -moz-transition-duration:0.5s;
  494. -webkit-transition-duration:0.5s;
  495. -o-transition-duration:0.5s;
  496. }
  497.  
  498.  
  499.  
  500. #questionlink {
  501. padding:5px;
  502. font-family:helvetica;
  503. text-align:left;
  504. font-style:normal;
  505. font-size:15px;
  506. background: {color:title};
  507. font-weight:bold;
  508. color:{color:asklink};
  509. text-transform:lowercase;
  510.  
  511. }
  512.  
  513.  
  514. #questionlink a {
  515. padding:5px;
  516. background: {color:title};
  517. font-weight:bold;
  518. font-family:helvetica;
  519. text-align:left;
  520. font-style:normal;
  521. font-size:15px;
  522. color:{color:asklink};
  523. text-transform:lowercase;
  524. }
  525.  
  526. #answer{
  527. text-transform:none;
  528. text-align:left;
  529. border-top:2px solid {color:title};
  530. font-size:11px;
  531. font:helvetica;
  532. padding:5px;
  533. }
  534.  
  535. .audio-post {
  536. text-align: center;
  537. color:{color:sblink};
  538. background:{color:title};
  539. font-family:helvetica;
  540. }
  541.  
  542. .audiop {
  543. background:{color:title};
  544. height:30px;
  545. font-size:8px;
  546. text-transform:uppercase;
  547. line-height:13px;
  548. text-align:center;
  549. padding:10px;
  550. -moz-transition-duration:0.5s;
  551. -webkit-transition-duration:0.5s;
  552. -o-transition-duration:0.5s;
  553. }
  554.  
  555. .audiop:hover{
  556. -moz-transition-duration:0.5s;
  557. -webkit-transition-duration:0.5s;
  558. -o-transition-duration:0.5s;
  559. }
  560.  
  561. #postnotes {
  562. display:block;
  563. margin-top:-203;
  564. margin-left:460px;
  565. color:black;
  566. width:450px;
  567. font-family:helvetica;
  568. font-size:10px;
  569.  
  570. }
  571.  
  572. #postnotes ol {
  573. line-height:110%;
  574. color:black;
  575. list-style-type: none;
  576.  
  577. }
  578.  
  579. #postnotes li {
  580. padding:5px;
  581. display:block;
  582. margin-top:5px;
  583. color:black;
  584. -webkit-transition-duration:.4s;
  585. -moz-transition-duration:.4s;
  586. -o-transition-duration:.4s;
  587. -ms-transition-duration:.4s;
  588. }
  589.  
  590. #postnotes li:hover {
  591. color:{color:hover};
  592.  
  593. }
  594.  
  595. #postnotes li:hover a {
  596. color:{color:title};
  597. }
  598.  
  599. #postnotes img {
  600. padding-right:5px;
  601. }
  602.  
  603. /*--credit--*/
  604.  
  605. #credit{
  606. right:8px;
  607. bottom: 2px;
  608. position:fixed;
  609. padding:5px;
  610. }
  611.  
  612. #credit a:hover { color: {color:linkhover};}
  613.  
  614.  
  615. {CustomCSS}
  616. iframe#tumblr_controls { right:3px !important; position: fixed !important; z-index:999999999999999999999999999999999999999999999 !important; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; -webkit-filter: invert(100%);}
  617. ::-moz-selection {background: {color:selection}; color:#fff;}
  618.  
  619. ::selection {background:{color:selection}; color:#fff; }
  620.  
  621.  
  622.  
  623. #s-m-t-tooltip {
  624.  
  625. max-width:300px;
  626.  
  627. padding:3px 4px 5px 4px;
  628.  
  629. margin:20px 0px 0px 20px;
  630.  
  631. background-color:#fff; /* change the background color */
  632.  
  633. font-family:arial; /* change the font */
  634.  
  635. font-weight:bold;
  636.  
  637. font-size:9.5px; /* change the font size */
  638.  
  639. letter-spacing:0px; /* change the letter spacing */
  640.  
  641. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  642.  
  643. color:#000; /* change the text color */
  644.  
  645. z-index:999999999999999999999999999999999999;
  646.  
  647. }
  648.  
  649. </style>
  650.  
  651.  
  652.  
  653. </head>
  654.  
  655. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  656.  
  657. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  658.  
  659. <script>
  660.  
  661. (function($){
  662.  
  663. $(document).ready(function(){
  664.  
  665. $("a[title]").style_my_tooltips({
  666.  
  667. tip_follows_cursor:true,
  668.  
  669. tip_delay_time:90,
  670.  
  671. tip_fade_speed:600,
  672.  
  673. attribute:"title"
  674.  
  675. });
  676.  
  677. });
  678.  
  679. })(jQuery);
  680.  
  681. </script>
  682.  
  683. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'><body>
  684.  
  685.  
  686. <div id="sidebar">
  687. <div id="sidebarimage"><a href="/"> <img src="{image:sidebar}"></a>
  688.  
  689. <div id="title">{text:sidetitle}</div> </div>
  690.  
  691.  
  692. <div class="desc">
  693. {Description}
  694. </div>
  695. <div class="links1">
  696. {block:IfLinkA}
  697. {block:IfLinkA}
  698. <a title="{text:linkA}"href="{text:linkA url}"> </a>
  699. {/block:IfLinkA} </div>
  700. <div class="links2">
  701. {block:IfLinkB}
  702. <a title="{text:linkB}"href="{text:linkB url}"> </a>
  703. {/block:IfLinkB} </div>
  704. <div class="links3">
  705. {block:IfLinkC}
  706. <a title="{text:linkC}"href="{text:linkC url}"> </a>
  707. {/block:IfLinkC} </div>
  708. <div class="links4">
  709. {block:IfLinkD}
  710. <a title="{text:linkD}"href="{text:linkD url}"> </a>
  711. {/block:IfLinkD} </div>
  712. <div class="links5">
  713. {block:IfLinkE}
  714. <a title="{text:linkE}"href="{text:linkE url}"> </a>
  715. {/block:IfLinkE}
  716. </div>
  717.  
  718.  
  719. {block:Pagination}
  720. <div id="pagi">
  721. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  722. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  723. </div>
  724. {/block:Pagination}
  725. </div></div>
  726. </div>
  727.  
  728.  
  729.  
  730.  
  731.  
  732. <div id="all">{block:Posts}<div id="posts">
  733.  
  734. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  735.  
  736. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  737.  
  738.  
  739. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  740. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  741.  
  742. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  743.  
  744. {block:Quote}<h3>"{Quote}" </h3>
  745. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  746.  
  747. {block:AudioPlayer}
  748. <div class="audio-post"> <div style="padding: 6px 0px 6px 5px;width:inherit;background:#fff; width:30px;overflow:hidden; position:absolute;border:4px solid {color:selection}"> {AudioPlayer}</div><div class="audiop">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}</div></div>{/block:AudioPlayer}
  749.  
  750. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  751.  
  752. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  753.  
  754.  
  755. {block:Answer}<div id="questionlink"><span style="font-family:helvetica;text-transform:lowercase;font-size:15px;font-style:none;font-weight:bold;"><font face="helvetica">{Asker}</font></div><div id="question"></span>{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  756.  
  757. <div id="info">
  758. <a title="{Month} {DayOfMonth}—{TimeAgo}"href="{Permalink}">♥{NoteCount}</a>
  759. <a href="{ReblogURL}">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  760. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} </a>
  761. {block:HasTags}<div id="tags">
  762.  
  763. {block:Tags}<a href="/tagged/{Tag}">{Tag}, </a>&nbsp;{/block:Tags}
  764. </div>{block:HasTags}
  765. </div>
  766. </div>
  767. {/block:Posts}
  768. <br><br></div><div id="postnotes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  769. {/block:Posts}</div></div></div>
  770.  
  771.  
  772.  
  773. <div id="credit" data="credit"><a href="http://chipotleigh.tumblr.com"><img src="http://24.media.tumblr.com/d51c7e63ee92e592f42bead860a1cb3e/tumblr_mrczibkCXy1som5q2o1_500.png" width="50px" height="65px"></a></div>
  774.  
  775. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment