Advertisement
vickkyu

theme #01 (Revamp) by minivicky

Jan 19th, 2014
3,079
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.38 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. Theme #01 [Revamp] 'Against The Rest of The World'
  5. by minivicky.tumblr.com
  6. -->
  7.  
  8. <head>
  9. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15. <!-- Colours -->
  16. <!-- All -->
  17. <meta name="color:background" content="#ffffff">
  18. <meta name="color:blockquote" content="#000000">
  19. <meta name="color:scrollbar" content="#000000">
  20. <meta name="color:scrollbar background" content="#ffffff">
  21. <meta name="color:link" content="#ccb324">
  22. <meta name="color:link hover" content="#000000">
  23. <meta name="color:text" content="#000000">
  24. <meta name="color:question background" content="#f8e891">
  25.  
  26. <!-- Header -->
  27. <meta name="color:header background" content="#000000">
  28. <meta name="color:title text" content="#ffffff">
  29. <meta name="color:title first letter" content="#ccb324">
  30. <meta name="color:description background" content="#000000">
  31. <meta name="color:description text" content="#ffffff">
  32. <meta name="color:header links background" content="#000000">
  33. <meta name="color:navi links" content="#ffffff">
  34. <meta name="color:navi links background hover" content="#ccb324">
  35. <meta name="color:navi links background" content="#000000">
  36.  
  37. <!-- Posts -->
  38. <meta name="color:pagination background" content="#000000">
  39. <meta name="color:pagination text" content="#ffffff">
  40. <meta name="color:entries" content="#ffffff">
  41. <meta name="color:post border" content="#000000">
  42. <meta name="color:post background" content="#000000">
  43. <meta name="color:post title" content="#ffffff">
  44.  
  45. <!-- Images -->
  46. <meta name="image:background" content="">
  47. <meta name="image:header" content="http://static.tumblr.com/ctnjtyx/wxXmzon1s/2.png">
  48.  
  49. <!-- Options -->
  50. <meta name="if:Captions" content="0">
  51. <meta name="if:Grayscale Image" content="0">
  52. <meta name="if:Infinite Scrolling" content="0">
  53.  
  54. <!-- Links -->
  55. <meta name="text:Link 1" content="">
  56. <meta name="text:Link 1 url" content="">
  57. <meta name="text:Link 2" content="">
  58. <meta name="text:Link 2 url" content="">
  59. <meta name="text:Link 3" content="">
  60. <meta name="text:Link 3 url" content="">
  61. <meta name="text:Link 4" content="">
  62. <meta name="text:Link 4 url" content="">
  63. <meta name="text:Link 5" content="">
  64. <meta name="text:Link 5 url" content="">
  65. <meta name="text:Link 6" content="">
  66. <meta name="text:Link 6 url" content="">
  67. <meta name="text:Link 7" content="">
  68. <meta name="text:Link 7 url" content="">
  69. <meta name="text:Link 8" content="">
  70. <meta name="text:Link 8 url" content="">
  71. <meta name="text:Link 9" content="">
  72. <meta name="text:Link 9 url" content="">
  73.  
  74. <!-- Scripts -->
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  76.  
  77. <script src="http://static.tumblr.com/taiol9r/FKKmcv180/jquery.style-my-tooltips.js"></script>
  78.  
  79. <script>
  80. (function($){
  81. $(document).ready(function(){
  82. $("[title]").style_my_tooltips({
  83. tip_follows_cursor:true,
  84. tip_delay_time:100,
  85. tip_fade_speed:500,
  86. });});})(jQuery);
  87. </script>
  88.  
  89. <script>
  90. $(window).scroll(function () {
  91. var $menu = $('#location_menu');
  92. var $smallmenu = $('#menu');
  93. var $conten = $('#posts');
  94.  
  95. var scrollpos = $(window).scrollTop();
  96. console.log(scrollpos);
  97. if($(window).scrollTop() <= 278 || $(window).scrollTop() == 0 ) {
  98. //$menu.animate( {
  99. //"top" : "0",
  100. //"height" : "278px",
  101. // , {queue: false});
  102. $smallmenu.css( {
  103. "position" : "absolute",
  104. "background-color":"{color:header links background}",
  105. "top" : "278px",
  106. }, {queue: false});
  107. //$conten.animate({"top":"100px"}, {queue: false});
  108. //$menu.css( {
  109. // "position" : "relative",
  110. //});
  111. } else {
  112. //$menu.animate( {
  113. //"top" : "0",
  114. //"height" : "14px",
  115. //, {queue: false});
  116. $smallmenu.css( {
  117. "position" : "fixed",
  118. "top" : "0",
  119. "background-color":"{color:header links background}",
  120.  
  121. }, {queue: false});
  122. //$menu.css( {
  123. // "position" : "fixed",
  124.  
  125. //});
  126. //$menu.animate({ "height" : "80px" }, 60);
  127. //$conten.animte({"top":"210px"}, {queue: false});
  128. }
  129. });
  130. </script>
  131.  
  132. {block:IfInfiniteScrolling}
  133. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  134. {/block:IfInfiniteScrolling}
  135.  
  136. <style type="text/css">
  137.  
  138. /*body*/
  139. body{
  140. background-color:{color:background};
  141. background-image: url('{image:background}');
  142. background-repeat:repeat;
  143. font-family: calibri;
  144. margin:0px;
  145. padding:0px;
  146. }
  147.  
  148. /*scrollbar*/
  149. ::-webkit-scrollbar{
  150. height: 0px;
  151. width: 2px;
  152. }
  153.  
  154. ::-webkit-scrollbar-thumb{
  155. background-color:{color:scrollbar};
  156. -webkit-border-radius: 50px;
  157. border-radius: 50px;
  158. }
  159.  
  160. ::-webkit-scrollbar-track{
  161. background-color:{color:scrollbar background};
  162. -webkit-border-radius: 50px;
  163. border-radius: 50px;
  164. }
  165.  
  166. ::-webkit-scrollbar-buttom{
  167. background-color:{color:scrollbar background};
  168. }
  169.  
  170. /*links hover*/
  171. #s-m-t-tooltip{
  172. max-width:300px;
  173. margin:14px 10px 5px 15px;
  174. padding:3px;
  175. background-color:{color:description background};
  176. text-transform:uppercase;
  177. font-family:calibri;
  178. font-size:9px;
  179. color:{color:description text};
  180. z-index:999;
  181. }
  182.  
  183. /*grayscale images*/
  184. {block:IfGrayscaleImage}
  185. img{
  186. -webkit-transition: all 0.7s ease-in-out;
  187. -moz-transition: all 0.7s ease-in-out;
  188. -o-transition: all 0.7s ease-in-out;
  189. -ms-transition: all 0.7s ease-in-out;
  190. opacity: 0.60;
  191. -webkit-filter:grayscale(100%);
  192. }
  193.  
  194. img:hover{
  195. -webkit-transition: all 0.7s ease-in-out;
  196. -moz-transition: all 0.7s ease-in-out;
  197. -o-transition: all 0.7s ease-in-out;
  198. -ms-transition: all 0.7s ease-in-out;
  199. opacity: 1;
  200. -webkit-filter:none;
  201. }
  202.  
  203. .html_photoset {
  204. -webkit-filter: grayscale(100%);
  205. -webkit-transition: all 0.7s ease-in-out;
  206. -moz-transition: all 0.7s ease-in-out;
  207. -o-transition: all 0.7s ease-in-out;
  208. -ms-transition: all 0.7s ease-in-out;
  209. }
  210. .html_photoset:hover {
  211. -webkit-filter: grayscale(0);
  212. -webkit-transition: all 0.7s ease-in-out;
  213. -moz-transition: all 0.7s ease-in-out;
  214. -o-transition: all 0.7s ease-in-out;
  215. -ms-transition: all 0.7s ease-in-out;
  216. }
  217. {/block:IfGrayscaleImage}
  218.  
  219. /*links*/
  220. a {
  221. text-decoration:none;
  222. outline:none;
  223. -moz-outline-style:none;
  224. color:{color:link};
  225. -webkit-transition: all 0.7s ease;
  226. -moz-transition: all 0.7s ease;
  227. -o-transition: all 0.7s ease;
  228. }
  229.  
  230. a:hover {
  231. -webkit-transition: all 0.5s ease-out;
  232. -moz-transition: all 0.5s ease-out;
  233. transition: all 0.5s ease-out;
  234. color: {color:link hover};
  235. -webkit-transition: all 0.7s ease;
  236. -moz-transition: all 0.7s ease;
  237. -o-transition: all 0.7s ease;
  238. }
  239.  
  240. /*blockquote*/
  241. blockquote {
  242. border-left:2px solid {color:blockquote};
  243. padding-left:5px;
  244. margin-left:2px;
  245. width:500px;
  246. }
  247.  
  248. /*header*/
  249. #header{
  250. width:100%;
  251. height:278px;
  252. background-color:{color:header background};
  253. top:0px;
  254. left:0px;
  255. z-index:9999;
  256. }
  257.  
  258. #header img{
  259. height:278px;
  260. }
  261.  
  262. #headerimg {
  263. position:relative;
  264. height:278px;
  265. width:600px;
  266. z-index:999;
  267. margin-left:auto;
  268. margin-right:auto;
  269. }
  270.  
  271. /*title*/
  272. #titleheader {
  273. padding-left: 5px;
  274. width:600px;
  275. font-family: Georgia;
  276. font-size: 28px;
  277. color: {color:title text};
  278. font-weight: normal;
  279. margin-top:-60px;
  280. letter-spacing: 1px;
  281. margin-bottom:6px;
  282. opacity:0.5;
  283. overflow:hidden;
  284. text-align:justify;
  285. font-style:italic;
  286. text-transform:lowercase;
  287. -webkit-transition: all 1s ease-in-out;
  288. -moz-transition: all 1s ease-in-out;
  289. -o-transition: all 1s ease-in-out;
  290. transition: all 1s ease-in-out;
  291. }
  292.  
  293. #titleheader:first-letter{
  294. color: {color:title first letter};
  295. font-weight: bold;
  296. }
  297.  
  298. /*description*/
  299. #description {
  300. font-family: calibri;
  301. text-shadow: 1px 1px 1px #494949;
  302. font-size:10px;
  303. margin-top:-40px;
  304. opacity:0.5;
  305. overflow:hidden;
  306. text-align:justify;
  307. font-style:italic;
  308. text-transform:lowercase;
  309. width:600px;
  310. height:15px;
  311. padding:10px;
  312. background-color:{color:description background};
  313. color:{color:description text};
  314. -webkit-transition: all 1s ease-in-out;
  315. -moz-transition: all 1s ease-in-out;
  316. -o-transition: all 1s ease-in-out;
  317. transition: all 1s ease-in-out;
  318. }
  319.  
  320. .description a {
  321. color:{color:links};
  322. -moz-transition-duration:0.6s;
  323. -webkit-transition-duration:0.6s;
  324. -o-transition-duration:0.6s;
  325. }
  326.  
  327. /*header links*/
  328. header#location_menu {
  329. position: absolute; top:0; left: 0;
  330. margin: 0;
  331. width: 100%; height: 278px;
  332. background-color:{color:header links background};
  333. z-index: 990;
  334. }
  335.  
  336. nav#menu {
  337. position: relative; height: 14px;
  338. font-family:calibri;
  339. text-transform: uppercase;
  340. padding:7px;
  341. font-size: 10px;
  342. letter-spacing:1px;
  343. width: 100%; margin: 0;
  344. vertical-align: middle;
  345. background: none;
  346. background-color:{color:header links background};
  347. overflow: hidden;
  348. }
  349.  
  350. nav#menu a{
  351. display:inline-block;
  352. font-family:calibri;
  353. margin-top:-15px;
  354. text-transform:uppercase;
  355. font-size:8px;
  356. padding:9px;
  357. text-decoration:none;
  358. background-color:{color:header links background};
  359. opacity:.5;
  360. color:{color:navi links};
  361. transition:0.6s; -o-transition-transition:0.6s; -webkit-transition-duration:0.6s; -moz-transition-duration:0.6s
  362. }
  363.  
  364. nav#menu a:hover{
  365. opacity:1;
  366. text-decoration:none;
  367. background-color:{color:navi links background hover};
  368. color:{color:navi links};
  369. transition:0.6s; -o-transition-transition:0.6s; -webkit-transition-duration:0.6s; -moz-transition-duration:0.6s
  370. }
  371.  
  372. nav#menu ul {
  373. list-style-type: none;
  374. margin: 0;
  375. padding: 0px 0px;
  376. width: 100%;
  377. text-align: center;
  378. }
  379.  
  380. nav#menuul li {
  381. display: inline;
  382. padding: 0px;
  383. margin: 0px 4px;
  384. font-size: 12px;
  385. position: relative;
  386. }
  387.  
  388. nav#menu li::after {
  389. width: 100%; height: 2px;
  390. content: '';
  391. position: absolute;
  392. bottom: -6px;
  393. left: 0;
  394. background-color:{color:header links background};
  395. z-index:10;
  396. opacity: 0;
  397. -webkit-transition: all 0.3s ease-in-out;
  398. -moz-transition: all 0.3s ease-in-out;
  399. -o-transition: all 0.3s ease-in-out ;
  400. -ms-transition: all 0.3s ease-in-out;
  401. }
  402.  
  403. nav#menu li:hover::after {
  404. opacity: 1;
  405. bottom: -3px;
  406. -webkit-transition: all 0.3s ease-in-out;
  407. -moz-transition: all 0.3s ease-in-out;
  408. -o-transition: all 0.3s ease-in-out ;
  409. -ms-transition: all 0.3s ease-in-out;
  410. }
  411.  
  412. /*pages*/
  413. .go {
  414. width:50px;
  415. bottom:0px;
  416. margin-left:545px;
  417. text-align:center;
  418. position:fixed;
  419. line-height:20px;
  420. padding:1px;
  421. font-family: cambria;
  422. text-transform: uppercase;
  423. background-color:{color:pagination background};
  424. font-size:8px;
  425. color:{color:pagination text};
  426. }
  427.  
  428. .go a{
  429. text-decoration: none;
  430. width:40px;
  431. opacity: 1;
  432. text-align:center;
  433. font-family: cambria;
  434. text-transform: uppercase;
  435. background-color:{color:pagination background};
  436. font-size:8px;
  437. color:{color:pagination text};
  438. border-radius: 3px;
  439. }
  440.  
  441. .back {
  442. width:50px;
  443. bottom:0px;
  444. margin-left:-45px;
  445. text-align:center;
  446. position:fixed;
  447. line-height:20px;
  448. padding:1px;
  449. font-family: cambria;
  450. text-transform: uppercase;
  451. background-color:{color:pagination background};
  452. font-size:8px;
  453. color:{color:pagination text};
  454. }
  455.  
  456. .back a{
  457. text-decoration: none;
  458. width:40px;
  459. opacity: 1;
  460. text-align:center;
  461. font-family: cambria;
  462. text-transform: uppercase;
  463. background-color:{color:pagination background};
  464. font-size:8px;
  465. color:{color:pagination text};
  466. border-radius: 3px;
  467. }
  468.  
  469. /*all*/
  470. .entries {
  471. width:545px;
  472. bottom:5px;
  473. margin-top:-40px;
  474. margin-left:auto!important;
  475. margin-right:auto!important;
  476. z-index:999;
  477. }
  478.  
  479. /*posts*/
  480. .posts {
  481. background-color:{color:entries};
  482. width:500px;
  483. padding:15px 15px 15px 15px;
  484. margin:10px!important;
  485. display:block;
  486. font-family:calibri;
  487. font-weight:normal;
  488. font-size:11px;
  489. color:{color:text};
  490. text-align:justify;
  491. z-index:9999!important;
  492. float:left;
  493. }
  494.  
  495. .posts img{
  496. max-width:500px;
  497. background-color:transparent!important;
  498. }
  499.  
  500. .notes {
  501. width:500px;
  502. margin-left:auto!important;
  503. margin-right:auto!important;
  504. margin-bottom:5px;
  505. z-index:9999!important;
  506. }
  507.  
  508. .photo{
  509. max-width:500px;
  510. display:block;
  511. background-color:transparent!important;
  512. padding:0px 0px 4px 0px;
  513. }
  514.  
  515. #date{
  516. width:500px;
  517. text-align:left;
  518. color:{color:text};
  519. text-transform:uppercase;
  520. font-family:calibri;
  521. font-size:8px;
  522. margin-top:4px;
  523. z-index:999;
  524. }
  525.  
  526. #borderinfo{
  527. border-bottom:1px solid {color:post border};
  528. width:500px;
  529. margin-top:3px
  530. }
  531.  
  532. /*posts titles*/
  533. h1 {
  534. color: {color:post title};
  535. padding-left: 5px;
  536. font-family: calibri;
  537. font-size: 13px;
  538. background-color: {color:post background};
  539. font-weight: normal;
  540. text-transform: uppercase;
  541. letter-spacing: 4px;
  542. margin: 0;
  543. }
  544.  
  545. h1:first-letter{
  546. color: {color:title first letter};
  547. font-weight: bold;
  548. font-size: 15px;
  549. }
  550.  
  551. h1 a{
  552. color: {color:post title};
  553. text-decoration: none;
  554. }
  555.  
  556. /*quote*/
  557. .quote {
  558. font-family: georgia;
  559. font-size: 24px;
  560. color: {color:Entry Bold};
  561. float: left;
  562. margin-top: 2px;
  563. }
  564.  
  565. h2{
  566. font-family: calibri;
  567. font-size: 11px;
  568. color: {color:text};
  569. font-weight: normal;
  570. text-transform: uppercase;
  571. letter-spacing: 2px;
  572. }
  573.  
  574. h2:first-letter{
  575. color: {color:title first letter};
  576. font-weight: bold;
  577. font-size: 15px;
  578. }
  579.  
  580. /*chat*/
  581. .chat {
  582. line-height:12px;
  583. list-style:none
  584. }
  585.  
  586. .chat ul {
  587. line-height:15px;
  588. list-style:none;
  589. padding:0px;
  590. line-height:20px;
  591. }
  592.  
  593. .person1 {
  594. background-color:{color:question background};
  595. padding-left:6px;
  596. padding-right:6px;
  597. }
  598.  
  599. .person1 .label {
  600. font-weight:bold;
  601. color:{color:bold};
  602. }
  603.  
  604. .person2 {
  605. background-color:{color:entries};
  606. padding-left:6px;
  607. padding-right:6px;
  608. }
  609.  
  610. .person2 .label {
  611. font-weight:bold;
  612. color:{color:bold};
  613. }
  614.  
  615. .person3 {
  616. background-color:{color:question background};
  617. padding-left:6px;
  618. padding-right:6px;
  619. }
  620.  
  621. .person3 .label {
  622. font-weight:bold;
  623. color:{color:bold};
  624. }
  625.  
  626. .person4 {
  627. background-color:{color:entries};
  628. padding-left:6px;
  629. padding-right:6px;
  630. }
  631.  
  632. .person4 .label {
  633. font-weight:bold;
  634. color:{color:bold};
  635. }
  636.  
  637. .person5 {
  638. background-color:{color:question background};
  639. padding-left:6px;
  640. padding-right:6px;
  641. }
  642.  
  643. .person5 .label {
  644. font-weight:bold;
  645. color:{color:bold};
  646. }
  647.  
  648. /*audio*/
  649. .audioplay {
  650. height: 30px;
  651. margin-top: 38px;
  652. margin-left: 38px;
  653. height: 28px;
  654. width: 28px;
  655. opacity: 0.7;
  656. overflow:hidden;
  657. float:left;
  658. position: absolute;
  659. z-index: 999;
  660. }
  661.  
  662. .audiodesc {
  663. color: {color:text};
  664. overflow: hidden;
  665. margin-left: 100px;
  666. margin-top: 6px;
  667. display: block;
  668. position: absolute;
  669. line-height: 20px;
  670. padding: 5px;
  671. }
  672.  
  673. .albumart {
  674. z-index: 999;
  675. width: 80px;
  676. height: 80px;
  677. border: 10px solid {color:background};
  678. overflow: hidden;
  679. text-align: left;
  680. position: absolute;
  681. }
  682.  
  683. .track {
  684. text-align: right;
  685. display: block;
  686. font-family: 'roboto condensed';
  687. font-size: 16px;
  688. border-bottom: 1px solid #000;
  689. color: {color:Accent};
  690. margin-top: 0px;
  691. text-transform: uppercase;
  692. font-style: italic;
  693. }
  694.  
  695. .albumart2 {
  696. z-index: 1000;
  697. width: 100px;
  698. height: 100px;
  699. overflow: hidden;
  700. }
  701.  
  702. #credit {
  703. position:fixed;
  704. right:0px;
  705. bottom:0px;
  706. background-color:{color:description background};
  707. padding:3px;
  708. text-transform:uppercase;
  709. letter-spacing:1px;
  710. font-size:8px;
  711. }
  712.  
  713. #credit a{
  714. color:{color:description text};
  715. }
  716.  
  717. #credit a:hover{
  718. color:{color:title first letter};
  719. }
  720. </style>
  721. </head>
  722.  
  723. <body>
  724. <header id="location_menu">
  725. <div id="header">
  726.  
  727. <div id="headerimg">
  728. <img src="{image:header}" />
  729. <div id="description">{Description}</div>
  730. <div id="titleheader">{Title}</div>
  731. </div>
  732.  
  733. </div>
  734.  
  735. <nav id="menu">
  736. <ul>
  737. <a href="/">index</a>
  738. <a href="/ask">message</a>
  739.  
  740. {block:IfLink1}
  741. <a href="{text:Link 1 url}">{text:Link 1}</a>
  742. {/block:IfLink1}
  743.  
  744. {block:IfLink2}
  745. <a href="{text:Link 2 url}">{text:Link 2}</a>
  746. {/block:IfLink2}
  747.  
  748. {block:IfLink3}
  749. <a href="{text:Link 3 url}">{text:Link 3}</a>
  750. {/block:IfLink3}
  751.  
  752. {block:IfLink4}
  753. <a href="{text:Link 4 url}">{text:Link 4}</a>
  754. {/block:IfLink4}
  755.  
  756. {block:IfLink5}
  757. <a href="{text:Link 5 url}">{text:Link 5}</a>
  758. {/block:IfLink5}
  759.  
  760. {block:IfLink6}
  761. <a href="{text:Link 6 url}">{text:Link 6}</a>
  762. {/block:IfLink6}
  763.  
  764. {block:IfLink7}
  765. <a href="{text:Link 7 url}">{text:Link 7}</a>
  766. {/block:IfLink7}
  767.  
  768. {block:IfLink8}
  769. <a href="{text:Link 8 url}">{text:Link 8}</a>
  770. {/block:IfLink8}
  771.  
  772. {block:IfLink9}
  773. <a href="{text:Link 9 url}">{text:Link 9}</a>
  774. {/block:IfLink9}
  775. </ul>
  776. </nav>
  777.  
  778. <br><br><br>
  779.  
  780. <div class="entries">
  781.  
  782. {block:IfNotInfiniteScrolling}
  783. {block:Pagination}
  784. <div class="back">
  785. {block:PreviousPage}
  786. <a href="{PreviousPage}">&larr; back</a>
  787. {/block:PreviousPage}
  788. </div>
  789.  
  790. <div class="go">
  791. {block:NextPage}
  792. <a href="{NextPage}">go →</a>
  793. {/block:NextPage}
  794. </div>
  795. {/block:Pagination}
  796. {/block:IfNotInfiniteScrolling}
  797.  
  798.  
  799. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  800. {block:Posts}
  801. <div class="posts">
  802.  
  803. {block:ContentSource}
  804.  
  805. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  806.  
  807. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  808.  
  809. {/block:SourceLogo}
  810.  
  811. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  812.  
  813. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  814.  
  815. {block:PermalinkPage}
  816.  
  817. {/block:PermalinkPage}
  818.  
  819. {block:Text}
  820. {block:Title}<h1>{Title}</h1>{/block:Title}
  821. {Body}
  822. {/block:Text}
  823.  
  824. {block:Photo}
  825. <center><div class="photo">
  826. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</div></center>
  827. {block:IfCaptions}{block:Caption}
  828. {Caption}
  829. {/block:Caption}{/block:IfCaptions}
  830. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  831. {Caption}
  832. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  833. {/block:Photo}
  834.  
  835. {block:Photoset}
  836. <div class="photo">
  837. {Photoset-500}
  838. </div>
  839. {block:IfCaptions}{block:Caption}
  840. {Caption}
  841. {/block:Caption}{/block:IfCaptions}
  842. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  843. {Caption}
  844. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  845. {/block:Photoset}
  846.  
  847. {block:Quote}
  848. <div class="quote">&#10077;</div>
  849. <h2>{Quote}</h2>
  850. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  851. {/block:Quote}
  852.  
  853. {block:Link}
  854. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  855. {block:Description}{Description}{/block:Description}
  856. {/block:Link}
  857.  
  858. {block:Chat}
  859. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  860. <div class="chat"><ul>{block:Lines}
  861. <li class="person{UserNumber}">{block:Label}
  862. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  863. {/block:Chat}
  864.  
  865. {block:Audio}
  866. <div class="audiodesc">
  867. <div class="track">{block:TrackName}{TrackName}{/block:TrackName}</div>
  868. {block:Artist}
  869. <b>Artist:</b> {Artist}<br>
  870. {/block:Artist}
  871. {block:Album}
  872. <b>Album:</b> {Album}<br>
  873. {/block:Album}
  874. {block:PlayCount}
  875. <b>Plays:</b> {PlayCount} </div>
  876. {/block:PlayCount}
  877. <div class="audioplay">{AudioPlayerBlack}</div>
  878. {block:AlbumArt}
  879. <div class="albumart"><img src="{AlbumArtURL}" width="80" height="80"></div>
  880. {/block:AlbumArt}
  881. <div class="albumart2"><img src="http://24.media.tumblr.com/tumblr_md46tfaw9F1rfymxfo1_400.jpg" width="80" height="80"></div>
  882. {/block:Audio}
  883.  
  884.  
  885. {block:Video}
  886. {Video-500}
  887. {block:IfCaptions}{block:Caption}
  888. {Caption}
  889. {/block:Caption}{/block:IfCaptions}
  890. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  891. {Caption}
  892. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  893. {/block:Video}
  894.  
  895. {block:Answer}
  896. <table>
  897. <tr><td colspan="3" width="500px" style="padding:9px; text-align:center; background-color:{color:question background};">{Asker} asked: {Question}</td> <img src="{AskerPortraitURL-30}" style="padding:2px;" align="right"></tr>
  898. </table>
  899. {Answer}
  900. {/block:Answer}
  901.  
  902. {block:IndexPage}
  903. <div id="borderinfo"></div>
  904.  
  905. <div id="date">
  906. <a href="{Permalink}">{block:Date} {TimeAgo} {/block:Date}</a> with {NoteCountWithLabel}{/block:NoteCount}
  907.  
  908. <br>
  909.  
  910. {block:HasTags}
  911. Tagged:
  912. {block:Tags}
  913. <a href="{TagURL}">#{Tag}</a>
  914. {/block:Tags}
  915. {/block:HasTags}
  916. </div>
  917. </div>
  918. {/block:IndexPage}
  919.  
  920. {block:PermalinkPage}
  921. <div id="borderinfo"></div>
  922.  
  923. <div id="date">
  924. <a href="{Permalink}">{block:Date} {TimeAgo} {/block:Date}</a> with {NoteCountWithLabel}{/block:NoteCount}
  925.  
  926. <br>
  927.  
  928. {block:HasTags}
  929. Tagged:
  930. {block:Tags}
  931. <a href="{TagURL}">#{Tag}</a>
  932. {/block:Tags}
  933. {/block:HasTags}
  934. </div>
  935. {/block:PermalinkPage}
  936.  
  937. {/block:Posts}
  938. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  939.  
  940. {block:PostNotes}
  941. <div id="notes">{PostNotes}</div>
  942. {/block:PostNotes}
  943.  
  944. </div></div>
  945.  
  946. <div id="credit">
  947. <a href="http://minivicky.tumblr.com" title="minivicky" target="_blank">MV</a>
  948. </div>
  949.  
  950. </body>
  951. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement