mausamixoxo

Belongings Theme 11

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