Advertisement
candycaiine

Corrosive Theme

Sep 16th, 2013
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.08 KB | None | 0 0
  1. <!----
  2.  
  3. ยฉ theme by lloydey // themesbylloyd.tumblr.com
  4. credit me in your faq if you remove this
  5.  
  6. How to install:
  7. 1. Customize -> Edit HTML
  8. 2. Delete all of the coding in your HTML
  9. 3. Copy this theme code
  10. 4. Paste it
  11. 5. Update Preview & Save & Refresh
  12. 6. Edit your theme appearance in the Appearance section after you refresh.
  13.  
  14.  
  15. ---->
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  24. <html xmlns="http://www.w3.org/1999/xhtml">
  25. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  26. <link href='http://fonts.googleapis.com/css?family=Asap|Share' rel='stylesheet' type='text/css'>
  27. <head>
  28.  
  29. <meta name="color:Background" content="#acacac"/>
  30. <meta name="color:Text" content="#130C11"/>
  31. <meta name="color:Title" content="#130C11"/>
  32. <meta name="color:Hover" content="#130C11"/>
  33. <meta name="color:border" content="#130C11"/>
  34. <meta name="color:Scrollbar" content="#130C11"/>
  35. <meta name="color:Link" content="#EEEEEE"/>
  36. <meta name="image:Background" content="1"/>
  37. <meta name="image:sidebar" content="1"/>
  38. <meta name="if:tiny cursor" content="1"/>
  39. <meta name="if:show photo" content="0"/>
  40. <meta name="if:tiny scrollbar" content="1"/>
  41. <meta name="text:Custom Link One Title" content= >
  42. <meta name="text:Custom Link One" content="http://" />
  43. <meta name="text:Custom Link Two Title" content= >
  44. <meta name="text:Custom Link Two" content="http://" />
  45. <meta name="text:Custom Link Three Title" content= >
  46. <meta name="text:Custom Link Three" content="http://" />
  47. <meta name="text:Custom Link Four Title" content= >
  48. <meta name="text:Custom Link Four" content="http://" />
  49. <meta name="text:Custom Link Five Title" content= >
  50. <meta name="text:Custom Link Five" content="http://" />
  51. <script type="text/javascript"
  52. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  53. <style type="text/css">
  54. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  55. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background};}
  56. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  57. .wrapper{
  58. margin: 0px auto;
  59. width: 717px;
  60. }
  61. @font-face { font-family: pixie; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  62.  
  63. @font-face {
  64. font-family:titulo;
  65. src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');,
  66. }
  67.  
  68.  
  69. #tumblr_controls{
  70. position:fixed !important;
  71. top: 3px;
  72. right: 3px;
  73. opacity: 0.9;
  74. }
  75.  
  76. body {
  77. padding: 0px;
  78. margin: 0px;
  79. color:{color:text};
  80. background-color: {color:Background};
  81. background-image:url({image:Background});
  82. background-attachment: fixed;
  83. font-family: tahoma;
  84. font-size: 10px;
  85. line-height:12px;
  86. color:{color:text};
  87. }
  88.  
  89. p {
  90. margin:0px;
  91. margin-top:0px;
  92. }
  93.  
  94. a:link, a:active, a:visited{
  95. color: {color:Link};
  96. text-decoration: none;
  97. -webkit-transition: color 0.5s ease-out;
  98. -moz-transition: color 0.5s ease-out;
  99. }
  100.  
  101. a:hover{
  102. color:{color:Hover};
  103. text-decoration: none;
  104. -webkit-transition: color 0.3s ease-out;
  105. -moz-transition: color 0.3s ease-out;
  106. }
  107.  
  108. .entry {
  109. margin-top:0px;
  110. padding: 4px;
  111. margin: 6px;
  112. float:left;
  113. background-color: #fff;
  114. font-family:;
  115. font-size: 10px
  116. line-height:11px;
  117. {block:IndexPage}
  118. width:200px;
  119. {/block:IndexPage}
  120. {block:PermalinkPage}
  121. margin-top: 40px;
  122. width:530px;
  123. {/block:PermalinkPage}
  124. }
  125.  
  126. .entry .wow{
  127. position:absolute;
  128. width:190px;
  129. border-bottom:1px solid #fcfcfc;
  130. padding:5px;
  131. background-color:#fff;
  132. overflow:hidden;
  133. opacity:0.0;
  134. letter-spacing:1px;
  135. font-family:consolas;
  136. text-align:center;
  137. font-size:9px;
  138. text-transform:uppercase;
  139. top:-5px;
  140. z-index:8;
  141. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  142. }
  143.  
  144. .entry:hover .wow{
  145. opacity: .99;;
  146. top:3px;
  147. }
  148.  
  149.  
  150.  
  151. #xxx {
  152. width: 500px;
  153. text-align:left;
  154. }
  155.  
  156. #permalink {
  157. display: block;
  158. margin-top: 2px;
  159. background: transparent;
  160. font-family: consolas;
  161. font-size: 8px;
  162. line-height: 15px;
  163. text-transform: uppercase;
  164. height: 15px;
  165. text-align: right;
  166. color: #000000;
  167. }
  168.  
  169. #permalink:hover {
  170. background: transparent;
  171. }
  172.  
  173. #permalink a{
  174. color: {color:Link};}
  175.  
  176. #permalink a:hover{
  177. color: {color:Link};}
  178. .entry .permalink{
  179. position:absolute;
  180. width:245px;
  181. height:0px;
  182. padding-top:0px;
  183. padding-left:3px;
  184. padding-right:2px;
  185. border-bottom:2px solid #8fd1df;
  186. top:3px;
  187. margin-left: 0px;;
  188. background-color:#fff;
  189. overflow:hidden;
  190. letter-spacing:1px;
  191. font-family: share;
  192. text-transform: uppercase;
  193. font-size: 10px;
  194. line-height:12px;
  195. text-align:center;
  196. opacity:0.0;
  197. -webkit-transition: all 0.5s linear;
  198. -webkit-transition: all 0.5s linear;
  199. -moz-transition: all 0.5s linear;
  200. transition: all 0.5s linear;
  201. border-bottom-right-radius:0px;
  202. border-top-right-radius:0px;
  203. border-top-left-radius:0px;
  204. border-bottom-left-radius:0px;
  205. }
  206.  
  207.  
  208. .entry:hover .permalink{overflow:visible;-webkit-transition: opacity 0.2s linear; opacity: 0.8;
  209. -webkit-transition: all 0.5s linear;
  210. -moz-transition: all 0.5s linear;
  211. transition: all 0.5s linear;
  212. margin-top: 0px;
  213. bottom: 3px;
  214. width: 245px;
  215. height: 14px;
  216. border-bottom-right-radius:0px;
  217. border-top-right-radius:0px;
  218. border-top-left-radius:0px;
  219. border-bottom-left-radius:0px;
  220. }
  221.  
  222. .entry:hover .permalink:hover{
  223. opacity: .9;
  224. padding-top:0px;
  225. padding-left:3px;
  226. padding-right:2px;
  227. height: 14px;
  228. -webkit-transition: all 0.3s linear;
  229. -webkit-transition: all 0.3s linear;
  230. -moz-transition: all 0.3s linear;
  231. transition: all 0.3s linear;
  232. border-bottom-right-radius:0px;
  233. border-top-right-radius:0px;
  234. border-top-left-radius:0px;
  235. border-bottom-left-radius:0px;
  236. }
  237.  
  238.  
  239. #pagination{
  240. display:none;
  241. }
  242.  
  243. .clear {
  244. clear: both;
  245. }
  246.  
  247. #posts {
  248. width: 440px;
  249. margin-left:190px;
  250. padding:4px;
  251. margin-top:15px;
  252. background-attachment: fixed;
  253. background-color:white;
  254. background-repeat:repeat;
  255. float:left;
  256. border-left:1px solid #eee;
  257. border-right:1px solid #eee;
  258. {block:PermalinkPage}
  259. width: 540px;
  260. margin-left: 270px;
  261. margin-top: 0px;
  262. {/block:PermalinkPage}
  263. }
  264.  
  265.  
  266. ol.notes img {
  267. width: 16px;
  268. display: inline;
  269. position: relative;
  270. top: 3px;
  271. }
  272.  
  273. #sidebar{
  274. display: block;
  275. position:fixed;
  276. margin-top:0px;
  277. margin-left:-60px;
  278. border:1px solid #eee;
  279. width:239px;
  280. padding:5px;
  281. height:;
  282. border-radius:3px;
  283. font-size:10px;
  284. text-align:left;
  285. background-color:#fff;
  286. opacity:1;
  287. z-index:9;
  288.  
  289.  
  290. }
  291.  
  292.  
  293.  
  294. #cocaine {
  295. display: block;
  296. position:fixed;
  297. top:-10px;
  298. left:0px;
  299. border-bottom:1px solid #eee;
  300. width:100%;
  301. padding:3px;
  302. height:20px;
  303. font-size:10px;
  304. text-align:left;
  305. background-color:#fff;
  306. opacity:1;
  307. z-index:8;
  308. }
  309.  
  310. #postnotes{
  311. text-align: justify;}
  312.  
  313. #postnotes blockquote{
  314. border: 0px;}
  315.  
  316. #infscr-loading{
  317. bottom: -70px;
  318. position: absolute;
  319. left: 50%;
  320. margin-left:-8px;
  321. width:16px;
  322. height:11px;
  323. overflow:hidden;
  324. margin-bottom: 50px;
  325. }
  326.  
  327. #title {
  328. text-align:center;
  329. color:{color:Link};
  330. font-family:bebas;
  331. font-size: 30px;
  332. letter-spacing:4px;
  333.  
  334. line-height: 20px;
  335. margin-top: 5px;
  336.  
  337.  
  338.  
  339. height:auto;
  340. }
  341.  
  342. .title{
  343. font-family: share;
  344. font-size: 12px;
  345. line-height:{text:title line height}px;
  346. color: {color:Title};
  347. font-weight: normal;
  348. padding:0px 0px 0px 0px;
  349. }
  350.  
  351. .blog{
  352. font-family: 'megrim';
  353. font-size: 20px;
  354. line-height:20px;
  355. color: {color:Title};
  356. border-bottom: 0px solid white;
  357. -webkit-transition: all 0.3s linear;
  358. -webkit-transition: all 0.3s linear;
  359. -moz-transition: all 0.3s linear;
  360. transition: all 0.3s linear;
  361. }
  362.  
  363. .blog:hover{
  364. border-bottom: 0px solid {color:border};
  365. -webkit-transition: all 0.3s linear;
  366. -webkit-transition: all 0.3s linear;
  367. -moz-transition: all 0.3s linear;
  368. transition: all 0.3s linear;
  369. }
  370.  
  371. .links{
  372. padding: 0px;
  373. font-size:10px;
  374. background-color:#fff;
  375. text-transform:lowercase;
  376. letter-spacing:1.5px;
  377. font-family:georgia;
  378. color:#585757;
  379. background:#e4e4e4;
  380. margin-top: 3px;
  381. }
  382.  
  383. #homelink {
  384. background: #fff;
  385. display: inline-block;
  386. line-height: 15px;
  387. height: 15px;
  388. width: 66px;
  389. font-family: pixie;
  390. font-size: 10px;
  391. text-transform: uppercase;
  392. text-align: center;
  393. margin-top:0px;
  394. border: 1px solid #DDD;
  395. letter-spacing:2px;
  396. padding-top:1px;
  397. }
  398.  
  399. #asklink {
  400. background: #fff;
  401. display: inline-block;
  402. line-height: 15px;
  403. height: 15px;
  404. width: 65px;
  405. font-family: pixie;
  406. font-size: 10px;
  407. border:1px solid #DDD;
  408. text-transform: uppercase;
  409. text-align: center;
  410. margin-left: 3px;
  411. margin-top:5px;
  412. letter-spacing:2px;
  413. padding-top:1px;
  414. }
  415.  
  416. #drop {
  417. background: #fff;
  418. display: inline-block;
  419. line-height: 15px;
  420. height: 15px;
  421. width: 100px;
  422. text-align: center;
  423. margin-left: 3px;
  424. font-family: pixie;
  425. font-size: 10px;
  426. text-transform: uppercase;
  427. transition: all 0.5s ease;
  428. -o-transition-transition: all 0.5s ease;
  429. -webkit-transition: all 0.5s ease;
  430. -moz-transition: all 0.5s ease;
  431. margin-bottom:0px;
  432. letter-spacing:2px;
  433. padding-top:1px;
  434. border: 1px solid #DDD;
  435. }
  436.  
  437. #drop:hover #down{
  438. opacity:1;
  439. margin-top:2px;
  440. width: 100px;
  441. overflow:hidden;
  442. height: 20px;
  443. line-height: 20px;
  444. background-color:transparent;
  445. z-index:1000;
  446. height:auto;
  447. font-family: pixie;
  448. font-size: 10px;
  449. text-transform: uppercase;
  450. -o-transition-transition: all 0.5s ease;
  451. -webkit-transition: all 0.5s ease;
  452. -moz-transition: all 0.5s ease;
  453. margin-bottom:1px;
  454. letter-spacing:2px;
  455. }
  456.  
  457.  
  458. #down {
  459. position:absolute;
  460. margin-top:-20px;
  461. opacity:0;
  462. width:64px;
  463. font-family: pixie;
  464. font-size: 10px;
  465. text-transform: uppercase;
  466. overflow:hidden;
  467. transition: all 0.5s ease;
  468. -o-transition-transition: all 0.5s ease;
  469. -webkit-transition: all 0.5s ease;
  470. -moz-transition: all 0.5s ease;
  471. letter-spacing:2px;
  472. }
  473.  
  474. #down a{
  475. margin-top:4px;
  476. background: #fff;
  477. text-align:center;
  478. display:block;
  479. line-height:15px;
  480. font-family: pixie;
  481. font-size: 10px;
  482. text-transform: uppercase;
  483. transition: all 0.5s ease;
  484. -o-transition-transition: all 0.5s ease;
  485. -webkit-transition: all 0.5s ease;
  486. -moz-transition: all 0.5s ease;
  487. letter-spacing:1px;
  488. border: 1px solid #DDD;
  489. }
  490.  
  491. #audio {width:200px; height:auto; min-height:60px; padding-bottom:0px;}
  492.  
  493. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  494.  
  495. .cover img {float:left; width:60px; height:60px;}
  496. .cover img:hover {maragin-top:0px;}
  497.  
  498. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  499.  
  500. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  501.  
  502. .quote{
  503. font-family:consolas;
  504. font-size: 8px;
  505. float: left;
  506. margin-right: 5px;
  507. }
  508.  
  509.  
  510.  
  511. .btn a:hover {text-shadow:0px;}
  512.  
  513. a.btn{ position:absolute;z-index:99;top:26px;right:3px;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  514.  
  515. .aa a{
  516. color: #fff;}
  517.  
  518. .aa{
  519. color: #fff;
  520. font-size: 12px;
  521. display: inline-block;}
  522.  
  523. -webkit-transition: opacity 0.2s linear;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
  524.  
  525. a img{border: 0px;}
  526.  
  527. blockquote{
  528. padding:2px 2px 2px 5px;
  529. margin:4px 4px 4px 7px;
  530. border-left: 4px solid #dddddd;
  531. }
  532.  
  533. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  534.  
  535. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  536. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  537.  
  538. .notes img{width:10px; position:relative; top:3px;}
  539. <--ses-->
  540. small{font-size: 90%;}
  541.  
  542.  
  543. .caption img {
  544. max-width: 100%;
  545. }
  546.  
  547. {CustomCSS}
  548. </style>
  549.  
  550. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  551. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  552. <script type="text/javascript">
  553. $(window).load(function () {
  554. var $content = $('#posts');
  555. $content.masonry({itemSelector: '.entry'}),
  556. $content.infinitescroll({
  557. navSelector : 'div#pagination',
  558. nextSelector : 'div#pagination a#nextPage',
  559. itemSelector : '.entry',
  560. loading: {
  561. finishedMsg: '',
  562. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  563. },
  564. bufferPx : 600,
  565. debug : false,
  566. },
  567. // call masonry as a callback.
  568. function( newElements ) {
  569. var $newElems = $( newElements );
  570. $newElems.hide();
  571. // ensure that images load before adding to masonry layout
  572. $newElems.imagesLoaded(function(){
  573. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  574. });
  575. });
  576. });
  577. </script>
  578.  
  579. {/block:IndexPage}
  580.  
  581. <title>{title}</title>
  582.  
  583. <link rel="shortcut icon" href="{Favicon}">
  584. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  585. <meta name="viewport" content="width=820" />
  586.  
  587. </style>
  588. </head>
  589. <body>
  590. </script><script src="http://static.tumblr.com/jkg9xxi/gBCmsyr4m/gbreauhbfuhenwuafbi.js"></script>
  591.  
  592. <div class="wrapper">
  593. <div style="position:fixed;right:0px;top:28px;">
  594. </span>
  595. </div>
  596.  
  597. <div id="sidebar"><center>
  598. <div id="title">{title}</div></br>
  599.  
  600. {block:ifshowphoto}<p><a href="/"><img style="-webkit-filter: saturate(0%)" src="{image:sidebar}" width=230px;></a></img>{/block:ifshowphoto}
  601.  
  602. {Description}
  603.  
  604.  
  605.  
  606. <div id="drop"><a href="#">links</a></a>
  607. <div id="down">
  608. {block:ifcustomlinkonetitle}<a href="{text:custom link one}" title="{text:custom link one title}">{text:custom link one title}</a>{/block:ifcustomlinkonetitle}
  609.  
  610. {block:ifcustomlinktwotitle} <a href="{text:custom link two}" title="{text:custom link two title}">{text:custom link two title}</a>{/block:ifcustomlinktwotitle}
  611.  
  612. {block:ifcustomlinkthreetitle} <a href="{text:custom link three}"title="{text:custom link three title}" >{text:custom link three title}</a>{/block:ifcustomlinkthreetitle}
  613.  
  614. {block:ifcustomlinkfourtitle} <a href="{text:custom link four}" title="{text:custom link four title}">{text:custom link four title}</a>{/block:ifcustomlinkfourtitle}
  615.  
  616. {block:ifcustomlinkfivetitle} <a href="{text:custom link five}" title="{text:custom link five title}">{text:custom link five title}</a>{/block:ifcustomlinkfivetitle}
  617. <A href="/">Home</A>
  618. <A href="/ask">Message</A>
  619. <A href="http://cocaine.tumblr.com/">THEME</A>
  620. </div>
  621. <div id="cocaine"></div></div>
  622.  
  623. </center>
  624. </div>
  625. <div id="posts">
  626.  
  627. {block:Posts}
  628. <div class="entry">
  629.  
  630. {block:Text}
  631. {block:Title}<span class="title">{Title}</span>{/block:Title}
  632. <span class="entrytext">{Body}</span>
  633. {block:IndexPage}<div style="border:1px solid #ddd;padding:3px;margin-top:3px;text-align:center;text-transform:uppercase;background-color:#fff;color:#aaa;">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog</a></div>{block:IndexPage}
  634. {/block:Text}
  635.  
  636. {block:Link}
  637. <a href="{URL}" class="title">{Name}</a>
  638. {block:Description}<div class="caption">{Description}</div>{/block:Description}{block:IndexPage}<div style="border:1px solid #ddd;padding:3px;margin-top:3px;text-align:center;text-transform:uppercase;background-color:#eee;color:#aaa">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog</a></div>{block:IndexPage}
  639. {block:Link}
  640.  
  641.  
  642.  
  643. {block:Photo}
  644. {block:IndexPage}
  645. <div class="wow">{DayOfWeek} , <a href="{Permalink}">{NoteCount}</a> , <a href="{ReblogURL}" >Reblog</a>
  646. </center></div>
  647. {/block:IndexPage}
  648. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a></div>{LinkCloseTag}
  649. {/block:IndexPage}
  650. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  651. {/block:Photo}
  652.  
  653.  
  654. {block:Photoset}
  655. {block:IndexPage}<div class="wow"> {DayOfWeek}, <a href="{Permalink}" >{NoteCount}</a>, <a href="{ReblogURL}" title="reblog">Reblog</a>
  656. </center></div>{/block:IndexPage}
  657. {block:IndexPage}
  658. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="195" style="padding:3px;"/></a>
  659. {/block:Photos}
  660. {/block:IndexPage}
  661.  
  662. {block:permalinkpage}
  663. {Photoset-500}
  664. {/block:permalinkpage}
  665. {/block:Photoset}
  666.  
  667. {block:Quote}
  668. <i><div class="quote">-</div>
  669. <span style="text-transform:uppercase;"> {Quote}" </span></i>
  670. {block:Source}
  671. <div style="text-align:left;color:{color:link};font-style:italic;padding:3px;margin-top:3px;text-transform:uppercase;">{Source}</div>
  672. {/block:Source}
  673. {block:IndexPage}<div style="border:1px solid #ddd;padding:3px;margin-top:3px;text-align:center;text-transform:uppercase;background-color:#eee;color:#aaa;font-size:10px;font-style:italic;">{FormattedTime} , <a href="{permalink}">{NoteCountWithLabel}</a></div>{block:IndexPage}
  674. {/block:Quote}
  675.  
  676.  
  677. {block:Chat}
  678. {block:Title}<span class="title">{Title}</span>{/block:Title}
  679. <ul class="chat">
  680. {block:Lines}
  681. <li class="user_{UserNumber}">
  682. {block:Label}
  683. <span class="label">{Label}</span>
  684. {/block:Label}
  685.  
  686. {Line}
  687. </li>
  688. {/block:Lines}
  689. </ul>
  690. {block:IndexPage}<div style="border:1px solid #ddd;padding:3px;margin-top:3px;text-align:center;text-transform:uppercase;background-color:#eee;color:#aaa;">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog</a></div>{block:IndexPage}
  691. {/block:Chat}
  692.  
  693. {block:Audio}
  694.  
  695. <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>
  696. {block:IndexPage}
  697. <div style="border:1px solid #ddd;padding:3px;margin-top:3px;text-align:center;text-transform:uppercase;background-color:#eee;color:#aaa;font-size:10px;font-style:italic;">{FormattedTime} , <a href="{permalink}">{NoteCountWithLabel}</a></div>
  698. {/block:IndexPage}
  699. {/block:Audio}
  700.  
  701. {block:Video}
  702. {block:IndexPage}
  703. <div class="posttitle">
  704. <a href="{Permalink}" target="_blank"><i>View Video</i></a>
  705. </div>
  706. {/block:IndexPage}
  707. {block:PermalinkPage}
  708. {Video-400}
  709. {/block:PermalinkPage}
  710. {block:ifCaptions}
  711. {block:Caption}{Caption}{/block:Caption}
  712. {/block:ifCaptions}
  713. {block:IndexPage}
  714. <div id="permalink">
  715. <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a>
  716. </div>
  717. {/block:IndexPage}
  718. {block:Video}
  719.  
  720. {block:Answer}
  721. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  722. <strong>{Asker} said:</strong> {Question}
  723. <div class="caption">
  724. <b>I replied:</b><i>{Answer}</i></div>
  725. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">{FormattedTime} + <a href="{permalink}">{NoteCountWithLabel}</a></div></span>{block:IndexPage}
  726. {/block:Answer}
  727.  
  728.  
  729. {block:PermalinkPage}
  730. <center>
  731. {block:Caption}{Caption}{/block:Caption}
  732. {block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}<br>{/block:NoteCount}
  733. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  734. {block:HasTags}<b>tags ยป</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> <br>{/block:Tags}{/block:hasTags}
  735. </center>
  736. {block:NoteCount} <div style="border-bottom: 2px solid #999; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  737. {/block:PermalinkPage}
  738. {block:PostNotes}{PostNotes}
  739. {/block:PostNotes}
  740. </div>{/block:Posts}
  741. </div>
  742. </div>{block:IndexPage}<br>{block:Pagination}<div id="pagination">{block:NextPage}<a id="nextPage" href="{NextPage}">next</a>{/block:NextPage}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}</div>{/block:Pagination}{/block:IndexPage}</div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement