Advertisement
sasorisbutt

Facebook - BakaThemes

Nov 2nd, 2014
2,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.45 KB | None | 0 0
  1. <!--
  2.  
  3. THEME MADE BY BAKATHEMES OR AKATSUKII @ TUMBLR
  4. Edit/tweak as much as you like but pleeeeaaaase
  5. DO NOT remove the credits, copy and
  6. redistribute the theme as your own.
  7. I will fucking hunt you down if you do.
  8.  
  9. -->
  10.  
  11.  
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <meta name="image:Profile Picture" content="" />
  23. <meta name="image:Cover Photo" content="" />
  24. <meta name="image:Photo 1" content=""/ >
  25. <meta name="image:Photo 2" content=""/ >
  26. <meta name="image:Photo 3" content=""/ >
  27. <meta name="image:Photo 4" content=""/ >
  28. <meta name="image:Photo 5" content=""/ >
  29. <meta name="image:Photo 6" content=""/ >
  30. <meta name="image:Photo 7" content=""/ >
  31. <meta name="image:Photo 8" content=""/ >
  32. <meta name="image:Photo 9" content=""/ >
  33.  
  34. <meta name="color:Background" content="#fff" />
  35. <meta name="color:Text" content="#37404e" />
  36. <meta name="color:Link" content="#3b5998" />
  37.  
  38. <meta name="text:Blog Name" content="Username" />
  39. <meta name="text:About Title" content="About" />
  40. <meta name="text:Updates Title" content="Updates" />
  41. <meta name="text:Photos Title" content="Photos" />
  42. <meta name="text:Top Link 1" content="Timeline" />
  43. <meta name="text:Top Link 2" content="Message" />
  44. <meta name="text:Top Link 3" content="" />
  45. <meta name="text:Top Link 4" content="" />
  46. <meta name="text:Top Link 5" content="" />
  47. <meta name="text:Top Link 1 URL" content="/" />
  48. <meta name="text:Top Link 2 URL" content="/ask" />
  49. <meta name="text:Top Link 3 URL" content="" />
  50. <meta name="text:Top Link 4 URL" content="" />
  51. <meta name="text:Top Link 5 URL" content="" />
  52. <meta name="text:About 1" content="" />
  53. <meta name="text:About 2" content="" />
  54. <meta name="text:About 3" content="" />
  55. <meta name="text:About 4" content="" />
  56. <meta name="text:About 5" content="" />
  57. <meta name="text:Update 1" content="" />
  58. <meta name="text:Update 2" content="" />
  59. <meta name="text:Update 3" content="" />
  60. <meta name="text:Update 4" content="" />
  61. <meta name="text:Update 5" content="" />
  62. <meta name="text:Update 6" content="" />
  63. <meta name="text:Update 7" content="" />
  64. <meta name="text:Update 8" content="" />
  65. <meta name="text:Update 9" content="" />
  66. <meta name="text:Update 10" content="" />
  67.  
  68. <meta name="if:Ask Form" content="1" />
  69. <meta name="if:About Tab" content="1" />
  70. <meta name="if:Updates Tab" content="1" />
  71. <meta name="if:Photos Tab" content="1" />
  72. <meta name="if:You Like This" content="1" />
  73.  
  74. <head>
  75.  
  76. <style type="text/css">
  77.  
  78. body {
  79. background:{color:Background};
  80. margin:0;
  81. padding:0;
  82. font-family:Tahoma;
  83. color:{color:Text};
  84. font-size:12px;
  85. }
  86.  
  87. a {
  88. color:{color:Link};
  89. text-decoration:none;
  90. }
  91.  
  92. blockquote {
  93. margin:0;
  94. padding-left:10px;
  95. border-left:3px solid {color:Link};
  96. }
  97.  
  98. ol.notes {
  99. margin:0 0 0 12px;
  100. padding:11px 0;
  101. border-top:1px solid #e9eaed;
  102. list-style-type:none;
  103. }
  104.  
  105. ol.notes li.note {
  106. padding:10px 0;
  107. }
  108.  
  109. ol.notes li.note a {
  110. color:{color:Link};
  111. }
  112.  
  113. ol.notes li.note img.avatar {
  114. width:16px;
  115. margin-right:10px;
  116. -webkit-border-radius:3px;
  117. -moz-border-radius:3px;
  118. border-radius:3px;
  119. }
  120.  
  121. ol.notes li.note span.action {
  122. position:absolute;
  123. margin-top:0;
  124. }
  125.  
  126. ol.notes li.note blockquote {
  127. margin:10px 0 0 10px;
  128. padding:10px;
  129. border-color:{color:Link};
  130. }
  131.  
  132. #top {
  133. position:fixed;
  134. top:0;
  135. background:#3f5c9a;
  136. width:100%;
  137. height:42px;
  138. border-bottom:1px solid #1b316c;
  139. z-index:10;
  140. }
  141.  
  142. #toop {
  143. width:865px;
  144. margin:7px auto 0 auto;
  145. }
  146.  
  147. #icon {
  148. padding:2px;
  149. }
  150.  
  151. #icon:hover {
  152. background:#3e588e;
  153. }
  154.  
  155. #search {
  156. float:right;
  157. background:#fff;
  158. width:580px;
  159. margin:1px 252px 0 0;
  160. }
  161.  
  162. #input {
  163. width:543px;
  164. height:10px;
  165. padding:8px;
  166. font-weight:bold;
  167. font-size:15px;
  168. border:0;
  169. }
  170.  
  171. textarea:focus, input:focus{
  172. outline:0;
  173. }
  174.  
  175. #input[value] {
  176. color:#9197a3;
  177. font-weight:normal;
  178. }
  179.  
  180. #button {
  181. float:right;
  182. background:#fff;
  183. margin-top:-24px;
  184. padding:5px;
  185. }
  186.  
  187. #all {
  188. top:43px;
  189. width:865px;
  190. margin:0 auto;
  191. }
  192.  
  193. #cover {
  194. height:357px;
  195. margin-top:-16px;
  196. }
  197.  
  198. #coverphoto {
  199. height:313px;
  200. overflow:hidden;
  201. z-index:8;
  202. }
  203.  
  204. #coverphoto img {
  205. margin-top:59px;
  206. width:865px;
  207. cursor:pointer;
  208. }
  209.  
  210. #links {
  211. display:block;
  212. background:#fff;
  213. height:43px;
  214. padding-left:200px;
  215. font-weight:bold;
  216. border:1px solid #d3d6db;
  217. -webkit-border-bottom-right-radius:3px;
  218. -webkit-border-bottom-left-radius:3px;
  219. -moz-border-radius-bottomright:3px;
  220. -moz-border-radius-bottomleft:3px;
  221. border-bottom-right-radius:3px;
  222. border-bottom-left-radius:3px;
  223. }
  224.  
  225. #links a {
  226. display:inline-block;
  227. padding:15px;
  228. color:{color:Link};
  229. border-left:1px solid #d3d6db;
  230. }
  231.  
  232. #links a:first-child {
  233. color:#000;
  234. cursor:default;
  235. }
  236.  
  237. #links a:last-child {
  238. border-right:1px solid #d3d6db;
  239. }
  240.  
  241. #dp {
  242. position:absolute;
  243. background:#fff;
  244. width:168px;
  245. height:168px;
  246. margin:-187px 0 0 15px;
  247. border:1px solid #b2b2b2;
  248. z-index:9;
  249. }
  250.  
  251. #dp img {
  252. width:160px;
  253. height:160px;
  254. margin:4px 0 0 4px;
  255. cursor:pointer;
  256. }
  257.  
  258. h1, h1 a {
  259. margin:-90px 0 0 100px;
  260. color:#fff;
  261. font-size:23px;
  262. }
  263.  
  264. .border {
  265. -webkit-border-radius:3px;
  266. -moz-border-radius:3px;
  267. border-radius:3px;
  268. }
  269.  
  270. h4, h4 a {
  271. color:{color:Link};
  272. }
  273.  
  274. #center {
  275. margin-top:18px;
  276. }
  277.  
  278. #left {
  279. float:left;
  280. width:323px;
  281. color:#6a7480;
  282. }
  283.  
  284. #left a {
  285. color:#3b5998;
  286. }
  287.  
  288. .left {
  289. background:#fff;
  290. margin-bottom:15px;
  291. padding:0 12px;
  292. border:1px solid #d2d3d6;
  293. }
  294.  
  295. .left li {
  296. list-style-type:none;
  297. }
  298.  
  299. .left ul {
  300. margin:0;
  301. padding:16px;
  302. font-family:Helvetica;
  303. border-bottom:1px solid #e9eaed;
  304. cursor:default;
  305. }
  306.  
  307. .left ul:last-child {
  308. border-bottom:none;
  309. }
  310.  
  311. .left ul a:hover {
  312. text-decoration:underline;
  313. }
  314.  
  315. .update ul a:hover {
  316. text-decoration:none;
  317. }
  318.  
  319. #about li {
  320. font-weight:bold;
  321. }
  322.  
  323. #about ul a:hover {
  324. text-decoration:underline;
  325. }
  326.  
  327. #updates {
  328. font-weight:normal;
  329. }
  330.  
  331. #updates ul {
  332. padding:10px;
  333. }
  334.  
  335. #updates ul:before {
  336. content:"ยท ";
  337. }
  338.  
  339. #photos {
  340. }
  341.  
  342. #photoss {
  343. background:#fff;
  344. width:321px;
  345. margin-left:-12px;
  346. padding-bottom:3px;
  347. transition:all 0.5s ease;
  348. -webkit-transition:all 0.5s ease;
  349. -moz-transition:all 0.5s ease;
  350. -o-transition:all 0.5s ease;
  351. -ms-transition:all 0.5s ease;
  352. overflow:hidden;
  353. }
  354.  
  355. #photoss img {
  356. float:left;
  357. width:103px;
  358. margin:3px 0 0 3px;
  359. }
  360.  
  361. h5 {
  362. margin:0px 0 0 -12px;
  363. padding:14px;
  364. width:293px;
  365. color:#6a7480!important;
  366. font-size:11px;
  367. text-transform:uppercase;
  368. border-bottom:1px solid #e9eaed;
  369. cursor:pointer;
  370. }
  371.  
  372. h5:hover {
  373. text-decoration:underline;
  374. }
  375.  
  376. #posts {
  377. margin:0 0 0 340px;
  378. }
  379.  
  380. #post {
  381. background:#fff;
  382. width:500px;
  383. margin-bottom:15px;
  384. padding:12px;
  385. font-family:Helvetica;
  386. border:1px solid #d2d3d6;
  387. overflow:hidden;
  388. }
  389.  
  390. #post h4 {
  391. margin:0 0 13px 0;
  392. font-family:Lucida Grande;
  393. color:{color:Text};
  394. font-size:20px;
  395. cursor:pointer;
  396. }
  397.  
  398. #post h4 a:hover {
  399. text-decoration:none;
  400. }
  401.  
  402. #post a {
  403. color:{color:Link};
  404. }
  405.  
  406. #post a:hover {
  407. text-decoration:underline;
  408. }
  409.  
  410. #ask {
  411. margin-bottom:15px;
  412. }
  413.  
  414. #infoo {
  415. margin-bottom:20px;
  416. }
  417.  
  418. #info {
  419. height:34px;
  420. margin:-40px 0 0 50px;
  421. padding:3px;
  422. color:{color:Link};
  423. }
  424.  
  425. #info a {
  426. color:#9197a3;
  427. }
  428.  
  429. #name, #name a {
  430. color:{color:Link};
  431. font-weight:bold;
  432. margin-bottom:3px;
  433. }
  434.  
  435. #public {
  436. position:absolute;
  437. width:13px;
  438. margin:1px 0 0 5px;
  439. opacity:0.7;
  440. }
  441.  
  442. #notes {
  443. margin-top:15px;
  444. border-top:1px solid #e9eaed;
  445. }
  446.  
  447. #notes a {
  448. color:{color:Link};
  449. }
  450.  
  451. #notes {
  452. background:#fafbfb;
  453. list-style-type:none;
  454. }
  455.  
  456. #like {
  457. padding:11px 13px;
  458. }
  459.  
  460. #like a {
  461. cursor:pointer;
  462. }
  463.  
  464. #likes {
  465. margin-left:12px;
  466. padding:11px 0;
  467. border-top:1px solid #e9eaed;
  468. }
  469.  
  470. #youlike {
  471. display:inline;
  472. }
  473.  
  474. #youlike[name]:after {
  475. content:"";
  476. }
  477.  
  478. #youlike[name="0"]:after {
  479. content:"s";
  480. }
  481.  
  482. #plural[name]:after {
  483. content:"s";
  484. }
  485.  
  486. #plural[name="1"]:after {
  487. content:"";
  488. }
  489.  
  490. #tags {
  491. margin-left:12px;
  492. padding:11px 0;
  493. border-top:1px solid #e9eaed;
  494. }
  495.  
  496. #answer {
  497. margin-left:12px;
  498. padding:11px 0;
  499. border-top:1px solid #e9eaed;
  500. }
  501.  
  502. #answer img {
  503. float:left;
  504. }
  505.  
  506. #answeer {
  507. margin:-10px 0 0 53px;
  508. }
  509.  
  510. #answeer img {
  511. width:430px;
  512. }
  513.  
  514. #audio {
  515. background:#fff;
  516. width:486px;
  517. height:158px;
  518. border:1px solid #d8d8d8;
  519. }
  520.  
  521. #audioo {
  522. width:158px;
  523. height:158px;
  524. }
  525.  
  526. #player {
  527. width:79px;
  528. margin:50px 0 0 40px;
  529. overflow:hidden;
  530. }
  531.  
  532. #right {
  533. width:302px;
  534. height:132px;
  535. margin:-158px 0 0 158px;
  536. padding:13px;
  537. }
  538.  
  539. #post h4 {
  540. margin:0 0 13px 0;
  541. font-family:Lucida Grande;
  542. color:#000;
  543. font-size:20px;
  544. font-weight:normal;
  545. }
  546.  
  547. #hours, #hours a {
  548. margin-top:-7px;
  549. color:{color:Link};
  550. }
  551.  
  552. .like_button {
  553. display:inline-block;
  554. position:relative;
  555. top:3px;
  556. cursor:pointer!important;
  557. overflow:hidden;
  558. }
  559.  
  560. .like_button iframe {
  561. position:absolute;
  562. top:0;
  563. left:0;
  564. width:100%;
  565. height:100%;
  566. opacity:0;
  567. cursor:pointer!important;
  568. }
  569.  
  570. .like_button::before {
  571. content:'Like';
  572. color:{color:Link};
  573. cursor:pointer!important;
  574. }
  575.  
  576. .like_button:hover::before {
  577. cursor:pointer!important;
  578. text-decoration:underline;
  579. }
  580.  
  581. .like_button.liked::before {
  582. cursor:pointer!important;
  583. content:'Unlike';
  584. }
  585.  
  586. </style>
  587. </head>
  588.  
  589. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  590.  
  591. <body>
  592.  
  593.  
  594.  
  595. <div id="top"><div id="toop">
  596. <a href="http://bakathemes.tumblr.com" target="_blank"><img src="http://static.tumblr.com/fsavqrf/k8znef681/icon.png" id="icon"></a>
  597. <form action="/search" method="get" id="search" class="border">
  598. <input type="text" name="q" id="input" class="border" value="Search this blog" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/>
  599. <input type="image" value="Search" src="http://static.tumblr.com/fsavqrf/DUUnef6mk/search.png" id="button" />
  600. </form>
  601. </div></div>
  602.  
  603. <div id="all">
  604.  
  605. <div id="cover">
  606. <div id="coverphoto"><img src="{image:Cover Photo}"></div>
  607. <div id="links">
  608. {block:IfTopLink1}<a href="{text:Top Link 1 URL}">{text:Top Link 1}</a>{block:IfTopLink1}
  609. {block:IfTopLink2}<a href="{text:Top Link 2 URL}">{text:Top Link 2}</a>{block:IfTopLink2}
  610. {block:IfTopLink3}<a href="{text:Top Link 3 URL}">{text:Top Link 3}</a>{block:IfTopLink3}
  611. {block:IfTopLink4}<a href="{text:Top Link 4 URL}">{text:Top Link 4}</a>{block:IfTopLink4}
  612. {block:IfTopLink5}<a href="{text:Top Link 5 URL}">{text:Top Link 5}</a>{block:IfTopLink5}
  613. <!-- REMOVE THIS AND I KILL U -->
  614. <a href="http://bakathemes.tumblr.com/" target="_blank">Theme</a>
  615. <!-- REMOVE THIS AND I KILL U -->
  616. </div>
  617. <div id="dp"><a href="/"><img src="{image:Profile Picture}"></a></div>
  618. <h1><a href="/">{text:Blog Name} <font style="font-weight:normal;font-size:20px;">({Title})</font></a></h1>
  619. </div>
  620.  
  621. <div id="center">
  622.  
  623. <div id="left">
  624.  
  625. {block:IfAboutTab}
  626. <div id="about" class="left border">
  627. <h5>{text:About Title}</h5>
  628. <li>
  629. {block:IfAbout1}<ul>{text:About 1}</ul>{/block:IfAbout1}
  630. {block:IfAbout2}<ul>{text:About 2}</ul>{/block:IfAbout2}
  631. {block:IfAbout3}<ul>{text:About 3}</ul>{/block:IfAbout3}
  632. {block:IfAbout4}<ul>{text:About 4}</ul>{/block:IfAbout4}
  633. {block:IfAbout5}<ul>{text:About 5}</ul>{/block:IfAbout5}
  634. </li>
  635. </div>
  636. {/block:IfAboutTab}
  637.  
  638. {block:IfUpdatesTab}
  639. <div id="updates" class="left border update">
  640. <h5>{text:Updates Title}</h5>
  641. <li>
  642. {block:IfUpdate1}<ul>{text:Update 1}</ul>{/block:IfUpdate1}
  643. {block:IfUpdate2}<ul>{text:Update 2}</ul>{/block:IfUpdate2}
  644. {block:IfUpdate3}<ul>{text:Update 3}</ul>{/block:IfUpdate3}
  645. {block:IfUpdate4}<ul>{text:Update 4}</ul>{/block:IfUpdate4}
  646. {block:IfUpdate5}<ul>{text:Update 5}</ul>{/block:IfUpdate5}
  647. {block:IfUpdate6}<ul>{text:Update 6}</ul>{/block:IfUpdate6}
  648. {block:IfUpdate7}<ul>{text:Update 7}</ul>{/block:IfUpdate7}
  649. {block:IfUpdate8}<ul>{text:Update 8}</ul>{/block:IfUpdate8}
  650. {block:IfUpdate9}<ul>{text:Update 9}</ul>{/block:IfUpdate9}
  651. {block:IfUpdate10}<ul>{text:Update 10}</ul>{/block:IfUpdate10}
  652. <li>
  653. </div>
  654. {/block:IfUpdatesTab}
  655.  
  656. {block:IfPhotosTab}
  657. <div id="photos" class="left border">
  658. <h5>{text:Photos Title}</h5>
  659. <div id="photoss">
  660. {block:IfPhoto1Image}<img src="{image:Photo 1}">{/block:IfPhoto1Image}
  661. {block:IfPhoto2Image}<img src="{image:Photo 2}">{/block:IfPhoto2Image}
  662. {block:IfPhoto3Image}<img src="{image:Photo 3}">{/block:IfPhoto3Image}
  663. {block:IfPhoto4Image}<img src="{image:Photo 4}">{/block:IfPhoto4Image}
  664. {block:IfPhoto5Image}<img src="{image:Photo 5}">{/block:IfPhoto5Image}
  665. {block:IfPhoto6Image}<img src="{image:Photo 6}">{/block:IfPhoto6Image}
  666. {block:IfPhoto7Image}<img src="{image:Photo 7}">{/block:IfPhoto7Image}
  667. {block:IfPhoto8Image}<img src="{image:Photo 8}">{/block:IfPhoto8Image}
  668. {block:IfPhoto9Image}<img src="{image:Photo 9}">{/block:IfPhoto9Image}
  669. </div>
  670. </div>
  671. {/block:IfPhotosTab}
  672.  
  673. </div>
  674.  
  675. <div id="posts">
  676. {block:IfAskForm}{block:IndexPage}
  677. <div id="ask">
  678. <!-- CHANGE YOURURLHERE WITH YOUR URL -->
  679. <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" width="524px"></iframe>
  680. </div>
  681. {/block:IndexPage}{/block:IfAskForm}
  682.  
  683. <div class="autopagerize_page_element">
  684.  
  685. {block:Posts}
  686.  
  687. <div id="post" class="border">
  688.  
  689. <div id="infoo">
  690.  
  691. {block:RebloggedFrom}
  692. <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-40}" class="border"></a>
  693. {/block:RebloggedFrom}
  694. {block:NotReblog}
  695. {block:Answer}<a><img src="{AskerPortraitURL-40}"></a>{/block:Answer}
  696. {block:Text}<a href="/"><img src="{PortraitURL-40}" class="border"></a>{/block:Text}
  697. {block:Photo}<a href="/"><img src="{PortraitURL-40}" class="border"></a>{/block:Photo}
  698. {block:Photoset}<a href="/"><img src="{PortraitURL-40}" class="border"></a>{/block:Photoset}
  699. {block:Quote}<a href="/"><img src="{PortraitURL-40}" class="border"></a>{/block:Quote}
  700. {block:Link}<a href="/"><img src="{PortraitURL-40}" class="border"></a>{/block:Link}
  701. {block:Chat}<a href="/"><img src="{PortraitURL-40}" class="border"></a>{/block:Chat}
  702. {block:Audio}<a href="/"><img src="{PortraitURL-40}" class="border"></a>{/block:Audio}
  703. {block:Video}<a href="/"><img src="{PortraitURL-40}" class="border"></a>{/block:Video}
  704. {/block:NotReblog}
  705.  
  706. <div id="info">
  707. <div id="name">
  708. {block:RebloggedFrom}
  709. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  710. {/block:RebloggedFrom}
  711. {block:NotReblog}
  712. {block:Answer}{Asker}{/block:Answer}
  713. {block:Text}<a href="{PermalinkURL}">{Name}</a>{/block:Text}
  714. {block:Photo}<a href="{PermalinkURL}">{Name}</a>{/block:Photo}
  715. {block:Photoset}<a href="{PermalinkURL}">{Name}</a>{/block:Photoset}
  716. {block:Quote}<a href="{PermalinkURL}">{Name}</a>{/block:Quote}
  717. {block:Link}<a href="{PermalinkURL}">{Name}</a>{/block:Link}
  718. {block:Chat}<a href="{PermalinkURL}">{Name}</a>{/block:Chat}
  719. {block:Audio}<a href="{PermalinkURL}">{Name}</a>{/block:Audio}
  720. {block:Video}<a href="{PermalinkURL}">{Name}</a>{/block:Video}
  721. {/block:NotReblog}
  722. </div>
  723. {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date}
  724. {block:PermalinkPage}
  725. {block:Title}<a href="{Permalink}">{Title}</a> {/block:Title}
  726. {/block:PermalinkPage}
  727. <img src="http://static.tumblr.com/fsavqrf/9Xznefavj/public.png" id="public">
  728. </div></div>
  729.  
  730. {block:Text}
  731. {block:Title}<h4>{Title}</h4>{/block:Title}
  732. <p>{Body}</p>
  733. {/block:Text}
  734.  
  735. {block:Photo}
  736. {LinkOpenTag}
  737. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  738. {LinkCloseTag}
  739. {block:Caption}<p>{Caption}</p>{/block:Caption}
  740. {/block:Photo}
  741.  
  742. {block:Photoset}
  743. {Photoset-500}
  744. {block:Caption}<p>{Caption}</p>{/block:Caption}
  745. {/block:Photoset}
  746.  
  747. {block:Quote}
  748. <h4>"{Quote}"</h4>
  749. {block:Source}<p>{Source}</p>{/block:Source}
  750. {/block:Quote}
  751.  
  752. {block:Link}
  753. <h4><a href="{URL}" target="_blank">{Name}</a></h4>
  754. {block:Description}<p>{Description}</p>{/block:Description}
  755. {/block:Link}
  756.  
  757. {block:Chat}
  758. {block:Title}<h4>{Title}</h4>{/block:Title}
  759. {block:Lines}
  760. {block:Label}<b>{Label}</b>{/block:Label} {Line}</br>
  761. {/block:Lines}
  762. {/block:Chat}
  763.  
  764. {block:Audio}
  765. <div id="audio"><div id="audioo">
  766. <img src="{AlbumArtURL}" id="album">
  767. <div id="player">{AudioPlayerWhite}</div></div>
  768. <div id="right">
  769. {block:TrackName}<h4>{TrackName}</h4>{/block:TrackName}
  770. {block:Artist}{Artist}{/block:Artist}
  771. </div></div>
  772. {block:Caption}{Caption}{/block:Caption}
  773. {/block:Audio}
  774.  
  775. {block:Video}
  776. {Video-500}
  777. {block:Caption}{Caption}{/block:Caption}
  778. {/block:Video}
  779.  
  780. {block:Answer}{Question}{/block:Answer}
  781.  
  782. <div id="notes"><div id="like">
  783. {LikeButton color="grey" size="10"} ยท <a href="{Permalink}">Comment</a> ยท <a href="{ReblogURL}" target="_blank">Share</a>{block:RebloggedFrom}{block:ContentSource} ยท <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:ContentSource}{/block:RebloggedFrom}
  784. </div>
  785.  
  786. {block:IfYouLikeThis}
  787. <div id="likes"><div id="youlike" name="{NoteCount}"><a href="/">{text:Blog Name}</a>
  788. {block:NoteCount} and <a id="plural" name="{NoteCount}" href="{Permalink}">{NoteCount} other</a>{/block:NoteCount} like</div> this.</div>
  789. {/block:IfYouLikeThis}
  790.  
  791. {block:IfNotYouLikeThis}
  792. {block:NoteCount}<div id="likes"><a id="plural" name="{NoteCount}" href="{Permalink}">{NoteCount} other</a> like this.</div>{/block:NoteCount}
  793. {/block:IfNotYouLikeThis}
  794.  
  795. {block:PermalinkPage}
  796. {block:HasTags}
  797. <div id="tags">
  798. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  799. </div>
  800. {/block:HasTags}
  801. {/block:PermalinkPage}
  802.  
  803. {block:Answer}
  804. <div id="answer">
  805. <img src="{PortraitURL-40}" class="border">
  806. <div id="answeer">
  807. <b style="float:left;"><a href="/">{Name}</a>&nbsp;</b>
  808. {Answer}
  809. <div id="hours" style="display:block;"><a href="{Permalink}">{TimeAgo}</div></div></div>
  810. {/block:Answer}
  811.  
  812. </div>
  813.  
  814. {block:PermalinkPage}
  815. {block:PostNotes}
  816. {PostNotes}
  817. {/block:PostNotes}
  818. {/block:PermalinkPage}
  819.  
  820. {block:ContentSource}
  821. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  822. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  823. {/block:SourceLogo}
  824. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  825. {/block:ContentSource}
  826.  
  827. </div>
  828.  
  829. {/block:Posts}
  830.  
  831. </div></div>
  832.  
  833.  
  834.  
  835. </body>
  836. </html>
  837.  
  838.  
  839. <!--
  840.  
  841. THEME MADE BY BAKATHEMES OR AKATSUKII @ TUMBLR
  842. Edit/tweak as much as you like but pleeeeaaaase
  843. DO NOT remove the credits, copy and
  844. redistribute the theme as your own.
  845. I will fucking hunt you down if you do.
  846.  
  847. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement