Advertisement
ramisaaaaa

Untitled

Aug 17th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.06 KB | None | 0 0
  1. <!--
  2. theme by icy-me0ws
  3. permalinks by tit
  4. links by Rev-rse
  5. -->
  6.  
  7. <head>
  8. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script|Unkempt|The+Girl+Next+Door|Allura|Sevillana|Seaweed+Script|Norican|Ruluko|Italianno' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Miniver|Give+You+Glory|Short+Stack|Loved+by+the+King|Coming+Soon|Raleway:100|Handlee|Indie+Flower' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13. <meta name="color:background" content="#dadada"/>
  14. <meta name="color:text" content="#130C11"/>
  15. <meta name="color:hover" content="#130C11"/>
  16. <meta name="color:link" content="#000000"/>
  17. <meta name="color:shadow" content="#dadada"/>
  18. <meta name="image:sidebar" content="1"/>
  19. <meta name="image:background" content="1"/>
  20. <meta name="if:show photo" content="1"/>
  21. <meta name="if:faded images" content="0"/>
  22. <meta name="text:link two" content="" />
  23. <meta name="text:link two title" content="" />
  24. <meta name="text:link three" content="" />
  25. <meta name="text:link three title" content="" />
  26. <meta name="text:link four" content="" />
  27. <meta name="text:link four title" content="" />
  28. <meta name="text:link five" content="" />
  29. <meta name="text:link five title" content="" />
  30. <meta name="text:link six" content="" />
  31. <meta name="text:link six title" content="" />
  32. <meta name="color:link 1" content="#A23838"/>
  33. <meta name="color:link 2" content="#DD7616"/>
  34. <meta name="color:link 3" content="#F1F12D"/>
  35. <meta name="color:link 4" content="#16B816"/>
  36. <meta name="color:link 5" content="#16B8B1"/>
  37. <meta name="color:link 6" content="#320C55"/>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. {block:iffadedimages}img{
  43.  
  44. -webkit-transition: opacity 0.4s linear;
  45.  
  46. opacity: 0.90;
  47.  
  48. }
  49. img:hover{
  50.  
  51. -webkit-transition: opacity 0.4s linear;
  52.  
  53. opacity: 1;
  54.  
  55. }{/block:iffadedimages}
  56.  
  57.  
  58. #biter
  59.  
  60. #bite a {display:block}
  61.  
  62. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  63.  
  64. #bite:hover .death {margin-top:-10px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  65.  
  66.  
  67.  
  68.  
  69.  
  70. iframe#tumblr_controls {right:3px !important; position: fixed !important;}
  71. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  72.  
  73.  
  74. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  75.  
  76. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  77.  
  78.  
  79. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  80.  
  81. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 0ex; border: 1px solid #dadada;}
  82.  
  83.  
  84. #tumblr_controls{
  85. position:fixed !important;
  86. }
  87.  
  88. .wrapper{
  89. margin: 0px auto;
  90. width: 802px;
  91. }
  92.  
  93. .header{
  94. float: left;
  95. width: 100%;
  96. }
  97.  
  98. .left{
  99. float: left;
  100. margin-right: 20px;
  101. width: 802px;
  102. }
  103.  
  104. .right{
  105. float: right;
  106. width: 200px;
  107. background-color: {color:Background};
  108. }
  109.  
  110. body {
  111. margin:0px;
  112. text-decoration: none;
  113. background-color: {color:background};
  114. background-image:url({image:Background});
  115. background-attachment: fixed;
  116. background-repeat: repeat;
  117. color: {color:Text};
  118. font-family: arial;
  119. font-size: 9px;
  120. }
  121.  
  122. div#content{
  123. padding: 4px;
  124. }
  125.  
  126. a:link, a:active, a:visited{
  127. color: {color:Link};
  128. text-decoration: none;
  129. -webkit-transition: color 0.2s ease-out;
  130. -moz-transition: color 0.2s ease-out;
  131. }
  132.  
  133. a:hover{
  134. color:{color:Hover};
  135. text-decoration: underline;
  136. -webkit-transition: color 0.2s ease-out;
  137. -moz-transition: color 0.2s ease-out;
  138. }
  139.  
  140. .entry {
  141. float:left;
  142. {block:IndexPage}
  143. padding-left: 2px;
  144. padding-right: 2px;
  145. padding-top: 2px;
  146. margin: 1px;
  147. width: 250px;
  148. {/block:IndexPage}
  149. background-color: white;
  150. {block:PermalinkPage}
  151. width:400px;
  152. margin-left: 100px;
  153. {/block:PermalinkPage}
  154. opacity: 1.0;
  155. }
  156.  
  157. .permalink{
  158. display: block;
  159. line-height: 13px;
  160. text-transform: none;
  161. font-family: helvetica;
  162. font-size: 8px;
  163. text-align:center;
  164. margin-top: 1px;
  165. background-color: #fff;
  166. opacity: 0.8;
  167. text-transform: uppercase;
  168. font-color: #000000;
  169. border-top: solid #aaa 1px;
  170. }
  171.  
  172. .perma
  173. {
  174. opacity: 0.0;
  175. filter: alpha(opacity = 0);
  176. margin-top: -21px;
  177. width: px;
  178. height: 30px;
  179. line-height: 30px;
  180. font-size: 9px;
  181. position:absolute;
  182. text-align: center;
  183. z-index:9999991;
  184. color: {color:permalink};
  185.  
  186. }
  187. a.p
  188. {
  189.  
  190. color: {color:permalink};
  191. }
  192. .entry:hover .perma {
  193.  
  194. -webkit-transition: opacity 0.4s linear;
  195. opacity: 1;
  196. -moz-transition: all 0.4s linear;
  197. transition: all 0.4s linear;
  198. filter: alpha(opacity = 100);
  199.  
  200. }
  201.  
  202. select {
  203. font-size: 9px;
  204. width: 100px;
  205.  
  206.  
  207. }
  208. option {
  209. font-size: 9px;
  210.  
  211. text-align: left;
  212.  
  213. }
  214. input[type=button]
  215. {
  216. font-size: 9px;
  217. }
  218.  
  219. .likep {
  220. width: 21px;
  221. height: 20px;
  222. overflow: hidden;
  223. position: relative;
  224. z-index: 9999999;
  225. position: absolute;
  226. margin-top: 26px;
  227. margin-left: 5px;
  228. }
  229. .rep {
  230. width: 24px;
  231. height: 20px;
  232. overflow: hidden;
  233. position: relative;
  234. z-index: 9999999;
  235. position: absolute;
  236. margin-top: 26px;
  237. margin-left: 31px;
  238. }
  239. .likep a:hover {
  240. background-position: 0px 0px;
  241. }
  242. .likep a {
  243. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  244. background-position: 0px 0px;
  245. display: block;
  246. z-index: 9999999;
  247. webkit-transition: all 0s linear;
  248. -webkit-transition: all 0s linear;
  249. -moz-transition: all 0s linear;
  250. transition: all 0s linear;
  251. }
  252. .likep img {
  253. width: 21px;
  254. height: 20px;
  255. webkit-transition: all 0.2s linear;
  256. -webkit-transition: all 0.2s linear;
  257. -moz-transition: all 0.2s linear;
  258. transition: all 0.2s linear;
  259. }
  260. .rep img{
  261. width: 24px;
  262. height: 20px;
  263. line-height: 30px;
  264. display: inline;
  265. }
  266.  
  267. .noteslabel { position: absolute;
  268. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  269. height: 20px;
  270. font-size: 11px;
  271. line-height: 20px;
  272. color: #fff;
  273. position: absolute;
  274. margin-top: 26px;
  275. margin-left: 60px;
  276. padding-left: 4px;
  277. padding-right: 4px;
  278. -moz-border-radius: 2px;
  279. border-radius: 2px;
  280. font-weight: bold;
  281. }
  282. .noteslabel a{
  283. color: #fff;
  284. }
  285.  
  286.  
  287. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  288.  
  289. div#sidebar{
  290. position:fixed !important;
  291. width: 203px;
  292. height:200px;
  293. margin-top: 50px;
  294. margin-left: 40px;
  295. padding: 2px;
  296. line-height:11px;
  297. letter-spacing:0px;
  298. margin-bottom: 6px;
  299. background-color:transparent;
  300. font-size: 8px;
  301. opacity: 1.0;
  302. }
  303.  
  304. #posts {
  305. width: 630px;
  306. margin-left:270px;
  307. background-color: transparent;
  308. {block:PermalinkPage}
  309. margin-left:190px;
  310. {/block:PermalinkPage}
  311. float:left;
  312. }
  313.  
  314. .links{
  315. display: block;
  316. font-size: 7.5px;
  317. line-height: 12px;
  318. text-align: center;
  319. margin-left: 0px;
  320. background-color:#aaa;
  321. }
  322.  
  323. .links {
  324. width: 43px;
  325. height: 14px;
  326. background-color: #aaa;
  327. font-size:7.5px;
  328. margin-top: -20px;
  329. margin-left: 0px;
  330. letter-spacing:0px;
  331. line-height:13px;
  332. font-family: coming soon;
  333. text-align:center;
  334. margin-bottom: 2px;
  335. -webkit-transition-duration: .6s;
  336. display: inline-block;
  337. }
  338.  
  339. .links:hover {
  340. background-color: {color:LINKS HOVER};
  341. -webkit-transition-duration: .8s;
  342. letter-spacing: 0px;
  343. }
  344.  
  345. #infscr-loading{
  346. bottom: -70px;
  347. position: absolute;
  348. left: 50%;
  349. margin-left:-8px;
  350. width:16px;
  351. height:11px;
  352. overflow:hidden;
  353. margin-bottom: 50px;
  354. }
  355.  
  356. .title{
  357. font-family: the girl next door;
  358. font-size: 13px;
  359. line-height:14px;
  360. color: {color:Title};
  361. font-weight: normal;
  362. }
  363.  
  364. .blogtitle{
  365. font-family: arial;
  366. font-size: 30px;
  367. line-height:30px;
  368. margin-top: 0px;
  369. color: {color:Title};
  370. text-align: center;
  371. text-transform: uppercase;
  372. font-weight: bold;
  373. }
  374.  
  375. div#sidebar2{
  376. position:fixed !important;
  377. margin-left: -8px;
  378. margin-top: 120px;
  379. width: 60px;
  380. height: 14%;
  381. padding: 0px;
  382. line-height:10px;
  383. font-size: 8px;
  384. font-family: arial;
  385. letter-spacing:0px;
  386. margin-bottom: 0px;
  387. background-color:transparent;
  388. background-image:url(http://assets.tumblr.com/images/x.gif);
  389. }
  390.  
  391.  
  392. .link1 a {
  393. padding-left:11px;
  394. padding-right:7px;
  395. margin-bottom: 3px;
  396. line-height:15px;
  397. width: 35px;
  398. height: 12px;
  399. margin-top:1px;
  400. margin-left:0px;
  401. display:block;
  402. font-family: arial;
  403. font-size:8px;
  404. text-align: left;
  405. text-transform:uppercase;
  406. text-decoration:none;
  407. color: #000;
  408. background-color:#dadada;
  409. -webkit-transition: all 0.8s ease-out;
  410. -moz-transition: all 0.8s ease-out;
  411. transition: all 0.8s ease-out;
  412. }
  413.  
  414.  
  415.  
  416. .link1:hover a{
  417. padding-right:7px;
  418. margin-left:-25px;
  419. margin-bottom: 3px;
  420. width: 65px;
  421. height: 12px;
  422. color: #000;
  423. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  424. background-color:{color:Link 1};
  425. -webkit-transition: all 0.5s ease-out;
  426. -moz-transition: all 0.5s ease-out;
  427. border-left:0px solid #e1e1e1;
  428. transition: all 0.5s ease-out;
  429. text-align:left;
  430. }
  431.  
  432.  
  433.  
  434. .link2 a {
  435. padding-left:11px;
  436. padding-right:7px;
  437. margin-bottom: 3px;
  438. line-height:15px;
  439. width: 40px;
  440. height: 12px;
  441. margin-top:1px;
  442. margin-left:-6px;
  443. display:block;
  444. font-family:arial;
  445. font-size:8px;
  446. text-align: left;
  447. text-transform:uppercase;
  448. text-decoration:none;
  449. color: #000;
  450. background-color:#dadada;
  451. -webkit-transition: all 0.8s ease-out;
  452. -moz-transition: all 0.8s ease-out;
  453. transition: all 0.8s ease-out;
  454. }
  455.  
  456.  
  457.  
  458. .link2:hover a{
  459. padding-right:7px;
  460. margin-left:-25px;
  461. margin-bottom: 3px;
  462. width: 65px;
  463. height: 12px;
  464. color: #000;
  465. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  466. background-color:{color:Link 2};
  467. -webkit-transition: all 0.5s ease-out;
  468. -moz-transition: all 0.5s ease-out;
  469. border-left:0px solid #e1e1e1;
  470. transition: all 0.5s ease-out;
  471. text-align:left;
  472. }
  473.  
  474.  
  475.  
  476. .link3 a {
  477. padding-left:11px;
  478. padding-right:7px;
  479. margin-bottom: 3px;
  480. line-height:15px;
  481. width: 40px;
  482. height: 12px;
  483. margin-top:1px;
  484. margin-left:7px;
  485. display:block;
  486. font-family: arial;
  487. font-size:8px;
  488. text-align: left;
  489. text-transform:uppercase;
  490. text-decoration:none;
  491. color: #000;
  492. background-color:#dadada;
  493. -webkit-transition: all 0.8s ease-out;
  494. -moz-transition: all 0.8s ease-out;
  495. transition: all 0.8s ease-out;
  496. }
  497.  
  498.  
  499.  
  500. .link3:hover a{
  501. padding-right:7px;
  502. margin-left:-25px;
  503. margin-bottom: 3px;
  504. width: 65px;
  505. height: 12px;
  506. color: #000;
  507. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  508. background-color: {color:Link 3};
  509. -webkit-transition: all 0.5s ease-out;
  510. -moz-transition: all 0.5s ease-out;
  511. border-left:0px solid #e1e1e1;
  512. transition: all 0.5s ease-out;
  513. text-align:left;
  514. }
  515.  
  516.  
  517.  
  518. .link4 a {
  519. padding-left:11px;
  520. padding-right:7px;
  521. margin-bottom: 3px;
  522. line-height:15px;
  523. width: 45px;
  524. height: 12px;
  525. margin-top:1px;
  526. margin-left:-5px;
  527. display:block;
  528. font-family: arial;
  529. font-size:8px;
  530. text-align: left;
  531. text-transform:uppercase;
  532. text-decoration:none;
  533. color: #000;
  534. background-color:#dadada;
  535. -webkit-transition: all 0.8s ease-out;
  536. -moz-transition: all 0.8s ease-out;
  537. transition: all 0.8s ease-out;
  538. }
  539.  
  540. .link4:hover a{
  541. padding-right:7px;
  542. margin-bottom: 3px;
  543. margin-left:-25px;
  544. width: 65px;
  545. height: 12px;
  546. color: #000;
  547. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  548. background-color:{color:Link 4};
  549. -webkit-transition: all 0.5s ease-out;
  550. -moz-transition: all 0.5s ease-out;
  551. border-left:0px solid #e1e1e1;
  552. transition: all 0.5s ease-out;
  553. text-align::left;
  554. }
  555.  
  556. .link5 a {
  557. padding-left:11px;
  558. padding-right:7px;
  559. margin-bottom: 3px;
  560. line-height:15px;
  561. width: 45px;
  562. height: 12px;
  563. margin-top:1px;
  564. margin-left:8px;
  565. display:block;
  566. font-family: arial;
  567. font-size:8px;
  568. text-align: left;
  569. text-transform:uppercase;
  570. text-decoration:none;
  571. color: #000;
  572. background-color:#dadada;
  573. -webkit-transition: all 0.8s ease-out;
  574. -moz-transition: all 0.8s ease-out;
  575. transition: all 0.8s ease-out;
  576. }
  577.  
  578. .link5:hover a{
  579. padding-right:7px;
  580. margin-bottom: 3px;
  581. margin-left:-25px;
  582. width: 65px;
  583. height: 12px;
  584. color: #000;
  585. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  586. background-color:{color:Link 5};
  587. -webkit-transition: all 0.5s ease-out;
  588. -moz-transition: all 0.5s ease-out;
  589. border-left:0px solid #e1e1e1;
  590. transition: all 0.5s ease-out;
  591. text-align::left;
  592. }
  593.  
  594. .link6 a {
  595. padding-left:11px;
  596. padding-right:7px;
  597. margin-bottom: 3px;
  598. line-height:15px;
  599. width: 45px;
  600. height: 12px;
  601. margin-top:1px;
  602. margin-left:3px;
  603. display:block;
  604. font-family: arial;
  605. font-size:8px;
  606. text-align: left;
  607. text-transform:uppercase;
  608. text-decoration:none;
  609. color: #000;
  610. background-color:#dadada;
  611. -webkit-transition: all 0.8s ease-out;
  612. -moz-transition: all 0.8s ease-out;
  613. transition: all 0.8s ease-out;
  614. }
  615.  
  616. .link6:hover a{
  617. padding-right:7px;
  618. margin-bottom: 3px;
  619. margin-left:-25px;
  620. width: 65px;
  621. height: 12px;
  622. color: #000;
  623. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  624. background-color:{color:Link 6};
  625. -webkit-transition: all 0.5s ease-out;
  626. -moz-transition: all 0.5s ease-out;
  627. border-left:0px solid #e1e1e1;
  628. transition: all 0.5s ease-out;
  629. text-align::left;
  630. }
  631.  
  632.  
  633. @font-face {
  634. font-family: "dawning";
  635. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  636. }
  637.  
  638.  
  639. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  640.  
  641. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  642.  
  643. blockquote{
  644. padding:0px 0px 2px 5px;
  645. margin:0px 0px 2px 10px;
  646. border-left: 1px dotted #555555;
  647. }
  648.  
  649.  
  650. {CustomCSS}
  651.  
  652. </style>
  653.  
  654. {block:IndexPage}
  655. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  656. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  657.  
  658. <script type="text/javascript">
  659. $(window).load(function () {
  660. var $content = $('#posts');
  661. $content.masonry({itemSelector: '.entry'}),
  662. $content.infinitescroll({
  663. navSelector : 'div#pagination',
  664. nextSelector : 'div#pagination a#nextPage',
  665. itemSelector : '.entry',
  666. loading: {
  667. finishedMsg: '',
  668. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  669. },
  670. bufferPx : 600,
  671. extraScrollPx: 700,
  672. debug : false,
  673. },
  674. // call masonry as a callback.
  675. function( newElements ) {
  676. var $newElems = $( newElements );
  677. $newElems.hide();
  678. // ensure that images load before adding to masonry layout
  679. $newElems.imagesLoaded(function(){
  680. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  681.  
  682.  
  683. });
  684. });
  685. });
  686. </script>
  687.  
  688. {/block:IndexPage}
  689.  
  690. <title>{title}</title>
  691.  
  692. <link rel="shortcut icon" href="{Favicon}">
  693. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  694. <meta name="viewport" content="width=820" />
  695.  
  696. </head>
  697. <body>
  698. <div class="wrapper">
  699. <div class="header">
  700. </span>
  701. </div>
  702.  
  703.  
  704. <div id="center">
  705.  
  706. <div id="sidebar2">
  707. <span class="link1"><a href="/">home</a> </span>
  708. {block:iflinktwo}<span class="link2"><a href="{text:link two}">{text:link two title}</a></span>{/block:iflinktwo}
  709. {block:iflinkthree}<span class="link3"><a href="{text:link three}">{text:link three title}</a></span>{/block:iflinkthree}
  710. {block:iflinkfour}<span class="link4"><a href="{text:link four}">{text:link four title}</a></span>{/block:iflinkfour}
  711. {block:iflinkfive}<span class="link5"><a href="{text:link five}">{text:link five title}</a></span>{/block:iflinkfive}
  712. {block:iflinksix}<span class="link6"><a href="{text:link six}">{text:link six title}</a></span>{/block:iflinksix}
  713. </div>
  714.  
  715. <div id="sidebar">
  716.  
  717. <span class=blogtitle><a title="" href="/">
  718. <i>{Title}</i>
  719. </a></span><br>
  720.  
  721.  
  722.  
  723. <center><div id="bite">
  724. <h4><center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=203px></a>
  725. {/block:ifshowphoto}</center></h4>
  726.  
  727. <div class="death">
  728. <div align="center">
  729.  
  730. <center>{Description}</center>
  731.  
  732. </div>
  733. </div>
  734. </div></center>
  735.  
  736.  
  737.  
  738.  
  739. </div>
  740.  
  741.  
  742. <div id="content">
  743. <div class="left">
  744.  
  745. <div id="posts">
  746.  
  747. {block:Posts}
  748. <div class="entry">
  749.  
  750. {block:IndexPage}
  751. {/block:IndexPage}
  752.  
  753. {block:Text}
  754. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  755.  
  756. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  757. <span class="permalink"><a href="{permalink}"></a>
  758. {/block:Text}
  759.  
  760. {block:Link}
  761. <a href="{URL}" class="title">{Name}</a>
  762. {block:Description}{Description}{/block:Description}
  763.  
  764. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  765. <span class="permalink"><a href="{permalink}">
  766. </a></a></span>
  767. {block:Link}
  768.  
  769. {block:Photo}{block:IndexPage}<div class="perma">
  770. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="30" height="30" alt="Like this post" id="likeimage{PostID}"/></a> </div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  771. {block:NoteCount}<div class="noteslabel"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>{/block:NoteCount}
  772.  
  773.  
  774. </div>
  775. {/block:IndexPage}
  776. {block:IndexPage}
  777. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a>
  778. {/block:IndexPage}
  779. {block:permalinkpage}{LinkOpenTag}
  780. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  781. {/block:permalinkpage}
  782.  
  783. {/block:Photo}
  784.  
  785.  
  786.  
  787. {block:Photoset}
  788. {block:IndexPage}
  789. <center>
  790. {Photoset-200}</center>
  791. {/block:IndexPage}
  792. {block:PermalinkPage}
  793. <center>
  794. {Photoset-500}</center>
  795.  
  796. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  797. <span class="permalink"><a href="{permalink}">
  798. </a></a></span>
  799. {/block:PermalinkPage}
  800. {/block:Photoset}
  801.  
  802. {block:Quote}
  803. {Quote}</span>
  804. {block:Source}<strong>{Source}</strong>{/block:Source}
  805. <div class="permalink">
  806. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  807. <span class="permalink"><a href="{permalink}">
  808. </a></a></span></div>
  809. {/block:Quote}
  810.  
  811. {block:Chat}
  812. {block:Title}<span class="title">{Title}</span>{/block:Title}
  813. <ul class="chat">
  814. {block:Lines}
  815. <li class="user_{UserNumber}">
  816. {block:Label}
  817. <span class="label">{Label}</span>
  818. {/block:Label}
  819.  
  820. {Line}
  821. </li>
  822. {/block:Lines}
  823. </ul><div class="permalink">
  824. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  825. <span class="permalink"><a href="{permalink}">
  826. </a></a></span></div>
  827.  
  828. {/block:Chat}
  829.  
  830. {block:Audio}
  831. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  832. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  833. <div class="permalink">
  834. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  835. <span class="permalink"><a href="{permalink}">
  836. </a></a></span></div>
  837. {/block:Audio}
  838.  
  839. {block:Video}
  840. {block:IndexPage}
  841. <center>
  842. {Video-250}</center>
  843. {/block:IndexPage}
  844. {block:PermalinkPage}
  845. <center>
  846. {Video-500}</center>
  847. {/block:PermalinkPage}
  848. <div class="permalink">
  849. <span class="permalink"><a href="{permalink}">
  850. <span class="permalink"><a href="{permalink}">
  851. </a></a></span></div>
  852. {block:Video}
  853.  
  854. {block:PermalinkPage}
  855. <center>
  856. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  857. {/block:PermalinkPage}
  858.  
  859.  
  860. {block:PostNotes}{PostNotes}
  861. {/block:PostNotes}
  862. </div>
  863.  
  864.  
  865. {/block:Posts}
  866. </div>
  867. </div>
  868. {block:IndexPage}
  869. {block:Pagination}
  870. <div id="pagination">
  871. {block:NextPage}
  872. <a id="nextPage" href="{NextPage}"></a>
  873. {/block:NextPage}
  874. {block:PreviousPage}
  875. <a href="{PreviousPage}">&larr;&nbsp;</a>
  876. {/block:PreviousPage}
  877. </div>
  878. {/block:Pagination}
  879. {/block:IndexPage}
  880. </div>
  881. </body>
  882. </html>
  883.  
  884. <div style="position:fixed; bottom:2px; left:2px;">
  885. <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement