Advertisement
extendedhate

"good luck" theme

Feb 17th, 2013
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.89 KB | None | 0 0
  1. <!--
  2. "good luck" theme by coolified
  3. keep the credit and enjoy thanks
  4. -->
  5.  
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12. <script>
  13.  
  14. $(document).ready(function() {
  15.  
  16. //
  17.  
  18. $('a.poplight[href^=#]').click(function() {
  19.  
  20. var popID = $(this).attr('rel'); //Get Popup Name
  21.  
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23.  
  24. var query= popURL.split('?');
  25.  
  26. var dim= query[1].split('&');
  27.  
  28. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  29.  
  30. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close">');
  31.  
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33.  
  34. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  35.  
  36. //Apply Margin to Popup
  37.  
  38. $('#' + popID).css({
  39.  
  40. 'margin-top' : -popMargTop,
  41.  
  42. 'margin-left' : -popMargLeft
  43.  
  44. });
  45.  
  46. $('body').append('<div id="fade"></div>');
  47.  
  48. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  49.  
  50. return false;
  51.  
  52. });
  53.  
  54. $('a.close, #fade').live('click', function() {
  55.  
  56. $('#fade , .popup_block').fadeOut(function() {
  57.  
  58. $('#fade, a.close').remove(); //fade them both out
  59.  
  60. });
  61.  
  62. return false;
  63.  
  64. });
  65.  
  66. });
  67.  
  68. </script>
  69. <script type="text/javascript">
  70. <!--
  71.  
  72. // Disable Right Click Script
  73.  
  74. function IE(e)
  75. {
  76. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  77. {
  78. return false;
  79. }
  80. }
  81. function NS(e)
  82. {
  83. if (document.layers || (document.getElementById && !document.all))
  84. {
  85. if (e.which == "2" || e.which == "3")
  86. {
  87. return false;
  88. }
  89. }
  90. }
  91. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  92.  
  93. //-->
  94. </script>
  95.  
  96.  
  97. <script type="text/javascript"
  98. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  99.  
  100. <!--DEFAULT VARIABLES-->
  101. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  102. <meta name="color:Background" content="#fff"/>
  103. <meta name="color:Hover" content="#fff"/>
  104. <meta name="color:Entry Background" content="#eee"/>
  105. <meta name="color:Sidebar Background" content="#fff"/>
  106. <meta name="color:Entry Text" content="#aaa"/>
  107. <meta name="color:Description Text" content="#aaa"/>
  108. <meta name="color:Entry Links" content="#aaa"/>
  109. <meta name="color:Sidebar Links" content="#aaa"/>
  110. <meta name="color:Blogtitle" content="#aaa"/>
  111. <meta name="color:Title" content="#aaa"/>
  112. <meta name="image:Background" content="0"/>
  113. <meta name="image:Sidebar" content="0"/>
  114. <meta name="text:Link One" content="">
  115. <meta name="text:Link One Title" content="">
  116. <meta name="text:Link Two" content="">
  117. <meta name="text:Link Two Title" content="">
  118. <meta name="text:Link Three" content="">
  119. <meta name="text:Link Three Title" content="">
  120. <meta name="text:Link Four" content="">
  121. <meta name="text:Link Four Title" content="">
  122. <meta name="text:Blogtitle 1" content="">
  123. <meta name="text:BLogtitle 2" content="">
  124. <meta name="color:Scrollbar" content="#000000"/>
  125. <meta name="color:Scrollbar Background" content="#fff"/>
  126. <meta name="if:White Follow Buttons" content="1" />
  127.  
  128.  
  129.  
  130. <style type="text/css">
  131.  
  132. ::-webkit-scrollbar-thumb{
  133. background-color: {color:scrollbar};
  134. border: 2px solid {color:scrollbar background};
  135. height:auto;
  136. -moz-border-radius: 10px;
  137. border-radius: 10px;
  138. }
  139.  
  140.  
  141.  
  142. ::-webkit-scrollbar {
  143. height:auto;
  144. width:9px;
  145. background-color: #999999;
  146. border: 4px solid {color:scrollbar background};
  147. }
  148.  
  149.  
  150. {block:ifWhiteFollowButtons}iframe#tumblr_controls {-webkit-filter: invert(100%); right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-
  151.  
  152. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  153.  
  154. 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;}{/block:ifWhiteFollowButtons}
  155.  
  156. {block:ifNOTWhiteFollowButtons}iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-
  157.  
  158. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  159.  
  160. 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;}{/block:ifNOTWhiteFollowButtons}
  161.  
  162. p {
  163. margin:0px;
  164. margin-top:0px;
  165. }
  166.  
  167.  
  168. body {
  169. padding: 0px;
  170. margin: 0px;
  171. color:{color:Entry Text};
  172. font-family: helvetica;
  173. line-height:10px;
  174. font-size:9px;
  175. background-color: {color:Background};
  176. background-image:url({image:Background});
  177. background-attachment: fixed;
  178. background-repeat: repeat;
  179. background-size:100%;
  180. }
  181.  
  182.  
  183. a:link, a:active, a:visited{
  184. text-decoration: none;
  185. -webkit-transition: color 0.3s ease-out;
  186. -moz-transition: color 0.3s ease-out;
  187. transition: color 0.3s ease-out;
  188. color:{color:Entry Links};
  189. }
  190.  
  191. a:hover {
  192. text-decoration: none;
  193. font-style:;
  194. color: {color:Hover};
  195. }
  196.  
  197.  
  198. .entry{
  199. font-family: helvetica;
  200. font-size:9px;
  201. text-align:left;
  202. z-index:9999;
  203. float:left;
  204. width: 210px;
  205. height: auto;
  206. {block:PermalinkPage}
  207. width: 538px;
  208. height: auto;
  209. margin-left:200px;
  210. {/block:PermalinkPage}
  211. line-height:12px;
  212. background-color:{color:Entry Background};
  213. margin:16px;
  214. overflow:hidden;
  215. padding: 28px;
  216. -webkit-transition: color 0.9s ease-out;
  217. -moz-transition: color 0.9s ease-out;
  218. }
  219.  
  220. .entry img{
  221. opacity: 0.8;
  222. -webkit-transition: all 0.5s ease-in-out;
  223. -moz-transition: all 0.5s ease-in-out;
  224. -o-transition: all 0.5s ease-in-out;
  225. }
  226.  
  227. .entry img:hover{
  228. opacity:1;
  229. -webkit-transition: all 0.5s ease-in-out;
  230. -moz-transition: all 0.5s ease-in-out;
  231. -o-transition: all 0.5s ease-in-out;
  232. }
  233. .permalink {
  234. display: block;
  235. border-top: 1px solid #ddd;
  236. padding: 3px;
  237. margin: 4px 8px 0px 8px;
  238. font-family: arma;
  239. font-size: 8px;
  240. color: #424242;
  241. line-height: 18px;
  242. text-align: center;
  243. text-decoration: none;
  244. -webkit-transition: color 0.9s ease-out;
  245. -moz-transition: color 0.9s ease-out;
  246. }
  247. .perms {
  248. color:black;
  249. font-size:8px;
  250. opacity: 0;
  251. -webkit-transition-duration: .75s;top:0px;
  252. width:210px;
  253. height:15px;
  254. padding-bottom:5px;
  255. padding-top:5px;
  256. background-color: {color:entry background};
  257. position: absolute;
  258. margin-top:28px;
  259. text-align:center;
  260. text-transform:uppercase;
  261. font-family:trebuchet ms;
  262. letter-spacing:1px;
  263. display:block;
  264. }
  265.  
  266. .entry:hover .perms {
  267. opacity:0.9;
  268. z-index:999999;
  269. padding-top:10px;}
  270.  
  271.  
  272. #border {
  273.  
  274.  
  275. width:400px;
  276. height: 400px;
  277. position: fixed;
  278. opacity:1;
  279. margin-left: 50px;
  280. margin-top: 166px;-webkit-transform: rotate(0deg);
  281. -moz-transform: rotate(0deg);}
  282.  
  283.  
  284. .permalinktext {
  285. display: block;
  286. padding: 1px;
  287. margin: 0px 0px 0px 8px;
  288. font-family: helvetica;
  289. letter-spacing: 0px;
  290. font-size: 9px;
  291. color: #424242;
  292. line-height: 10px;
  293. text-align: right;
  294. text-decoration: none;
  295. -webkit-transition: color 0.5s ease-out;
  296. -moz-transition: color 0.5s ease-out;
  297. border-top: 1px dotted #ddd;
  298. }
  299.  
  300. #postnotes{
  301. text-align: left;}
  302.  
  303. #postnotes blockquote{
  304. border: 0px;}
  305.  
  306.  
  307. blockquote{
  308. padding:0px 0px 2px 3px;
  309. margin:0px 0px 2px 1px;
  310. }
  311. ul, ol, li{
  312. list-style:none;
  313. margin:0px;
  314. padding:0px;
  315. }
  316.  
  317. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  318. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  319. }
  320.  
  321. a.links {
  322. font-family: ronda;
  323. font-size: 8px;
  324. line-height: 8px;
  325. text-transform: normal;
  326. letter-spacing:0px;
  327. display:block;
  328. padding: 0px;
  329. margin-bottom: 0px;
  330. }
  331.  
  332. a.links:hover {
  333. font-style: none;
  334. text-decoration: none;
  335. letter-spacing:10px;
  336. }
  337. div#titlebar{
  338. position: fixed !important;
  339. margin-top:388px;
  340. margin-left:238px;
  341. color:{color:blogtitle};
  342. text-shadow: 2px 2px 2px #ddd;
  343. font-family: sunshine;
  344. font-size: 30px;
  345. line-height:15px;
  346. letter-spacing:2px;
  347. width:450px;
  348. height:60px;
  349. z-index: 1;
  350. opacity:.8;
  351. background-color: transparent;-webkit-transform: rotate(deg);
  352. -moz-transform: rotate(deg);}
  353. div#title3{
  354. position: fixed !important;
  355. margin-top:368px;
  356. margin-left:188px;
  357. color:{color:blogtitle};
  358. text-shadow: 2px 2px 2px #ddd;
  359. font-family: dreams;
  360. font-size: 30px;
  361. line-height:85px;
  362. letter-spacing:2px;
  363. width:450px;
  364. height:60px;
  365. z-index:9999;
  366. text-transform: uppercase;
  367. opacity:.8;
  368. background-color: transparent;-webkit-transform: rotate(deg);
  369. -moz-transform: rotate(deg);}
  370. @font-face {
  371. font-family: "prop";
  372. src: url('http://static.tumblr.com/2k9mf5a/bPomezign/prophecy_script.ttf');
  373. }
  374. div#under{
  375. position: fixed !important;
  376. margin-top:235px;
  377. margin-left:123px;
  378. color:{color:blogtitle};
  379. text-shadow: 2px 2px 2px #ddd ;
  380. font-family: sunshine;
  381. font-size: 30px;
  382. line-height:85px;
  383. letter-spacing:2px;
  384. width:450px;
  385. height:60px;
  386. z-index:9999;
  387. opacity:.8;-webkit-transform: rotate(0deg);
  388. -moz-transform: rotate(0deg);
  389. background-color: transparent;
  390. }
  391.  
  392. div#music{
  393. position: fixed !important;
  394. margin-top:415px;
  395. margin-left:193px;
  396. color:#aaa;
  397. text-shadow: 2px 2px 2px #ddd ;
  398. font-family: sunshine;
  399. font-size: 30px;
  400. line-height:85px;
  401. letter-spacing:2px;
  402. width:450px;
  403. height:60px;
  404. z-index:1;
  405. opacity:.8;-webkit-transform: rotate(0deg);
  406. -moz-transform: rotate(0deg);
  407. background-color: transparent;
  408. }
  409. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  410. .caption { margin-left:5px; line-height:0px; }
  411. .blockquote, blockquote { text-align:left; letter-spacing:0px; font-family:helvetica; padding-left:5px; border-left:3px solid #cccccc; }
  412. blockquote small, blockquote { font-size:9px; }
  413.  
  414. #cunt{width:250px; height:auto;}
  415. {block:PermalinkPage}
  416. width:410px;
  417. {/block:PermalinkPage}
  418. }
  419.  
  420. #center{
  421. padding-top:3px;
  422. padding-bottom:3px;
  423. position:fixed !important;
  424. width:250px;
  425. height:207px;
  426. background-color:#fff;
  427. {block:PermalinkPage}
  428. width:410px;
  429. height:207px;
  430. {/block:PermalinkPage}
  431. }
  432.  
  433. #posts{
  434. opacity: 1;
  435. float:center;
  436. {block:indexpage}
  437. width:700px;
  438. {/block:indexpage}
  439. {block:permalinkpage}
  440. width:520px;
  441. {/block:permalinkpage}
  442. margin-left: 480px;
  443. margin-top:0px;
  444. transition: all 0.5s ease-out;
  445. -o-transition-transition: all 0.5s ease-out;
  446. -webkit-transition: all 0.5s ease-out;
  447. -moz-transition: all 0.5s ease-out;
  448. }
  449. #sidebar {
  450. position:fixed !important;
  451. opacity: 1;
  452. width: 169px;
  453. height: 178px;
  454. margin-top:290px;
  455. margin-left: 70px;
  456. color: #777;
  457. text-align: center;
  458. margin-bottom: 0px;
  459. font-family: consolas;
  460. line-height: 11px;
  461. padding:8px;
  462. font-size: 10px;
  463. text-transform: normal;
  464. transition: all 0.9s ease-out;
  465. -o-transition-transition: all 0.5s ease-out;
  466. -webkit-transition: all 0.5s ease-out;
  467. -moz-transition: all 0.5s ease-out;
  468. }
  469. div#links{
  470. position:absolute;
  471. opacity:1;
  472. font-size: 8px;
  473. line-height:20px;
  474. text-align: center;
  475. text-transform:uppercase;
  476. width: 69px;
  477. font-family:consolas;
  478. border-radius: 60px;
  479. height: 23px;
  480. color:#aaa;
  481. padding-top: 0px;
  482. background-color: #ddd;
  483. margin-top:-29px;
  484. margin-left:53px;
  485. padding-left: 1px;
  486. padding-right: 1px
  487. transition: all 0.9s ease-out;
  488. -o-transition-transition: all 0.5s ease-out;
  489. -webkit-transition: all 0.5s ease-out;
  490. -moz-transition: all 0.5s ease-out;
  491. }
  492. #desc a{
  493. color:{color:sidebar links};}
  494. div#desc{
  495. position: fixed !important;
  496. opacity:1;
  497. font-size: 8px;
  498. line-height:12px;
  499. text-align: center;
  500. text-transform:uppercase;
  501. width:160px;
  502. font-family:consolas;
  503. font-size: 8px;
  504. height: 35px;
  505. color:{color:description text};
  506. padding-top: 0px;
  507. background-color: ;
  508. margin-top:0px;
  509. margin-left:145px;
  510. padding:5px;
  511. transition: all 0.9s ease-out;
  512. -o-transition-transition: all 0.5s ease-out;
  513. -webkit-transition: all 0.5s ease-out;
  514. -moz-transition: all 0.5s ease-out;
  515. }
  516. #desc:hover
  517. opacity:1;
  518. transition: all 0.9s ease-out;
  519. -o-transition-transition: all 0.5s ease-out;
  520. -webkit-transition: all 0.5s ease-out;
  521. -moz-transition: all 0.5s ease-out;
  522. }
  523.  
  524. div.navigate a{
  525. text-align:center;
  526. font-family:consolas;
  527. text-transform:uppercase;
  528. font-size: 8px;
  529. letter-spacing:0px;
  530. padding:3px;
  531. line-height:12px;
  532. color:{color:text};
  533. background-color: #eee;
  534. border:2px solid #ddd;
  535. margin-left: 5px;
  536. padding:2px;
  537. float:center;
  538. width: 32px;
  539. display: inline-block;
  540. -webkit-transition: opacity 0.3s linear;
  541. -webkit-transition: all 0.3s ease-in-out;
  542. -moz-transition: all 0.3s ease-in-out;
  543. -o-transition: all 0.3s ease-in-out;
  544.  
  545. }
  546. div#side2{
  547. position:fixed !important;
  548. width:220px;
  549. height:228px;
  550. margin-top:183px;
  551. margin-left:223px;
  552. background: #eee;
  553. border-radius: 0px;
  554. transition: all 0.9s ease-out;
  555. -o-transition-transition: all 0.5s ease-out;
  556. -webkit-transition: all 0.5s ease-out;
  557. -moz-transition: all 0.5s ease-out;
  558. }
  559. .title{
  560. font-family: sunshine;
  561. font-size: 20px;
  562. line-height: 26px;
  563. color:{color:Title};
  564. letter-spacing: 0px;
  565. font-weight: normal;
  566. text-shadow: 2px 2px 2px #ddd;
  567. padding:0px 0px 0px 0px;
  568. }
  569.  
  570. @font-face {
  571. font-family: "prop";
  572. src: url('http://static.tumblr.com/2k9mf5a/bPomezign/prophecy_script.ttf');
  573. }
  574.  
  575. .blogtitle{
  576. font-family: prop;
  577. font-size: 28px;
  578. line-height: 20px;
  579. color:{color:Title};
  580. z-index: 1;
  581. text-transform: none;
  582. font-weight: normal;
  583. }
  584. @font-face { font-family: "dreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  585. @font-face { font-family: "cute"; src: url('http://static.tumblr.com/8hrjcus/16Lmhnmvv/dk_carte_blanche.otf'); }
  586. @font-face { font-family: "demo"; src: url('http://static.tumblr.com/jdjsstr/Eq8m819c1/neou-thin_1_.ttf'); }
  587. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  588. @font-face {font-family:"Bree"; src:url('http://static.tumblr.com/9wzbixa/YBvm26pgu/bree.ttf');}
  589. @font-face { font-family: "sb"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  590. @font-face { font-family: "lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  591. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  592. @font-face { font-family: "icons"; src: url('http://static.tumblr.com/8hrjcus/Q3fmg7rhn/breezi_font-webfont.ttf'); }
  593.  
  594. .permalink{
  595. text-transform: normal;
  596. display: block;
  597. background: {color:Permatext Background};
  598. padding: 3px;
  599. margin-top: 4px;
  600. text-align: right;
  601. text-decoration: none;
  602. }
  603. askk{
  604. font-family:sunshine;
  605. font-size: 15px;
  606. line-height:10px;
  607. z-index: 1;
  608. letter-spacing: 1px;
  609. color: black;
  610. font-weight: normal;}
  611.  
  612.  
  613. #infscr-loading{
  614. bottom: -70px;
  615. position: absolute;
  616. left: 50%;
  617. margin-left:-8px;
  618. width:16px;
  619. height:11px;
  620. overflow:hidden;
  621. margin-bottom: 50px;
  622. }
  623.  
  624. #postnotes{
  625. text-align: justify;}
  626.  
  627. #postnotes blockquote{
  628. border: 0px;}
  629.  
  630. blockquote{
  631. padding:0px 0px 0px 5px;
  632. margin:0px 0px 0px 10px;
  633. border-left: 1px dotted #ddd;
  634. }
  635.  
  636. blockquote p, ul{
  637. margin:0px;
  638. padding:0px;
  639. }
  640.  
  641. a img{border: 0px;}
  642.  
  643.  
  644. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  645.  
  646. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  647. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  648.  
  649. .notes img{width:10px; position:relative; top:3px;}
  650. <--ses-->
  651. small{font-size: 90%;}
  652.  
  653. {CustomCSS}
  654.  
  655. #album
  656. {
  657. {block:IndexPage}
  658. width:10px;
  659. height:15px;
  660. margin:10px;
  661. {/block:IndexPage}
  662. float:left;
  663. {block:PermalinkPage}
  664. width:500px;
  665. height:500px;
  666. {/block:PermalinkPage}
  667.  
  668. }
  669.  
  670.  
  671. #infos
  672. {float:right;
  673. margin-top:10px;
  674. background-color: #e4e4e4;
  675. padding:5px;
  676. width:105px;
  677. }
  678.  
  679. #player
  680. {float:right;
  681. {block:IndexPage}
  682. width:70px;
  683. margin-top:10px;
  684. padding-left:45px;
  685. {/block:IndexPage}
  686. padding-top:10px;
  687. padding-bottom:10px;
  688. height:20px;
  689. background-color:#e4e4e4;
  690. overflow:hidden;
  691. {block:PermalinkPage}
  692. margin-top:5px;
  693. width:265px;
  694. padding-left:335px;
  695. {/block:PermalinkPage}
  696. }
  697. </style>
  698.  
  699. {block:IndexPage}
  700. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  701. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  702.  
  703. <script type="text/javascript">
  704. $(window).load(function(){
  705. var $wall = $('#posts');
  706. $wall.imagesLoaded(function(){
  707. $wall.masonry({
  708. itemSelector: '.entry, .entry_photo',
  709. isAnimated : false
  710. });
  711. });
  712.  
  713. $wall.infinitescroll({
  714. navSelector : '#pagination',
  715. nextSelector : '#pagination a',
  716. itemSelector : '.entry, .entry_photo',
  717. bufferPx : 2000,
  718. debug : false,
  719. errorCallback: function() {
  720. $('#infscr-loading').fadeOut('normal');
  721. }},
  722. function( newElements ) {
  723. var $newElems = $( newElements );
  724. $newElems.hide();
  725. $newElems.imagesLoaded(function(){
  726. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  727. });
  728. }); $('#posts').show(500);
  729. });
  730. </script>
  731.  
  732.  
  733. {/block:IndexPage}
  734.  
  735.  
  736. <title>{title}</title>
  737.  
  738. <link rel="shortcut icon" href="{Favicon}" />
  739. <meta name="viewport" content="width=820" />
  740. </head>
  741.  
  742. <body>
  743. <BODY onselectstart="return false;" ondragstart="return false;">
  744.  
  745. <div id="center">
  746. <div id="content">
  747. <div id="titlebar">{text:blogtitle 2}</div><div id="under">{text:Blogtitle 1}</div>
  748.  
  749. <div id="border"><img src="http://content.mycutegraphics.com/frames/scribble-border.png" style="height: 350px; width: 400px;"></div>
  750.  
  751. <div id="sidebar">
  752. <div id="desc">
  753. {description}<br>
  754. <a href="{text:link one}">{text:link one title}</a> /
  755. <a href="{text:link two}">{text:link two title}</a> /
  756. <a href="{text:link three}">{text:link three title}</a> /
  757. <a href="{text:link four}">{text:link four title}</a></div>
  758.  
  759. <a href="/"><img src="{image:sidebar}" style="width:100px;height: 100px; padding:15px; background: #eee; border-radius: 100px;"></a>
  760. </div>
  761.  
  762. </div>
  763. <div class="left">
  764. <div id="posts">
  765. {block:Posts}
  766. <div class="entry">
  767.  
  768. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  769. {/block:Text}
  770.  
  771. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>{block:Link}
  772.  
  773. {block:Photo}
  774. {block:IndexPage}
  775. <div class="perms">
  776. {shortmonth} {dayofmonth}{DayOfMonthSuffix} with <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">↻</a>
  777. </div>
  778. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  779. {/block:IndexPage}
  780. {block:PermalinkPage}
  781. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  782.  
  783. {LinkCloseTag}
  784. {/block:PermalinkPage}
  785. {/block:Photo}
  786.  
  787. {block:Answer}
  788. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3px; border-radius: 0px; border: 4px double #ddd; padding: 3px; background: white;"/>
  789. <div style="margin-top:0px; margin-bottom:0px; height:44px; padding: 5px; background-color:#fff; overflow: auto;">
  790.  
  791. <askk>{Asker}</askk>: {Question}</div>
  792. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  793. {/block:Answer}
  794.  
  795. {block:Photoset}
  796. {block:IndexPage}
  797. <center>
  798. <div class="perms">
  799. {shortmonth} {dayofmonth}{DayOfMonthSuffix} with <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">↻</a>
  800. </div>
  801.  
  802. {Photoset-200}</center>
  803. {/block:IndexPage}
  804. {block:PermalinkPage}
  805. <center>
  806. {Photoset-500}</center>
  807. {/block:PermalinkPage}
  808. {/block:Photoset}
  809.  
  810. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>{/block:Quote}
  811.  
  812. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  813. <ul class="chat">
  814. {block:Lines}
  815. <li class="user_{UserNumber}">
  816. {block:Label}
  817. <span class="label">{Label}</span>
  818. {/block:Label}
  819.  
  820. {Line}
  821. </li>
  822. {/block:Lines}
  823. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  824. {/block:Chat}
  825.  
  826. {block:Video}
  827. {block:IndexPage}
  828. <center>
  829. <div class="perms">
  830. {dayofweek} with <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">↻</a>
  831. </div>
  832. {Video-250}</center>
  833. {/block:IndexPage}
  834. {block:PermalinkPage}
  835. <center>
  836. {Video-400}</center>
  837. {/block:PermalinkPage}
  838. {block:Video}
  839.  
  840. {block:Audio}
  841. {block:IndexPage}
  842. <div id="album">{block:AlbumArt}<img width="80px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  843. <div id="player"><div style="margin-top:-3px;">{AudioPlayerGrey}</div></div>
  844. <div id="infos">
  845. {block:TrackName}{TrackName}{/block:TrackName}
  846. {block:Artist}by {Artist}{/block:Artist}
  847. </div>
  848.  
  849. <br><div class="perms">
  850. {shortmonth} {dayofmonth}{DayOfMonthSuffix} with <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">↻</a>
  851. </div>
  852. {/block:IndexPage}
  853. {block:PermalinkPage}
  854. <div id="album">{block:AlbumArt}<img width="500px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  855. <div id="player"><div style="margin-top:-3px;margin-bottom:20px;">{AudioPlayerGrey}</div></div>
  856.  
  857. {/block:PermalinkPage}
  858. {/block:Audio}
  859.  
  860. {block:PostNotes}<div align="middle">{caption}</div>
  861. <center>
  862.  
  863. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  864.  
  865. {block:HasTags}
  866. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  867. {block:RebloggedFrom}
  868. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  869. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  870.  
  871. {/block:RebloggedFrom}
  872. </center></span>
  873. <br>
  874. <div id="postnotes">{PostNotes}</div><br>
  875.  
  876. <center>{block:ContentSource}
  877. <br><a href="{SourceURL}">
  878. {lang:Source}:
  879. {block:SourceLogo}
  880. <img src="{BlackLogoURL}" width="{LogoWidth}"
  881. height="{LogoHeight}" alt="{SourceTitle}" />
  882. {/block:SourceLogo}
  883. {block:NoSourceLogo}
  884. {SourceLink}
  885. {/block:NoSourceLogo}
  886. </a>
  887. {/block:ContentSource}</center>
  888.  
  889. {/block:PostNotes}
  890. </div>
  891. {/block:Posts}
  892. </div></div>
  893.  
  894. {block:IndexPage}
  895. {block:Pagination}
  896. <div id="pagination">
  897. {block:NextPage}
  898. <a id="nextPage" href="{NextPage}"></a>
  899. {/block:NextPage}
  900. {block:PreviousPage}
  901. <a href="{PreviousPage}"></a>
  902. {/block:PreviousPage}
  903. </div>
  904. {/block:Pagination}
  905. {/block:IndexPage}
  906. </body>
  907. <div style="position: fixed; right: 0px; bottom: 5px; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-top: 1px solid #ddd; background: white; padding: 3px; border-top-left-radius: 10px; border-bottom-left-radius: 10px;"><a href="http://coolified.tumblr.com/"> &copy coolified</a></div>
  908. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement