Advertisement
ayeeshah

Theme 5

May 29th, 2013
989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 KB | None | 0 0
  1. <!--
  2. Go to tumblr.com/docs/en/custom_themes for assistance.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <script type="text/javascript">
  11. <!--
  12.  
  13. // Disable Right Click Script
  14.  
  15. function IE(e)
  16. {
  17. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  18. {
  19. return false;
  20. }
  21. }
  22. function NS(e)
  23. {
  24. if (document.layers || (document.getElementById && !document.all))
  25. {
  26. if (e.which == "2" || e.which == "3")
  27. {
  28. return false;
  29. }
  30. }
  31. }
  32. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  33.  
  34. //-->
  35. </script>
  36.  
  37.  
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40.  
  41. <!--DEFAULT VARIABLES-->
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  43. <meta name="color:background" content="#fff"/>
  44. <meta name="color:link" content="#777"/>
  45. <meta name="color:text" content="#777"/>
  46. <meta name="color:title" content="#333"/>
  47. <meta name="color:hover" content="#fff"/>
  48. <meta name="image:sidebar" content="1"/>
  49. <meta name="image:background" content="1"/>
  50.  
  51.  
  52. <style type="text/css">
  53. @font-face{font-family:Ballpark;src:url(http://static.tumblr.com/9wzbixa/cf6mj2fv4/ballw___.ttf);}
  54.  
  55. #toptitle{
  56. font-family:'Ballpark';
  57. font-size:35px;
  58. line-height:35px;
  59. position:fixed;
  60. margin-left:170px;
  61. margin-top:120px;
  62. color:#BDEDFF;
  63. width:500px;
  64. height:100px;
  65. background:;
  66. border:;
  67. }
  68.  
  69. .Line1{
  70. position:fixed;
  71. margin-left:30px;
  72. top: 0px;
  73. color:#BDEDFF;
  74. height:70%;
  75. background:#BDEDFF;
  76. border: 1px double #ccc;
  77. opacity:0.8;
  78. width:0px;
  79. }
  80. .Line2{
  81. position:fixed;
  82. margin-left:60px;
  83. top: 0px;
  84. color:#BDEDFF;
  85. height:50%;
  86. background:#BDEDFF;
  87. border: 1px double #BDEDFF;
  88. opacity:0.8;
  89. width:0px;
  90. }
  91. #fitness{
  92. border-top-left-radius:1px;
  93. border-top-right-radius:1px;
  94. border-bottom-right-radius:100px;
  95. border-bottom-left-radius:100px;
  96. border:1px dotted #000;
  97. position:fixed !important;
  98. margin-left:115px;
  99. margin-top:-1px;
  100. left:25px; padding-top:1px;
  101. top:-20px;
  102. padding-bottom:12px;
  103. text-align:center;
  104. height:50px;
  105. width:170px;
  106. overflow:hidden;
  107. -webkit-animation:bounceInDown 2s;
  108.  
  109. -moz-animation:bounceInDown 2s;
  110.  
  111. -ms-animation:bounceInDown 2s;
  112. -webkit-transition: opacity 0.7s linear;
  113. -webkit-transition: all 0.7s ease-in-out;
  114. -moz-transition: all 0.7s ease-in-out;
  115. -o-transition: all 0.7s ease-in-out;
  116. background:#ccc;
  117. z-index:9999999999999999999999999999999;}
  118.  
  119. #fitness:hover{
  120. border-top-left-radius:1px;
  121. border-top-right-radius:1px;
  122. border-bottom-right-radius:10px;
  123. border-bottom-left-radius:10px;
  124. border:1px dashed #D5C9E3;
  125. padding:12px;
  126. top:12px;
  127. height:70px;
  128. width:170px;
  129. z-index:99999999999999999999999999999999999;
  130. opacity: 2.0;
  131. background:#BDEDFF;}
  132.  
  133.  
  134. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  135. <style>
  136. div#qTip {
  137. padding: 4px;
  138. height:8px;
  139. display: none;
  140. font-style:italic;
  141. text-align: center;
  142. position: absolute;
  143. font-family:consolas;
  144. line-height:10px;
  145. z-index: 999999999999;
  146. background: #eee;
  147. color:#fff ;
  148. text-transform:lowercase;
  149. letter-spacing: 0px;
  150. }
  151.  
  152. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  153.  
  154. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  155.  
  156. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  157.  
  158. p {
  159. margin:0px;
  160. margin-top:0px;
  161. }
  162.  
  163.  
  164. body {
  165. padding: 0px;
  166. margin: 0px;
  167. color:{color:text};
  168. font-family: consolas;
  169. line-height:7px;
  170. font-size:11px;
  171. background-color: {color:Background};
  172. background-image:url({image:Background});
  173. background-attachment: fixed;
  174. background-repeat: repeat;
  175. }
  176.  
  177.  
  178. a:link, a:active, a:visited{
  179. text-decoration: none;
  180. -webkit-transition: color 0.3s ease-out;
  181. -moz-transition: color 0.3s ease-out;
  182. transition: color 0.3s ease-out;
  183. color:{color:link};
  184. }
  185.  
  186. a:hover {
  187. text-decoration: none;
  188. font-style:;
  189. color: {color:Hover};
  190. }
  191.  
  192. div#center{
  193. margin:auto;
  194. position:relative;
  195. width:1000px;
  196. background-color:;
  197. overflow:auto;
  198. overflow-y:hidden;
  199. }
  200.  
  201.  
  202. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  203. .entry {
  204. float:left;
  205. display: block;
  206. margin:5px;
  207. opacity:8px;
  208. opacity:0.8;
  209. -webkit-transition: all 0.4s linear;
  210. -moz-transition: all 0.4s linear;
  211. transition: all 0.4s linear;
  212. -webkit-border-radius: 7px;
  213. -moz-border-radius: 7px;
  214. border-radius: 7px;
  215. overflow:hidden;
  216. padding:5px;
  217. border: 2px solid #BDEDFF;
  218. width:220px;
  219. {block:PermalinkPage}
  220. width:450px;
  221. text-align:left;
  222. line-height:10px;
  223. {/block:PermalinkPage}
  224. background:white;
  225. background-image:URL();
  226. }
  227. .entry:hover {
  228. opacity:1;
  229. -webkit-transition: all 0.4s linear;
  230. -moz-transition: all 0.4s linear;
  231. transition: all 0.4s linear;
  232. }
  233.  
  234. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  235. .entry .perma{
  236. width:220px;
  237. height:16px;
  238. margin-left:0px;
  239. position: absolute;
  240. line-height: 16px;
  241. overflow:hidden;
  242. text-align:center;
  243. top:0px;
  244. border:2px dashed #ccc;
  245. background:white;
  246. word-spacing:2px;
  247. letter-spacing:1px;
  248. opacity: 0.0;
  249. webkit-border-radius: 15px;
  250. -moz-border-radius: 15px;
  251. border-radius: 15px;
  252. -webkit-transition: all .7s ease;
  253. -moz-transition: all .7s ease;
  254. -o-transition: all .7s ease;
  255. transition: all .7s ease;
  256.  
  257. }
  258.  
  259. .entry:hover .perma{
  260. overflow:visible;
  261. opacity:0.9;
  262. width:235px;
  263. background:#BDEDFF;
  264. -webkit-transition: all .7s ease;
  265. -moz-transition: all .7s ease;
  266. -o-transition: all .7s ease;
  267. transition: all .7s ease;
  268. }
  269.  
  270.  
  271. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  272. #posts {
  273. width:800px;
  274. margin-top:1px;
  275. z-index:99;
  276. margin-left:319px;
  277. right:auto;
  278. background:transparent;
  279. margin-right:auto;
  280. position:relative;
  281. overflow-y: hidden;
  282. }
  283.  
  284.  
  285. /*CUSTOMIZE SIDEBAR HERE*/
  286. #sidebar{
  287. position:fixed !important;
  288. width:170px;
  289. background:white;
  290. webkit-border-radius: 8px;
  291. moz-border-radius: 8px;
  292. border-radius: 8px;
  293. height:auto;
  294. margin-top:150px;
  295. padding:4px;
  296. margin-left:135px;
  297. text-align:center;
  298. border: 4px solid;
  299.  
  300. }
  301.  
  302.  
  303. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  304.  
  305.  
  306. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  307. .title{
  308. line-height: 12px;
  309. color:{color:Title};
  310. font-weight: normal;
  311. }
  312.  
  313.  
  314. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  315. .permalink{
  316. text-transform: normal;
  317. display: block;
  318. text-align: right;
  319. text-decoration: none;
  320. }
  321.  
  322.  
  323. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  324. #infscr-loading{
  325. bottom: -70px;
  326. position: absolute;
  327. left: 50%;
  328. margin-left:-8px;
  329. width:16px;
  330. height:11px;
  331. overflow:hidden;
  332. margin-bottom: 50px;
  333. }
  334.  
  335. #postnotes{
  336. text-align: justify;}
  337.  
  338. #postnotes blockquote{
  339. border: 0px;}
  340.  
  341. blockquote{
  342. padding:0px 0px 2px 5px;
  343. margin:0px 0px 2px 10px;
  344. border-left: 1px dotted #555555;
  345. }
  346.  
  347. blockquote p, ul{
  348. margin:0px;
  349. padding:0px;
  350. }
  351.  
  352. a img{border: 0px;}
  353.  
  354.  
  355. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  356.  
  357. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  358. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  359.  
  360. .notes img{width:10px; position:relative; top:3px;}
  361. <--ses-->
  362. small{font-size: 90%;}
  363.  
  364. {CustomCSS}
  365.  
  366. </style>
  367.  
  368. {block:IndexPage}
  369. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  370. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  371.  
  372. <script type="text/javascript">
  373. $(window).load(function(){
  374. var $wall = $('#posts');
  375. $wall.imagesLoaded(function(){
  376. $wall.masonry({
  377. itemSelector: '.entry, .entry_photo',
  378. isAnimated : false
  379. });
  380. });
  381.  
  382. $wall.infinitescroll({
  383. navSelector : '#pagination',
  384. nextSelector : '#pagination a',
  385. itemSelector : '.entry, .entry_photo',
  386. bufferPx : 2000,
  387. debug : false,
  388. errorCallback: function() {
  389. $('#infscr-loading').fadeOut('normal');
  390. }},
  391. function( newElements ) {
  392. var $newElems = $( newElements );
  393. $newElems.hide();
  394. $newElems.imagesLoaded(function(){
  395. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  396. });
  397. }); $('#posts').show(500);
  398. });
  399. </script>
  400.  
  401.  
  402. {/block:IndexPage}
  403.  
  404.  
  405. <title>{title}</title>
  406.  
  407. <link rel="shortcut icon" href="{Favicon}" />
  408. <meta name="viewport" content="width=820" />
  409. </head>
  410.  
  411. <body>
  412. <script id="HypPlayerScript" type="text/javascript" src="http://hypster.com/a/player5.js" hypHostName="hypster.com" hypUserID="4937179" hypPlaylistID="6595293" hypPlayerControls="1" hypAutostart="1" hypPlayerSort="rand" hypMainBackColor="#BDEDFF" hypButtonsBack="#BDEDFF" hypVisibility="hidden" hypSaveState="1" ><!-- Hypster Player --></script>
  413. <img src="http://i42.tinypic.com/2599wep.png"height=100 style="position:fixed;bottom:0px;right:-10px;z-index:999"/>
  414. <div id="toptitle">Smile xo</div>
  415. <div style="position: fixed;padding:10px;
  416. border:2px solid #BDEDFF;
  417. margin:0px;
  418. webkit-border-radius: 19px;
  419. moz-border-radius: 19px;
  420. border-radius: 19px; top:200px;font-size:15px;left:70px;">
  421. <a href="http://www.legund.tumblr.com/ask" title="HOVER TEXT HERE">LINK1</a><br>
  422.  
  423. <div style="position: fixed;padding:10px;
  424. border:2px solid #BDEDFF;
  425. margin:0px;
  426. webkit-border-radius: 19px;
  427. moz-border-radius: 19px;
  428. border-radius: 19px; top:240px;font-size: 15px; left:70px;">
  429. <a href="URL HERE" title="HOVER TEXT HERE">LINK2</a><br>
  430.  
  431. <div style="position: fixed;padding:10px;
  432. border:2px solid #BDEDFF;
  433. margin:0px;
  434. webkit-border-radius: 19px;
  435. moz-border-radius: 19px;
  436. border-radius: 19px; top:280px;font-size: 15px; left:70px;">
  437. <a href="URL HERE" title="HOVER TEXT HERE">LINK3</a><br>
  438. </div>
  439.  
  440. <div style="position: fixed;padding:10px;
  441. border:2px solid #BDEDFF;
  442. margin:0px;
  443. webkit-border-radius: 19px;
  444. moz-border-radius: 19px;
  445. border-radius: 19px; top:320px;font-size: 15px; left:70px;">
  446. <a href="URL HERE" title="HOVER TEXT HERE">LINK4</a><br>
  447. </div>
  448.  
  449. <div style="position: fixed;padding:10px;
  450. border:2px solid #BDEDFF;
  451. margin:0px;
  452. webkit-border-radius: 19px;
  453. moz-border-radius: 19px;
  454. border-radius: 19px; top:360px;font-size: 15px; left:70px;">
  455. <a href="http://www.suprisingly.tk/tagged/themes" title="More themes here">CREDIT</a><br>
  456. </div>
  457.  
  458. </div>
  459. </div>
  460. </div>
  461. <<div class="Line1"></div><div class="Line2"></div>
  462. <div id="fitness">
  463. <br><br></br>
  464. <B>Updates</B><p>
  465. okay write whaeve update you have, eg: having 69 with Jaden.
  466. </div></div>
  467. <BODY onselectstart="return false;" ondragstart="return false;">
  468. <div class="wrapper">
  469. <div class="header">
  470. </div>
  471.  
  472. <div id="cage">
  473. <div id="center">
  474.  
  475. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  476. <div id="sidebar"><div class="hypPlayerAddCons";"position:fixed; top: 20px; left 20px;"></div>
  477. <center>
  478. <a href="/"><img src="{image:sidebar}" width=100%></a><br>
  479. {description}
  480. </center>
  481. </div>
  482. <!------------------------------------->
  483.  
  484.  
  485. <div class="left">
  486. <div id="posts">
  487. {block:Posts}
  488. <div class="entry">
  489.  
  490. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  491.  
  492. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  493. {/block:Text}
  494.  
  495. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  496.  
  497. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  498.  
  499. {block:Photo}
  500. {block:IndexPage}
  501. <center>
  502. <div class="perma">
  503. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  504.  
  505. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  506. {/block:IndexPage}
  507. {block:PermalinkPage}
  508. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  509.  
  510. {LinkCloseTag}
  511. {/block:PermalinkPage}
  512. {/block:Photo}
  513.  
  514. {block:Photoset}
  515. {block:IndexPage}
  516. <center>
  517.  
  518. <div class="perma">
  519. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  520.  
  521. {Photoset-250}</center>
  522. {/block:IndexPage}
  523. {block:PermalinkPage}
  524. <center>
  525. {Photoset-500}</center>
  526. {/block:PermalinkPage}
  527. {/block:Photoset}
  528.  
  529. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  530.  
  531. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  532.  
  533. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  534. <ul class="chat">
  535. {block:Lines}
  536. <li class="user_{UserNumber}">
  537. {block:Label}
  538. <span class="label">{Label}</span>
  539. {/block:Label}
  540.  
  541. {Line}
  542. </li>
  543. {/block:Lines}
  544. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  545. {/block:Chat}
  546.  
  547. {block:Audio}
  548. <div style="width:200px; height:30px;">
  549. {AudioPlayerBlack}
  550. </div>
  551. {block:IndexPage}<span class="permalink">
  552. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  553. </span>{/block:IndexPage}
  554. {/block:Audio}
  555.  
  556. {block:Video}
  557. {block:IndexPage}
  558. <center>
  559. <div class="perma">
  560. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  561. {Video-250}</center>
  562. {/block:IndexPage}
  563. {block:PermalinkPage}
  564. <center>
  565. {Video-400}</center>
  566. {/block:PermalinkPage}
  567. {block:Video}
  568.  
  569.  
  570. {block:PostNotes}<div align="middle">{caption}</div>
  571. <center>
  572.  
  573. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  574.  
  575. {block:HasTags}
  576. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  577. {block:RebloggedFrom}
  578. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  579. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  580.  
  581. {/block:RebloggedFrom}
  582. </center></span>
  583. <br>
  584. <div id="postnotes">{PostNotes}</div><br>
  585.  
  586. <center>{block:ContentSource}
  587. <br><a href="{SourceURL}">
  588. {lang:Source}:
  589. {block:SourceLogo}
  590. <img src="{BlackLogoURL}" width="{LogoWidth}"
  591. height="{LogoHeight}" alt="{SourceTitle}" />
  592. {/block:SourceLogo}
  593. {block:NoSourceLogo}
  594. {SourceLink}
  595. {/block:NoSourceLogo}
  596. </a>
  597. {/block:ContentSource}</center>
  598.  
  599. {/block:PostNotes}
  600. </div>
  601. {/block:Posts}
  602. </div></div>
  603.  
  604. {block:IndexPage}
  605. {block:Pagination}
  606. <div id="pagination">
  607. {block:NextPage}
  608. <a id="nextPage" href="{NextPage}"></a>
  609. {/block:NextPage}
  610. {block:PreviousPage}
  611. <a href="{PreviousPage}"></a>
  612. {/block:PreviousPage}
  613. </div>
  614. {/block:Pagination}
  615. {/block:IndexPage}
  616. </body>
  617. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement