Advertisement
sskate

theme 41 - hieroglyphen

Jan 21st, 2014
819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.39 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.  
  4. <!--Theme made by sskate/themesbyurte!-->
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <link href='http://static.tumblr.com/tcjrk42/S1Emwjczx/animate-custom__1_.css' rel='stylesheet' type='text/css'>
  8. <title>{title}</title>
  9. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lu2dixfXRT1qfoi4t.gif">
  10. <script type="text/javascript">
  11. $(window).load(function(){
  12. $("p").remove(":contains('Source:')");
  13. $("p").remove(":contains('via ')");
  14. });
  15. </script>
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18.  
  19. <script>
  20. $(document).ready(function() {
  21. //
  22. $('a.poplight[href^=#]').click(function() {
  23. var popID = $(this).attr('rel'); //Get Popup Name
  24. var popURL = $(this).attr('href'); //Get Popup href to define size
  25. var query= popURL.split('?');
  26. var dim= query[1].split('&');
  27. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  28. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  29. var popMargTop = ($('#' + popID).height() + 80) / 2;
  30. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  31. //Apply Margin to Popup
  32. $('#' + popID).css({
  33. 'margin-top' : -popMargTop,
  34. 'margin-left' : -popMargLeft
  35. });
  36. $('body').append('<div id="fade"></div>');
  37. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  38. return false;
  39. });
  40. $('a.close, #fade').live('click', function() {
  41. $('#fade , .popup_block').fadeOut(function() {
  42. $('#fade, a.close').remove(); //fade them both out
  43. });
  44. return false;
  45. });
  46. });
  47. </script>
  48.  
  49.  
  50. <script type="text/javascript" src="http://arrow.scrolltotop.com/arrow5.js"></script>
  51. <noscript><a href="http://www.scrolltotop.com">Top Page</a></noscript>
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  57.  
  58. <html lang="en"> <head> <meta name="if:1 Column" content="0"/>
  59. <meta name="if:3 Column" content="1"/><meta name="color:Background" content="#fafafa"/> <meta name="color:Title" content="#aaa"/> <meta name="color:Text" content="#aaa"/> <meta name="color:Link" content="#aaa"/> <meta name="color:scrollbar" content="#ddd"/> <meta name="image:Sidebar" content=""/> <meta name="image:Background" content=""/> <meta name="if:faded posts" content="1"/> <meta name="if:round posts" content="0"/> <meta name="text:blogtitle" content="nostalgia" /> <meta name="color:blogtitle" content="#ddd"/> <meta name="text:Link One Title" content="refresh" /> <meta name="text:Link One" content="/" /> <meta name="text:Link Two Title" content="inbox" /> <meta name="text:Link Two" content="/ask" /> <meta name="text:Link Three Title" content="more" /> <meta name="text:Link Three" content="" /> <meta name="text:Link Four Title" content="themes" /> <meta name="text:Link Four" content="" /><meta name="if:round posts" content="0"/>
  60.  
  61. <meta name="text:Link Five" content="" /> <meta name="image:pop up bg" content="http://static.tumblr.com/fd25cf263f97e81a3b403a06dae0013e/mnxgubd/D9emxfqmf/tumblr_static_cream_pixels.png"/>
  62. </script></script>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Carrois+Gothic' rel='stylesheet' type='text/css'>
  65.  
  66. <style type="text/css">
  67. iframe#tumblr_controls {
  68. top: 0% !important;
  69. right:0% !important;
  70. opacity:0.3;
  71. position: fixed !important;
  72. filter:alpha(opacity=30);
  73. -webkit-transition: all 0.7s ease;
  74. -moz-transition: all 0.7s ease;
  75. -o-transition: all 0.7s ease;
  76. }
  77. iframe#tumblr_controls:hover{
  78. top: 0% !important;
  79. right:0% !important;
  80. opacity:0.8;
  81. position: fixed !important;
  82. filter:alpha(opacity=80);
  83. -webkit-transition: all 0.7s ease;
  84. -moz-transition: all 0.7s ease;
  85. -o-transition: all 0.7s ease;
  86. }
  87.  
  88.  
  89. #entry .perma{
  90. border-bottom: 1px solid {color:border};
  91. color:#777;
  92. font-size:8px;
  93. opacity: 0;
  94. -webkit-transition-duration: .75s;
  95. top:0px;
  96. width:320px;
  97. height:22px;
  98. padding-bottom:4px;
  99. background-color: #fff;
  100. position: absolute;
  101. margin-top:6px;
  102. background: {color:link3};
  103. color:{color:blogtitle};
  104. font-size:8px;
  105. opacity: 1;
  106. border-bottom-right-radius:5px;
  107. border-bottom-left-radius:5px;
  108. border: 1px solid {color:border};
  109. display: block;
  110. height:10px;
  111. padding-top:3px;
  112. padding-bottom:3px;
  113. position: relative;
  114. margin-top:5px;
  115. text-transform:uppercase;
  116. font-family:consolas;
  117. letter-spacing:1px;
  118. text-align:center;
  119. text-transform:uppercase;
  120. font-family:consolas;
  121. letter-spacing:1px;
  122. display:block;
  123. }.title{
  124. display:inline;
  125. font-size:11px;
  126. text-transform:uppercase;
  127. background:#efefef;
  128. color:#777;
  129. padding-right:3px;
  130. padding-left:3px;
  131. }
  132. .title a{
  133. color:#777;
  134. }
  135. #entry:hover .perma{
  136.  
  137. }@font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,} #tumblr_controls{ position:fixed !important; -webkit-filter: invert(100%) } @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,} iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;} iframe#tumblr_controls:hofsidebaver{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;} ::-webkit-scrollbar { border-bottom-right-radius: 5px;width: 8px; height: 4px; background: {color:link4};} ::-webkit-scrollbar-thumb { width: 8px; background-color:{color:link4}; border-bottom-right-radius: 5px; } mf{
  138. color:{color:link};
  139. font-family: consolas;
  140. text-transform:uppercase;
  141. font-size:15px;
  142. }
  143. #link1{
  144. border-radius:5px;
  145. margin-top:345px;
  146. margin-left:285px;
  147. width:15px;
  148. height:15px;
  149. background: #efefef;
  150. color:#efefef;
  151. position:fixed;
  152. }
  153. #link2{
  154. border-radius:5px;
  155. margin-top:345px;
  156. margin-left:310px;
  157. width:15px;
  158. height:15px;
  159. background: #efefef;
  160. color:#efefef;
  161. position:fixed;
  162. }
  163. #link3{
  164. border-radius:5px;
  165. margin-top:345px;
  166. margin-left:335px;
  167. width:15px;
  168. height:15px;
  169. background: #efefef;
  170. color:#efefef;
  171. position:fixed;
  172. }
  173. #link4{
  174. border-radius:5px;
  175. margin-top:345px;
  176. margin-left:360px;
  177. width:15px;
  178. height:15px;
  179. background: #efefef;
  180. color:#efefef;
  181. position:fixed;
  182. }#windows {
  183. font-family:consolas; font-size:9px; text-align: right; text-transform:uppercase; color: #fdfdfd; padding-right:5px;
  184.  
  185. }
  186.  
  187. #windows a {
  188. color:#fdfdfd;
  189. }
  190.  
  191. .entry img{
  192. {block:ifbandwposts}
  193. -webkit-filter:saturate(0%);
  194. {block:ifbandwposts}
  195. max-width: 100%;
  196. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-out;-moztransition: all 0.5s ease-out;transition: all 0.5s ease-out;
  197. opacity:.7;
  198. {block:permalinkpage}
  199. width: 500px;
  200. padding-bottom:0px;
  201. {/block:permalinkpage}
  202. }
  203.  
  204. .entry img:hover {
  205. padding-bottom:20px-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  206. margin-top:0px;
  207. }
  208. body, a, a:hover { cursor: url("http://img69.imageshack.us/img69/7673/cursorw.png"), progress;}
  209. a:link, a:active, a:visited{ color:{color:link}; text-decoration: none; -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out; } a:hover { font-style: none; color:{color:link}; cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto; }
  210. #akina{width:250px; height:auto;} {block:PermalinkPage} width:410px; {/block:PermalinkPage} } #posts{ padding-top:3px; padding-bottom:3px; position:fixed !important; width:250px; height:207px; background-color:white; {block:PermalinkPage} width:410px; height:207px; {/block:PermalinkPage} } body{ color:{color:Text}; margin:5px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat; }
  211. #audio { width:200px; height:auto; min-height:60px; padding-bottom:0px; } .cover { position:absolute; z-index:1; width:60px; height:60px; } .cover img { float:left; width:60px; height:60px; } .playbox { opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:; } .info { margin-left:73px; margin-top:4px; line-height:14px; } #sidebar{
  212. position: fixed;
  213. font-size:8px;
  214. padding: 3px;
  215. margin-top: 180px;
  216. text-transform:uppercase;
  217. font-family:consolas;
  218. background-color: #fcfcfc;
  219. height: 150px;
  220. text-transform:uppercase;
  221. border-radius: 5px;
  222. margin-left:275px;
  223. text-align:left;
  224. line-height: 10px;
  225. width: 100px;
  226. border: 1px solid #ededed;
  227. }#blogtitle{ z-index:99999999;text-transform:uppercase; position:fixed; font-family:consolas; width:440px;font-size:20px; text-align:center; margin-top: 160px; margin-left:110px; color:{color:blogtitle}; } .title{ font-family:consolas; font-size: 12px; line-height: 10px; font-style:italic; color: {color:Title}; text-transform: normal; padding: 2px 0px 0px 0px; } askk { font-family: georgia; color:{color:title}; font-size:12px; font-style:italic; text-transform:lowercase; z-index:1; }
  228. @font-face {
  229. font-family: "04b03";
  230. src: url("http://static.tumblr.com/necydca/Eurmjztdk/04b_03__.ttf")
  231. }::-webkit-scrollbar-thumb {background-color:efefef; -webkit-border-radius: 0ex; border: 0px solid transparent;}
  232. ::-webkit-scrollbar {width: 5px; height: 4px; background:#efefef;}
  233.  
  234. #entry{
  235. opacity: 1;
  236. font-size: 10px;
  237. text-align:center;
  238. z-index:0;
  239. float:left;
  240. {/block:indexpage}
  241. {block:if1Column}
  242. width:320px;
  243. margin:15px;
  244. {/block:if1Column}
  245. {block:if3Column}
  246. margin:9px;
  247. width:200px;
  248. {/block:if3Column}
  249.  
  250. height: auto;
  251. {block:PermalinkPage}
  252. width: 349px;
  253. margin-left:0px;
  254. height: auto;
  255. {/block:PermalinkPage}
  256. {block:ifroundposts}
  257. border-radius: 5px;
  258. {/block:ifroundposts}
  259. background-color: #fcfcfc;
  260. padding:3px;
  261. font-family:"Consolas";
  262. margin-right:13px;
  263. line-height: 12px;
  264. overflow:hidden;
  265. margin-bottom:13px;
  266. border: 1px solid #eeeeee;
  267. color:{color:Text};
  268. transition: all 0.9s ease-out;
  269. -o-transition-transition: all 0.9s ease-out;
  270. -webkit-transition: all 0.9s ease-out;
  271. -moz-transition: all 0.9s ease-out;
  272. }
  273. #cunt{width:250px; height:auto;}
  274. {block:PermalinkPage}
  275. width:410px;
  276. {/block:PermalinkPage}
  277. }
  278. #center{
  279. padding-top:3px;
  280. padding-bottom:3px;
  281. position:fixed !important;
  282. width:250px;
  283. height:207px;
  284. background-color:#fff;
  285. {block:PermalinkPage}
  286. width:410px;
  287. height:207px;
  288. {/block:PermalinkPage}
  289. }
  290.  
  291. #posts{
  292. float:center;
  293. margin-left:395px;
  294. {block:if3Column}
  295. width:900px;
  296. {/block:if3Column}
  297.  
  298. {block:if1Column}
  299. width:412px;
  300. {/block:if1Column}
  301. {block:permalink}
  302. width:400px;
  303. {/block:permalink}
  304. z-index: 0;
  305. margin-top:15px;
  306. }
  307.  
  308. #entry:hover {
  309. transition: all 0.9s ease-out;
  310. -o-transition-transition: all 0.9s ease-out;
  311. -webkit-transition: all 0.9s ease-out;
  312. -moz-transition: all 0.9s ease-out;
  313. }
  314.  
  315. #entry img{
  316.  
  317. {block:indexpage}
  318. opacity:0.6;
  319. border-top-right-radius:5px;
  320. border-top-left-radius:5px;
  321. max-width:320px;
  322. {/block:indexpage}
  323. {block:permalinkpage}
  324. max-width: 550px;
  325. {/block:permalinkpage}
  326. transition: all 0.9s ease-out;
  327. -o-transition-transition: all 0.9s ease-out;
  328. -webkit-transition: all 0.9s ease-out;
  329. -moz-transition: all 0.9s ease-out;
  330. }
  331. #entry img:hover{
  332. {block:indexpage}
  333. opacity:0.9;
  334. {/block:indexpage}}
  335. #fade { /*--Transparent background layer--*/
  336.  
  337. background:#000;
  338. background-image: url({image:pop up bg});
  339. position: fixed; left: 0; top: 0;
  340. width: 100%; height: 100%;
  341. opacity: 0.7;
  342. z-index: 9999;
  343. -webkit-transition: all .7s ease;
  344. -moz-transition: all .7s ease;
  345. -o-transition: all .7s ease;
  346. transition: all .7s ease;
  347. }
  348. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/wt5v40t/q2Fme0ncp/wendy.ttf'); } @font-face { font-family: "bebas"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  349. .popup_block{
  350. display: none; /*--hidden by default--*/
  351. background: #ffffff;
  352. background-image: url();
  353. padding: 20px;
  354. float: left;
  355. position: fixed;
  356. top: 50%; left: 50%;
  357. border: 1px solid #eeeeee;
  358. font-family: consolas;
  359. text-transform:uppercase;
  360. font-size:10px;
  361. z-index: 99999;
  362. /*--CSS3 Box Shadows--*/
  363. -webkit-box-shadow: 0px 0px 0px #000;
  364. -moz-box-shadow: 0px 0px 0px #000;
  365. box-shadow: 0px 0px 0px #000;
  366. -webkit-transition: all .7s ease;
  367. -moz-transition: all .7s ease;
  368. -o-transition: all .7s ease;
  369. transition: all .7s ease;
  370. }
  371. .popup_block:hover{
  372. opacity:1;
  373. -webkit-transition: all .7s ease;
  374. -moz-transition: all .7s ease;
  375. -o-transition: all .7s ease;
  376. transition: all .7s ease;
  377. }
  378. img.btn_close {
  379. float: right;
  380. margin: -15px -15px 0 0;
  381. }
  382. *html .popup_block {
  383. position: absolute;
  384. }
  385. #themefix { margin-left:0px; margin-bottom:0px; width:20px; height:auto; position:fixed; background-color:white; z-index:0; font-family:ronda; text-align:; font-size: 9px;} </style>
  386. <title>{title}</title> <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=720" /><script type="text/javascript">
  387.  
  388. var snowcolor=new Array("#ffffff","#b1c9cf","#c5dce2","#cccccc","#9b9b9b")
  389.  
  390. var snowmax=5
  391. var snowtype=new Array("Times")
  392. var snowletter="*"
  393. var sinkspeed=0.7
  394. var snowmaxsize=40
  395. var snowminsize=8
  396. var snowingzone=1
  397.  
  398.  
  399. var snow=new Array()
  400. var marginbottom
  401. var marginright
  402. var timer
  403. var i_snow=0
  404. var x_mv=new Array();
  405. var crds=new Array();
  406. var lftrght=new Array();
  407. var browserinfos=navigator.userAgent
  408. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  409. var ns6=document.getElementById&&!document.all
  410. var opera=browserinfos.match(/Opera/)
  411. var browserok=ie5||ns6||opera
  412.  
  413. function randommaker(range) {
  414. rand=Math.floor(range*Math.random())
  415. return rand
  416. }
  417.  
  418. function initsnow() {
  419. if (ie5 || opera) {
  420. marginbottom = document.body.scrollHeight
  421. marginright = document.body.clientWidth-15
  422. }
  423. else if (ns6) {
  424. marginbottom = document.body.scrollHeight
  425. marginright = window.innerWidth-15
  426. }
  427. var snowsizerange=snowmaxsize-snowminsize
  428. for (i=0;i<=snowmax;i++) {
  429. crds[i] = 0;
  430. lftrght[i] = Math.random()*15;
  431. x_mv[i] = 0.03 + Math.random()/10;
  432. snow[i]=document.getElementById("s"+i)
  433. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  434. snow[i].size=randommaker(snowsizerange)+snowminsize
  435. snow[i].style.fontSize=snow[i].size+'px';
  436. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  437. snow[i].style.zIndex=1000
  438. snow[i].sink=sinkspeed*snow[i].size/5
  439. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  440. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  441. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  442. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  443. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  444. snow[i].style.left=snow[i].posx+'px';
  445. snow[i].style.top=snow[i].posy+'px';
  446. }
  447. movesnow()
  448. }
  449.  
  450. function movesnow() {
  451. for (i=0;i<=snowmax;i++) {
  452. crds[i] += x_mv[i];
  453. snow[i].posy+=snow[i].sink
  454. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
  455. snow[i].style.top=snow[i].posy+'px';
  456.  
  457. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  458. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  459. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  460. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  461. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  462. snow[i].posy=0
  463. }
  464. }
  465. var timer=setTimeout("movesnow()",50)
  466. }
  467.  
  468. for (i=0;i<=snowmax;i++) {
  469. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  470. }
  471. if (browserok) {
  472. window.onload=initsnow
  473. }
  474.  
  475. </script>
  476.  
  477. </head> <body><div style="color:transparent;"><div id="link1"><a href='{text:Link One}' style=" width:40px; color: transparent;"title="{text:Link One Title}">--</a></div><div id="link2"><a href='{text:Link Two}' style=" width:40px; color: transparent;"title="{text:Link Two Title}">--</a></div><div id="link3"><a href='{text:Link Three}' style=" width:40px; color: transparent;" title="{text:Link Three Title}">--</a></div><div id="link4"><a href='{text:Link Four}' style=" width:40px; color: transparent;" title="{text:Link Four Title}">--</a></div><div id="blogtitle"><img src="http://static.tumblr.com/efc74a7c47f18cc5fd55a2a6f722f89b/mnxgubd/pmAmz1p2f/tumblr_static_30v0qp4__1_.gif"/>{text:blogtitle}<img src="http://static.tumblr.com/ff54001217994b864052a0c84354d1c7/mnxgubd/ekfmz1p28/tumblr_static_30v0qp4.gif"/></div>
  478. <div id="content"> <div id="themefix"><a href="http://sskate.tumblr.com/">urte</a></div> <div style="width: 100px;border-top-left-radius: 5px;
  479. border-top-right-radius: 5px;"><div id="sidebar"> <img src="{image:sidebar}" style="width: 100px; height:100px;border-top-left-radius: 5px;-webkit-filter:grayscale(100%);
  480. border-top-right-radius: 5px;"></a><div style="color:{color:text}; height:50px;overflow:auto;">{Description}</div></div>
  481. <div id="center">
  482. <div id="content">
  483.  
  484. </div></div>
  485. <div id="posts">
  486. {block:posts}
  487. <div id="entry">
  488. {block:Text}
  489. {block:Title}<div style="background:#efefef; width:242px; {block:if1Column}
  490. width:332px;
  491. {/block:if1Column}
  492.  
  493.  
  494. {block:if3Column}
  495. width:212px;
  496. {/block:if3Column} margin-top:-6px; margin-left:-6px; height: 8px;padding-bottom:3px;"><div id="windows"><a href="{Permalink}" title="{NoteCountwithlabel}">▬</a> <a href="{ReblogURL}" title="reblog">✖</a></div></div><span class="title">{Title}</span>{/block:Title}
  497. <span class="entrytext">{Body}</span>
  498. {block:IndexPage}
  499. {/block:IndexPage}
  500. {/block:Text}
  501.  
  502. {block:Link}
  503. <a href="{URL}" class="title">{Name}</a>
  504. {block:Description}{Description}{/block:Description}
  505. {block:IndexPage}<div class="perma">
  506. {DayOfWeek} - <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a> </span></div>
  507. {/block:IndexPage}
  508. {block:Link}
  509.  
  510. {block:Photo}
  511. {block:IndexPage}
  512. <div style="background:#efefef; width:242px; {block:if1Column}
  513. width:332px;
  514. {/block:if1Column}
  515.  
  516.  
  517. {block:if3Column}
  518. width:212px;
  519. {/block:if3Column} margin-top:-6px; margin-left:-6px; height: 8px;padding-bottom:3px;"><div id="windows"><a href="{Permalink}" title="{NoteCountwithlabel}">▬</a> <a href="{ReblogURL}" title="reblog">✖</a></div></div>
  520. <div style="padding-top:5px;">
  521. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"{block:if3Column}
  522. " width:200px;
  523. {/block:if3Column}"/></a></div>{LinkCloseTag}</div>
  524. {/block:indexpage}
  525. {block:permalinkpage}
  526. {LinkOpenTag}<img src="{PhotoURL-highRes}" alt="{PermalinkPage} width=400px"/>{LinkCloseTag}
  527. {/block:permalinkpage}
  528.  
  529.  
  530. {/block:Photo}
  531.  
  532. {block:Photoset}
  533. {block:IndexPage}
  534. <div style="width: 320px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  535. {/block:IndexPage}{block:IndexPage}<div style="background:#efefef; width:242px; {block:if1Column}
  536. width:332px;
  537. {/block:if1Column}
  538.  
  539.  
  540. {block:if3Column}
  541. width:212px;
  542. {/block:if3Column} margin-top:-6px; margin-left:-6px; height: 8px;padding-bottom:3px;"><div id="windows"><a href="{Permalink}" title="{NoteCountwithlabel}">▬</a> <a href="{ReblogURL}" title="reblog">✖</a></div></div>
  543. {/block:IndexPage}
  544. </center>
  545. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  546. {/block:Photoset}
  547.  
  548. {block:Quote}
  549. <span class="entrytext">{Quote}</span>
  550. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  551. {block:IndexPage}<div style="background:#efefef; width:242px; {block:if1Column}
  552. width:332px;
  553. {/block:if1Column}
  554.  
  555.  
  556. {block:if3Column}
  557. width:212px;
  558. {/block:if3Column} margin-top:-6px; margin-left:-6px; height: 8px;padding-bottom:3px;"><div id="windows"><a href="{Permalink}" title="{NoteCountwithlabel}">▬</a> <a href="{ReblogURL}" title="reblog">✖</a></div></div>
  559. {/block:IndexPage}
  560. {/block:Quote}
  561.  
  562. {block:Chat}{block:IndexPage}<div style="background:#efefef; width:242px; {block:if1Column}
  563. width:332px;
  564. {/block:if1Column}
  565.  
  566.  
  567. {block:if3Column}
  568. width:212px;
  569. {/block:if3Column} margin-top:-6px; margin-left:-6px; height: 8px;padding-bottom:3px;"><div id="windows"><a href="{Permalink}" title="{NoteCountwithlabel}">▬</a> <a href="{ReblogURL}" title="reblog">✖</a></div></div>
  570. {/block:IndexPage}
  571. {block:Title}<span class="title">{Title}</span>{/block:Title}
  572. <ul class="chat">
  573. {block:Lines}
  574. <li class="user_{UserNumber}">
  575. {block:Label}
  576. <span class="label">{Label}</span>
  577. {/block:Label}
  578.  
  579. {Line}
  580. </li>
  581. {/block:Lines}
  582. </ul>
  583.  
  584. {/block:Chat}
  585.  
  586. {block:Audio}
  587. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  588. {block:IndexPage}
  589. {block:IndexPage}<div class="perma">
  590. {DayOfWeek} - <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a> </span></div>
  591. {/block:IndexPage}
  592. {/block:IndexPage}
  593. {/block:Audio}
  594.  
  595. {block:Video}<center>
  596. <div class="video">{Video-250}</div></center>
  597. {block:IndexPage}<div class="perma">
  598. {DayOfWeek} - <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a> </span></div>
  599. {/block:IndexPage}
  600. {block:Video}
  601.  
  602. <center>
  603. {block:Answer}
  604. <div style="margin-left: 0px; margin-top: 0px; min-height:32px; padding: 4px; line-height: 10px; {block:indexpage}width:320px;{/block:indexpage}
  605. {block:permalinkpage}width: 320px;{/block:permalinkpage} text-align: center; overflow: auto;"><askk>&nbsp;{Asker} asked:</askk>
  606. {Question}</div><div style="margin-left:0px; margin-top:-10px; padding:0px; text-align:center; line-height: 10px; {block:indexpage}width:320px;{/block:indexpage}{block:permalinkpage}width: 320px;{/block:permalinkpage}">{Answer}</div>
  607. <{block:IndexPage}<div style="background:#efefef; width:242px; {block:if1Column}
  608. width:332px;
  609. {/block:if1Column}
  610.  
  611.  
  612. {block:if3Column}
  613. width:212px;
  614. {/block:if3Column} margin-top:-6px; margin-left:-6px; height: 8px;padding-bottom:3px;"><div id="windows"><a href="{Permalink}" title="{NoteCountwithlabel}">▬</a> <a href="{ReblogURL}" title="reblog">✖</a></div></div>
  615. {/block:IndexPage}
  616. {/block:Answer}
  617. </center>
  618.  
  619.  
  620.  
  621. {block:PostNotes}<div align="middle">{caption}</div>
  622. <center>
  623.  
  624. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  625.  
  626. {block:HasTags}
  627. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  628. {block:RebloggedFrom}
  629. reblogged from <a href="{ReblogParentURL}" title="reblogged this">{ReblogParentName}</a><br>
  630. posted by <a href="{ReblogRootURL}" title="posted by me">{ReblogRootName}</a>
  631.  
  632. {/block:RebloggedFrom}
  633. </center></span>
  634. <br>
  635. <div id="postnotes">{PostNotes}</div><br>
  636.  
  637. <center>{block:ContentSource}
  638. <br><a href="{SourceURL}" title="perfection">
  639. {lang:Source}:
  640. {block:SourceLogo}
  641. <img src="{BlackLogoURL}" width="{LogoWidth}"
  642. height="{LogoHeight}" alt="{SourceTitle}" />
  643. {/block:SourceLogo}
  644. {block:NoSourceLogo}
  645. {SourceLink}
  646. {/block:NoSourceLogo}
  647. </a>
  648. {/block:ContentSource}</center>
  649.  
  650. {/block:PostNotes}
  651. </div>
  652. {/block:Posts}
  653. </div></div>
  654.  
  655. {block:indexpage}
  656. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  657. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  658. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  659. <script type="text/javascript">
  660. $(window).load(function(){
  661. var $wall = $('#posts');
  662. $wall.imagesLoaded(function(){
  663. $wall.masonry({
  664. itemSelector: '#entry, #entry_photo',
  665. isAnimated : false
  666. });
  667. });
  668.  
  669. $wall.infinitescroll({
  670. navSelector : '#page-nav',
  671. nextSelector : '#page-nav a',
  672. itemSelector : '#entry, #entry_photo',
  673. bufferPx : 2000,
  674. debug : false,
  675. errorCallback: function() {
  676. $('#infscr-loading').fadeOut('normal');
  677. }},
  678. function( newElements ) {
  679. var $newElems = $( newElements );
  680. $newElems.hide();
  681. $newElems.imagesLoaded(function(){
  682. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  683. });
  684. }); $('#content').show(500);
  685. });
  686. </script>
  687. {/block:indexpage}
  688.  
  689. </div>
  690.  
  691. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/c9Sle1h85/jquery.collapser.js"></script>
  692. <script type="text/javascript">
  693. $(document).ready(function(){
  694. $('#button').collapser({
  695. target: '#hidden',
  696. effect: 'slide',
  697. changeText: 0
  698. });
  699. });
  700. </script>
  701. </body>
  702. <script type="text/javascript">
  703. <!--
  704.  
  705. // Disable Right Click Script
  706.  
  707. function IE(e)
  708. {
  709. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  710. {
  711. return false;
  712. }
  713. }
  714. function NS(e)
  715. {
  716. if (document.layers || (document.getElementById && !document.all))
  717. {
  718. if (e.which == "2" || e.which == "3")
  719. {
  720. return false;
  721. }
  722. }
  723. }
  724. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  725.  
  726. //-->
  727. </script>
  728. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement