Advertisement
t-offee

Infatuation Theme (NEW)

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