moanszayn

WILD

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