mausamixoxo

The love club theme 13

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