Advertisement
vickkyu

theme #09 by fuckbenedict

Feb 15th, 2015
1,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.62 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. Theme #09 "Road to Paradise"
  5. by fuckbenedict.co.vu
  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. <!-- All -->
  16. <meta name="color:background" content="#ffffff">
  17. <meta name="color:blockquote" content="#d55c51">
  18. <meta name="color:scrollbar" content="#d55c51">
  19. <meta name="color:scrollbar bg" content="#ffffff">
  20. <meta name="color:link" content="#d55c51">
  21. <meta name="color:link hover" content="#d55c51">
  22. <meta name="color:text" content="#656565">
  23. <meta name="color:question background" content="#f5f5f5">
  24. <meta name="color:bold" content="#d55c51">
  25.  
  26. <!-- Header -->
  27. <meta name="color:header background" content="#ffffff">
  28. <meta name="color:sidebar links text" content="#ffffff">
  29. <meta name="color:sidebar links background" content="#042357">
  30. <meta name="color:sidebar links text hover" content="#ffffff">
  31. <meta name="color:sidebar links background hover" content="#d55c51">
  32. <meta name="color:title" content="#042357">
  33. <meta name="color:title first letter" content="#d55c51">
  34. <meta name="color:subtitle" content="#042357">
  35. <meta name="color:description text" content="#656565">
  36. <meta name="color:description background" content="#f5f5f5">
  37. <meta name="color:description border" content="#e2e2e2">
  38.  
  39. <!-- Posts -->
  40. <meta name="color:pagination background" content="#d55c51">
  41. <meta name="color:pagination text" content="#ffffff">
  42. <meta name="color:entries" content="#ffffff">
  43. <meta name="color:post border" content="#3c504e">
  44. <meta name="color:post title" content="#042357">
  45. <meta name="color:post title first letter" content="#d55c51">
  46.  
  47. <!-- Images -->
  48. <meta name="image:background" content="">
  49. <meta name="image:header background" content="">
  50. <meta name="image:header 1" content="http://static.tumblr.com/ctnjtyx/pufngyenv/header1.jpg">
  51. <meta name="image:header 2" content="http://static.tumblr.com/ctnjtyx/JOWngyeo1/header2.jpg">
  52.  
  53. <!-- Options -->
  54. <meta name="if:Captions" content="0">
  55. <meta name="if:Infinite Scrolling" content="0">
  56. <meta name="text:Subtitle" content="Stars that shined so <b>bright</b>
  57. quietly fall <b>asleep</b> one by one.">
  58.  
  59. <!-- Links -->
  60. <meta name="text:Link 1" content="">
  61. <meta name="text:Link 1 url" content="">
  62. <meta name="text:Link 2" content="">
  63. <meta name="text:Link 2 url" content="">
  64. <meta name="text:Link 3" content="">
  65. <meta name="text:Link 3 url" content="">
  66. <meta name="text:Link 4" content="">
  67. <meta name="text:Link 4 url" content="">
  68. <meta name="text:Link 5" content="">
  69. <meta name="text:Link 5 url" content="">
  70. <meta name="text:Link 6" content="">
  71. <meta name="text:Link 6 url" content="">
  72. <meta name="text:Link 7" content="">
  73. <meta name="text:Link 7 url" content="">
  74. <meta name="text:Link 8" content="">
  75. <meta name="text:Link 8 url" content="">
  76. <meta name="text:Link 9" content="">
  77. <meta name="text:Link 9 url" content="">
  78.  
  79. <!-- Scripts -->
  80. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  81.  
  82. <script src="http://static.tumblr.com/taiol9r/FKKmcv180/jquery.style-my-tooltips.js"></script>
  83.  
  84. <script>
  85. (function($){
  86. $(document).ready(function(){
  87. $("[title]").style_my_tooltips({
  88. tip_follows_cursor:true,
  89. tip_delay_time:100,
  90. tip_fade_speed:500,
  91. });});})(jQuery);
  92. </script>
  93.  
  94. {block:IfInfiniteScrolling}
  95. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  96. {/block:IfInfiniteScrolling}
  97.  
  98. <style type="text/css">
  99.  
  100. /*body*/
  101. body{
  102. background-color:{color:background};
  103. background-image: url('{image:background}');
  104. background-repeat:repeat;
  105. font-family: cambria;
  106. margin:0px;
  107. padding:0px;
  108. font-size:10px;
  109. }
  110.  
  111. /*scrollbar*/
  112. ::-webkit-scrollbar{
  113. height: 0px;
  114. width: 3px;
  115. }
  116.  
  117. ::-webkit-scrollbar-thumb{
  118. background-color:{color:scrollbar};
  119. }
  120.  
  121. ::-webkit-scrollbar-track{
  122. background-color:{color:scrollbar background};
  123. }
  124.  
  125. ::-webkit-scrollbar-buttom{
  126. background-color:{color:scrollbar background};
  127. }
  128.  
  129. /*bold*/
  130. b, strong {
  131. color:{color:bold};
  132. }
  133.  
  134. /*links hover*/
  135. #s-m-t-tooltip{
  136. max-width:300px;
  137. margin:14px 10px 5px 15px;
  138. padding:4px 5px 4px 5px;
  139. text-transform:lowercase;
  140. font-family:cambria;
  141. font-style:italic;
  142. font-size:9px;
  143. color:{color:sidebar links text hover};
  144. background:{color:sidebar links background hover};
  145. z-index:999;
  146. }
  147.  
  148. /*links*/
  149. a {
  150. text-decoration:none;
  151. outline:none;
  152. -moz-outline-style:none;
  153. color:{color:link};
  154. -webkit-transition: all 0.5s ease;
  155. -moz-transition: all 0.5s ease;
  156. -o-transition: all 0.5s ease;
  157. }
  158.  
  159. a:hover {
  160. -webkit-transition: all 0.5s ease-out;
  161. -moz-transition: all 0.5s ease-out;
  162. transition: all 0.5s ease-out;
  163. color: {color:link hover};
  164. -webkit-transition: all 0.5s ease;
  165. -moz-transition: all 0.5s ease;
  166. -o-transition: all 0.5s ease;
  167. }
  168.  
  169. /*blockquote*/
  170. blockquote {
  171. border-left:4px solid {color:blockquote};
  172. padding-left:5px;
  173. margin-left:2px;
  174. width:390px;
  175. }
  176.  
  177. /*header*/
  178. #header{
  179. width:100%;
  180. height:257px;
  181. background-color:{color:header background};
  182. background-image: url('{image: header background}');
  183. top:0px;
  184. left:0px;
  185. z-index:9999;
  186. }
  187.  
  188. #header img{
  189. height:257px;
  190. }
  191.  
  192. #headerimg {
  193. position:relative;
  194. height:257px;
  195. width:300px;
  196. z-index:999;
  197. margin-left:auto;
  198. margin-right:auto;
  199. }
  200.  
  201. #sos{
  202. width:300px;
  203. margin-left:auto;
  204. margin-right:auto;
  205. z-index:999;
  206. text-align: center;
  207. }
  208.  
  209. /*header links*/
  210. #links{
  211. margin-top:10px;
  212. margin-left:-10px;
  213. }
  214.  
  215. #links a{
  216. text-align: center;
  217. font-size:8px;
  218. font-family: calibri;
  219. padding:2px 3px 2px 3px;
  220. margin-left:3px;
  221. color:{color:sidebar links text};
  222. background:{color:sidebar links background};
  223. -webkit-border-radius: 100px;
  224. -moz-border-radius: 100px;
  225. border-radius:100%;
  226. }
  227.  
  228. #links a:hover{
  229. text-align: center;
  230. color:{color:sidebar links text hover};
  231. background:{color:sidebar links background hover};
  232. -webkit-border-radius: 100px;
  233. -moz-border-radius: 100px;
  234. border-radius:100%;
  235. }
  236.  
  237. /*title*/
  238. #title{
  239. font-family: cambria;
  240. font-size: 16px;
  241. text-align: center;
  242. width:300px;
  243. margin-top:20px;
  244. text-transform:lowercase;
  245. letter-spacing:1px;
  246. margin-left:auto;
  247. margin-right:auto;
  248. color:{color:title};
  249. z-index:999;
  250. }
  251.  
  252. #title:first-letter{
  253. color:{color:title first letter};
  254. font-weight: bold;
  255. }
  256.  
  257. /*subtitle*/
  258. #subtitle{
  259. margin-left:auto;
  260. margin-right:auto;
  261. text-align: center;
  262. width:300px;
  263. font-size: 8px;
  264. letter-spacing: 1px;
  265. text-transform: uppercase;
  266. font-family: calibri;
  267. color: {color:subtitle};
  268. }
  269.  
  270. /*description*/
  271. .desc{
  272. font-family:cambria;
  273. text-transform:lowercase;
  274. overflow-y:scroll;
  275. overflow-x:hidden;
  276. padding:10px 7px 7px 7px;
  277. letter-spacing:1px;
  278. font-size:10px;
  279. margin-top: 10px;
  280. margin-left:auto;
  281. margin-right:auto;
  282. line-height:12px;
  283. text-align:left;
  284. height:33px;
  285. background:{color:description background};
  286. color:{color:description text};
  287. width:300px;
  288. border:1px dashed {color:description border};
  289. }
  290.  
  291. .desc a{
  292. font-weight: bold;
  293. font-style:italic;
  294. }
  295.  
  296. .desc:first-letter{
  297. text-transform:uppercase;
  298. font-size:15px;
  299. color:{color:description first letter};
  300. font-style:italic;
  301. font-weight: bold;
  302. }
  303.  
  304.  
  305.  
  306. .go {
  307. width:50px;
  308. bottom:0px;
  309. margin-left:440px;
  310. text-align:center;
  311. position:fixed;
  312. line-height:20px;
  313. padding:1px;
  314. font-family: cambria;
  315. text-transform: uppercase;
  316. background-color:{color:pagination background};
  317. font-size:8px;
  318. color:{color:pagination text};
  319. }
  320.  
  321. .go a{
  322. text-decoration: none;
  323. width:40px;
  324. opacity: 1;
  325. text-align:center;
  326. font-family: cambria;
  327. text-transform: uppercase;
  328. background-color:{color:pagination background};
  329. font-size:8px;
  330. color:{color:pagination text};
  331. border-radius: 3px;
  332. }
  333.  
  334. .back {
  335. width:50px;
  336. bottom:0px;
  337. margin-left:-46px;
  338. text-align:center;
  339. position:fixed;
  340. line-height:20px;
  341. padding:1px;
  342. font-family: cambria;
  343. text-transform: uppercase;
  344. background-color:{color:pagination background};
  345. font-size:8px;
  346. color:{color:pagination text};
  347. }
  348.  
  349. .back a{
  350. text-decoration: none;
  351. width:40px;
  352. opacity: 1;
  353. text-align:center;
  354. font-family: cambria;
  355. text-transform: uppercase;
  356. background-color:{color:pagination background};
  357. font-size:8px;
  358. color:{color:pagination text};
  359. border-radius: 3px;
  360. }
  361.  
  362.  
  363. #updates {
  364.  
  365. /* UPDATES TAB BY: MARIESTHEMES.TUMBLR.COM
  366. DO NOT REMOVE THIS CREDIT, EDIT AS MUCH AS YOU LIKE
  367. I RECOMMEND THAT YOU DO NOT CHANGE ANYTHING THAT I HAVEN'T MARKED WITH "CHANGE _____" BECAUSE THEY MAY AFFECT THE HEIGHTS AND STUFF AND MESS THE WHOLE THING UP SO BE CAREFUL WHILE EDITING
  368. AND WATCH OUT FOR THE ; AND } BECAUSE THEY ARE CRUCIAL DO NOT DELETE THEM */
  369.  
  370. left:15px;
  371. top:12px;
  372. font-size:10px;
  373. line-height:1.4;
  374. z-index:999999;
  375. position:fixed;}
  376.  
  377. ul#tabs {
  378. padding:0px;
  379. margin:0px;}
  380. ul#tabs li {
  381. width:12px;
  382. height:12px;
  383. padding:5px;
  384. margin-top:7px;
  385. list-style:none;
  386. cursor:pointer;
  387. overflow:hidden;
  388. overflow:visible;}
  389.  
  390. #tabs a {
  391. -webkit-border-radius: 100px;
  392. -moz-border-radius: 100px;
  393. border-radius:100%;
  394. padding:8px 9px;
  395. overflow:hidden;
  396. text-align:center;
  397. font-size:8px;
  398. font-family:calibri;
  399. text-transform:uppercase;
  400. color:{color:sidebar links text};
  401. background:{color:sidebar links background};
  402. -webkit-transition:all 0.6s ease-out;
  403. -moz-transition:all 0.6s ease-out;
  404. transition:all 0.6s ease-out;}
  405. #tabs a:hover {
  406. color:{color:sidebar links text hover};
  407. background:{color:sidebar links background hover};
  408. -webkit-transition:all 0.6s ease-out;
  409. -moz-transition:all 0.6s ease-out;
  410. transition:all 0.6s ease-out;}
  411.  
  412. #content1, #content2, #content3 {
  413. width:130px;
  414. min-height:64px;
  415. margin-left:37px;
  416. margin-top:-80px; /* IF YOU DELETE/ADD TABS CHANGE THE VALUE TO THE CORRECT ONE TOLD ON THE ORIGINAL POST (http://paynex.tumblr.com/post/104341522478) */
  417. padding:9px 10px;
  418. position:absolute;
  419. word-wrap:break-word;
  420. text-align:justify;
  421. line-height:1.4; /* CHAGE THE LINE HEIGHT */
  422. letter-spacing:1px; /* CHENGE THE LETTER SPACING */
  423. font-size:8px; /* CHANGE THE FONT SIZE */
  424. font-family:calibri, tahoma; /* CHANGE THE FONT */
  425. text-transform:uppercase; /* UPPERCASE OR LOWERCASE */
  426. color:#6d6c6c; /* CHANGE TEXT COLOR */
  427. border:1px solid #f7f7f7; /* CHANGE BORDER COLOR */
  428. background-color:#ffffff; /* CHANGE BACKGROUND COLOR */}
  429.  
  430. /*all*/
  431. .entries {
  432. width:420px;
  433. margin-top:10px;
  434. bottom:5px;
  435. margin-left:auto!important;
  436. margin-right:auto!important;
  437. z-index:999;
  438. }
  439.  
  440. /*posts*/
  441. .posts {
  442. background-color:{color:entries};
  443. width:400px;
  444. margin:12px!important;
  445. top:193px;
  446. margin-top:5px;
  447. display:block;
  448. padding:10px;
  449. font-family:cambria;
  450. font-weight:normal;
  451. font-size:11px;
  452. color:{color:text};
  453. text-align:justify;
  454. z-index:9999!important;
  455. float:left;
  456. }
  457.  
  458. .posts img{
  459. max-width:400px;
  460. background-color:transparent!important;
  461. }
  462.  
  463. .notes {
  464. width:400px;
  465. margin-left:auto!important;
  466. margin-right:auto!important;
  467. margin-bottom:5px;
  468. z-index:9999!important;
  469. }
  470.  
  471. .photo{
  472. max-width:400px;
  473. display:block;
  474. background-color:transparent!important;
  475. padding:0px 0px 4px 0px;
  476. }
  477.  
  478. #date{
  479. width:370px;
  480. text-align:left;
  481. background:{color:description background};
  482. color:{color:text};
  483. text-transform:lowercase;
  484. font-family:cambria;
  485. font-size:9px;
  486. padding:15px 15px 15px 15px;
  487. letter-spacing:1px;
  488. line-height:12px;
  489. margin-top:4px;
  490. z-index:999;
  491. }
  492.  
  493. #date a{
  494. color:{color:title};
  495. }
  496.  
  497. #tags{
  498. width:370px;
  499. text-align:left;
  500. color:{color:text};
  501. text-transform:uppercase;
  502. font-family:calibri;
  503. font-size:8px;
  504. padding-left:3px;
  505. letter-spacing:1px;
  506. line-height:12px;
  507. margin-top:3px;
  508. z-index:999;
  509. }
  510.  
  511. /*posts titles*/
  512. h1 {
  513. color: {color:post title};
  514. font-family: calibri;
  515. font-size: 13px;
  516. font-weight: normal;
  517. text-transform: uppercase;
  518. margin-bottom:5px;
  519. letter-spacing: 2px;
  520. margin: 0;
  521. }
  522.  
  523. h1:first-letter{
  524. color: {color:post title first letter};
  525. font-weight: bold;
  526. font-size: 15px;
  527. }
  528.  
  529. h1 a{
  530. color: {color:post title};
  531. text-decoration: none;
  532. }
  533.  
  534. h1 a:hover{
  535. color: {color:post title};
  536. text-decoration: none;
  537. }
  538.  
  539. /*quote*/
  540. .quote {
  541. font-family: georgia;
  542. font-size: 24px;
  543. color: {color:Bold};
  544. float: left;
  545. margin-top: 2px;
  546. }
  547.  
  548. h2{
  549. font-family: calibri;
  550. font-size: 11px;
  551. color: {color:text};
  552. font-weight: normal;
  553. text-transform: uppercase;
  554. letter-spacing: 2px;
  555. }
  556.  
  557. h2:first-letter{
  558. color: {color:title first letter};
  559. font-weight: bold;
  560. font-size: 15px;
  561. }
  562.  
  563. /*chat*/
  564. .chat {
  565. margin-top: 15px;
  566. margin-bottom: 10px;
  567. }
  568.  
  569. .chat .even {
  570. background: #fff;
  571. padding: 5px;
  572. color: #bfbfbf;
  573. }
  574.  
  575. .chat .odd {
  576. background: #f5f5f5;
  577. padding: 5px;
  578. }
  579.  
  580. .chat li, ul.chat {
  581. list-style: none;
  582. margin: 0;
  583. padding: 0;
  584. }
  585.  
  586. /*audio*/
  587. .playerbuttonbg {
  588. position: absolute;
  589. left: 17px;
  590. top: 19px;
  591. width: 25px;
  592. height: 25px;
  593. background-color: #ffffff;
  594. padding: 10px;
  595. opacity: .4;
  596. filter: alpha(opacity=40);
  597. -moz-opacity: 0.4;
  598. -khtml-opacity: 0.4;
  599. transition: opacity .7s ease-in-out;
  600. -moz-transition: opacity .7s ease-in-out;
  601. -webkit-transition: opacity .7s ease-in-out;
  602. }
  603.  
  604. .playerbuttonbg:hover {
  605. opacity: .8;
  606. filter: alpha(opacity=100);
  607. -moz-opacity: 1;
  608. -khtml-opacity: 1;
  609. }
  610.  
  611. .newplayerbutton {
  612. position: relative;
  613. width: 26px;
  614. height: 25px;
  615. overflow: hidden;
  616. }
  617.  
  618. .playerbuttonhug {
  619. position: absolute;
  620. top: -32px;
  621. left: -10px;
  622. }
  623.  
  624. .tumblr_audio_player {
  625. height: 90px;
  626. width: 270px;
  627. -moz-transform: scale(0.60, 0.60);
  628. -webkit-transform: scale(0.60, 0.60);
  629. -o-transform: scale(0.60, 0.60);
  630. -ms-transform: scale(0.60, 0.60);
  631. transform: scale(0.60, 0.60);
  632. -moz-transform-origin: top left;
  633. -webkit-transform-origin: top left;
  634. -o-transform-origin: top left;
  635. -ms-transform-origin: top left;
  636. transform-origin: top left;
  637. }
  638.  
  639. .audioimgwrapper {
  640. position: absolute;
  641. left: 0px;
  642. top: 0px;
  643. overflow: hidden;
  644. width: 80px;
  645. height: 80px;
  646. }
  647.  
  648. .audioimgwrapper img {
  649. width: 100%;
  650. height: auto;
  651. }
  652.  
  653. .trackdetails {
  654. width: auto;
  655. display:inline-block;
  656. margin-left: 98px;
  657. min-height: 85px;
  658. }
  659.  
  660. .audiowrapper {
  661. position: relative;
  662. display:inline-block;
  663. }
  664.  
  665. .track {
  666. text-align: left;
  667. display: block;
  668. font-family: calibri;
  669. width: 300px;
  670. font-size: 15px;
  671. margin-top: 0px;
  672. color:{color:text};
  673. border-bottom:1px dashed {color:description border};
  674. font-style: none;
  675. }
  676.  
  677. .track:first-letter{
  678. color:{color:title first letter};
  679. font-weight: bold;
  680. }
  681.  
  682. /*credits (do not remove)*/
  683. #credit {
  684. position:fixed;
  685. right:5px;
  686. bottom:10px;
  687. text-transform:uppercase;
  688. letter-spacing:1px;
  689. font-size:8px;
  690. font-family: cambria;
  691. }
  692.  
  693. #credit a{
  694. padding:5px;
  695. color:{color:sidebar links text};
  696. background:{color:sidebar links background};
  697. }
  698.  
  699. #credit a:hover{
  700. padding:5px;
  701. color:{color:sidebar links text hover};
  702. background:{color:sidebar links background hover};
  703. }
  704.  
  705. #paradise {
  706. position:relative;
  707. height:184px;
  708. width:1250px;
  709. }
  710.  
  711. #paradise img {
  712. position:absolute;
  713. -webkit-transition: opacity 1s ease-in-out;
  714. -moz-transition: opacity 1s ease-in-out;
  715. -o-transition: opacity 1s ease-in-out;
  716. transition: opacity 1s ease-in-out;
  717. }
  718.  
  719. #paradise img.top:hover {
  720. opacity:0;
  721. }
  722. </style>
  723. </head>
  724.  
  725. <body>
  726. <div id="header">
  727.  
  728. <div id="headerimg">
  729. <div id="paradise">
  730. <img class="bottom" src="{image:header 2}" />
  731. <img class="top" src="{image:header 1}" />
  732. </div>
  733. </div>
  734.  
  735. </div>
  736.  
  737. <div id="title">{title}</div>
  738. <div id="subtitle">{text:Subtitle}</div>
  739. <div class="desc">
  740. {block:Description}{Description}{/block:Description}
  741. </div>
  742. <div id="sos">
  743. <div id="links">
  744. <a href="/" title="home">01</a>
  745. {block:IfLink1}
  746. <a href="{text:Link 1 url}" title="{text:Link 1}">02</a>
  747. {/block:IfLink1}
  748. {block:IfLink2}
  749. <a href="{text:Link 2 url}" title="{text:Link 2}">03</a>
  750. {/block:IfLink2}
  751. {block:IfLink3}
  752. <a href="{text:Link 3 url}" title="{text:Link 3}">04</a>
  753. {/block:IfLink3}
  754. {block:IfLink4}
  755. <a href="{text:Link 4 url}" title="{text:Link 4}">05</a>
  756. {/block:IfLink4}
  757. {block:IfLink5}
  758. <a href="{text:Link 5 url}" title="{text:Link 5}">06</a>
  759. {/block:IfLink5}
  760. {block:IfLink6}
  761. <a href="{text:Link 6 url}" title="{text:Link 6}">07</a>
  762. {/block:IfLink6}
  763. {block:IfLink7}
  764. <a href="{text:Link 7 url}" title="{text:Link 7}">08</a>
  765. {/block:IfLink7}
  766. {block:IfLink8}
  767. <a href="{text:Link 8 url}" title="{text:Link 8}">09</a>
  768. {/block:IfLink8}
  769. {block:IfLink9}
  770. <a href="{text:Link 9 url}" title="{text:Link 9}">10</a>
  771. {/block:IfLink9}
  772. </div>
  773. </div>
  774.  
  775.  
  776. <div class="entries">
  777.  
  778. {block:IfNotInfiniteScrolling}
  779. {block:Pagination}
  780. <div class="back">
  781. {block:PreviousPage}
  782. <a href="{PreviousPage}">&larr; back</a>
  783. {/block:PreviousPage}
  784. </div>
  785.  
  786. <div class="go">
  787. {block:NextPage}
  788. <a href="{NextPage}">go →</a>
  789. {/block:NextPage}
  790. </div>
  791. {/block:Pagination}
  792. {/block:IfNotInfiniteScrolling}
  793.  
  794. {block:IfInfiniteScrolling}
  795. <div class="autopagerize_page_element">
  796. {/block:IfInfiniteScrolling}
  797.  
  798. {block:Posts}
  799. <div class="posts">
  800.  
  801. {block:ContentSource}
  802.  
  803. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  804.  
  805. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  806.  
  807. {/block:SourceLogo}
  808.  
  809. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  810.  
  811. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  812.  
  813. {block:PermalinkPage}
  814.  
  815. {/block:PermalinkPage}
  816.  
  817. {block:Text}
  818. {block:Title}<h1>{Title}</h1>{/block:Title}
  819. {Body}
  820. {/block:Text}
  821.  
  822. {block:Photo}
  823. <center><div class="photo">
  824. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}</div></center>
  825. {block:IfCaptions}{block:Caption}
  826. {Caption}
  827. {/block:Caption}{/block:IfCaptions}
  828. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  829. {Caption}
  830. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  831. {/block:Photo}
  832.  
  833. {block:Photoset}
  834. <div class="photo">
  835. {Photoset-400}
  836. </div>
  837. {block:IfCaptions}{block:Caption}
  838. {Caption}
  839. {/block:Caption}{/block:IfCaptions}
  840. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  841. {Caption}
  842. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  843. {/block:Photoset}
  844.  
  845. {block:Quote}
  846. <div class="quote">&#10077;</div>
  847. <h2>{Quote}</h2>
  848. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  849. {/block:Quote}
  850.  
  851. {block:Link}
  852. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  853. {block:Description}{Description}{/block:Description}
  854. {/block:Link}
  855.  
  856. {block:Chat}
  857. {block:Title}<h2>{Title}</h2>{/block:Title}
  858. <div style="margin-top: -13px;"><div class="chat">
  859. <ul class="chat">
  860. {block:Lines}
  861. <li class="{Alt} user_{UserNumber}">
  862. {block:Label}
  863. <span class="label">
  864. <b>{Label}</b>
  865. </span>
  866. {/block:Label}
  867. {Line}
  868. </li>
  869. {/block:Lines}</ul>
  870. </ul>
  871. </div></div>
  872. {/block:Chat}
  873.  
  874. {block:AudioPlayer}
  875. <div class="audiowrapper">
  876. {block:AlbumArt}
  877. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  878. {/block:AlbumArt}
  879.  
  880. <div class="playerbuttonbg">
  881. <div class="newplayerbutton">
  882. <div class="playerbuttonhug">
  883.  
  884. {AudioPlayerWhite}
  885.  
  886. </div>
  887. </div>
  888. </div>
  889.  
  890. <div class="trackdetails">
  891.  
  892. {block:TrackName}<div class="track">{TrackName}</div>{/block:TrackName}<br>
  893. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>
  894. {block:Album}<b>Album:</b> {Album}{/block:Album}<br/>
  895. {block:PlayCount}<b>Plays:</b> {PlayCount}{/block:PlayCount}
  896.  
  897. </div>
  898. </div>
  899. <br>
  900. {block:IfCaptions}{block:Caption}
  901. {Caption}
  902. {/block:Caption}{/block:IfCaptions}
  903. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  904. {Caption}
  905. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  906. {/block:AudioPlayer}
  907.  
  908.  
  909.  
  910. {block:Video}
  911. {Video-400}
  912. {block:IfCaptions}{block:Caption}
  913. {Caption}
  914. {/block:Caption}{/block:IfCaptions}
  915. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  916. {Caption}
  917. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  918. {/block:Video}
  919.  
  920. {block:Answer}
  921. <table>
  922. <tr><td colspan="3" width="400px" 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>
  923. </table>
  924. {Answer}
  925. {/block:Answer}
  926.  
  927. {block:IndexPage}
  928. <div id="borderinfo"></div>
  929.  
  930. <div id="date">
  931. <a href="{Permalink}">{block:Date} {TimeAgo} {/block:Date}</a> with {NoteCountWithLabel}{/block:NoteCount}
  932. </div>
  933.  
  934. <div id="tags">
  935. {block:HasTags}
  936. {block:Tags}
  937. <a href="{TagURL}">#{Tag}</a>
  938. {/block:Tags}
  939. {/block:HasTags}
  940. </div>
  941. </div>
  942. {/block:IndexPage}
  943.  
  944. {block:PermalinkPage}
  945.  
  946. <div id="date">
  947. <a href="{Permalink}">{block:Date} {TimeAgo} {/block:Date}</a> with {NoteCountWithLabel}{/block:NoteCount}
  948.  
  949. <br>
  950.  
  951. {block:HasTags}
  952. {block:Tags}
  953. <a href="{TagURL}">#{Tag}</a>
  954. {/block:Tags}
  955. {/block:HasTags}
  956. </div>
  957. {/block:PermalinkPage}
  958.  
  959. {/block:Posts}
  960. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  961.  
  962. {block:PostNotes}
  963. <div id="notes">{PostNotes}</div>
  964. {/block:PostNotes}
  965.  
  966. </div></div>
  967.  
  968. <div id="updates">
  969. <ul id="tabs">
  970. <li><a class="#content1">01</a></li>
  971. <li><a class="#content2">02</a></li>
  972. <li><a class="#content3">03</a></li>
  973. </ul>
  974.  
  975. <div id="content1">
  976. <!-- WRITE BETWEEN THIS -->
  977. This theme was made by <br><b><a href="http://fuckbenedict.co.vu/" title="f- benedict" target="_blank">F- Benedict</a></b>. <br><br>Credits for <b><a href="http://paynex.tumblr.com/" title="paynex" target="_blank">Paynex</a></b> that made this lovely updates bar.
  978. <!-- AND THIS -->
  979. </div>
  980.  
  981. <div id="content2">
  982. <!-- WRITE BETWEEN THIS -->
  983. Your updates goes here.
  984. <!-- AND THIS -->
  985. </div>
  986.  
  987. <div id="content3">
  988. <!-- WRITE BETWEEN THIS -->
  989. Your updates goes here.
  990. <!-- AND THIS -->
  991. </div>
  992. </div>
  993.  
  994. <script src="http://static.tumblr.com/7bmjmb1/7alncayzs/jquery-1.11.1.min.js"></script>
  995. <script src="http://static.tumblr.com/7bmjmb1/nACnevwtr/mtupdatestab.js.txt"></script>
  996.  
  997. <div id="credit">
  998. <a href="http://fuckbenedict.co.vu/" title="fuck benedict" target="_blank">FB</a>
  999. </div>
  1000.  
  1001. </body>
  1002. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement