Advertisement
sasorisbutt

Windows 8 - BakaThemes

Jul 3rd, 2014
1,714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.08 KB | None | 0 0
  1. <!--
  2.  
  3. THEME MADE BY BAKATHEMES OR AKATSUKII @ TUMBLR
  4. THEME BASE 01 BY SUPPISUN @ TUMBLR
  5. Edit/tweak as much as you like but pleeeeaaaase
  6. DO NOT remove the credits, copy and
  7. redistribute the theme as your own.
  8. I will fucking hunt you down if you do.
  9.  
  10. -->
  11.  
  12.  
  13.  
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="image:Background" content="" />
  24. <meta name="image:Left Image" content="" />
  25. <meta name="image:Music Image" content="" />
  26.  
  27. <meta name="color:Background" content="#000" />
  28. <meta name="color:Text" content="#fff" />
  29. <meta name="color:Link" content="#ccc" />
  30. <meta name="color:Post Background" content="#4e4e4e" />
  31. <meta name="color:Post Border" content="#606060" />
  32. <meta name="color:Post Hover Border" content="#3a3a3a" />
  33. <meta name="color:Long Box 1" content="#009aad" />
  34. <meta name="color:Long Box 1 Border" content="#1a90a3" />
  35. <meta name="color:Long Box 2" content="#5334ad" />
  36. <meta name="color:Long Box 2 Border" content="#6348b4" />
  37. <meta name="color:Long Box 3" content="#91009a" />
  38. <meta name="color:Long Box 3 Border" content="#9a1aa3" />
  39. <meta name="color:Small Box 1" content="#4e4e4e" />
  40. <meta name="color:Small Box 1 Border" content="#606060" />
  41. <meta name="color:Small Box 2" content="#008a00" />
  42. <meta name="color:Small Box 2 Border" content="#1a961a" />
  43. <meta name="color:Small Box 3" content="#d34927" />
  44. <meta name="color:Small Box 3 Border" content="#d75a3c" />
  45. <meta name="color:Small Box 4" content="#094cb4" />
  46. <meta name="color:Small Box 4 Border" content="#225cba" />
  47. <meta name="color:Scrollbar" content="#fff" />
  48. <meta name="color:Scrollbar BG" content="#1d1d1d" />
  49. <meta name="color:Notes Background" content="#4e4e4e" />
  50. <meta name="color:Sources" content="#2673ec" />
  51.  
  52. <meta name="if:5 Rows" content="0" />
  53.  
  54. <meta name="text:Description Title" content="Description" />
  55. <meta name="text:Image Caption" content="" />
  56. <meta name="text:Music Code" content="" />
  57. <meta name="text:Music Title" content="" />
  58. <meta name="text:SmallBox 1" content="Home" />
  59. <meta name="text:SmallBox 2" content="Ask" />
  60. <meta name="text:SmallBox 3" content="Archive" />
  61. <meta name="text:SmallBox 4" content="Random" />
  62. <meta name="text:SmallBox 5" content="Link" />
  63. <meta name="text:SmallBox 6" content="Link" />
  64. <meta name="text:SmallBox 7" content="Link" />
  65. <meta name="text:SmallBox 8" content="Link" />
  66. <meta name="text:SmallBox 1 URL" content="/" />
  67. <meta name="text:SmallBox 2 URL" content="/ask" />
  68. <meta name="text:SmallBox 3 URL" content="/archive" />
  69. <meta name="text:SmallBox 4 URL" content="/random" />
  70. <meta name="text:SmallBox 5 URL" content="" />
  71. <meta name="text:SmallBox 6 URL" content="" />
  72. <meta name="text:SmallBox 7 URL" content="" />
  73. <meta name="text:SmallBox 8 URL" content="" />
  74. <meta name="text:Tags Title" content="Search & Tags" />
  75. <meta name="text:Tag 1" content="" />
  76. <meta name="text:Tag 2" content="" />
  77. <meta name="text:Tag 3" content="" />
  78. <meta name="text:Tag 4" content="" />
  79. <meta name="text:Tag 5" content="" />
  80. <meta name="text:Tag 6" content="" />
  81. <meta name="text:Tag 7" content="" />
  82. <meta name="text:Tag 8" content="" />
  83. <meta name="text:Tag 9" content="" />
  84. <meta name="text:Tag 1 URL" content="" />
  85. <meta name="text:Tag 2 URL" content="" />
  86. <meta name="text:Tag 3 URL" content="" />
  87. <meta name="text:Tag 4 URL" content="" />
  88. <meta name="text:Tag 5 URL" content="" />
  89. <meta name="text:Tag 6 URL" content="" />
  90. <meta name="text:Tag 7 URL" content="" />
  91. <meta name="text:Tag 8 URL" content="" />
  92. <meta name="text:Tag 9 URL" content="" />
  93.  
  94. <head>
  95.  
  96. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  97.  
  98. <style type="text/css">
  99.  
  100. ::-webkit-scrollbar {
  101. width:5px;
  102. height:3px;
  103. background:{color:Scrollbar BG};
  104. }
  105.  
  106. ::-webkit-scrollbar-thumb {
  107. background:{color:Scrollbar};
  108. }
  109.  
  110. body {
  111. margin:0;
  112. padding:0;
  113. color:{color:Text};
  114. font-family:Calibri;
  115. font-size:12px;
  116. background:{color:Background} url('{image:Background}');
  117. background-attachment:fixed;
  118. cursor:default;
  119. }
  120.  
  121. a {
  122. color:{color:Link};
  123. transition:all 0.5s ease;
  124. -webkit-transition:all 0.5s ease;
  125. -moz-transition:all 0.5s ease;
  126. -o-transition:all 0.5s ease;
  127. -ms-transition:all 0.5s ease;
  128. text-decoration:none;
  129. cursor:default;
  130. }
  131.  
  132. blockquote {
  133. margin:0;
  134. padding-left:10px;
  135. border-left:1px solid #ccc;
  136. }
  137.  
  138. h1 {
  139. position:fixed;
  140. top:20px;
  141. left:120px;
  142. font-family:Open Sans Condensed;
  143. font-size:30px;
  144. }
  145.  
  146. ol.notes {
  147. margin-left:-22px;
  148. width:500px;
  149. font-family:Calibri;
  150. font-size:8px;
  151. text-transform:uppercase;
  152. letter-spacing:1px;
  153. list-style-type:none;
  154. }
  155.  
  156. ol.notes blockquote {
  157. display:none;
  158. }
  159.  
  160. ol.notes li.note {
  161. display:inline-block;
  162. float:left;
  163. width:230px;
  164. height:12px;
  165. margin:0 8px 8px 0;
  166. line-height:12px;
  167. background:{color:Notes Background};
  168. border:5px solid {color:Notes Background};
  169. outline:1px solid {color:Post Border};
  170. overflow:hidden;
  171. white-space:nowrap;
  172. }
  173.  
  174. ol.notes li.note:hover {
  175. outline:3px solid {color:Post Background};
  176. }
  177.  
  178. ol.notes li.note img.avatar {
  179. display:none;
  180. }
  181.  
  182. #left {
  183. position:absolute;
  184. top:100px;
  185. left:120px;
  186. width:248px;
  187. height:632px;
  188. }
  189.  
  190. #longbox {
  191. display:block;
  192. width:226px;
  193. height:98px;
  194. margin-bottom:8px;
  195. padding:10px;
  196. font-family:Franklin Gothic Book;
  197. font-size:11px;
  198. }
  199.  
  200. #longbox h4 {
  201. position:absolute;
  202. margin-top:85px;
  203. color:#fff;
  204. font-family:Open Sans Condensed;
  205. font-size:14px;
  206. font-weight:normal;
  207. letter-spacing:1px;
  208. }
  209.  
  210. #longbox:hover {
  211. outline:3px solid {color:Post Hover Border};
  212. }
  213.  
  214. .longbox1 {
  215. background:{color:Long Box 1};
  216. border:1px solid {color:Long Box 1 Border};
  217. }
  218.  
  219. .longbox2 {
  220. background:{color:Long Box 2};
  221. border:1px solid {color:Long Box 2 Border};
  222. overflow:hidden;
  223. }
  224.  
  225. .longbox3 {
  226. background:{color:Long Box 3};
  227. border:1px solid {color:Long Box 3 Border};
  228. overflow:hidden;
  229. }
  230.  
  231. #smallboxes {
  232. width:258px;
  233. height:248px;
  234. }
  235.  
  236. #smallboxes a {
  237. display:inline-block;
  238. width:98px;
  239. height:98px;
  240. margin:0 5px 8px 0;
  241. padding:10px;
  242. color:{color:Text};
  243. font-size:10px;
  244. letter-spacing:1px;
  245. text-align:center;
  246. text-transform:uppercase;
  247. line-height:98px;
  248. transition:none;
  249. }
  250.  
  251. #smallboxes a:hover {
  252. outline:3px solid {color:Post Hover Border};
  253. }
  254.  
  255. .smallbox1 {
  256. background:{color:Small Box 1};
  257. border:1px solid {color:Small Box 1 Border};
  258. }
  259.  
  260. .smallbox2 {
  261. background:{color:Small Box 2};
  262. border:1px solid {color:Small Box 2 Border};
  263. }
  264.  
  265. .smallbox3 {
  266. background:{color:Small Box 3};
  267. border:1px solid {color:Small Box 3 Border};
  268. }
  269.  
  270. .smallbox4 {
  271. background:{color:Small Box 4};
  272. border:1px solid {color:Small Box 4 Border};
  273. }
  274.  
  275. #posts {
  276. position:absolute;
  277. top:98px;
  278. left:678px;
  279. width:525px;
  280. {block:PermalinkPage}width:540px;{/block:PermalinkPage}
  281. {block:If5Rows}
  282. width:655px;
  283. {block:PermalinkPage}width:540px;{/block:PermalinkPage}
  284. {/block:If5Rows}
  285. height:638px;
  286. border-right:100px solid transparent;
  287. overflow-x:visible;
  288. overflow-y:auto;
  289. }
  290.  
  291. #post {
  292. {block:IndexPage}
  293. display:inline-block;
  294. float:left;
  295. width:98px;
  296. height:98px;
  297. font-size:10px;
  298. {/block:IndexPage}
  299. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  300. margin:3px 7px 7px 3px;
  301. background:{color:Post Background};
  302. border:10px solid {color:Post Background};
  303. outline:1px solid {color:Post Border};
  304. overflow:hidden;
  305. cursor:default;
  306. }
  307.  
  308. #post a {
  309. color:{color:Text};
  310. }
  311.  
  312. #post:hover {
  313. outline:3px solid {color:Post Hover Border};
  314. {block:PermalinkPage}
  315. outline:3px solid {color:Sources};
  316. {/block:PermalinkPage}
  317. }
  318.  
  319. #post:active {
  320. outline:3px solid {color:Sources};
  321. }
  322.  
  323. #post #text {
  324. font-family:Open Sans Condensed;
  325. font-size:12px;
  326. letter-spacing:1px;
  327. }
  328.  
  329. #permalink {
  330. position:absolute;
  331. width:100px;
  332. height:100px;
  333. opacity:0;
  334. }
  335.  
  336. #font {
  337. color:{color:Text};
  338. {block:IndexPage}text-align:center;{/block:IndexPage}
  339. }
  340.  
  341. #font h4 {
  342. font-size:14px;
  343. font-family:Calibri;
  344. font-size:10px;
  345. text-transform:uppercase;
  346. font-weight:bold;
  347. letter-spacing:1px;
  348. }
  349.  
  350. #desc {
  351. height:82px;
  352. overflow-y:auto;
  353. }
  354.  
  355. #image {
  356. width:246px;
  357. height:118px;
  358. margin:-10px 0 0 -10px;
  359. }
  360.  
  361. #image img {
  362. width:246px;
  363. z-index:1;
  364. }
  365.  
  366. #caption {
  367. display:block;
  368. position:absolute;
  369. margin-top:78px;
  370. width:236px;
  371. height:30px;
  372. padding:5px;
  373. font-family:Open Sans Condensed;
  374. font-size:12px;
  375. letter-spacing:1px;
  376. line-height:16px;
  377. background:{color:Long Box 2 Border};
  378. overflow:hidden;
  379. z-index:2;
  380. }
  381.  
  382. #caption2 {
  383. display:block;
  384. position:absolute;
  385. margin-top:78px;
  386. width:236px;
  387. height:30px;
  388. padding:5px;
  389. font-size:11px;
  390. line-height:16px;
  391. background:{color:Long Box 3 Border};
  392. overflow:hidden;
  393. z-index:2;
  394. }
  395.  
  396. #search {
  397. padding:5px;
  398. text-align:center;
  399. }
  400.  
  401. #input {
  402. width:150px;
  403. padding:5px;
  404. font-family:Calibri;
  405. font-size:10px;
  406. text-transform:uppercase;
  407. border:0;
  408. }
  409.  
  410. #button {
  411. padding:5px;
  412. color:#fff;
  413. font-family:Calibri;
  414. font-size:10px;
  415. text-transform:uppercase;
  416. letter-spacing:1px;
  417. background:{color:Long Box 3 Border};
  418. border:0;
  419. cursor:pointer;
  420. }
  421.  
  422. #taags {
  423. height:50px;
  424. padding:0 0 0 3px;
  425. overflow:hidden;
  426. }
  427.  
  428. #taags a {
  429. display:inline-block;
  430. width:65px;
  431. margin:0 1px;
  432. padding:2px;
  433. color:#fff;
  434. font-family:Calibri;
  435. font-size:8px;
  436. text-align:center;
  437. text-transform:uppercase;
  438. letter-spacing:1px;
  439. background:{color:Long Box 3 Border};
  440. transition:all 0.5s ease;
  441. -webkit-transition:all 0.5s ease;
  442. -moz-transition:all 0.5s ease;
  443. -o-transition:all 0.5s ease;
  444. -ms-transition:all 0.5s ease;
  445. overflow:hidden;
  446. white-space:nowrap;
  447. }
  448.  
  449. #taags a:hover {
  450. background:{color:Long Box 3};
  451. }
  452.  
  453. #blogroll {
  454. margin:-10px 0 0 -10px;
  455. }
  456.  
  457. #following {
  458. width:226px;
  459. height:75px;
  460. padding:10px;
  461. overflow-y:auto;
  462. }
  463.  
  464. #following img {
  465. width:20px;
  466. margin:1px 2px;
  467. border:2px solid {color:Long Box 2 Border};
  468. }
  469.  
  470. #perma {
  471. position:fixed;
  472. top:75px;
  473. }
  474.  
  475. #perma a {
  476. color:{color:Sources};
  477. cursor:pointer;
  478. }
  479.  
  480. .small {
  481. left:678px;
  482. width:520px;
  483. padding:4px;
  484. font-family:Calibri;
  485. font-size:8px;
  486. text-align:center;
  487. text-transform:uppercase;
  488. letter-spacing:1px;
  489. white-space:nowrap;
  490. overflow:hidden;
  491. }
  492. #player {
  493. position:absolute;
  494. float:left;
  495. width:28px;
  496. overflow:hidden;
  497. z-index:9999;
  498. {block:IndexPage}margin:-65px 0 0 38px;{/block:IndexPage}
  499. {block:PermalinkPage}margin:-65px 0 0 38px;{/block:PermalinkPage}
  500. }
  501.  
  502. #album img {
  503. float:left;
  504. width:100px;
  505. margin-top:-100px;
  506. z-index:999;
  507. }
  508.  
  509. #playerbg {
  510. width:500px;
  511. height:100px;
  512. background:#000;
  513. z-index:99;
  514. }
  515.  
  516. #artist {
  517. width:390px;
  518. height:80px;
  519. margin:-100px 0 0 100px;
  520. padding:10px;
  521. color:#fff;
  522. text-align:center;
  523. background:#000;
  524. overflow:auto;
  525. z-index:9999;
  526. }
  527.  
  528. #credit, #credit a {
  529. color:#fff;
  530. font-family:Open Sans Condensed;
  531. font-size:14px;
  532. text-align:right;
  533. }
  534.  
  535. #bt {
  536. font-size:20px;
  537. transition:all 0.5s ease;
  538. -webkit-transition:all 0.5s ease;
  539. -moz-transition:all 0.5s ease;
  540. -o-transition:all 0.5s ease;
  541. -ms-transition:all 0.5s ease;
  542. }
  543.  
  544. #longbox:hover #bt {
  545. padding:15px 100px 30px 65px;
  546. font-size:25px;
  547. transition:all 0.5s ease;
  548. -webkit-transition:all 0.5s ease;
  549. -moz-transition:all 0.5s ease;
  550. -o-transition:all 0.5s ease;
  551. -ms-transition:all 0.5s ease;
  552. }
  553.  
  554. </style>
  555.  
  556. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  557.  
  558. </head>
  559.  
  560.  
  561.  
  562. <body>
  563.  
  564.  
  565.  
  566. <h1>{Title}</h1>
  567. <div id="left">
  568. <div id="longbox" class="longbox1">
  569. <h4>{text:Description Title}</h4>
  570. <div id="desc">{Description}</div>
  571. </div>
  572. <div id="smallboxes">
  573. <a href="{text:SmallBox 1 URL}" class="smallbox1">{text:SmallBox 1}</a>
  574. <a href="{text:SmallBox 2 URL}" class="smallbox2">{text:SmallBox 2}</a>
  575. <a href="{text:SmallBox 3 URL}" class="smallbox3">{text:SmallBox 3}</a>
  576. <a href="{text:SmallBox 4 URL}" class="smallbox4">{text:SmallBox 4}</a>
  577. </div>
  578. <div id="longbox" class="longbox2" style="margin-top:8px;">
  579. {block:Following}
  580. <h4>{text:Blogroll Text}</h4>
  581. <div id="blogroll">
  582. <div id="following">
  583. {block:Followed}
  584. <a target="_blank" href="{FollowedURL}" title="{FollowedName}">
  585. <img src="{FollowedPortraitURL-24}" /></a>
  586. {/block:Followed}
  587. </div>
  588. </div>
  589. {/block:Following}
  590. </div>
  591. <div id="longbox" class="longbox3">
  592. <div id="image">
  593. <div id="caption2">
  594. <center>
  595. {text:Music Code}
  596. <p style="margin-top:-5px;font-family:Open Sans Condensed;font-size:13px;">{text:Music Title}</p>
  597. </center>
  598. </div>
  599. <img src="{image:Music Image}">
  600. </div>
  601. </div>
  602. </div>
  603.  
  604.  
  605.  
  606. <div id="left" style="left:375px;">
  607. <div id="longbox" class="longbox2">
  608. <div id="image">
  609. {block:IfImageCaption}
  610. <div id="caption">{text:Image Caption}</div>
  611. {/block:IfImageCaption}
  612. <img src="{image:Left Image}">
  613. </div>
  614. </div>
  615. <div id="longbox" class="longbox3">
  616. <h4>{text:Tags Title}</h4>
  617. <form action="/search" method="get" id="search">
  618. <input type="text" name="q" value="{SearchQuery}" id="input" />
  619. <input type="submit" value="Search" id="button" />
  620. </form>
  621. <div id="taags">
  622. {block:IfTag1}<a href="{text:Tag 1 URL}">{text:Tag 1}</a>{/block:IfTag1}
  623. {block:IfTag2}<a href="{text:Tag 2 URL}">{text:Tag 2}</a>{/block:IfTag2}
  624. {block:IfTag3}<a href="{text:Tag 3 URL}">{text:Tag 3}</a>{/block:IfTag3}
  625. {block:IfTag4}<a href="{text:Tag 4 URL}">{text:Tag 4}</a>{/block:IfTag4}
  626. {block:IfTag5}<a href="{text:Tag 5 URL}">{text:Tag 5}</a>{/block:IfTag5}
  627. {block:IfTag6}<a href="{text:Tag 6 URL}">{text:Tag 6}</a>{/block:IfTag6}
  628. {block:IfTag7}<a href="{text:Tag 7 URL}">{text:Tag 7}</a>{/block:IfTag7}
  629. {block:IfTag8}<a href="{text:Tag 8 URL}">{text:Tag 8}</a>{/block:IfTag8}
  630. {block:IfTag9}<a href="{text:Tag 9 URL}">{text:Tag 9}</a>{/block:IfTag9}
  631. </div>
  632. </div>
  633. <div id="smallboxes">
  634. <a href="{text:SmallBox 5 URL}" class="longbox1">{text:SmallBox 5}</a>
  635. <a href="{text:SmallBox 6 URL}" class="smallbox3">{text:SmallBox 6}</a>
  636. <a href="{text:SmallBox 7 URL}" class="smallbox1">{text:SmallBox 7}</a>
  637. <a href="{text:SmallBox 8 URL}" class="smallbox2">{text:SmallBox 8}</a>
  638. </div>
  639. <div id="longbox" class="smallbox4" style="margin-top:8px;">
  640. <a style="display:block" href="http://bakathemes.tumblr.com" target="_blank">
  641. <div id="credit">
  642. <h4>Credits</h4>
  643. Theme by <div id="bt">BakaThemes</div>
  644. </div>
  645. </a>
  646. </div>
  647. </div>
  648.  
  649.  
  650.  
  651.  
  652. <div id="posts">
  653. <div class="autopagerize_page_element">
  654.  
  655. {block:Posts}
  656.  
  657. {block:PermalinkPage}
  658. <div id="perma" class="small">
  659. {block:Date}
  660. Posted <a href="{Permalink}">{TimeAgo}</a>
  661. {/block:Date}
  662. {block:NoteCount}
  663. with <a href="{Permalink}">{NoteCountWithLabel}</a>.
  664. {/block:NoteCount}
  665. {block:RebloggedFrom}
  666. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>.
  667. {block:ContentSource}
  668. Originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>.
  669. {/block:ContentSource}
  670. {block:NotReblog}{/block:NotReblog}
  671. {/block:RebloggedFrom}
  672. </div>
  673. {/block:PermalinkPage}
  674.  
  675.  
  676.  
  677. <div id="post">
  678.  
  679.  
  680.  
  681. <a href="{Permalink}" style="display:block"><div id="permalink"></div></a>
  682.  
  683. {block:Text}
  684. <div id="font">
  685. {block:Title}<h4>{Title}</h4>{/block:Title}
  686. <div id="text">{Body}</div>
  687. </div>
  688. {/block:Text}
  689.  
  690. {block:Photo}
  691. {block:IndexPage}
  692. <a href="{Permalink}">
  693. <img src="{PhotoURL-250}" alt="{Permalink}" style="margin-left:-75px;"></a>
  694. {/block:IndexPage}
  695. {block:PermalinkPage}
  696. <img src="{PhotoURL-500}" alt="{Permalink}">
  697. {block:Caption}
  698. <div id="text">{Caption}</div>
  699. {/block:Caption}
  700. {/block:PermalinkPage}
  701. {/block:Photo}
  702.  
  703. {block:Photoset}
  704. {block:IndexPage}
  705. {block:Photos}
  706. <img src="{PhotoURL-250}" alt="{Permalink}" style="margin-left:-75px;"></a>
  707. {/block:Photos}
  708. {/block:IndexPage}
  709. {block:PermalinkPage}
  710. {Photoset-500}
  711. {block:Caption}
  712. <div id="text">{Caption}</div>
  713. {/block:Caption}
  714. {/block:PermalinkPage}
  715. {/block:Photoset}
  716.  
  717. {block:Quote}
  718. <div id="font">
  719. <h4>"{Quote}"</h4>
  720. {block:Source}<p>- {Source}</p>{/block:Source}
  721. </div>
  722. {/block:Quote}
  723.  
  724. {block:Link}
  725. <div id="font">
  726. {block:IndexPage}<h4>{Name}</h4>{/block:IndexPage}
  727. {block:PermalinkPage}
  728. <h4><a href="{URL}" target="_blank">{Name}</a></h4>
  729. {block:Description}
  730. <div id="text">{Description}</div>
  731. {/block:Description}
  732. {/block:PermalinkPage}
  733. </div>
  734. {/block:Link}
  735.  
  736. {block:Chat}
  737. <div id="font">
  738. {block:Title}<h4>{Title}</h4>{/block:Title}
  739. {block:Lines}
  740. {block:Label}{Label}{/block:Label} <h4>{Line}</h4>
  741. {/block:Lines}
  742. </div>
  743. {/block:Chat}
  744.  
  745. {block:Audio}
  746. <div id="playerbg">&nbsp;</div>
  747. <div id="player">{AudioPlayerBlack}</div>
  748. {block:AlbumArt}
  749. <div id="album"><img src="{AlbumArtURL}"></div>
  750. {/block:AlbumArt}
  751. {block:PermalinkPage}
  752. <div id="artist">
  753. {block:TrackName}<b>Song:</b> {TrackName}<br />{/block:TrackName}
  754. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  755. {block:Album}<b>Album:</b> {Album}<br />{/block:Album}
  756. {block:PlayCount}<b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}
  757. </div>
  758. {block:Caption} <div id="text">{Caption}</div>{/block:Caption}
  759. {/block:PermalinkPage}
  760. {/block:Audio}
  761.  
  762. {block:Video}
  763. {block:IndexPage}{Video-250}{/block:IndexPage}
  764. {block:PermalinkPage}
  765. {Video-500}
  766. {block:Caption}<div id="text">{Caption}</div>{/block:Caption}
  767. {/block:PermalinkPage}
  768. {/block:Video}
  769.  
  770. {block:Answer}
  771. <div id="font">
  772. {block:IndexPage}
  773. <h4>{Question}</h4>
  774. - {Asker}
  775. {/block:IndexPage}
  776. {block:PermalinkPage}
  777. <div style="font-style:italic;">{Asker} asked:</div>
  778. <h4 style="padding:10px;width:480px;">{Question}</h4>
  779. <div id="text">{Answer}</div>
  780. {/block:PermalinkPage}
  781. </div>
  782. {/block:Answer}
  783.  
  784. </div>
  785.  
  786. {block:PermalinkPage}
  787. {block:HasTags}
  788. <div class="small">
  789. {block:Tags}
  790. <a href="{TagURL}">#{Tag}</a>
  791. {/block:Tags}
  792. </div>
  793. {/block:HasTags}
  794. {/block:PermalinkPage}
  795.  
  796. {/block:Posts}
  797.  
  798. {block:PermalinkPage}
  799. {block:PostNotes}
  800. {PostNotes}
  801. {/block:PostNotes}
  802. {/block:PermalinkPage}
  803.  
  804. <!-- Other -->
  805. {block:ContentSource}
  806. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  807. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  808. {/block:SourceLogo}
  809. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  810. {/block:ContentSource}
  811.  
  812. <!-- {block:NoRebloggedFrom}
  813. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  814. {/block:NoRebloggedFrom} -->
  815.  
  816. </div>
  817.  
  818.  
  819. </body>
  820. </html>
  821.  
  822.  
  823.  
  824. <!--
  825.  
  826. THEME MADE BY BAKATHEMES OR AKATSUKII @ TUMBLR
  827. THEME BASE 01 BY SUPPISUN @ TUMBLR
  828. Edit/tweak as much as you like but pleeeeaaaase
  829. DO NOT remove the credits, copy and
  830. redistribute the theme as your own.
  831. I will fucking hunt you down if you do.
  832.  
  833. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement