Advertisement
extendedhate

"alone" theme

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