mausamixoxo

Speechless Theme 2

May 31st, 2013
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.59 KB | None | 0 0
  1. <!--
  2. Speechless Theme 2
  3. Created by: euphoricthemes
  4. Ask post coding originally belongs to html-and-etc
  5. Audio post coding originally belongs to trustwurthy
  6. Chat post coding originally belongs to buildthemes
  7. i made the theme, so it is my right and your responsibility to keep the credit. please put it somewhere on your blog if not on the side.
  8. -->
  9.  
  10. <title>{title}</title>
  11. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lm6qbgraH91qfoi4t.gif">
  12. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  13. <meta name="viewport" content="width=820" />
  14.  
  15.  
  16. <html lang="en">
  17. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19. <head>
  20.  
  21. <script type="text/javascript">
  22. <!--
  23.  
  24. // Disable Right Click Script
  25.  
  26. function IE(e)
  27. {
  28. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  29. {
  30. return false;
  31. }
  32. }
  33. function NS(e)
  34. {
  35. if (document.layers || (document.getElementById && !document.all))
  36. {
  37. if (e.which == "2" || e.which == "3")
  38. {
  39. return false;
  40. }
  41. }
  42. }
  43. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  44.  
  45. //-->
  46. </script>
  47.  
  48. <script type="text/javascript"
  49. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  50.  
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  52. <meta name="color:Background" content="#f7f7f7"/>
  53. <meta name="color:Link Backdrop" content="#fff"/>
  54. <meta name="color:Post Background" content="#fff"/>
  55. <meta name="color:Link Background" content="#aaa"/>
  56. <meta name="color:Links" content="#ddd"/>
  57. <meta name="color:Link shadow" content="#fff"/>
  58. <meta name="color:Hover" content="#aaa"/>
  59. <meta name="color:Text" content="#aaa"/>
  60. <meta name="color:Description" content="#aaa"/>
  61. <meta name="color:Title" content="#b7d18a"/>
  62. <meta name="color:Scrollbar" content="#aaa"/>
  63. <meta name="color:Blog title" content="#b7d18a"/>
  64. <meta name="image:Background" content="1"/>
  65. <meta name="image:Sidebar" content="1"/>
  66. <meta name="text:Blog Title" content="Speechless" />
  67. <meta name="text:Link One" content="/" />
  68. <meta name="text:Link One Title" content="Home" />
  69. <meta name="text:Link Two" content="/ask" />
  70. <meta name="text:Link Two Title" content="Inbox" />
  71. <meta name="text:Link Three" content="" />
  72. <meta name="text:Link Three Title" content="Link" />
  73. <meta name="text:Link Four" content="" />
  74. <meta name="text:Link Four Title" content="Link" />
  75.  
  76. <style type="text/css">
  77.  
  78. @font-face{font-family:Halohandletter;src:url(http://static.tumblr.com/9wzbixa/Chgmj2j5c/halohandletter.ttf);}
  79.  
  80. ::-webkit-scrollbar {width: 5px; height: 4px; background: #fff; border-left: 1px transparent #aaaaaa;}
  81. ::-webkit-scrollbar-thumb { background-color:{color:Scrollbar}; border-bottom: 3px transparent #fff; border-top: 3px transparent #ffffff; border-left: 3px transparent #fff; border-right: 3px transparent #fff; }
  82.  
  83. #tumblr_controls {
  84. right:0px !important;
  85. position: fixed !important;
  86. -webkit-filter: invert(100%)
  87. }
  88.  
  89. body {
  90. padding: 0px;
  91. margin: 0px;
  92. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  93. font-family:tahoma;
  94. line-height: 10px;
  95. font-size: 9px;
  96. letter-spacing: 0px;
  97. background-attachment: fixed;
  98. background-repeat: repeat;
  99. background-color: {color:Background};
  100. background-image:url({image:Background});
  101. color:{color:Text};
  102. }
  103.  
  104. a:link, a:active, a:visited{
  105. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  106. color: {color:Links};
  107. text-decoration: none;
  108. transition: all 0.9s ease;
  109. -o-transition-transition: all 0.9s ease;
  110. -webkit-transition: all 0.9s ease;
  111. -moz-transition: all 0.9s ease;
  112. }
  113.  
  114. a:hover {
  115. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  116. color:{color:Hover};
  117. text-shadow:1px 1px 1px {color:Link shadow};
  118. transition: all 0.9s ease;
  119. -o-transition-transition: all 0.9s ease;
  120. -webkit-transition: all 0.9s ease;
  121. -moz-transition: all 0.9s ease;
  122. }
  123.  
  124. div#center{
  125. margin:auto;
  126. position:relative;
  127. width:100%;
  128. background-color:;
  129. overflow:auto;
  130. overflow-y:hidden;
  131. }
  132.  
  133. #sidebar{
  134. position:fixed;
  135. margin-top:200px;
  136. margin-left:950px;
  137. width:200px;
  138. height:200px;
  139. background:white;
  140. padding:15px;
  141. border-radius:20px;
  142. transition: all 0.9s ease;
  143. -o-transition-transition: all 0.9s ease;
  144. -webkit-transition: all 0.9s ease;
  145. -moz-transition: all 0.9s ease;
  146. }
  147.  
  148. #sidebar:hover{
  149. height:230px;
  150. transition: all 0.9s ease;
  151. -o-transition-transition: all 0.9s ease;
  152. -webkit-transition: all 0.9s ease;
  153. -moz-transition: all 0.9s ease;
  154. }
  155.  
  156. #desc{
  157. position:Fixed;
  158. width:200px;
  159. opacity:0;
  160. height:30px;
  161. margin-top:7px;
  162. text-align:Center;
  163. text-transform:none;
  164. font-size:9px;
  165. letter-spacing:0px;
  166. font-family:arial;
  167. transition: all 0.9s ease;
  168. -o-transition-transition: all 0.9s ease;
  169. -webkit-transition: all 0.9s ease;
  170. -moz-transition: all 0.9s ease;
  171. }
  172.  
  173. #sidebar:hover #desc{
  174. opacity:1;
  175. transition: all 0.9s ease;
  176. -o-transition-transition: all 0.9s ease;
  177. -webkit-transition: all 0.9s ease;
  178. -moz-transition: all 0.9s ease;
  179. }
  180.  
  181. #lines{
  182. border-left:10px double #fff;
  183. position:fixed;
  184. margin-top:0px;
  185. margin-left: 350px;
  186. height:100%;
  187. width:0px;
  188. }
  189.  
  190. #derp{
  191. position:fixed;
  192. width:175px;
  193. height:175px;
  194. opacity:0.7;
  195. margin-top:-191px;
  196. margin-left:10px;
  197. background:transparent;
  198. border:3px solid {color:Link Backdrop};
  199. border-radius:20px;
  200. transition: all 0.9s ease;
  201. -o-transition-transition: all 0.9s ease;
  202. -webkit-transition: all 0.9s ease;
  203. -moz-transition: all 0.9s ease;
  204. }
  205.  
  206. #sidebar:hover #derp{
  207. opacity:0.8;
  208. background:white;
  209. transition: all 0.9s ease;
  210. -o-transition-transition: all 0.9s ease;
  211. -webkit-transition: all 0.9s ease;
  212. -moz-transition: all 0.9s ease;
  213. }
  214.  
  215. #m1 a{
  216. color:#fff;}
  217.  
  218. #m2 a{
  219. color:#fff;}
  220.  
  221. #m3 a{
  222. color:#fff;}
  223.  
  224. #m4 a{
  225. color:#fff;}
  226.  
  227. #m1{
  228. text-align:center;
  229. position:fixed;
  230. width:80px;
  231. height:20px;
  232. margin-left:123px;
  233. margin-top:-165px;
  234. opacity:0;
  235. border: 1px solid #fff;
  236. color:white;
  237. line-height:20px;
  238. padding:2px;
  239. border-radius:5px;
  240. text-transform:uppercase;
  241. background:{color:Link Background};
  242. transition: all 0.9s ease;
  243. -o-transition-transition: all 0.9s ease;
  244. -webkit-transition: all 0.9s ease;
  245. -moz-transition: all 0.9s ease;
  246. }
  247.  
  248. #sidebar:hover #m1{
  249. opacity:1;
  250. margin-left:55px;
  251. transition: all 0.9s ease;
  252. -o-transition-transition: all 0.9s ease;
  253. -webkit-transition: all 0.9s ease;
  254. -moz-transition: all 0.9s ease;
  255. }
  256.  
  257. #m2{
  258. text-align:center;
  259. position:fixed;
  260. width:80px;
  261. height:20px;
  262. margin-left:-32px;
  263. margin-top:-130px;
  264. opacity:0;
  265. border: 1px solid #fff;
  266. color:white;
  267. line-height:20px;
  268. padding:2px;
  269. border-radius:5px;
  270. text-transform:uppercase;
  271. background:{color:Link Background};
  272. transition: all 0.9s ease;
  273. -o-transition-transition: all 0.9s ease;
  274. -webkit-transition: all 0.9s ease;
  275. -moz-transition: all 0.9s ease;
  276. }
  277.  
  278. #sidebar:hover #m2{
  279. opacity:1;
  280. margin-left:55px;
  281. transition: all 0.9s ease;
  282. -o-transition-transition: all 0.9s ease;
  283. -webkit-transition: all 0.9s ease;
  284. -moz-transition: all 0.9s ease;
  285. }
  286.  
  287. #m3{
  288. text-align:center;
  289. position:fixed;
  290. width:80px;
  291. height:20px;
  292. margin-left:100px;
  293. margin-top:-95px;
  294. opacity:0;
  295. border: 1px solid #fff;
  296. color:white;
  297. line-height:20px;
  298. padding:2px;
  299. border-radius:5px;
  300. text-transform:uppercase;
  301. background:{color:Link Background};
  302. transition: all 0.9s ease;
  303. -o-transition-transition: all 0.9s ease;
  304. -webkit-transition: all 0.9s ease;
  305. -moz-transition: all 0.9s ease;
  306. }
  307.  
  308. #sidebar:hover #m3{
  309. opacity:1;
  310. margin-left:55px;
  311. transition: all 0.9s ease;
  312. -o-transition-transition: all 0.9s ease;
  313. -webkit-transition: all 0.9s ease;
  314. -moz-transition: all 0.9s ease;
  315. }
  316.  
  317. #m4{
  318. text-align:center;
  319. position:fixed;
  320. width:80px;
  321. height:20px;
  322. margin-left:-32px;
  323. margin-top:-60px;
  324. opacity:0;
  325. border: 1px solid #fff;
  326. color:white;
  327. line-height:20px;
  328. padding:2px;
  329. border-radius:5px;
  330. text-transform:uppercase;
  331. background:{color:Link Background};
  332. transition: all 0.9s ease;
  333. -o-transition-transition: all 0.9s ease;
  334. -webkit-transition: all 0.9s ease;
  335. -moz-transition: all 0.9s ease;
  336. }
  337.  
  338. #sidebar:hover #m4{
  339. opacity:1;
  340. margin-left:55px;
  341. transition: all 0.9s ease;
  342. -o-transition-transition: all 0.9s ease;
  343. -webkit-transition: all 0.9s ease;
  344. -moz-transition: all 0.9s ease;
  345. }
  346.  
  347. #blogtitle{
  348. position:fixed;
  349. font-family:courier;
  350. text-transform:uppercase;
  351. width:200px;
  352. text-align:left;
  353. font-size:35px;
  354. margin-top:-35px;
  355. margin-left:-10px;
  356. letter-spacing:1px;
  357. text-align:center;
  358. color:{color:Blog Title};
  359. }
  360.  
  361. #posts {
  362. width:750px;
  363. z-index:1;
  364. margin-top:0px;
  365. margin-left:200px;
  366. right:auto;
  367. background:transparent;
  368. margin-right:auto;
  369. position:relative;
  370. overflow-y: hidden;
  371. }
  372.  
  373. .entry {
  374. float:left;
  375. display: block;
  376. overflow:hidden;
  377. width:200px;
  378. margin:9px;
  379. padding-right:13px;
  380. padding-left:13px;
  381. padding-top:13px;
  382. padding-bottom:11px;
  383. font-family:tahoma;
  384. font-size: 9px;
  385. line-height:13px;
  386. border:1px solid #eee;
  387. {block:PermalinkPage}
  388. width:400px;
  389. margin-left:250px;
  390. margin-top: 3px;
  391. text-align:center;
  392. opacity:1;
  393. {/block:PermalinkPage}
  394. opacity:1;
  395. z-index:0;
  396. border-radius:5px;
  397. webkit-transition: all 0.4s linear;
  398. -moz-transition: all 0.4s linear;
  399. transition: all 0.4s linear;
  400. background:{color:Post Background};
  401. }
  402.  
  403. .entry:hover {
  404. opacity:1;
  405. webkit-transition: all 0.4s linear;
  406. -moz-transition: all 0.4s linear;
  407. transition: all 0.4s linear;
  408. }
  409.  
  410. .entry .permados a{
  411. color: #aaa;
  412. }
  413.  
  414. .entry .permalinktext a{
  415. color:#ccc;
  416. }
  417.  
  418. .entry .permados{
  419. position:absolute;
  420. margin-top:-20px;;
  421. margin-left:0px;
  422. width:190px;
  423. height:30px;
  424. text-transform:uppercase;
  425. padding:5px;
  426. overflow:hidden;
  427. font-family:tahoma;
  428. letter-spacing:1px;
  429. font-size: 7px;
  430. line-height:15px;
  431. text-align:center;
  432. opacity:0.0;
  433. color:#aaa;
  434. border-bottom:2px solid #ddd;
  435. transition: all 0.9s ease;
  436. -o-transition-transition: all 0.9s ease;
  437. -webkit-transition: all 0.9s ease;
  438. -moz-transition: all 0.9s ease;
  439. background-color:{color:Post Background};
  440. }
  441.  
  442. .entry:hover .permados{
  443. overflow:visible;
  444. opacity:1;
  445. margin-top:-5px;
  446. transition: all 0.9s ease;
  447. -o-transition-transition: all 0.9s ease;
  448. -webkit-transition: all 0.9s ease;
  449. -moz-transition: all 0.9s ease;
  450. }
  451.  
  452. .permalinktext {
  453. display:block;
  454. padding: 2px;
  455. margin: 5px 5px 0px 5px;
  456. text-transform:uppercase;
  457. font-family:calibri;
  458. font-size: 8px;
  459. color: #ccc;
  460. line-height: 15px;
  461. letter-spacing:1px;
  462. text-align: right;
  463. text-decoration: none;
  464. border-top:1px solid #eee;
  465. webkit-transition: all 0.2s linear;
  466. -webkit-transition: all 0.2s linear;
  467. -moz-transition: all 0.2s linear;
  468. transition: all 0.2s linear;
  469. }
  470.  
  471. .permalinktext:hover{
  472. webkit-transition: all 0.2s linear;
  473. -webkit-transition: all 0.2s linear;
  474. -moz-transition: all 0.2s linear;
  475. transition: all 0.2s linear;
  476. }
  477.  
  478. #mausami a{
  479. position:fixed;
  480. width:25px;
  481. height:25px;
  482. background:white;
  483. right:5px;
  484. bottom:5px;
  485. border-radius:20px;
  486. padding:5px;
  487. line-height:21px;
  488. font-size:27px;
  489. font-family:calibri;
  490. font-weight:bold;
  491. text-transform:uppercase;
  492. color:#ddd;
  493. }
  494.  
  495. .quotetitle{
  496. text-align:left;
  497. font-family:tahoma;
  498. font-size:11px;
  499. letter-spacing:1px;
  500. }
  501.  
  502. .title{
  503. text-align: center;
  504. font-family:halohandletter;
  505. text-transform:none;
  506. font-size: 40px;
  507. line-height:20px;
  508. letter-spacing: 1px;
  509. color: {color:Title};
  510. }
  511.  
  512. #infscr-loading{
  513. bottom: -70px;
  514. position: absolute;
  515. left: 50%;
  516. margin-left:-8px;
  517. width:16px;
  518. height:11px;
  519. overflow:hidden;
  520. margin-bottom: 50px;
  521. }
  522.  
  523. #postnotes{
  524. text-align: justify; list-style:square; margin-left:10px;}
  525.  
  526. #postnotes blockquote{border: 0px; border-left: 4px solid #ddd; margin-left:10px; }
  527.  
  528. blockquote{
  529. padding-left: 6px;
  530. background:white;
  531. padding-bottom : 7px;
  532. font-family:tahoma;
  533. font-size:9px;
  534. border-left: 4px solid #ddd;
  535. text-shadow:1px 1px 0px #fff;
  536. width:170px;
  537. margin-left:10px;
  538. padding-right:6px;
  539. padding-top:4px;
  540. color:{color:text};
  541. }
  542.  
  543. blockquote p, ul{
  544. margin:0px;
  545. padding:0px;
  546. }
  547.  
  548. mausami{
  549. font-family:tahoma;
  550. font-size:8px;
  551. text-transform:uppercase;
  552. letter-spacing:1px;
  553. color:{color:Links};
  554. }
  555.  
  556. .chat ul {list-style: none;margin: 0;padding: 0;}
  557. .chat li {border-radius: 0.2em;margin-bottom: 2%;padding: 2%;width: 190px;}
  558. .chat .odd {float: left;background: white;}
  559. .chat .even {float: right;background: #f0f0f0;}
  560.  
  561. .bubble {align:right;background-color:#f7f7f7; color: {color:Text}; margin:7px 0px 5px 65px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  562. .bubble p {margin:1px 0px;}
  563. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #f7f7f7;}
  564. .askborder {float: left;margin: 1px 2px 0 0;padding: 2px; background: #f7f7f7;}
  565.  
  566. .audioplayerr{
  567. position:absolute;
  568. background: white;
  569. border:5px solid #fff;
  570. text-align:center;
  571. margin-left:28px;
  572. margin-top:28px;
  573. width:15px;
  574. height:15px;
  575. opacity:0.7;
  576. overflow:hidden;
  577. -webkit-transition: all 0.5s ease-in-out;
  578. -moz-transition: all 0.5s ease-in-out;
  579. -o-transition: all 0.5s ease-in-out;
  580. -ms-transition: all 0.5s ease-in-out;
  581. transition: all 0.5s ease-in-out;}
  582.  
  583. .audioplayerr:hover{
  584. opacity:1;
  585. -webkit-transition: all 0.5s ease-in-out;
  586. -moz-transition: all 0.5s ease-in-out;
  587. -o-transition: all 0.5s ease-in-out;
  588. -ms-transition: all 0.5s ease-in-out;
  589. transition: all 0.5s ease-in-out;}
  590.  
  591. .audioplayerr1{
  592. padding:1px;
  593. margin-top:-8px;
  594. margin-left:-7px;
  595. background-color: #fff;}
  596.  
  597. .audioplayerr1:hover{
  598. opacity:1;}
  599.  
  600. .albumartt{
  601. margin-left:0px;
  602. }
  603.  
  604. .albumartt img{
  605. background:#f7f7f7;
  606. border-right:2px solid {color:border};
  607. max-width:60px;
  608. float:left;
  609. padding:10px;
  610. border:1px solid #f0f0f0;
  611. }
  612.  
  613. audioshit{
  614. background:#eee;}
  615.  
  616. .infooo{
  617. position:relative;
  618. background:transparent;
  619. padding-bottom:5px;
  620. font-family:Consolas;
  621. font-size:8px;
  622. letter-spacing:1px;
  623. text-transform:uppercase;
  624. height:80px;
  625. margin-top:0px;
  626. margin-left:87px;
  627. padding-left:5px;
  628. line-height:10px;}
  629.  
  630.  
  631. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  632.  
  633. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  634. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  635.  
  636. .notes img{width:15px; position:relative; top:3px; border-radius:5px;}
  637. <--ses-->
  638. small{font-size: 90%;}
  639.  
  640. {CustomCSS}
  641.  
  642. </style>
  643.  
  644. {block:IndexPage}
  645. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  646. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  647.  
  648. <script type="text/javascript">
  649. $(window).load(function(){
  650. var $wall = $('#posts');
  651. $wall.imagesLoaded(function(){
  652. $wall.masonry({
  653. itemSelector: '.entry, .entry_photo',
  654. isAnimated : false
  655. });
  656. });
  657.  
  658. $wall.infinitescroll({
  659. navSelector : '#pagination',
  660. nextSelector : '#pagination a',
  661. itemSelector : '.entry, .entry_photo',
  662. bufferPx : 2000,
  663. debug : false,
  664. errorCallback: function() {
  665. $('#infscr-loading').fadeOut('normal');
  666. }},
  667. function( newElements ) {
  668. var $newElems = $( newElements );
  669. $newElems.hide();
  670. $newElems.imagesLoaded(function(){
  671. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  672. });
  673. }); $('#posts').show(500);
  674. });
  675. </script>
  676. {/block:IndexPage}
  677.  
  678. </head>
  679. <body>
  680. <div id="center">
  681. <div id="mausami"><a href="http://euphoricaly.tumblr.com/" target="_blank">M</a></div>
  682. <div id="sidebar">
  683. <div id="blogtitle">{text:Blog Title}</div>
  684. <a href="/"><img src="{image:sidebar}" style="width:200px; height:200px; padding:0px; border-radius: 20px; border:0px solid #ddd;"></a>
  685. <div id="derp"></div>
  686. <div id="m1"><a href="{text:Link One}">{text:Link One Title}</a></div>
  687. <div id="m2"><a href="{text:Link Two}">{text:Link Two Title}</a></div>
  688. <div id="m3"><a href="{text:Link Three}">{text:Link Three Title}</a></div>
  689. <div id="m4"><a href="{text:Link Four}">{text:Link Four Title}</a> </div>
  690. <div id="desc">{description}</div>
  691. </div>
  692.  
  693. <div class="left">
  694. <div id="posts">
  695. {block:Posts}
  696. <div class="entry">
  697.  
  698. {block:Answer}
  699. <img src="{AskerPortraitURL-48}" align="left" class="askborder" style="border-radius:30px;"><div class="bubble"><span></span><mausami>{Asker}</mausami>: {Question}&nbsp;</div>{Answer}
  700. <div class="permalinktext"> This post has <a href="{permalink}">{NoteCountwithlabel}</a></div>
  701. {/block:Answer}
  702.  
  703. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  704. {/block:Text}
  705.  
  706. {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{block:Link}
  707.  
  708. {block:Photo}
  709. {block:IndexPage}
  710. <div class="permados">
  711. posted on {Month} {DayOfMonth} with {NoteCountWithLabel} <br> <a href="{permalink}"> Permalink Page </a> &middot <a href="{ReblogURL}" target="_blank"> Reblog this post </a></div>
  712. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=200px style="border-radius:3px;"></a>{LinkCloseTag}</center>
  713. {/block:IndexPage}
  714. {block:PermalinkPage}
  715. {LinkOpenTag}
  716. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>
  717. {LinkCloseTag}
  718. {/block:PermalinkPage}
  719. {/block:Photo}
  720.  
  721. {block:Photoset}
  722. {block:IndexPage}
  723. <center>
  724. {Photoset-250}</center>
  725. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  726. {/block:IndexPage}
  727. {block:PermalinkPage}
  728. <center>
  729. {Photoset-500}</center>
  730. {/block:PermalinkPage}
  731. {/block:Photoset}
  732.  
  733. {LinkCloseTag}
  734. {/block:PermalinkPage}
  735. {/block:Photo}
  736.  
  737. {block:Quote}<span class="title">"{Quote}"</span><br> {block:Source}<div style="text-align:right; font-weight:bold;"> — {Source}</div>{/block:Source}<div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Quote}
  738.  
  739. {block:Chat}
  740. {block:Title}<span class="title">{Title}</span>{/block:Title}
  741. <div class="chat">
  742. <ul>
  743. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  744. </ul>
  745. </div>
  746. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  747. {/block:Chat}
  748.  
  749. {block:Audio}
  750. <div class="albumartt"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div> <div class="audioplayerr"><div class="audioplayerr1">{AudioPlayer}</div></div> <div class="infooo"> {block:Artist} <b><audioshit>Artist Name:</audioshit></b><br> {Artist} {/block:Artist}<br><br>{block:TrackName} <b><audioshit>Song Name:</audioshit></b><br> "{TrackName}" {/block:TrackName}</br><br> {block:PlayCount}<b><audioshit>Number of Plays:</audioshit></b><br> {PlayCount} times{/block:PlayCount} </div> <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  751. {block:IndexPage}
  752. {/block:IndexPage}
  753. {/block:Audio}
  754.  
  755. {block:Video}
  756. {block:IndexPage}
  757. <center>
  758. {Video-250}</center>
  759. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  760. {/block:IndexPage}
  761. {block:PermalinkPage}
  762. <center>
  763. {Video-400}</center>
  764. {/block:PermalinkPage}
  765. {block:Video}
  766.  
  767. {block:PermalinkPage}
  768. <center>
  769. {block:Caption}{Caption}{/block:Caption}
  770. {block:RebloggedFrom}
  771. posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  772. posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  773. {block:NoteCount} <div style="text-align: center; margin: 10px;"></div>{/block:NoteCount}
  774. </center>
  775. {/block:PermalinkPage}
  776.  
  777. {block:PostNotes}<div align="middle"></div>
  778. <center></center></span><br>
  779. <div id="postnotes">{PostNotes}</div><br>
  780. <center>{block:ContentSource}
  781. <br><a href="{SourceURL}">
  782. {lang:Source}:
  783. {block:SourceLogo}
  784. <img src="{BlackLogoURL}" width="{LogoWidth}"
  785. height="{LogoHeight}" alt="{SourceTitle}" />
  786. {/block:SourceLogo}
  787. {block:NoSourceLogo}
  788. {SourceLink}
  789. {/block:NoSourceLogo}
  790. </a>
  791. {/block:ContentSource}</center>
  792.  
  793. {/block:PostNotes}
  794. </div>
  795. {/block:Posts}
  796. </div></div>
  797. {block:IndexPage}
  798. {block:Pagination}
  799. <div id="pagination">
  800. {block:NextPage}
  801. <a id="nextPage" href="{NextPage}"></a>
  802. {/block:NextPage}
  803. {block:PreviousPage}
  804. <a href="{PreviousPage}"></a>
  805. {/block:PreviousPage}
  806. </div>
  807. {/block:Pagination}
  808. {/block:IndexPage}
  809. <BODY onselectstart="return false;" ondragstart="return false;">
  810. </html>
Advertisement
Add Comment
Please, Sign In to add comment