Advertisement
ramisaaaaa

Untitled

Jul 31st, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.25 KB | None | 0 0
  1. <!--
  2. theme by icy-me0ws
  3. -->
  4.  
  5. <head>
  6. <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'>
  7. <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'>
  8. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  12. <meta name="color:background" content="#dadada"/>
  13. <meta name="color:text" content="#130C11"/>
  14. <meta name="color:hover" content="#130C11"/>
  15. <meta name="color:link" content="#000000"/>
  16. <meta name="color:shadow" content="#dadada"/>
  17. <meta name="image:background" content="1"/>
  18. <meta name="image:background2" content="1"/>
  19. <meta name="if:faded images" content="0"/>
  20.  
  21. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  22.  
  23.  
  24. <style type="text/css">
  25.  
  26. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  27.  
  28. {block:iffadedimages}img{
  29.  
  30. -webkit-transition: opacity 0.4s linear;
  31.  
  32. opacity: 0.90;
  33.  
  34. }
  35. img:hover{
  36.  
  37. -webkit-transition: opacity 0.4s linear;
  38.  
  39. opacity: 1;
  40.  
  41. }{/block:iffadedimages}
  42.  
  43.  
  44.  
  45. iframe#tumblr_controls {right:3px !important; position: fixed !important;}
  46. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  47.  
  48.  
  49. 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;}
  50.  
  51. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  52.  
  53.  
  54. ::-webkit-scrollbar {width: 8px; height: 4px; background: rgba(0,0,0,0.3); }
  55.  
  56. ::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,0.5); -webkit-border-radius: 0ex;}
  57.  
  58.  
  59. #tumblr_controls{
  60. position:fixed !important;
  61. }
  62.  
  63. .wrapper{
  64. margin: 0px auto;
  65. width: 802px;
  66. }
  67.  
  68. .header{
  69. float: left;
  70. width: 100%;
  71. }
  72.  
  73. .left{
  74. float: left;
  75. margin-right: 20px;
  76. width: 802px;
  77. }
  78.  
  79. .right{
  80. float: right;
  81. width: 200px;
  82. background-color: {color:Background};
  83. }
  84.  
  85. body {
  86. margin:0px;
  87. text-decoration: none;
  88. background-color: {color:background};
  89. background-image:url({image:Background});
  90. background-attachment: fixed;
  91. background-repeat: repeat;
  92. color: {color:Text};
  93. font-family: ronda;
  94. font-size: 8px;
  95. }
  96.  
  97. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  98.  
  99. div#content{
  100. padding: 4px;
  101. }
  102.  
  103. a:link, a:active, a:visited{
  104. color: {color:Link};
  105. text-decoration: none;
  106. -webkit-transition: color 0.2s ease-out;
  107. -moz-transition: color 0.2s ease-out;
  108. }
  109.  
  110. a:hover{
  111. color:{color:Hover};
  112. text-decoration: italic;
  113. -webkit-transition: color 0.2s ease-out;
  114. -moz-transition: color 0.2s ease-out;
  115. text-shadow: {color:shadow} 5px 2px 2px;
  116. }
  117.  
  118. .entry {
  119. float:left;
  120. {block:IndexPage}
  121. padding-left: 10px;
  122. padding-right: 10px;
  123. padding-top: 10px;
  124. padding-bottom: 6px;
  125. margin: 8px;
  126. width: 250px;
  127. {/block:IndexPage}
  128. background-color:white;
  129. -moz-box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
  130. -webkit-box-shadow: 5px 5px 6px rgba(0,0,0,0.6);
  131. box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
  132. {block:PermalinkPage}
  133. width:400px;
  134. {/block:PermalinkPage}
  135. opacity: 1.0;
  136. }
  137.  
  138. .permalink{
  139. display: block;
  140. line-height: 13px;
  141. text-transform: none;
  142. font-family: helvetica;
  143. font-size: 8px;
  144. text-align:center;
  145. margin-top: 1px;
  146. background-color: transparent;
  147. opacity: 0.8;
  148. text-transform: uppercase;
  149. text-align: left;
  150. font-color: #000000;
  151. }
  152.  
  153. .entry .perma{
  154. overflow: hidden;
  155. overflow-y:hidden;
  156. z-index: 999;
  157. opacity: 0;
  158. letter-spacing: 2px;
  159. text-transform: uppercase;
  160. margin: auto;
  161. font-family: bebas neue;
  162. position: absolute;
  163. text-align: center;
  164. margin-top: 0px;
  165. width: 100%;
  166. height: 100%;
  167. background: #615c5c;
  168. padding-left: -10px;
  169. color: #aaa;
  170. padding-right: -10px;
  171. padding-top: -10px;
  172. padding-bottom: -13px;
  173. background-image:url(http://flashspeaksactionscript.com/wp-content/uploads/2008/06/background22.jpg);
  174. left: 0;
  175. bottom: 0;
  176. opacity: 0;
  177. }
  178.  
  179.  
  180. .entry:hover .perma{
  181. height: 100%;
  182. letter-spacing: 4px;
  183. margin-top:0px;
  184. line-height: 60px;
  185. position: absolute;
  186. overflow:visible;
  187. -webkit-transition: all 0.8s linear;
  188. opacity: 0.8;
  189. -webkit-transition: all 0.7s linear;
  190. -moz-transition: all 0.8s linear;
  191. transition: all 0.8s linear;
  192. }
  193.  
  194. select {
  195. font-size: 9px;
  196. width: 100px;
  197.  
  198.  
  199. }
  200. option {
  201. font-size: 9px;
  202.  
  203. text-align: left;
  204.  
  205. }
  206. input[type=button]
  207. {
  208. font-size: 9px;
  209. }
  210.  
  211. .likep {
  212. width: 21px;
  213. height: 20px;
  214. overflow: hidden;
  215. position: relative;
  216. z-index: 9999999;
  217. position: absolute;
  218. margin-top: 26px;
  219. margin-left: 5px;
  220. }
  221. .rep {
  222. width: 24px;
  223. height: 20px;
  224. overflow: hidden;
  225. position: relative;
  226. z-index: 9999999;
  227. position: absolute;
  228. margin-top: 26px;
  229. margin-left: 31px;
  230. }
  231. .likep a:hover {
  232. background-position: 0px 0px;
  233. }
  234. .likep a {
  235. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  236. background-position: 0px 0px;
  237. display: block;
  238. z-index: 9999999;
  239. webkit-transition: all 0s linear;
  240. -webkit-transition: all 0s linear;
  241. -moz-transition: all 0s linear;
  242. transition: all 0s linear;
  243. }
  244. .likep img {
  245. width: 21px;
  246. height: 20px;
  247. webkit-transition: all 0.2s linear;
  248. -webkit-transition: all 0.2s linear;
  249. -moz-transition: all 0.2s linear;
  250. transition: all 0.2s linear;
  251. }
  252. .rep img{
  253. width: 24px;
  254. height: 20px;
  255. line-height: 30px;
  256. display: inline;
  257. }
  258.  
  259. .noteslabel { position: absolute;
  260. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  261. height: 20px;
  262. font-size: 11px;
  263. line-height: 20px;
  264. color: #fff;
  265. position: absolute;
  266. margin-top: 26px;
  267. margin-left: 60px;
  268. padding-left: 4px;
  269. padding-right: 4px;
  270. -moz-border-radius: 2px;
  271. border-radius: 2px;
  272. font-weight: bold;
  273. }
  274. .noteslabel a{
  275. color: #fff;
  276. }
  277.  
  278.  
  279. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  280.  
  281. div#sidebar{
  282. position: fixed !important;
  283. opacity: 1.0;
  284. margin-left:464px;
  285. margin-top:-118px;
  286. background-color: white;
  287. width: 560px;
  288. height:80px;
  289. padding: 10px;
  290. font-size: 40px;
  291. line-height:11px;
  292. letter-spacing:0px;
  293. margin-bottom: 6px;
  294. background-color:white;
  295. box-shadow: 8px 4px 5px #000;
  296. text-transform: normal;
  297. text-align: center;
  298. margin-top: 30px;
  299. margin-left: 80px;
  300. -webkit-animation:fadeInDownBig 3s;
  301. -moz-animation:fadeInDownBig 3s;
  302. -ms-animation:fadeInDownBig 3s;
  303. -webkit-transition: all 0.5s ease;
  304. -moz-transition: all 0.5s ease;
  305. -o-transition: all 0.5s ease;
  306.  
  307.  
  308. }
  309.  
  310. #sidebarpic .desc{
  311. opacity: 0;
  312. background: white;
  313. text-align: center;
  314. width: 580px;
  315. height: 100px;
  316. position: absolute;
  317. background-image:url({image:Background2});
  318. -webkit-transition: opacity 0.5s linear;
  319. -webkit-transition: all 0.5s linear;
  320. -moz-transition: all 0.5s linear;
  321. transition: all 0.5s linear;
  322. margin-left: 80px;
  323. margin-top:30px;
  324. }
  325.  
  326.  
  327. #sidebarpic:hover .desc{
  328. opacity: 1.0;
  329. -webkit-transition: .6s; -moz-transition: .6s; -o-transition: .6s; -ms-transition: .6s;
  330. transition: .6s;
  331. }
  332.  
  333. #posts {
  334. width: 800px;
  335. margin-left:80px;
  336. margin-top: 200px;
  337. background-color: transparent;
  338. {block:PermalinkPage}
  339. margin-left:190px;
  340. {/block:PermalinkPage}
  341. float:left;
  342. }
  343.  
  344. .descriprion_icons{
  345. position: absolute;
  346. display: block;
  347. width: 25px;
  348. height: 25px;
  349. left: 50%;
  350. top: 80%;
  351. margin-top: -12px;
  352. background: url(http://static.tumblr.com/dbek3sy/ZQDlsyx5t/icons.png) no-repeat;
  353. opacity:0;
  354. }
  355. .entry .permalink_icon{
  356. background-position: -25px 0px;
  357. margin-left: 5px;
  358. -webkit-transition: all 0.65s ease;
  359. }
  360.  
  361. .entry .reblog_icon{
  362. background-position: 0px 0px;
  363. margin-left: -30px;
  364. -webkit-transition: all 0.45s ease;
  365. }
  366.  
  367. .entry:hover .permalink_icon{
  368. top: 50%;
  369. opacity: 0.6;
  370. -webkit-transition: all 0.65s ease;
  371. }
  372.  
  373. .entry:hover .reblog_icon{
  374. top: 50%;
  375. opacity: 0.6;
  376. -webkit-transition: all 0.45s ease;
  377. }
  378.  
  379. #linkbby {
  380. margin: 0px 0px 0px 575px;
  381. position: fixed;
  382. padding: 2px;
  383. height: 25px;
  384. width: 80px;
  385. z-index: 1000px;
  386. overflow: hidden;
  387. overflow-y:hidden;
  388. -webkit-transition: opacity 0.8s linear;
  389. -webkit-transition: all 0.8s linear;
  390. -moz-transition: all 0.8s linear;
  391. transition: all 0.8s linear;
  392. }
  393.  
  394. #linkbby:hover{
  395. height: 280px;
  396. -webkit-transition: opacity 0.4s linear;
  397. -webkit-transition: all 0.3s linear;
  398. -moz-transition: all 0.5s linear;
  399. transition: all 0.4s linear;
  400. }
  401.  
  402. .navtitle {
  403. font-size: 24pt;
  404. font-family: bebas neue;
  405. background-color: transparent;
  406. letter-spacing: px;
  407. text-shadow:1px 1px 1px #000;
  408. line-height: 16pt;
  409. height: 30px;
  410. padding: 2px;
  411. color: #000000;
  412. text-align:center;
  413. margin-top: 3px;
  414. }
  415.  
  416. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  417.  
  418.  
  419. #links a{
  420. font-family: pixel;
  421. font-size: 8px;
  422. text-transform: uppercase;
  423. }
  424.  
  425.  
  426. #navigation .nav{
  427. background-color:transparent;
  428. -webkit-transition: all 0.5s ease;
  429. -moz-transition: all 0.5s ease;
  430. -o-transition: all 0.5s ease;
  431. opacity: 0;
  432. width: 407px;
  433. height:auto;
  434. margin-left: 30px;
  435. margin-top: -7px;
  436. margin-bottom: 0px;
  437. position:absolute;
  438. line-height:20px;}
  439.  
  440. #navigation:hover .nav{
  441. opacity: 1;
  442. margin-left: 100px;}
  443.  
  444.  
  445. .sidebarpic {
  446. image: url({image:sidebar});
  447. overflow: hidden;
  448. width: 200px;
  449. height: auto;
  450. margin-top: 90px;
  451. -moz-box-shadow: 0 0 10px {color:boxshadow};
  452. -webkit-box-shadow: 0 0 10px #FFFFFF;
  453. box-shadow: 0 0 8px #FFFFFF;
  454. }
  455.  
  456.  
  457. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  458.  
  459. #infscr-loading{
  460. bottom: -70px;
  461. position: absolute;
  462. left: 50%;
  463. margin-left:-8px;
  464. width:16px;
  465. height:11px;
  466. overflow:hidden;
  467. margin-bottom: 50px;
  468. }
  469.  
  470.  
  471. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  472.  
  473.  
  474. @font-face {
  475. font-family: "dawning";
  476. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  477. }
  478.  
  479. @font-face{
  480. font-family: 'pixel';
  481. font-style: normal;
  482. font-weight: normal;
  483. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  484.  
  485. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  486.  
  487. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  488.  
  489. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  490.  
  491.  
  492. @font-face { font-family: "impsum"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  493.  
  494. @font-face { font-family: "lorem"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  495.  
  496. @font-face {
  497. font-family: "caviardreams";
  498. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  499. }
  500.  
  501.  
  502. @font-face{
  503. font-family: 'pixel';
  504. font-style: normal;
  505. font-weight: normal;
  506. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  507.  
  508. @font-face {font-family:"handy00";src:url('http://static.tumblr.com/vtqel59/gijlrtxyw/handy00.ttf');}
  509.  
  510. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  511.  
  512. @font-face { font-family: "arsenale white"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  513.  
  514. @font-face {
  515. font-family: "caviardreams";
  516. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  517. }
  518.  
  519.  
  520. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  521.  
  522. .title{
  523. font-family: impsum;
  524. font-size: 28px;
  525. line-height:34px;
  526. color: {color:Title};
  527. font-weight: normal;
  528. }
  529.  
  530. .title2{
  531. font-family: impsum;
  532. font-size: 48px;
  533. line-height:34px;
  534. color: {color:Title};
  535. font-weight: normal;
  536. }
  537.  
  538. .blogtitle{
  539. text-shadow:1px 1px 3px #000;
  540. font-family: impsum;
  541. font-size: 75px;
  542. line-height:80px;
  543. color: {color:Title};
  544. text-align: center;
  545. }
  546.  
  547. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  548.  
  549.  
  550. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  551.  
  552.  
  553.  
  554. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  555.  
  556. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  557.  
  558. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  559.  
  560. blockquote{
  561. padding:0px 0px 2px 5px;
  562. margin:0px 0px 2px 10px;
  563. border-left: 1px dotted #555555;
  564. }
  565.  
  566.  
  567. {CustomCSS}
  568.  
  569. </style>
  570.  
  571. {block:IndexPage}
  572. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  573. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  574.  
  575. <script type="text/javascript">
  576. $(window).load(function () {
  577. var $content = $('#posts');
  578. $content.masonry({itemSelector: '.entry'}),
  579. $content.infinitescroll({
  580. navSelector : 'div#pagination',
  581. nextSelector : 'div#pagination a#nextPage',
  582. itemSelector : '.entry',
  583. loading: {
  584. finishedMsg: '',
  585. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  586. },
  587. bufferPx : 600,
  588. extraScrollPx: 700,
  589. debug : false,
  590. },
  591. // call masonry as a callback.
  592. function( newElements ) {
  593. var $newElems = $( newElements );
  594. $newElems.hide();
  595. // ensure that images load before adding to masonry layout
  596. $newElems.imagesLoaded(function(){
  597. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  598.  
  599.  
  600. });
  601. });
  602. });
  603. </script>
  604.  
  605. {/block:IndexPage}
  606.  
  607. <title>{title}</title>
  608.  
  609. <link rel="shortcut icon" href="{Favicon}">
  610. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  611. <meta name="viewport" content="width=820" />
  612.  
  613. </head>
  614. <body>
  615. <div class="wrapper">
  616. <div class="header">
  617. </span>
  618. </div>
  619.  
  620.  
  621. <div id="center">
  622.  
  623. <div id="sidebar">
  624. <center>
  625.  
  626.  
  627.  
  628. <span class=blogtitle><a title="" href="/">
  629. {Title}
  630. </a></span>
  631.  
  632.  
  633.  
  634. <center>
  635.  
  636.  
  637.  
  638. </div>
  639.  
  640. <div id="sidebarpic">
  641. <div class="desc">
  642. <center><div class="title2"><a href="/">ABOUT</a></div></center>
  643. {Description}
  644. </br>
  645. </br>
  646. </div>
  647.  
  648.  
  649. <div id="content">
  650. <div class="left">
  651.  
  652. <div id="posts">
  653.  
  654. {block:Posts}
  655. <div class="entry">
  656.  
  657. {block:IndexPage}
  658. {/block:IndexPage}
  659.  
  660. {block:Text}
  661. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  662. <div class="permalink">
  663. <span class="permalink">{notecountwithlabel} | {timeago}<a href="{permalink}">
  664. <span class="permalink"><a href="{permalink}"></a></div>
  665. {/block:Text}
  666.  
  667. {block:Link}
  668. <a href="{URL}" class="title">{Name}</a>
  669. {block:Description}{Description}{/block:Description}
  670. <div class="permalink">
  671. <span class="permalink"><a href="{permalink}">
  672. <span class="permalink"><a href="{permalink}">
  673. </a></a></span></div>
  674. {block:Link}
  675.  
  676. {block:Photo}{block:IndexPage}<div class="perma">
  677.  
  678.  
  679.  
  680. <a href="{Permalink}" class="descriprion_icons permalink_icon"></a>
  681. <a href="{ReblogURL}" target="_blank" class="descriprion_icons reblog_icon"></a>
  682.  
  683.  
  684.  
  685. </div>
  686. {/block:IndexPage}
  687. {block:IndexPage}
  688. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a>
  689. {/block:IndexPage}
  690. {block:permalinkpage}{LinkOpenTag}
  691. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  692. {/block:permalinkpage}
  693.  
  694. {/block:Photo}
  695.  
  696.  
  697.  
  698. {block:Photoset}
  699. {block:IndexPage}
  700. <center>
  701. {Photoset-200}</center>
  702. {/block:IndexPage}
  703. {block:PermalinkPage}
  704. <center>
  705. {Photoset-500}</center>
  706. <div class="permalink">
  707. <span class="permalink"><a href="{permalink}">
  708. <span class="permalink"><a href="{permalink}">
  709. </a></a></span></div>
  710. {/block:PermalinkPage}
  711. {/block:Photoset}
  712.  
  713. {block:Quote}
  714. {Quote}</span>
  715. {block:Source}<strong>{Source}</strong>{/block:Source}
  716. <div class="permalink">
  717. <span class="permalink"><a href="{permalink}">
  718. <span class="permalink"><a href="{permalink}">
  719. </a></a></span></div>
  720. {/block:Quote}
  721.  
  722. {block:Chat}
  723. {block:Title}<span class="title">{Title}</span>{/block:Title}
  724. <ul class="chat">
  725. {block:Lines}
  726. <li class="user_{UserNumber}">
  727. {block:Label}
  728. <span class="label">{Label}</span>
  729. {/block:Label}
  730.  
  731. {Line}
  732. </li>
  733. {/block:Lines}
  734. </ul><div class="permalink">
  735. <span class="permalink"><a href="{permalink}">
  736. <span class="permalink"><a href="{permalink}">
  737. </a></a></span></div>
  738.  
  739. {/block:Chat}
  740.  
  741. {block:Audio}
  742. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  743. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  744. <div class="permalink">
  745. <span class="permalink"><a href="{permalink}">
  746. <span class="permalink"><a href="{permalink}">
  747. </a></a></span></div>
  748. {/block:Audio}
  749.  
  750. {block:Video}
  751. {block:IndexPage}
  752. <center>
  753. {Video-250}</center>
  754. {/block:IndexPage}
  755. {block:PermalinkPage}
  756. <center>
  757. {Video-500}</center>
  758. {/block:PermalinkPage}
  759. <div class="permalink">
  760. <span class="permalink"><a href="{permalink}">
  761. <span class="permalink"><a href="{permalink}">
  762. </a></a></span></div>
  763. {block:Video}
  764.  
  765. {block:PermalinkPage}
  766. <center>
  767. {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>
  768. {/block:PermalinkPage}
  769.  
  770.  
  771. {block:PostNotes}{PostNotes}
  772. {/block:PostNotes}
  773. </div>
  774.  
  775.  
  776. {/block:Posts}
  777. </div>
  778. </div>
  779. {block:IndexPage}
  780. {block:Pagination}
  781. <div id="pagination">
  782. {block:NextPage}
  783. <a id="nextPage" href="{NextPage}"></a>
  784. {/block:NextPage}
  785. {block:PreviousPage}
  786. <a href="{PreviousPage}">&larr;&nbsp;</a>
  787. {/block:PreviousPage}
  788. </div>
  789. {/block:Pagination}
  790. {/block:IndexPage}
  791. </div>
  792. </body>
  793. </html>
  794.  
  795. <div style="position:fixed; bottom:2px; left:2px;">
  796. <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement