moanszayn

amnesia

Jul 12th, 2014
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.60 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. <meta name="color:background" content="#9DFFB9"/>
  24. <meta name="color:post background" content="#fff"/>
  25. <meta name="color:Text" content="#bbbbbb"/>
  26. <meta name="color:selection" content="#000"/>
  27. <meta name="color:Link" content="#aaaaaa"/>
  28. <meta name="color:Tags" content="#9DFFB9"/>
  29. <meta name="color:info" content="#9DFFB9"/>
  30. <meta name="color:Hover" content="#f1f1f1"/>
  31. <meta name="color:scrollbarbg" content="ffffff"/>
  32. <meta name="color:SBLink" content="#bbb"/>
  33. <meta name="color:title" content="#9DFFB9"/>
  34. <meta name="color:ask" content="#000"/>
  35. <meta name="color:asklink" content="#000000"/>
  36. <meta name="color:askbg" content="#fff"/>
  37.  
  38. <meta name="image:sidebar" content=""/>
  39. <meta name="image:background" content=""/>
  40. <meta name="if:background" content="1"/>
  41.  
  42. <meta name="text:sidetitle" content="text here">
  43.  
  44. <meta name="text:linkA" content="">
  45. <meta name="text:linkA url" content="/">
  46. <meta name="text:linkB" content="">
  47. <meta name="text:linkB url" content="/">
  48. <meta name="text:linkC" content="">
  49. <meta name="text:linkC url" content="/">
  50. <meta name="text:linkD" content="">
  51. <meta name="text:linkD url" content="/">
  52. <meta name="text:linkE" content="">
  53. <meta name="text:linkE url" content="/">
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58.  
  59. /*--scrollbar--*/
  60. ::-webkit-scrollbar-thumb {height:auto;background-color:{color:scrollbarbg};padding:2px;border:2px solid white}
  61. ::-webkit-scrollbar {height:4px;width:10px;padding:2px;background-color:white;}
  62.  
  63.  
  64. {block:ifbackground}
  65. body {
  66. background-image: url('{image:background}');
  67.  
  68. }{/block:ifbackground}
  69.  
  70.  
  71. body {
  72. background: {color:background};
  73. color:{color:text};
  74. font-family:helvetica;
  75. font-size:10px;
  76. line-height:100%;
  77.  
  78. }
  79.  
  80. a {
  81. text-decoration:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. -webkit-transition-duration:0.6s;
  85.  
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92.  
  93. h1 {
  94. font-family:helvetica;
  95. font-size:12px;
  96. text-transform:uppercase;
  97. }
  98.  
  99. h2 {
  100. font-family:helvetica;
  101. text-transform:uppercase;
  102. padding:5px;
  103. color:{color:Link};
  104. }
  105.  
  106. blockquote {
  107. padding-left:5px;
  108. border-left:3px solid {color:sblink};
  109. }
  110.  
  111. blockquote blockquote {
  112. padding-left:5px;
  113. border-left:3px solid {color:sblink};
  114. }
  115.  
  116.  
  117. a:hover {
  118. color:{color:hover};
  119. }
  120.  
  121. #post p{
  122. font-family:helvetica;
  123. }
  124.  
  125. #container{
  126. margin-top:100px;
  127. margin-left:200px;
  128. width:200px;
  129. height:145px;
  130. background:{color:post background};
  131. position:fixed;
  132. z-index:-11;
  133. box-shadow: 2px 2px 5px #999999
  134. }
  135.  
  136. #title {
  137. margin-top:-100px;
  138. margin-left:187px;
  139. top:210px;
  140. padding-right:6px;
  141. position:fixed;
  142. font-size:30px;
  143. color:{color:title};
  144. width:215px;
  145. text-align:right;
  146. font-family:arial;
  147. text-transform:lowercase;
  148. font-weight:700;
  149. letter-spacing:0px;
  150. z-index:9999999999999999;
  151. -moz-transition-duration:.8s;
  152. -webkit-transition-duration:.8s;
  153. -o-transition-duration:.8s;
  154. }
  155.  
  156.  
  157.  
  158. #sidebar {
  159. position:fixed;
  160. height:100px;
  161. width:100px;
  162. margin-left:290px;
  163. margin-top:130px;
  164. opacity:1;
  165. -moz-transition-duration:0.6s;
  166. -webkit-transition-duration:0.6s;
  167. -o-transition-duration:0.6s;
  168.  
  169. }
  170.  
  171.  
  172.  
  173. #sidebarimage img {
  174. width:100px;
  175. height:100px;
  176. -moz-transition-duration:1s;
  177. -webkit-transition-duration:1s;
  178. -o-transition-duration:1s;
  179. }
  180.  
  181.  
  182.  
  183. .desc {
  184. position:fixed;
  185. margin-top:-108px;
  186. margin-left:-90px;
  187. font-family:helvetica;
  188. line-height:140%;
  189. font-size:11px;
  190. font-style:normal;
  191. width:80px;
  192. height:100px;
  193. overflow-y:auto;
  194. padding:05px;
  195. text-align:right;
  196. color:{color:desc};
  197. opacity:1;
  198. }
  199.  
  200. .desc a
  201. {color:{color:desc};
  202. }
  203.  
  204.  
  205.  
  206. .links {
  207. position:fixed;
  208. margin-top:109px;
  209. margin-left:174px;
  210. width:218px;
  211. font-family:helvetica ;
  212. text-align:right;
  213. text-transform:lowercase;
  214. padding:1px;
  215. font-weight:bold;
  216. word-spacing:0px;
  217. z-index:2;
  218. -moz-transition-duration:1s;
  219. -webkit-transition-duration:1s;
  220. -o-transition-duration:1s;
  221.  
  222.  
  223. }
  224.  
  225.  
  226. .links a {
  227. word-spacing:0px;
  228. text-align:justify;
  229. color:{color:sblink};
  230. padding:5px;
  231. font-size:11px;
  232. -moz-transition-duration:0.5s;
  233. -webkit-transition-duration:0.5s;
  234. -o-transition-duration:0.5s;
  235. }
  236.  
  237. .links a:hover {
  238. text-align:justify;
  239. color:{color:hover};
  240. -moz-transition-duration:0.9s;
  241. -webkit-transition-duration:0.9s;
  242. -o-transition-duration:0.9s;
  243. text-decoration:none;
  244. }
  245.  
  246.  
  247. #pagi{
  248. border-top:2px solid {color:background};
  249. line-height:30%;
  250. padding:4px;
  251. display:block;
  252. width:72px;
  253. font-size:9px;
  254. text-align:right;
  255. margin-left:207px;
  256. margin-top:220px;
  257. font-weight:bold;
  258. font-family:helvetica;
  259. word-spacing:3px;
  260. position:fixed;
  261. -moz-transition-duration:0.5s;
  262. -webkit-transition-duration:0.5s;
  263. -o-transition-duration:0.5s;
  264. }
  265.  
  266. #pagi a{color:{color:info};}
  267.  
  268. #pagi a:hover{
  269. color:{color:hover};}
  270.  
  271. .container {
  272. height:580px;
  273. max-height:600px;
  274. overflow-y:scroll;
  275. margin-top:25px;
  276. width:490px;
  277. margin-left:450px;
  278. background:{color:Post background};
  279. padding:5px;
  280. box-shadow: 2px 2px 5px #999999
  281. }
  282.  
  283. #all {
  284. padding:0px;
  285. width:400px;
  286. margin-left:20px;
  287. margin-top:-10px;
  288. font-size:10px;
  289. padding-left:5px;
  290. font-family:helvetica;
  291.  
  292. }
  293.  
  294.  
  295. #posts {
  296. width:400px;
  297. padding-bottom:20px;
  298. padding:20px;
  299. margin-top:20px;
  300. color:{color:text};
  301. overflow:hidden;
  302. word-wrap:break-word;
  303. }
  304. /*POST INFO*/
  305.  
  306. #info {
  307. width:400px;
  308. text-align:center;
  309. font-family:helvetica;
  310. margin-top:3px;
  311. margin-left:px;
  312. font-size:10.5px;
  313. font-style:none;
  314. padding-top:11px;
  315. padding-bottom:1px;
  316. line-height:10px;
  317. text-transform:lowercase;
  318. z-index:999;
  319. color:{color:info};
  320. }
  321.  
  322. #info a {
  323. font-weight:900;
  324. font-family:'helvetica';
  325. padding:5px;
  326. z-index:999;
  327. text-align:center;
  328. color:{color:info};
  329. }
  330.  
  331. #info a:hover {
  332. text-align:center;
  333. color:{color:hover} ;
  334. -moz-transition-duration:.8s;
  335. -webkit-transition-duration:.8s;
  336. -o-transition-duration:.8s;
  337.  
  338. }
  339.  
  340. #tags {
  341. float:center;
  342. width:389px;
  343. margin-top:-0px;
  344. margin-left:-5px;
  345. text-align:center;
  346. font-size:9px;
  347. padding:5px;
  348. font-size:8px;
  349. transition-duration: 0.5s;
  350. -moz-transition-duration: 0.5s;
  351. -webkit-transition-duration: 0.5s;
  352. -o-transition-duration: 0.5s
  353. color:#bbb;
  354. }
  355.  
  356. #tags a {
  357. text-transform:none;
  358. padding:2px;
  359. letter-spacing:0px;
  360. font-size:9px;
  361. text-align:center;
  362. font-weight:normal;
  363. font-family:'helvetica';
  364. text-decoration:none;
  365. display:inline-block;
  366. color:{color:Tags};
  367. -moz-transition-duration:0.3s;
  368. -webkit-transition-duration:0.3s;
  369. -o-transition-duration:0.3s;
  370. }
  371.  
  372. #tags a:hover {
  373. -moz-transition-duration:0.5s;
  374. -webkit-transition-duration:0.5s;
  375. -o-transition-duration:0.5s;
  376. color:{color:Hover};
  377. }
  378.  
  379. #question {
  380. font-size:10px;
  381. padding-top:15px;
  382. padding-bottom:15px;
  383. padding:10px;
  384. padding-right:5px;
  385. padding-left:5px;
  386. font-family:helvetica;
  387. letter-spacing:0px;
  388. text-align:left;
  389. font-style:none;
  390. background: {color:askbg} ;
  391. color:{color:ask} ;
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. }
  396.  
  397.  
  398.  
  399. #questionlink {
  400. font-family:helvetica;
  401. text-align:left;
  402. font-weight:bold;
  403. font-style:normal;
  404. font-size:20px;
  405. color:{color:asklink};
  406. text-transform:lowercase;
  407. padding-bottom:5px;
  408. border-bottom:3px solid {color:title};
  409.  
  410. }
  411.  
  412.  
  413. #questionlink a {
  414. font-family:helvetica;
  415. text-align:right;
  416. font-style:normal;
  417. font-size:15px;
  418. color:{color:asklink};
  419. text-transform:lowercase;
  420.  
  421.  
  422. }
  423.  
  424. .audio-post {
  425. text-align: center;
  426. color:{color:info};
  427. font-family:helvetica;
  428. position: relative;
  429.  
  430. }
  431.  
  432. .audiop {
  433. background:{color:post background};
  434. height:30px;
  435. font-size:8px;
  436. letter-spacing:1px;
  437. text-transform:uppercase;
  438. line-height:13px;
  439. text-align:center;
  440. margin-top:-40px;
  441. padding:10px;
  442. -moz-transition-duration:0.5s;
  443. -webkit-transition-duration:0.5s;
  444. -o-transition-duration:0.5s;
  445. }
  446.  
  447. .audiop:hover{
  448. -moz-transition-duration:0.5s;
  449. -webkit-transition-duration:0.5s;
  450. -o-transition-duration:0.5s;
  451. }
  452.  
  453. #postnotes {
  454. display:block;
  455. margin-top:-200;
  456. margin-left:10px;
  457. color:black;
  458. width:440px;
  459. font-family:helvetica;
  460. font-size:10px;
  461.  
  462. }
  463.  
  464. #postnotes ol {
  465. line-height:110%;
  466. color:black;
  467. list-style-type: none;
  468.  
  469. }
  470.  
  471. #postnotes li {
  472. background:{color:post background};
  473. padding:5px;
  474. letter-spacing:2px;
  475. display:block;
  476. margin-top:5px;
  477. color:black;
  478. -webkit-transition-duration:.4s;
  479. -moz-transition-duration:.4s;
  480. -o-transition-duration:.4s;
  481. -ms-transition-duration:.4s;
  482. }
  483.  
  484. #postnotes li:hover {
  485. color:{color:hover};
  486.  
  487. }
  488.  
  489. #postnotes li:hover a {
  490. color:{color:title};
  491. }
  492.  
  493. #postnotes img {
  494. padding-right:5px;
  495. }
  496.  
  497. /*--credit--*/
  498.  
  499. #credit{
  500. right:8px;
  501. bottom: 2px;
  502. position:fixed;
  503. padding:5px;
  504. }
  505.  
  506. #credit a:hover { color: {color:linkhover};}
  507.  
  508.  
  509. {CustomCSS}
  510. 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%);}
  511. ::-moz-selection {background: {color:selection}; color:#fff;}
  512.  
  513. ::selection {background:{color:selection}; color:#fff; }
  514.  
  515.  
  516.  
  517. #s-m-t-tooltip {
  518.  
  519. max-width:300px;
  520.  
  521. padding:3px 4px 5px 4px;
  522.  
  523. margin:20px 0px 0px 20px;
  524.  
  525. background-color:#fff; /* change the background color */
  526.  
  527. font-family:helvetica; /* change the font */
  528.  
  529. font-size:9px; /* change the font size */
  530.  
  531. letter-spacing:2px; /* change the letter spacing */
  532.  
  533. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  534.  
  535. color:#000; /* change the text color */
  536.  
  537. z-index:999999999999999999999999999999999999;
  538.  
  539. }
  540.  
  541. </style>
  542.  
  543.  
  544.  
  545. </head>
  546.  
  547. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  548.  
  549. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  550.  
  551. <script>
  552.  
  553. (function($){
  554.  
  555. $(document).ready(function(){
  556.  
  557. $("a[title]").style_my_tooltips({
  558.  
  559. tip_follows_cursor:true,
  560.  
  561. tip_delay_time:90,
  562.  
  563. tip_fade_speed:600,
  564.  
  565. attribute:"title"
  566.  
  567. });
  568.  
  569. });
  570.  
  571. })(jQuery);
  572.  
  573. </script>
  574.  
  575. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'><body>
  576.  
  577. <div id="title">{text:sidetitle}</div>
  578. <div id="sidebar">
  579. <div id="sidebarimage"><a href="/"> <img src="{image:sidebar}"></a></div>
  580.  
  581.  
  582.  
  583. <div class="desc">
  584. {Description}
  585. </div> </div>
  586. <div class="links">
  587. {block:IfLinkA}
  588. <a href="{text:linkA url}">{text:linkA}</a>
  589. {/block:IfLinkA}
  590. {block:IfLinkB}
  591. <a href="{text:linkB url}">{text:linkB}</a>
  592. {/block:IfLinkB}
  593. {block:IfLinkC}
  594. <a href="{text:linkC url}">{text:linkC}</a>
  595. {/block:IfLinkC}
  596. {block:IfLinkD}
  597. <a href="{text:linkD url}">{text:linkD}</a>
  598. {/block:IfLinkD}
  599. {block:IfLinkE}
  600. <a href="{text:linkE url}">{text:linkE}</a>
  601. {/block:IfLinkE}
  602.  
  603.  
  604.  
  605. </div>
  606. <div id="container"> </div>
  607. {/block:Posts}
  608. {block:Pagination}
  609. <div id="pagi">
  610. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  611. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  612. </div>
  613. {/block:Pagination}
  614. </div></div>
  615. </div></div>
  616.  
  617.  
  618.  
  619.  
  620. <div class="container">
  621. <div id="all">{block:Posts}<div id="posts">
  622.  
  623. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  624.  
  625. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  626.  
  627.  
  628. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  629. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  630.  
  631. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  632.  
  633. {block:Quote}<h3>"{Quote}" </h3>
  634. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  635.  
  636. {block:AudioPlayer}
  637. <div class="audio-post"> <div style="padding: 6px 0px 6px 5px;width:inherit;background:#fff; width:30px;overflow:hidden;"> {AudioPlayer}</div><div class="audiop">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}</div></div>{/block:AudioPlayer}
  638.  
  639. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  640.  
  641. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  642.  
  643.  
  644. {block:Answer}<div id="questionlink"><span style="font-family:helvetica;text-transform:uppercase;font-size:10px;font-style:none;"><font face="helvetica">{Asker}</font></div> <div id="question"></span>{Question}</div><left> <span style="text-transform:none;font-size:10px;"><font face="helvetica">{Answer}</font> {/block:Answer}
  645.  
  646. <div id="info">
  647. {NoteCount} //<a href="{Permalink}">{TimeAgo}</a> // {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  648. {block:ContentSource} // <a href="{SourceURL}">source</a>{/block:ContentSource} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} </a>
  649. {block:HasTags}<div id="tags">
  650.  
  651. {block:Tags}<a href="/tagged/{Tag}">{Tag}, </a>&nbsp;{/block:Tags}
  652. </div>{block:HasTags}
  653. </div>
  654. </div>
  655. {/block:Posts}
  656. <br><br></div><div id="postnotes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  657. {/block:Posts}</div></div></div></div>
  658.  
  659.  
  660.  
  661. <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>
  662.  
  663. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment