Advertisement
extendedhate

"finished" theme

Apr 20th, 2013
962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.21 KB | None | 0 0
  1. <!--
  2. "finished" 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. <script type="text/javascript">
  12. <!--
  13.  
  14. // Disable Right Click Script
  15.  
  16. function IE(e)
  17. {
  18. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  19. {
  20. return false;
  21. }
  22. }
  23. function NS(e)
  24. {
  25. if (document.layers || (document.getElementById && !document.all))
  26. {
  27. if (e.which == "2" || e.which == "3")
  28. {
  29. return false;
  30. }
  31. }
  32. }
  33. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  34.  
  35. //-->
  36. </script>
  37.  
  38.  
  39. <script type="text/javascript"
  40. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41.  
  42. <!--DEFAULT VARIABLES-->
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  44. <meta name="color:Background" content="#fff"/>
  45. <meta name="color:Hover" content="#fff"/>
  46. <meta name="color:Entry Text" content="#aaa"/>
  47. <meta name="color:Entry Links" content="#aaa"/>
  48. <meta name="color:Navigation" content="#aaa"/>
  49. <meta name="color:Navigation Text" content="#fff"/>
  50. <meta name="color:Bar Behind Sidebar" content="#aaa"/>
  51. <meta name="color:Title" content="#aaa"/>
  52. <meta name="image:Background" content="0"/>
  53. <meta name="image:Sidebar" content="0"/>
  54. <meta name="text:Link One" content="">
  55. <meta name="text:Link One Title" content="">
  56. <meta name="text:Link Two" content="">
  57. <meta name="text:Link Two Title" content="">
  58. <meta name="text:Link Three" content="">
  59. <meta name="text:Link Three Title" content="">
  60. <meta name="text:Link Four" content="">
  61. <meta name="text:Link Four Title" content="">
  62. <meta name="text:Link Five" content="">
  63. <meta name="text:Link Five Title" content="">
  64. <meta name="text:Link Six" content="">
  65. <meta name="text:Link Six Title" content="">
  66. <meta name="color:Scrollbar" content="#000000"/>
  67. <meta name="color:Scrollbar Background" content="#fff"/>
  68. <meta name="if:White Follow Buttons" content="1" />
  69.  
  70. <style type="text/css">
  71. ::-webkit-scrollbar-thumb{
  72. background-color: {color:scrollbar};
  73. border: 2px solid {color:scrollbar background};
  74. height:auto;
  75. -moz-border-radius: 10px;
  76. border-radius: 10px;
  77. }
  78.  
  79.  
  80.  
  81. ::-webkit-scrollbar {
  82. height:auto;
  83. width:9px;
  84. background-color: #999999;
  85. border: 4px solid {color:scrollbar background};
  86. }
  87.  
  88.  
  89. {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-
  90.  
  91. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  92.  
  93. 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}
  94.  
  95. {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-
  96.  
  97. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  98.  
  99. 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}
  100. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  101.  
  102.  
  103. p {
  104. margin:0px;
  105. margin-top:0px;
  106. }
  107.  
  108.  
  109. body {
  110. padding: 0px;
  111. margin: 0px;
  112. color:{color:Entry Text};
  113. font-family: calibri;
  114. text-align: left;
  115. line-height:11px;
  116. font-size:10px;
  117. background-color: {color:Background};
  118. background-image:url({image:Background});
  119. background-attachment: fixed;
  120. background-repeat: repeat;
  121. background-size:100%;
  122. }
  123.  
  124.  
  125. a:link, a:active, a:visited{
  126. text-decoration: none;
  127. -webkit-transition: color 0.3s ease-out;
  128. -moz-transition: color 0.3s ease-out;
  129. transition: color 0.3s ease-out;
  130. color:{color:Entry Links};
  131. }
  132.  
  133. a:hover {
  134. text-decoration: none;
  135. font-style:;
  136. color: {color:Hover};
  137. }
  138.  
  139. @font-face { font-family: "sem"; src: url('http://static.tumblr.com/ygfurav/QgNmga3qn/semplice_regular.ttf'); }
  140.  
  141. .entry{
  142. text-align:left;
  143. float:left;
  144. font-family: calibri;
  145. font-size: 10px;
  146. width: 250px;
  147. height: auto;
  148. border: 1px solid #f8f8f8;
  149. {block:PermalinkPage}
  150. width: 500px;
  151. height: auto;
  152. {/block:PermalinkPage}
  153. line-height:12px;
  154. background-color:#fff;
  155. margin:16px;
  156. overflow:hidden;
  157. padding: 28px;
  158. color: {color:Entry Text};
  159. border-radius: 0px;
  160. -webkit-transition: color 0.9s ease-out;
  161. -moz-transition: color 0.9s ease-out;
  162. }
  163. .entry img{
  164. opacity: 0.7;
  165. transition: all 0.5s ease-out;
  166. -o-transition-transition: all 0.5s ease-out;
  167. -webkit-transition: all 0.5s ease-out;
  168. -moz-transition: all 0.5s ease-out;}
  169.  
  170. .entry img:hover{
  171. opacity:0.9;
  172. transition: all 0.5s ease-out;
  173. -o-transition-transition: all 0.5s ease-out;
  174. -webkit-transition: all 0.5s ease-out;
  175. -moz-transition: all 0.5s ease-out;}
  176.  
  177.  
  178. .entry .perma1{
  179. width:230px;
  180. height: auto;
  181. position:absolute;
  182. font-size: 10px;
  183. line-height: 15px;
  184. text-align: center;
  185. opacity: 0.0;
  186. display:block;
  187. padding-top:3px;
  188. padding-bottom:3px;
  189. z-index: 1;
  190. padding-left:3px;
  191. padding-right:3px;
  192. text-transform:uppercase;
  193. font-family:consolas;
  194. font-style: normal;
  195. letter-spacing:1px;
  196. border-top:0px solid #ddd;
  197. background-color:#fff;
  198. top:35px;
  199. margin-left:7px;
  200. transition: all 0.9s ease-out;
  201. -o-transition-transition: all 0.9s ease-out;
  202. -webkit-transition: all 0.9s ease-out;
  203. -moz-transition: all 0.9s ease-out;
  204. }
  205.  
  206. .entry:hover .perma1{
  207. opacity:0.9;
  208. transition: all 0.9s ease-out;
  209. -o-transition-transition: all 0.9s ease-out;
  210. -webkit-transition: all 0.9s ease-out;
  211. -moz-transition: all 0.9s ease-out;
  212. }
  213.  
  214.  
  215.  
  216. .permalinktext a{
  217. color: {entry links};}
  218. .permalinktext {
  219. display: block;
  220. padding: 4px;
  221. margin: 9px 0px 0px 0px;
  222. text-transform:uppercase;
  223. font-family:pixel;
  224. font-size: 8px;
  225. color: {color:entry text};
  226. line-height: 11px;
  227. letter-spacing:1px;
  228. text-align: center;
  229. font-style: none;
  230. text-decoration: none;
  231. border: 1px solid #eee;
  232. background-color:#f8f8f8;
  233. webkit-transition: all 0.2s linear;
  234. -webkit-transition: all 0.2s linear;
  235. -moz-transition: all 0.2s linear;
  236. transition: all 0.2s linear;
  237. }
  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: "cedar"; 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. width:680px;
  316. margin-left: 450px;
  317. background: transparent;
  318. padding-left: 0px;
  319. margin-top:0px;
  320. transition: all 0.5s ease-out;
  321. -o-transition-transition: all 0.5s ease-out;
  322. -webkit-transition: all 0.5s ease-out;
  323. -moz-transition: all 0.5s ease-out;
  324. }
  325. #sidebar{
  326. position:fixed;
  327. text-align: center;
  328. opacity:1;
  329. margin-top:100px;
  330. margin-left:100px;
  331. width: 250px;
  332. padding: 20px;
  333. }
  334. @font-face { font-family: "sem"; src: url('http://static.tumblr.com/ygfurav/QgNmga3qn/semplice_regular.ttf'); }@font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  335. #hoover a{ color: white;}
  336. #hoover{ opacity:1;
  337. position:fixed;
  338. width:265px;
  339. height:270px;
  340. margin-left:-12px;
  341. margin-top:-16px;
  342. font-family:consolas;
  343. text-transform: uppercase;
  344. letter-spacing:4px;
  345. font-size:10px;
  346. color: white;
  347. padding:4px;
  348. line-height:11px;
  349. text-align:center;
  350. background:{color:bar behind sidebar};
  351. border: 0px solid #f8f8f8;-webkit-transform: rotate(-4deg);
  352. -moz-transform: rotate(-4deg);
  353. transition: all 0.5s ease-out;
  354. -o-transition-transition: all 0.5s ease-out;
  355. -webkit-transition: all 0.5s ease-out;
  356. -moz-transition: all 0.5s ease-out;}
  357.  
  358. #feather{ opacity:0.6;
  359. position:fixed;
  360. width:265px;
  361. height:270px;
  362. margin-left:-72px;
  363. margin-top:56px;
  364. font-family:consolas;
  365. text-transform: uppercase;
  366. letter-spacing:4px;
  367. font-size:10px;
  368. color: white;
  369. padding:4px;
  370. line-height:11px;
  371. text-align:center;
  372. border: 0px solid #f8f8f8;-webkit-transform: rotate(-10deg);
  373. -moz-transform: rotate(-10deg);
  374. transition: all 0.5s ease-out;
  375. -o-transition-transition: all 0.5s ease-out;
  376. -webkit-transition: all 0.5s ease-out;
  377. -moz-transition: all 0.5s ease-out;}
  378.  
  379.  
  380. #desc{
  381. opacity:1;
  382. position:fixed;
  383. width:180px;
  384. height:auto;
  385. margin-left:30px;
  386. margin-top:76px;
  387. font-family:calibri;
  388. text-transform:none;
  389. letter-spacing:0px;
  390. font-size:10px;
  391. color:#fff;
  392. z-index: 1;
  393. padding:4px;
  394. background: #df91a9;
  395. line-height:11px;
  396. text-align:center;
  397. border: 1px solid #f8f8f8;
  398. transition: all 0.5s ease-out;
  399. -o-transition-transition: all 0.5s ease-out;
  400. -webkit-transition: all 0.5s ease-out;
  401. -moz-transition: all 0.5s ease-out;
  402. }
  403.  
  404. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/wt5v40t/q2Fme0ncp/wendy.ttf'); }
  405. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }@font-face { font-family: "handy00"; src: url('http://static.tumblr.com/va8axoh/0n6lwmnpk/handy00.ttf'); }
  406.  
  407. #links {
  408. text-align:center;
  409. margin-left:-20px;
  410. margin-top:-40px;
  411. width:290px;
  412. position:fixed;
  413. font-size: 8px;
  414. z-index: 1;
  415. font-family:pixel;
  416. padding:2px 0px 0px 0px;
  417. text-transform:uppercase;
  418. letter-spacing:1px;
  419. }
  420. @font-face { font-family: "cutty"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  421.  
  422. #links a {
  423. display:inline-block;
  424. padding:4px 4px 4px 4px;
  425. background:{color:navigation};
  426. color:{color:navigation text};
  427. margin-top: 3px;
  428. border: 0px solid #f8f8f8;
  429. transition: all 0.9s ease;
  430. -o-transition-transition: all 0.9s ease;
  431. -webkit-transition: all 0.9s ease;
  432. -moz-transition: all 0.9s ease;
  433. }
  434. #links a:hover{
  435. background: white;
  436. color: #aaa;
  437. transition: all 0.9s ease;
  438. -o-transition-transition: all 0.9s ease;
  439. -webkit-transition: all 0.9s ease;
  440. -moz-transition: all 0.9s ease;}
  441.  
  442. @font-face{ font-family:jane; src: url('http://static.tumblr.com/bm7b8hm/vnWmf9864/janeaust.ttf');,}
  443.  
  444. .title{
  445. font-family: sunshine;
  446. font-size: 25px;
  447. line-height: 36px;
  448. color:{color:Title};
  449. letter-spacing: 0px;
  450. font-weight: normal;
  451. text-shadow: 2px 2px 2px #ddd;
  452. padding:0px 0px 0px 0px;
  453. }
  454.  
  455. @font-face {
  456. font-family: "prop";
  457. src: url('http://static.tumblr.com/2k9mf5a/bPomezign/prophecy_script.ttf');
  458. }
  459.  
  460. .blogtitle{
  461. font-family: prop;
  462. font-size: 28px;
  463. line-height: 20px;
  464. color:{color:Title};
  465. z-index: 1;
  466. text-transform: none;
  467. font-weight: normal;
  468. }
  469. @font-face { font-family: "dreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  470. @font-face { font-family: "cute"; src: url('http://static.tumblr.com/8hrjcus/16Lmhnmvv/dk_carte_blanche.otf'); }
  471. @font-face { font-family: "demo"; src: url('http://static.tumblr.com/jdjsstr/Eq8m819c1/neou-thin_1_.ttf'); }
  472. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  473. @font-face {font-family:"Bree"; src:url('http://static.tumblr.com/9wzbixa/YBvm26pgu/bree.ttf');}
  474. @font-face { font-family: "sb"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  475. @font-face { font-family: "lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  476. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  477. @font-face { font-family: "icons"; src: url('http://static.tumblr.com/8hrjcus/Q3fmg7rhn/breezi_font-webfont.ttf'); }
  478.  
  479.  
  480. #jennifer{
  481. position: fixed;
  482. bottom: 10px;
  483. right: 0px;
  484. width: 20px;
  485. height: 12px;
  486. text-align:center;
  487. line-height: 5px;
  488. padding: 3px;
  489. background: white;
  490. border-bottom: 1px solid #f8f8f8;
  491. border-left: 1px solid #f8f8f8;
  492. border-top: 1px solid #f8f8f8;
  493. -o-transition-transition: all 0.9s ease-out;
  494. -webkit-transition: all 0.9s ease-out;
  495. -moz-transition: all 0.9s ease-out;}
  496.  
  497.  
  498. .permalink{
  499. text-transform: normal;
  500. display: block;
  501. background: {color:Permatext Background};
  502. padding: 3px;
  503. margin-top: 4px;
  504. text-align: right;
  505. text-decoration: none;
  506. }
  507. askk{
  508. font-family:sunshine;
  509. font-size: 18px;
  510. line-height:20px;
  511. z-index: 1;
  512. letter-spacing: 1px;
  513. color: {color:entry links};
  514. text-shadow: 2px 2px 2px #ddd;
  515. font-weight: normal;}
  516.  
  517.  
  518. #infscr-loading{
  519. bottom: -70px;
  520. position: absolute;
  521. left: 50%;
  522. margin-left:-8px;
  523. width:16px;
  524. height:11px;
  525. overflow:hidden;
  526. margin-bottom: 50px;
  527. }
  528.  
  529. #postnotes{
  530. text-align: justify;}
  531.  
  532. #postnotes blockquote{
  533. border: 0px;}
  534.  
  535. blockquote{
  536. padding:0px 0px 0px 5px;
  537. margin:0px 0px 0px 10px;
  538. border-left: 1px dotted #ddd;
  539. }
  540.  
  541. blockquote p, ul{
  542. margin:0px;
  543. padding:0px;
  544. }
  545.  
  546. a img{border: 0px;}
  547.  
  548.  
  549. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  550.  
  551. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  552. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  553.  
  554. .notes img{width:10px; position:relative; top:3px;}
  555. <--ses-->
  556. small{font-size: 90%;}
  557.  
  558. {CustomCSS}
  559.  
  560. #audio {width:500px; height:auto; min-height:60px; padding-bottom:13px;}
  561. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  562. .cover img {float:left; width:60px; height:60px;}
  563. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  564. .info {margin-left:73px; width: 200px;margin-top:4px; line-height:14px;}
  565. </style>
  566.  
  567. {block:IndexPage}
  568. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  569. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  570.  
  571. <script type="text/javascript">
  572. $(window).load(function(){
  573. var $wall = $('#posts');
  574. $wall.imagesLoaded(function(){
  575. $wall.masonry({
  576. itemSelector: '.entry, .entry_photo',
  577. isAnimated : false
  578. });
  579. });
  580.  
  581. $wall.infinitescroll({
  582. navSelector : '#pagination',
  583. nextSelector : '#pagination a',
  584. itemSelector : '.entry, .entry_photo',
  585. bufferPx : 2000,
  586. debug : false,
  587. errorCallback: function() {
  588. $('#infscr-loading').fadeOut('normal');
  589. }},
  590. function( newElements ) {
  591. var $newElems = $( newElements );
  592. $newElems.hide();
  593. $newElems.imagesLoaded(function(){
  594. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  595. });
  596. }); $('#posts').show(500);
  597. });
  598. </script>
  599.  
  600.  
  601. {/block:IndexPage}
  602.  
  603.  
  604. <title>{title}</title>
  605.  
  606. <link rel="shortcut icon" href="http://media.tumblr.com/7af75645cd01ac25ff8963909d05c442/tumblr_inline_mi2ubiaois1qz4rgp.png" />
  607. <meta name="viewport" content="width=820" />
  608. </head>
  609.  
  610. <body>
  611. <BODY onselectstart="return false;" ondragstart="return false;">
  612.  
  613. <div id="center">
  614. <div id="content">
  615. <div id="jennifer"><a href="http://coolified.tumblr.com/"><img src="http://media.tumblr.com/tumblr_lfhu337F4Z1qzvcyt.gif"></a> </div>
  616. <div id="sidebar">
  617. <div id="hoover"></div><div id="feather"><img src="http://media.tumblr.com/f77adb0496a0492be9e12b318bd91fa9/tumblr_inline_mifpu1TyyD1qz4rgp.png"></a></div>
  618. <a href="/"><img src="{image:sidebar}" style="height:200px; width:200px; opacity:1; padding: 22px; border: 1px solid #f8f8f8; background: white;
  619. -webkit-filter:grayscale(100%);"></a>
  620. <div id="links">
  621. <a href="{text:Link One}">{text:Link One Title}</a>
  622.  
  623. <a href="{text:Link Two}">{text:Link Two Title}</a>
  624.  
  625. <a href="{text:Link Three}">{text:Link Three Title}</a>
  626.  
  627. <a href="{text:Link Four}">{text:Link Four Title}</a>
  628.  
  629. <a href="{text:Link Five}">{text:Link Five Title}</a>
  630.  
  631. <a href="{text:Link Six}">{text:Link Six Title}</div>
  632. </div>
  633. </div>
  634.  
  635. <div class="left">
  636. <div id="posts">
  637. {block:Posts}
  638. <div class="entry">
  639.  
  640. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{permalink}">posted <a href="{permalink}">{timeago} </a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  641. {/block:Text}
  642.  
  643. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{permalink}">posted <a href="{permalink}">{timeago} </a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{block:Link}
  644.  
  645. {block:Photo}
  646. {block:IndexPage}
  647. <div class="perma1">{shortmonth} {dayofmonthwithzero}{DayOfMonthSuffix} with
  648. <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">↻</a>
  649. </div>
  650. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  651. {/block:IndexPage}
  652. {block:PermalinkPage}
  653. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  654. {block:caption}{caption}{/block:caption}
  655. {LinkCloseTag}
  656. {/block:PermalinkPage}
  657. {/block:Photo}
  658.  
  659. {block:Answer}
  660. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3px; border-radius: 0px; border: 4px double #ddd; padding: 3px; background: white;"/>
  661. <div style="margin-top:0px; margin-bottom:0px; height:44px; padding: 5px; background-color:#f8f8f8; overflow: auto;">
  662.  
  663. <askk>{Asker}</askk>: {Question}</div>
  664. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  665. {/block:Answer}
  666.  
  667. {block:Photoset}
  668. {block:IndexPage}
  669. <div class="perma1">{shortmonth} {dayofmonthwithzero}{DayOfMonthSuffix} with
  670. <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">↻</a>
  671. </div>
  672. {Photoset-250}</center>
  673. {/block:IndexPage}
  674. {block:PermalinkPage}
  675. <center>
  676. {Photoset-500}</center>
  677. {/block:PermalinkPage}
  678. {/block:Photoset}
  679.  
  680. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext"> <a href="{permalink}">posted <a href="{permalink}">{timeago} </a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Quote}
  681.  
  682. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  683. <ul class="chat">
  684. {block:Lines}
  685. <li class="user_{UserNumber}">
  686. {block:Label}
  687. <span class="label">{Label}</span>
  688. {/block:Label}
  689.  
  690. {Line}
  691. </li>
  692. {/block:Lines}
  693. <div class="permalinktext"> <a href="{permalink}">posted <a href="{permalink}">{timeago} </a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  694. {/block:Chat}
  695.  
  696. {block:Video}
  697. {block:IndexPage}
  698. <div class="perma1">{shortmonth} {dayofmonthwithzero}{DayOfMonthSuffix} with
  699. <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">↻</a>
  700. </div>
  701. {Video-250}</center>
  702. {/block:IndexPage}
  703. {block:PermalinkPage}
  704. <center>
  705. {Video-500}</center>
  706. {/block:PermalinkPage}
  707. {block:Video}
  708.  
  709. {block:Audio}
  710. <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>
  711. {block:IndexPage}
  712. <div class="permalinktext"> <a href="{permalink}">posted <a href="{permalink}">{timeago} </a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  713. {/block:IndexPage}
  714. {/block:Audio}
  715.  
  716. {block:PostNotes}
  717. <center>
  718.  
  719. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  720.  
  721. {block:HasTags}
  722. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  723. {block:RebloggedFrom}
  724. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  725. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  726.  
  727. {/block:RebloggedFrom}
  728. </center></span>
  729. <br>
  730. <div id="postnotes">{PostNotes}</div><br>
  731.  
  732. <center>{block:ContentSource}
  733. <br><a href="{SourceURL}">
  734. {lang:Source}:
  735. {block:SourceLogo}
  736. <img src="{BlackLogoURL}" width="{LogoWidth}"
  737. height="{LogoHeight}" alt="{SourceTitle}" />
  738. {/block:SourceLogo}
  739. {block:NoSourceLogo}
  740. {SourceLink}
  741. {/block:NoSourceLogo}
  742. </a>
  743. {/block:ContentSource}</center>
  744.  
  745. {/block:PostNotes}
  746. </div>
  747. {/block:Posts}
  748. </div></div>
  749.  
  750. {block:IndexPage}
  751. {block:Pagination}
  752. <div id="pagination">
  753. {block:NextPage}
  754. <a id="nextPage" href="{NextPage}"></a>
  755. {/block:NextPage}
  756. {block:PreviousPage}
  757. <a href="{PreviousPage}"></a>
  758. {/block:PreviousPage}
  759. </div>
  760. {/block:Pagination}
  761. {/block:IndexPage}
  762. </body>
  763.  
  764. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement