Advertisement
Guest User

themeseven-tempus

a guest
Oct 8th, 2012
1,287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.79 KB | None | 0 0
  1. >PLEASE DON'T REMOVE THE CREDIT.
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.  
  7.  
  8. <script type="text/javascript">
  9. var rev = "fwd";
  10. function titlebar(val)
  11. {
  12. var msg = "{Title}";
  13. var res = " ";
  14. var speed = 100;
  15. var pos = val;
  16. msg = "{Title}";
  17. var le = msg.length;
  18. if(rev == "fwd"){
  19. if(pos < le){
  20. pos = pos+1;
  21. scroll = msg.substr(0,pos);
  22. document.title = scroll;
  23. timer = window.setTimeout("titlebar("+pos+")",speed);}
  24. else{
  25. rev = "bwd";
  26. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  27. else{
  28. if(pos > 0){
  29. pos = pos-1;
  30. var ale = le-pos;
  31. scrol = msg.substr(ale,le);
  32. document.title = scrol;
  33. timer = window.setTimeout("titlebar("+pos+")",speed);}
  34. else{
  35. rev = "fwd";
  36. timer = window.setTimeout("titlebar("+pos+")",speed);
  37. }}}
  38. titlebar(0);
  39. </script>
  40.  
  41. <title>{Title}</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43.  
  44. <meta name="color:background" content="#fff"/>
  45. <meta name="color:text" content="#000000"/>
  46. <meta name="color:title" content="#000000"/>
  47. <meta name="color:link" content="#424242"/>
  48. <meta name="color:hover" content="#bebebe"/>
  49. <meta name="color:scrollbar" content="#000000"/>
  50. <meta name="image:Background" content=""/>
  51. <meta name="if:tiny cursor" content="1"/>
  52. <meta name="if:tiny scrollbar" content="1"/>
  53. <meta name="image:sidebar" content=""/>
  54. <meta name="if:show photo" content="0"/>
  55. <meta name="if:show blogtitle" content="0"/>
  56.  
  57. <meta name="text:Ask Link Name" content="message" />
  58. <meta name="text:Link One Title" content="link 1" />
  59. <meta name="text:Link One" content="/" />
  60. <meta name="text:Link Two Title" content="link 2" />
  61. <meta name="text:Link Two" content="/" />
  62. <meta name="text:Link Three Title" content="link 3" />
  63. <meta name="text:Link Three" content="/" />
  64. <meta name="text:Link Four Title" content="link 4" />
  65. <meta name="text:Link Four" content="/" />
  66.  
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/s48lvqls2/jquery-1.4.4.min.js"></script>
  72. <script type="text/javascript">
  73. <!--
  74. //(c) Ian Muscat 2007
  75. function IE(e) {
  76. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3")){
  77. return false;
  78. }}
  79. function NS(e) {
  80. if (document.layers || (document.getElementById && !document.all)){
  81. if (e.which == "2" || e.which == "3"){
  82. return false;}}}
  83. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  84. //-->
  85. </script>
  86.  
  87. <style type="text/css">
  88.  
  89.  
  90. #biter
  91.  
  92. #bite a {display:block}
  93.  
  94. #bite .death {margin-top:-40px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  95.  
  96. #bite:hover .death {margin-top:2px;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  97.  
  98.  
  99. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  100.  
  101. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  102.  
  103. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  104.  
  105. {block:iftinycursor}
  106. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  107. {/block:iftinycursor}
  108.  
  109.  
  110. {block:iftinyscrollbar}
  111. ::-webkit-scrollbar {width: 8px; height: 4px; background: {color:background}; }
  112.  
  113. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 1ex; border: 1px solid black;}
  114. {/block:iftinyscrollbar}
  115.  
  116. p {
  117. margin:0px;
  118. margin-top:0px;
  119. }
  120.  
  121. a:link, a:active, a:visited{
  122. color: {color:link};
  123. text-decoration: none;
  124. -webkit-transition: color 0.5s ease-in;
  125. -moz-transition: color 0.5s ease-in;
  126. }
  127.  
  128. a:hover {
  129. color: {color:hover};
  130. text-decoration: none;
  131. font-style: none;
  132. -webkit-transition: color 0.5s ease-out;
  133. -moz-transition: color 0.5s ease-out;
  134. }
  135.  
  136.  
  137. body {
  138. margin:0px;
  139. background-color: {color:Background};
  140. background-image:url({image:Background});
  141. background-attachment: fixed;
  142. background-repeat: repeat;}
  143. body, div, p, textarea, submit, input{
  144. font-family: "Ruluko";
  145. font-size: 14px;
  146. line-height:15px;
  147. letter-spacing:0px;
  148. color:{color:Text};
  149. }
  150.  
  151. .wrapper{
  152. margin: 0px auto;
  153. width: 817px;
  154. }
  155.  
  156. .left{
  157. float: left;
  158. margin-left: 400px;
  159. width: 810px;
  160. }
  161.  
  162. .entry {
  163. float:left;
  164. padding: 10px;
  165. border:1px solid #dedede;
  166. border-radius: 0px;
  167. margin: 2px;
  168. {block:IndexPage}
  169. width: 270px;
  170. {/block:IndexPage}
  171. {block:PermalinkPage}
  172. width:250px;
  173. {/block:PermalinkPage}
  174. background-color: white;
  175. }
  176.  
  177. .entry .textpost{
  178. background-color: #fff;
  179. }
  180.  
  181. .questions{
  182. font-style:normal;
  183. margin-bottom:3px;
  184. border-bottom:1px solid #dcdcdc;
  185. }
  186.  
  187. .questions:hover{
  188. font-style:bold;
  189. }
  190.  
  191.  
  192. #posts {
  193. float:left;
  194. width:1500px;
  195. margin-left: -300px;
  196. {block:PermalinkPage}
  197. margin-left: -50px;
  198. background-color: transparent;
  199. width:500px;
  200. {/block:PermalinkPage}
  201. }
  202.  
  203.  
  204. .blogtitle{
  205. font-size:30px;
  206. color:#888;
  207. -webkit-transition-duration:1.5s;
  208. font-family: Swanky and Moo Moo;
  209. letter-spacing:1px;
  210. line-height:30px;
  211. font-style: cursive;
  212. text-align: center;
  213. margin-top: 11px;
  214. margin-bottom: -2px;
  215. text-transform: normal;
  216. }
  217.  
  218. #postnotes{
  219. text-align: left;
  220. }
  221. #postnotes blockquote{
  222. border: 0px;
  223. }
  224.  
  225. .title{
  226. font-family: Ruluko;
  227. font-size: 20px;
  228. line-height: 20px;
  229. color: {color:Title};
  230. letter-spacing: 0px;
  231. font-style:normal;
  232. }
  233.  
  234.  
  235. #postnotes{
  236. text-align: justify;}
  237.  
  238. #postnotes blockquote{
  239. border: 0px;}
  240.  
  241. blockquote{
  242. padding: 2px 2px 2px 5px;
  243. margin:2px 2px 2px 5px;
  244. border-left: 2px solid #888;
  245. }
  246.  
  247. blockquote p, ul{
  248. margin:0px;
  249. padding:0px;
  250. }
  251.  
  252. a img{border: 0px;}
  253.  
  254. ul, li{
  255. list-style:none;
  256. padding: 1px 1px 1px 2px;
  257. margin:1px 1px 1px 1px;
  258. }
  259.  
  260. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  261. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  262.  
  263. .notes img{width:10px; position:relative; top:3px;}
  264.  
  265. .permalink {
  266. display: block;
  267. padding: 0px;
  268. margin: 4px 8px 0px 8px;
  269. text-transform: uppercase;
  270. font-family: littlefont;
  271. font-size: 14px;
  272. color: #424242;
  273. line-height: 14px;
  274. text-align: right;
  275. text-decoration: none;
  276. -webkit-transition: color 0.5s ease-out;
  277. -moz-transition: color 0.5s ease-out;
  278. border-top: 1px solid #dcdcdc;
  279. }
  280.  
  281. .entry .blanket{
  282. position:absolute;
  283. width:300px;
  284. height:20px;
  285. overflow:hidden;
  286. margin-top:0px;
  287. padding: 6px;
  288. text-align: left;
  289. opacity:0.0;
  290. background-color:#fff;
  291. -webkit-transition: all .3s linear;
  292. -moz-transition: all .3s linear;
  293. transition: all .3s linear;
  294. }
  295.  
  296. .entry:hover .blanket{
  297. opacity: 0.6;
  298. -webkit-transition: all .3s linear;
  299. -moz-transition: all .3s linear;
  300. transition: all .3s linear;
  301. }
  302.  
  303. .entry .blanket .permalink2{
  304. text-transform:normal;
  305. width:200px;
  306. height:auto;
  307. font-family: "short stack";
  308. font-size:14px;
  309. color:#000;
  310. font-decoration:none;
  311. text-align:left;
  312. margin-top:2px;
  313. line-height: 10px;
  314. opacity:0.0
  315. background-color:#000;
  316. -webkit-transition: all .3s linear;
  317. -moz-transition: all .3s linear;
  318. transition: all .3s linear;
  319. }
  320.  
  321. .entry:hover .blanket .permalink2{
  322. opacity:1;
  323. -webkit-transition: all .4s linear;
  324. -moz-transition: all .4s linear;
  325. transition: all .4s linear;
  326. }
  327.  
  328. .entry .blanket .permalink2 a{
  329. color:#000;
  330. -webkit-transition: all .3s linear;
  331. -moz-transition: all .3s linear;
  332. transition: all .3s linear;
  333. }
  334.  
  335. .entry:hover .blanket .permalink2 a:hover {
  336. color:#888;
  337. -webkit-transition: all .3s linear;
  338. -moz-transition: all .3s linear;
  339. transition: all .3s linear;
  340. }
  341.  
  342. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  343.  
  344. @font-face { font-family: "kingcoolkc"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
  345.  
  346. @font-face { font-family: "basket"; src: url('http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf');
  347. }
  348.  
  349. </style>
  350.  
  351. {block:IndexPage}
  352. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  353. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  354.  
  355. <script type="text/javascript">
  356. $(window).load(function () {
  357. var $content = $('#posts');
  358. $content.masonry({itemSelector: '.entry'}),
  359. $content.infinitescroll({
  360. navSelector : 'div#pagination',
  361. nextSelector : 'div#pagination a#nextPage',
  362. itemSelector : '.entry',
  363. loading: {
  364. finishedMsg: '',
  365. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  366. },
  367. bufferPx : 600,
  368. debug : false,
  369. },
  370. // call masonry as a callback.
  371. function( newElements ) {
  372. var $newElems = $( newElements );
  373. $newElems.hide();
  374. // ensure that images load before adding to masonry layout
  375. $newElems.imagesLoaded(function(){
  376. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  377.  
  378.  
  379. });
  380. });
  381. });
  382. </script>
  383.  
  384. {/block:IndexPage}
  385.  
  386. <body>
  387.  
  388.  
  389. <div class="wrapper">
  390.  
  391. <div id="sidebar">
  392. {block:ifshowblogtitle}<span class=blogtitle><a href="/">
  393. {Title}
  394. </a></span>{/block:ifshowblogtitle}
  395. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=200px></a>{/block:ifshowphoto}
  396. <center>{Description}</center>
  397. </br>
  398. <a href="/ask">{text:Ask Link Name}</a> |
  399. {block:ifLinkOneTitle}<a href="{text:Link One}" class="link">{text:Link One Title}</a>{/block:ifLinkOneTitle} |
  400. {block:ifLinkTwoTitle}<a href="{text:Link Two}" class="link">{text:Link Two Title}</a>{/block:ifLinkTwoTitle} |
  401. {block:ifLinkThreeTitle}<a href="{text:Link Three}" class="link">{text:Link Three Title}</a>{/block:ifLinkThreeTitle} |
  402. {block:ifLinkFourTitle}<a href="{text:Link Four}" class="link">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  403. </div></div>
  404.  
  405. <div class="header">
  406. <div class="left">
  407. <div id="posts">
  408.  
  409. {block:Posts}
  410. <div class="entry">
  411. {block:Text}
  412. <div class="textpost">
  413. <div class="title">{block:Title}{Title}{/block:Title}</div>
  414. {Body}
  415. {block:IndexPage}
  416. <div class="permalink">
  417. <a href="{permalink}">+</a>
  418. </div>
  419. {/block:IndexPage}
  420. </div>
  421. {/block:Text}
  422.  
  423. {block:Link}
  424. <div class="textpost">
  425. <a href="{URL}" class="title">{Name}</a>
  426. {block:Description}{Description}{/block:Description}
  427. {block:IndexPage}
  428. <div class="permalink">
  429. <a href="{permalink}">+</a>
  430. </div>
  431. {/block:IndexPage}
  432. </div>
  433. {block:Link}
  434.  
  435. {block:Photo}
  436. {block:IndexPage}
  437. <div class="blanket">
  438. <div class="permalink2">
  439. <a href="{permalink}">{NoteCount} notes</a> // <a href="{ReblogURL}" target="_blank">reblog</a></div>
  440. </div>
  441. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250px"/>
  442. {/block:IndexPage}
  443.  
  444. {block:PermalinkPage}
  445. {LinkOpenTag}
  446. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="503"/>
  447. {LinkCloseTag}{/block:PermalinkPage}
  448. {/block:Photo}
  449.  
  450. {block:Photoset}
  451. {block:IndexPage}
  452. <div class="blanket">
  453. <div class="permalink2">
  454. <a href="{permalink}">{NoteCountWithLabel}</a> // <a href="{ReblogURL}" target="_blank">reblawg</a></div>
  455. </div>
  456. <center>{Photoset-250}</center>
  457. {/block:IndexPage}
  458.  
  459. {block:PermalinkPage}
  460. {Photoset-500}
  461. {/block:PermalinkPage}
  462. {/block:Photoset}
  463.  
  464. {block:Quote}
  465. <div class="textpost">
  466. {Quote}</span>
  467. {block:Source}<strong>{Source}</strong>{/block:Source}
  468. {block:IndexPage}
  469. <div class="permalink">
  470. <a href="{permalink}">+</a>
  471. </div>
  472. {/block:IndexPage}
  473. </div>
  474. {/block:Quote}
  475.  
  476. {block:Chat}
  477. <div class="textpost">
  478. {block:Title}<span class="title">{Title}</span>{/block:Title}
  479. <ul class="chat">
  480. {block:Lines}
  481. <li class="user_{UserNumber}">
  482. {block:Label}
  483. <span class="label">{Label}</span>
  484.  
  485. {/block:Label}
  486.  
  487. {Line}
  488. </li>
  489. {/block:Lines}
  490. </ul>
  491. {block:IndexPage}
  492. <div class="permalink">
  493. <a href="{permalink}">+</a>
  494. </div>
  495. {/block:IndexPage}
  496. </div>
  497. {/block:Chat}
  498.  
  499. {block:Audio}
  500. <div class="textpost">
  501. {AudioPlayerBlack}
  502. {block:ifshowaudiocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowaudiocaptions}
  503. {block:IndexPage}
  504. <div class="permalink">
  505. <a href="{permalink}">+</a>
  506. </div>
  507. {/block:IndexPage}
  508. </div>
  509. {/block:Audio}
  510.  
  511. {block:Video}
  512. {block:IndexPage}
  513. <div class="blanket">
  514. <div class="permalink2">
  515. <a href="{permalink}">{NoteCountWithLabel}</a> // <a href="{ReblogURL}" target="_blank">reblawg</a></div>
  516. </div>
  517. {/block:IndexPage}
  518. <center>{Video-250}</center>
  519. {block:Video}
  520.  
  521. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  522. <p>{block:RebloggedFrom}<div style="border-bottom:1px solid #ddd; text-align:left; text-transform:none; "> reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  523. {/block:RebloggedFrom}</center></span><br><div id="postnotes">{PostNotes}</div><br>
  524. {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}{/block:PermalinkPage}
  525. </div>
  526. {/block:Posts}
  527. </div>
  528. </div>
  529. </div>
  530. {block:IndexPage}
  531. {block:Pagination}
  532. <div id="pagination">
  533. {block:NextPage}
  534. <a id="nextPage" href="{NextPage}"></a>
  535. {/block:NextPage}
  536. {block:PreviousPage}
  537. <a href="{PreviousPage}"></a>
  538. {/block:PreviousPage}
  539. </div>
  540. {/block:Pagination}
  541. {/block:IndexPage}
  542. </div>
  543.  
  544. <div style="padding: 5px; position: fixed; bottom: 0px; font-size: 18px; right: 0px; text-transform:lowercase; background: transparent; color: #bc85e6;"><a href="http://tempus--fugit.tumblr.com/"><b>©</b></a></div>
  545.  
  546. </body>
  547.  
  548. </div></div></div></div></div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement