Advertisement
extendedhate

"reluctant" theme

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