Advertisement
Maliklmore

Theme 3 "Summer" #2

Jun 13th, 2013
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.72 KB | None | 0 0
  1. <!--
  2.  
  3. theme #3 "Summer" by Maliklmore Themes. keep the credit on your blog or else I'll smack you, you don't even understand how hard I worked on this thing!
  4. And if you keep it on, take as many cookies as you'd like :)
  5.  
  6. it's a fairly easy code to manipulate, but please don't change it too much if you don't know your way around an html.
  7.  
  8. thanks loves!!
  9.  
  10. -->
  11.  
  12. <html lang="en">
  13. <head>
  14.  
  15. <title>{TITLE}</title>
  16.  
  17.  
  18. <meta name="color:Background" content="#fff"/>
  19. <meta name="color:Title" content="#aed8eb"/>
  20. <meta name="color:Text" content="#aaa"/>
  21. <meta name="color:Link" content="#aed8eb"/>
  22. <meta name="color:scrollbar" content="#aed8eb"/>
  23. <meta name="color:Hover" content="#000"/>
  24. <meta name="image:Background" content=""/>
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:sidebar2" content=""/>
  27. <meta name="image:sidebar3" content=""/>
  28. <meta name="image:sidebar4" content=""/>
  29. <meta name="image:sidebar5" content=""/>
  30. <meta name="image:sidebar6" content=""/>
  31. <meta name="color:linkshover" content="#AED8EB"/>
  32. <meta name="color:titlebar" content="#000"/>
  33. <meta name="text:titlebar" content="Summer Dreams"/>
  34. <meta name="text:titlebar size" content="25"/>
  35. <meta name="color:titlebar2" content="#000"/>
  36. <meta name="text:titlebar2" content="Up All Night"/>
  37. <meta name="text:titlebar2 size" content="25"/>
  38. <meta name="text:Link One Title" content="home" />
  39. <meta name="text:Link One" content="" />
  40. <meta name="text:Link Two Title" content="message"/>
  41. <meta name="text:Link Two" content="" />
  42. <meta name="text:Link Three Title" content="link 1" />
  43. <meta name="text:Link Three" content="" />
  44. <meta name="text:Link Four Title" content="link 2" />
  45. <meta name="text:Link Four" content="" />
  46. <meta name="text:Link Five Title" content="link 3" />
  47. <meta name="text:Link Five" content="" />
  48. </script>
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54. @font-face { font-family: "cutty"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  55. @font-face { font-family: "lux"; src: url('http://static.tumblr.com/uuzw7gl/x1umfczqz/lubgrxl.ttf'); }
  56. @font-face{
  57. font-family:jane;
  58. src: url('http://static.tumblr.com/bm7b8hm/vnWmf9864/janeaust.ttf');,}
  59. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  60. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/wt5v40t/q2Fme0ncp/wendy.ttf'); }
  61. @font-face { font-family: "yolo"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  62. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  63. @font-face { font-family: "handy00"; src: url('http://static.tumblr.com/va8axoh/0n6lwmnpk/handy00.ttf'); }
  64. @font-face { font-family: "dreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  65. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  66. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/dcylwch/06vmh5wfz/neverletgo.ttf'); }
  67. @font-face { font-family: "sem"; src: url('http://static.tumblr.com/ygfurav/QgNmga3qn/semplice_regular.ttf'); }
  68.  
  69. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  70.  
  71. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  72.  
  73.  
  74. ::-webkit-scrollbar {width: 5px; height: 4px; background: #fff; }
  75.  
  76. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar};}
  77.  
  78. #cred {
  79. position:fixed;
  80. width:230px;
  81. font-family: yolo;
  82. font-size:20px;
  83. line-height:12px;
  84. right:-44px;
  85. bottom:10px;
  86. height:12px;
  87. text-align:left;
  88. color:{color:text};
  89. background-color:#fcfcfc;
  90. padding:5px;
  91. opacity:.9;
  92. border:1px solid #ddd;
  93. -moz-transition-duration:0.5s;
  94. -webkit-transition-duration:0.5s;
  95. -o-transition-duration:0.5s;
  96. }
  97.  
  98. #cred:hover {
  99. right:-5px;
  100. -moz-transition-duration:0.5s;
  101. -webkit-transition-duration:0.5s;
  102. -o-transition-duration:0.5s;
  103. }
  104.  
  105. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  106.  
  107. body{
  108. margin:5px;
  109. background-color: {color:Background};
  110. background-image:url({image:background});
  111. background-attachment: fixed;
  112. background-repeat: repeat;
  113. font-size: 11px;
  114. font-family: century gothic;
  115. line-height:12px;
  116. color:{color:Text};
  117. }
  118.  
  119. a:link, a:active, a:visited{
  120. color:{color:link};
  121. text-decoration: none;
  122. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  123. }
  124.  
  125. a:hover {
  126. color:{color:hover};
  127. text-shadow:0px 0px 1px #000;
  128. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  129. }
  130.  
  131. askk {
  132. font-family: century gothic;
  133. color: {color:Title};
  134. font-size:15px;
  135. z-index:1;
  136. }
  137.  
  138. #cunt{width:250px; height:auto;}
  139. {block:PermalinkPage}
  140. width:410px;
  141. {/block:PermalinkPage}
  142. }
  143.  
  144. #center{
  145. padding-top:3px;
  146. padding-bottom:3px;
  147. position:fixed !important;
  148. width:250px;
  149. height:207px;
  150. background-color:#fff;
  151. {block:PermalinkPage}
  152. width:410px;
  153. height:207px;
  154. {/block:PermalinkPage}
  155. }
  156.  
  157.  
  158. #posts{
  159. opacity: .9;
  160. float:center;
  161. {block:indexpage}
  162. width:630px;
  163. {/block:indexpage}
  164. {block:permalinkpage}
  165. width:550px;
  166. {/block:permalinkpage}
  167. margin-left: 455px;
  168. margin-top: 10px;
  169. transition: all 0.5s ease-out;
  170. -o-transition-transition: all 0.5s ease-out;
  171. -webkit-transition: all 0.5s ease-out;
  172. -moz-transition: all 0.5s ease-out;
  173. }
  174.  
  175. #audio {
  176. width:500px;
  177. height:auto;
  178. min-height:60px;
  179. padding-bottom:13px;
  180. }
  181. .cover {
  182. position:absolute;
  183. z-index:1;
  184. width:60px;
  185. height:60px;
  186. }
  187. .cover img {
  188. float:left;
  189. width:60px;
  190. height:60px;
  191. }
  192. .playbox {
  193. opacity:0.6;
  194. width:27px;
  195. height:30px;
  196. overflow:hidden;
  197. position:absolute;
  198. z-index:1000;
  199. margin-left:17px;
  200. margin-top:17px;
  201. text-align:center;
  202. }
  203. .info {
  204. margin-left:73px;
  205. margin-top:4px;
  206. line-height:14px;
  207. }
  208.  
  209.  
  210. #sidebar{
  211. position:fixed !important;
  212. width:220px;
  213. height:100%;
  214. padding:0px;
  215. margin-top:-11px;
  216. margin-left:120px;
  217. overflow:hidden;
  218. border:0px solid #ddd;
  219. text-align:center;
  220. line-height:2px;
  221. z-index:2;
  222. opacity:1;
  223. border-radius:0px;
  224. -webkit-transition: all .7s ease;
  225. -moz-transition: all .7s ease;
  226. -o-transition: all .7s ease;
  227. transition: all .7s ease;
  228. }
  229. #sidebar:hover{
  230. opacity:1;
  231. }
  232.  
  233. #sidebarpic{
  234. position:fixed;
  235. opacity:1;
  236. margin-top:145px;
  237. padding:8px;
  238. margin-left:85px;
  239. background:white;
  240. overflow:hidden;
  241. border:0px solid #ddd;
  242. transition: all 0.9s ease-out;
  243. -o-transition-transition: all 0.9s ease-out;
  244. -webkit-transition: all 0.9s ease-out;
  245. -moz-transition: all 0.9s ease-out;
  246. }
  247. #sidebarpic img{
  248. width:100px;
  249. height:100px;
  250. transition: all 0.9s ease-out;
  251. -o-transition-transition: all 0.9s ease-out;
  252. -webkit-transition: all 0.9s ease-out;
  253. -moz-transition: all 0.9s ease-out;
  254. }
  255. #sidebar:hover #sidebarpic img{
  256. transition: all 0.9s ease-out;
  257. -o-transition-transition: all 0.9s ease-out;
  258. -webkit-transition: all 0.9s ease-out;
  259. -moz-transition: all 0.9s ease-out;
  260. }
  261.  
  262. #sidebarpic2{
  263. position:fixed;
  264. opacity:1;
  265. margin-top:260px;
  266. padding:8px;
  267. margin-left:85px;
  268. background:white;
  269. overflow:hidden;
  270. border:0px solid #ddd;
  271. transition: all 0.9s ease-out;
  272. -o-transition-transition: all 0.9s ease-out;
  273. -webkit-transition: all 0.9s ease-out;
  274. -moz-transition: all 0.9s ease-out;
  275. }
  276. #sidebarpic2 img{
  277. width:100px;
  278. height:100px;
  279. transition: all 0.9s ease-out;
  280. -o-transition-transition: all 0.9s ease-out;
  281. -webkit-transition: all 0.9s ease-out;
  282. -moz-transition: all 0.9s ease-out;
  283. }
  284. #sidebar:hover #sidebarpic2 img{
  285. transition: all 0.9s ease-out;
  286. -o-transition-transition: all 0.9s ease-out;
  287. -webkit-transition: all 0.9s ease-out;
  288. -moz-transition: all 0.9s ease-out;
  289. }
  290.  
  291. #sidebarpic3{
  292. position:fixed;
  293. opacity:1;
  294. margin-top:375px;
  295. padding:8px;
  296. margin-left:85px;
  297. background:white;
  298. overflow:hidden;
  299. border:0px solid #ddd;
  300. transition: all 0.9s ease-out;
  301. -o-transition-transition: all 0.9s ease-out;
  302. -webkit-transition: all 0.9s ease-out;
  303. -moz-transition: all 0.9s ease-out;
  304. }
  305. #sidebarpic3 img{
  306. width:100px;
  307. height:100px;
  308. transition: all 0.9s ease-out;
  309. -o-transition-transition: all 0.9s ease-out;
  310. -webkit-transition: all 0.9s ease-out;
  311. -moz-transition: all 0.9s ease-out;
  312. }
  313. #sidebar:hover #sidebarpic3 img{
  314. transition: all 0.9s ease-out;
  315. -o-transition-transition: all 0.9s ease-out;
  316. -webkit-transition: all 0.9s ease-out;
  317. -moz-transition: all 0.9s ease-out;
  318. }
  319.  
  320. #desc{
  321. position:fixed;
  322. width:90px;
  323. opacity:0;
  324. padding:0px;
  325. height:50px;
  326. margin-left:0px;
  327. margin-top:340px;
  328. font-family:calibri;
  329. font-size:11px;
  330. line-height:5px;
  331. overflow:hidden;
  332. letter-spacing:1px;
  333. line-height:10px;
  334. background:#fff;
  335. text-align:center;
  336. transition: all 0.6s ease-out;
  337. -o-transition-transition: all 0.6s ease-out;
  338. -webkit-transition: all 0.6s ease-out;
  339. -moz-transition: all 0.6s ease-out;
  340. }
  341. #sidebar:hover #desc{
  342. opacity:1;
  343. }
  344.  
  345. #links {
  346. text-align: left;
  347. font-family:9px;
  348. margin-top:174px;
  349. margin-left:15px;
  350. letter-spacing:2px;
  351. text-transform:uppercase;
  352. z-index:99999;
  353. position:fixed;
  354. background:#fff
  355. transition: all 0.6s ease-out;
  356. -o-transition-transition: all 0.6s ease-out;
  357. -webkit-transition: all 0.6s ease-out;
  358. -moz-transition: all 0.6s ease-out;
  359. opacity:1;
  360. }
  361.  
  362. #links a {
  363. padding-top:10px;
  364. padding-bottom:10px;
  365. padding-left:5px;
  366. padding-right:5px;
  367. color:{color:nav text};
  368. font-size:8px;
  369. width:auto;
  370. margin-top:6px;
  371. display:block;
  372. background:#fff;
  373. border:1px solid #ddd;
  374. }
  375.  
  376. #links a:hover {
  377. color:{color:nav bg};
  378. background:{color:linkshover};
  379. transition-duration: 0.60s;
  380. -moz-transition-duration: 0.60s;
  381. -webkit-transition-duration: 0.60s;
  382. -o-transition-duration: 0.60s;
  383. }
  384.  
  385. #sidebar:hover #links{
  386. opacity:1;
  387. margin-top:174px;
  388. margin-left:15px;
  389. }
  390.  
  391. #titlebar{
  392. transition: all 0.9s ease-out;
  393. -o-transition-transition: all 0.9s ease-out;
  394. -webkit-transition: all 0.9s ease-out;
  395. -moz-transition: all 0.9s ease-out;
  396. position:fixed;
  397. top:490px;
  398. left:135px;
  399. opacity:1;
  400. z-index:9;
  401. text-transform:uppercase;
  402. font-family:dreams;
  403. font-size:{text:titlebar size}px;
  404. line-height:25px;
  405. color:{color:titlebar};
  406. }
  407.  
  408. #sidebar:hover #titlebar{
  409. opacity:0
  410. }
  411.  
  412.  
  413. #titlebar2{
  414. transition: all 0.9s ease-out;
  415. -o-transition-transition: all 0.9s ease-out;
  416. -webkit-transition: all 0.9s ease-out;
  417. -moz-transition: all 0.9s ease-out;
  418. position:fixed;
  419. top:490px;
  420. left:165px;
  421. opacity:0;
  422. z-index:9;
  423. text-transform:uppercase;
  424. font-family:dreams;
  425. font-size:{text:titlebar2 size}px;
  426. line-height:25px;
  427. color:{color:titlebar2};
  428. }
  429.  
  430. #sidebar:hover #titlebar2{
  431. opacity:1
  432. }
  433.  
  434. .title{
  435. line-height:10px;
  436. letter-spacing:1px;
  437. font-style:italic;
  438. font-size:19px;
  439. color:{color:title};
  440. width:283px;
  441. top:2px;
  442. text-align:center;
  443. }
  444.  
  445. #entry{
  446. font-family: century gothic;
  447. font-size:11px;
  448. text-align:left;
  449. z-index:9999;
  450. float:left;
  451. opacity:.8;
  452. width: 500px;
  453. height: auto;
  454. color:{color:text};
  455. background:#fcfcfc;
  456. padding-top:14px;
  457. padding-right:15px;
  458. padding-left:15px;
  459. padding-bottom:12px;
  460. border:1px solid #ddd;
  461. margin:3px;
  462. {block:PermalinkPage}
  463. width: 500px;
  464. height: auto;
  465. {/block:PermalinkPage}
  466. line-height:12px;
  467. overflow:hidden;
  468. transition: all 0.9s ease-out;
  469. -o-transition-transition: all 0.9s ease-out;
  470. -webkit-transition: all 0.9s ease-out;
  471. -moz-transition: all 0.9s ease-out;
  472. }
  473. #entry:hover{
  474. opacity:1;
  475. }
  476. #entry img{
  477. {block:indexpage}
  478. max-width:500px;
  479. height:auto;
  480. {/block:indexpage}
  481. }
  482.  
  483. #entry .perma a{
  484. color: {color:link};
  485. transition: all 0.9s ease-out;
  486. -o-transition-transition: all 0.9s ease-out;
  487. -webkit-transition: all 0.9s ease-out;
  488. -moz-transition: all 0.9s ease-out;
  489. }
  490. #entry .perma{
  491. position:absolute;
  492. bottom:0px;
  493. margin-left:1px;
  494. width:500px;
  495. height:14px;
  496. text-transform:uppercase;
  497. background-color:#fff;
  498. padding:5px;
  499. padding-top:8px;
  500. overflow:hidden;
  501. font-family:century gothic;
  502. letter-spacing:1px;
  503. font-size: 8px;
  504. line-height:10px;
  505. border-top:1px dashed #ddd;
  506. text-align:center;
  507. opacity:0.0;
  508. color:#aaa;
  509. border-right-radius:50px;
  510. transition: all 0.9s ease;
  511. -o-transition-transition: all 0.9s ease;
  512. -webkit-transition: all 0.9s ease;
  513. -moz-transition: all 0.9s ease;
  514. }
  515. #entry:hover .perma{
  516. overflow:visible;
  517. opacity:1;
  518. bottom:18px;
  519. margin-left:1px;
  520. width:500px;
  521. transition: all 0.9s ease;
  522. -o-transition-transition: all 0.9s ease;
  523. -webkit-transition: all 0.9s ease;
  524. -moz-transition: all 0.9s ease;
  525. }
  526.  
  527. .permalinktext {
  528. display: block;
  529. font-family: pixel;
  530. letter-spacing: 1px;
  531. font-size: 8px;
  532. color: #aaa;
  533. padding-top:7px;
  534. padding-bottom:1px;
  535. margin-top:4px;
  536. border-top:1px dashed #ddd;
  537. line-height: 10px;
  538. text-align: center;
  539. text-transform:uppercase;
  540. -webkit-transition: all 0.6s ease-out;
  541. -moz-transition: all 0.6s ease-out;
  542. -o-transition: all 0.6s ease-out;
  543. transition: all 0.6s ease-out;
  544. }
  545.  
  546. #postnotes{
  547. text-align: left;}
  548.  
  549. #postnotes blockquote{
  550. border: 0px;}
  551.  
  552.  
  553. blockquote{
  554. padding:0px 0px 2px 3px;
  555. margin:0px 0px 2px 1px;
  556. }
  557. ul, ol, li{
  558. list-style:none;
  559. margin:0px;
  560. padding:0px;
  561. }
  562.  
  563.  
  564. a.links {
  565. font-family: ronda;
  566. font-size: 8px;
  567. line-height: 8px;
  568. text-transform: normal;
  569. letter-spacing:0px;
  570. display:block;
  571. padding: 0px;
  572. margin-bottom: 0px;
  573. }
  574.  
  575. a.links:hover {
  576. font-style: none;
  577. text-decoration: none;
  578. letter-spacing:10px;
  579. }
  580.  
  581. </style>
  582. <link rel="shortcut icon" href="{text:favicon link}">
  583. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  584. <meta name="viewport" content="width=720" />
  585.  
  586. <!-- Here you can edit all the text posts, image posts, photosets, etc. to fit your blog -->
  587.  
  588. </head>
  589. <body>
  590. <div id="center">
  591. <div id="content">
  592.  
  593. </script>
  594.  
  595. <script type="text/javascript" src="http://ubhie.webs.com/topblue.txt"></script>
  596.  
  597. </script>
  598.  
  599. <script type="text/javascript" src="http://ubhie.webs.com/topblue.txt"></script>
  600. </head>
  601. <body>
  602. <div id="center">
  603. <div id="content">
  604.  
  605.  
  606. <div id="sidebar">
  607.  
  608. <div id="titlebar">{text:titlebar}</div>
  609. <div id="titlebar2">{text:titlebar2}</div>
  610.  
  611. <div id="links">
  612. <a href="{text:Link One}">{text:Link One Title}</a>
  613. <a href="{text:Link Two}">{text:Link Two Title}</a>
  614. <a href="{text:Link Three}">{text:Link Three Title}</a>
  615. <a href="{text:Link Four}">{text:Link Four Title}</a>
  616. <a href="{text:Link Five}">{text:Link Five Title}</a>
  617. </div>
  618.  
  619. <div id="sidebarpic">
  620. <a href="/"><img src="{image:sidebar}" onmouseover="this.src='{image:sidebar4}'" onmouseout="this.src='{image:sidebar}'" /></a>
  621. </div>
  622.  
  623. <div id="sidebarpic2">
  624. <a href="/"><img src="{image:sidebar2}" onmouseover="this.src='{image:sidebar5}'" onmouseout="this.src='{image:sidebar2}'" /></a>
  625. </div>
  626.  
  627. <div id="sidebarpic3">
  628. <a href="/"><img src="{image:sidebar3}" onmouseover="this.src='{image:sidebar6}'" onmouseout="this.src='{image:sidebar3}'" /></a>
  629. </div>
  630.  
  631. <div id="desc">
  632. {description}
  633. </div>
  634.  
  635. </div>
  636.  
  637. <div id="posts">
  638. {block:Posts}
  639. <div id="entry">
  640.  
  641. {block:Text}
  642. {block:Title}<span class="title">{Title}</span>{/block:Title}
  643. <span class="entrytext">{Body}</span>
  644. {block:IndexPage}
  645. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  646. {/block:IndexPage}
  647. {/block:Text}
  648.  
  649. {block:Link}
  650. <a href="{URL}" class="title">{Name}</a>
  651. {block:Description}{Description}{/block:Description}
  652. {block:IndexPage}
  653. <div class="perma">
  654. posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a> &middot; <a href="{ReblogUrl}" target="_blank">reblog</a></div>
  655. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  656. {/block:IndexPage}
  657. {block:Link}
  658.  
  659. {block:Photo}{block:IndexPage}
  660. <div class="perma">
  661. posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a> &middot; <a href="{ReblogUrl}" target="_blank">reblog</a></div>
  662. {/block:IndexPage}
  663. {block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" style="background:white; padding:6px; border:1px solid #eee;"width=490px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  664. {/block:Photo}
  665.  
  666. {block:Photoset}
  667. {block:IndexPage}
  668. <div class="perma">
  669. posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a> &middot; <a href="{ReblogUrl}" target="_blank">reblog</a></div>
  670. <div style="border:1px solid #ddd; padding-top:6px; padding-left:6px; padding-bottom:2px; padding-right:2px; background:white; width:500px;">{Photoset-500}</div></center>
  671. {/block:IndexPage}
  672. {block:PermalinkPage}
  673. <center>
  674. {Photoset-490}</center>
  675. {/block:PermalinkPage}
  676. {/block:Photoset}
  677.  
  678.  
  679. {block:Quote}
  680. <span class="entrytext">{Quote}</span>
  681. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  682. {block:IndexPage}
  683. <div class="perma">
  684. posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a> &middot; <a href="{ReblogUrl}" target="_blank">reblog</a></div>
  685. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  686. {/block:IndexPage}
  687. {/block:Quote}
  688.  
  689. {block:Chat}
  690. {block:Title}<span class="title">{Title}</span>{/block:Title}
  691. <ul class="chat">
  692. {block:Lines}
  693. <li class="user_{UserNumber}">
  694. {block:Label}
  695. <span class="label">{Label}</span>
  696. {/block:Label}
  697.  
  698. {Line}
  699. </li>
  700. {/block:Lines}
  701. </ul>
  702. {block:IndexPage}
  703. <div class="perma">
  704. posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a> &middot; <a href="{ReblogUrl}" target="_blank">reblog</a></div>
  705. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  706. {/block:IndexPage}
  707. {/block:Chat}
  708.  
  709.  
  710. {block:Audio}<div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  711. {block:IndexPage}
  712. <div class="perma">
  713. posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a> &middot; <a href="{ReblogUrl}" target="_blank">reblog</a></div>
  714. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  715. {/block:IndexPage}
  716. {/block:Audio}
  717.  
  718. {block:Video}<center>
  719. <div class="perma">
  720. posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a> &middot; <a href="{ReblogUrl}" target="_blank">reblog</a></div>
  721. <div class="perma">
  722. posted {timeago} with <a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank"> steal </a></span></div>
  723. <div style="padding-top:0px; padding-bottom:2px; background-color:white; border:1px solid #ddd; padding-top:7px; padding-left:4px; padding-bottom:7px; padding-right:4px;">
  724. {Video-500}</div>
  725. {block:Caption}{Caption}{/block:Caption}
  726. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  727. {block:Video}
  728.  
  729. {block:Answer}
  730. <div style="border-radius:0px; border: 1px solid #eee; margin: 3px; margin-top: -2px; max-height:37px; padding: 3px; overflow:auto; padding-left:px;background: white;">
  731. <img src="{AskerPortraitURL-30}" width="27" align="left" style="margin-right:6px; margin-top:0px; background:#fcfcfc; padding:4px; border:1px solid #eee; z-index:99;"/>
  732. <askk>{Asker}</askk>: {Question}<br></div>
  733. {Answer}
  734. {block:IndexPage}
  735. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  736. {/block:IndexPage}
  737. {/block:Answer}
  738.  
  739. {block:PostNotes}<div style="text-align:center; border-top:1px dashed #ddd;">{caption}</div>
  740. <center>
  741.  
  742. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} - posted {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}<Br>
  743.  
  744. {block:HasTags}
  745. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  746. {block:RebloggedFrom}
  747. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  748. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  749.  
  750. {/block:RebloggedFrom}
  751. </center></span>
  752. <br>
  753. <div id="postnotes">{PostNotes}</div><br>
  754.  
  755. <center>{block:ContentSource}
  756. <br><a href="{SourceURL}">
  757. {lang:Source}:
  758. {block:SourceLogo}
  759. <img src="{BlackLogoURL}" width="{LogoWidth}"
  760. height="{LogoHeight}" alt="{SourceTitle}" />
  761. {/block:SourceLogo}
  762. {block:NoSourceLogo}
  763. {SourceLink}
  764. {/block:NoSourceLogo}
  765. </a>
  766. {/block:ContentSource}</center>
  767.  
  768. {/block:PostNotes}
  769. </div>
  770. {/block:Posts}
  771. </div></div>
  772.  
  773. {block:indexpage}
  774. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  775. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  776. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  777. <script type="text/javascript">
  778. $(window).load(function(){
  779. var $wall = $('#posts');
  780. $wall.imagesLoaded(function(){
  781. $wall.masonry({
  782. itemSelector: '#entry, #entry_photo',
  783. isAnimated : false
  784. });
  785. });
  786.  
  787. $wall.infinitescroll({
  788. navSelector : '#page-nav',
  789. nextSelector : '#page-nav a',
  790. itemSelector : '#entry, #entry_photo',
  791. bufferPx : 2000,
  792. debug : false,
  793. errorCallback: function() {
  794. $('#infscr-loading').fadeOut('normal');
  795. }},
  796. function( newElements ) {
  797. var $newElems = $( newElements );
  798. $newElems.hide();
  799. $newElems.imagesLoaded(function(){
  800. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  801. });
  802. }); $('#content').show(500);
  803. });
  804. </script>
  805. {/block:indexpage}
  806.  
  807. <BODY onselectstart="return false;">
  808. <script type="text/javascript">
  809. <!--
  810.  
  811. // Disable Right Click Script
  812.  
  813. function IE(e)
  814. {
  815. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  816. {
  817. return false;
  818. }
  819. }
  820. function NS(e)
  821. {
  822. if (document.layers || (document.getElementById && !document.all))
  823. {
  824. if (e.which == "2" || e.which == "3")
  825. {
  826. return false;
  827. }
  828. }
  829. }
  830. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  831.  
  832. //-->
  833. </script>
  834.  
  835. </body>
  836.  
  837.  
  838.  
  839. <div id="cred">&nbsp;&nbsp;&nbsp;©&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.themesbymaliklmore.tumblr.com">x MALIKLMORE ORIGINAL x</a></div>
  840.  
  841.  
  842.  
  843. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement