Advertisement
valkyriethemes

Daisuki

Aug 6th, 2014
992
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.70 KB | None | 0 0
  1. <!---
  2. [ #05 ] - Daisuki
  3. + THEME BY AOMINATION/VALKYRIETHEMES +
  4.  
  5. - DO NOT remove credit
  6. - DO NOT repost/reupload graphics or images provided.
  7. - DO NOT redistribute to make your own theme.
  8. - DO NOT use this as a base code.
  9. - Credit me if taking any part of my coding.
  10.  
  11.  
  12. ------->
  13.  
  14. <html>
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  20. <meta name="description" content="" />
  21. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  24.  
  25. <!--- TOOL TIPS --->
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27. <script src="http://static.tumblr.com/3lcgguq/DCPn25qvq/jquery.style-my-tooltips.js"></script>
  28. <script src="http://static.tumblr.com/3lcgguq/Eifn25qw3/style-my-tooltips.css"></script>
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("[title]").style_my_tooltips({
  33. tip_follows_cursor:true,
  34. tip_delay_time:200,
  35. tip_fade_speed:300,
  36. attribute:"title"
  37. });
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42.  
  43.  
  44. <meta name="image:Background" content="" >
  45. <meta name="image:Sidebar" conent="" >
  46.  
  47. <meta name="if:Image Fade" content="0">
  48. <meta name="if:Monochrome" content="0">
  49.  
  50. <meta name="color:Accents" content="#df9ec9" >
  51. <meta name="color:Ask Background" content="#ffccdf" >
  52. <meta name="color:Background" content="#fef9fb">
  53. <meta name="color:Borders" content="#ffccdf" >
  54. <meta name="color:Description" content="#fff" >
  55. <meta name="color:Links" content="#df9ec9" >
  56. <meta name="color:Link Hover" content="#ffccdf" >
  57. <meta name="color:Navigation Hover Background"="#fff" >
  58. <meta name="color:Navigation" content="#fff">
  59. <meta name="color:Navigation Link Hover"="#ffccdf" >
  60. <meta name="color:Post Background" content="#fff" >
  61. <meta name="color:Scrollbar Background" content="#fef9fb">
  62. <meta name="color:Scrollbar" content="#ffccdf">
  63. <meta name="color:Text" content="#000" >
  64. <meta name="color:Top Bar" content="#ffccdf" >
  65. <meta name="color:Top Bar Borders" content="#fff" >
  66.  
  67. <meta name="text:Link 1 URL" content="" >
  68. <meta name="text:Link 1" content="" >
  69. <meta name="text:Link 2 URL" content="" >
  70. <meta name="text:Link 2" content="" >
  71. <meta name="text:Link 3 URL" content="" >
  72. <meta name="text:Link 3" content="" >
  73. <meta name="text:Link 4 URL" content="" >
  74. <meta name="text:Link 4" content="" >
  75. <meta name="text:Link 5 URL" content="" >
  76. <meta name="text:Link 5" content="" >
  77. <meta name="text:Link 6 URL" content="" >
  78. <meta name="text:Link 6" content="" >
  79. <meta name="text:Link 7 URL" content="" >
  80. <meta name="text:Link 7" content="" >
  81. <meta name="text:Link 8 URL" content="" >
  82. <meta name="text:Link 8" content="" >
  83.  
  84. <style type="text/css">
  85.  
  86. #s-m-t-tooltip{
  87. max-width:300px;
  88. z-index:10;
  89. margin:24px 14px 7px 12px;
  90. padding:5px;
  91. padding-bottom:7px;
  92. background: {color:Post Background};
  93. border: 1px solid {color:Borders};
  94. -moz-border-radius:0px;
  95. -webkit-border-radius:0px;
  96. border-radius:0px;
  97. font-family: "calibri";
  98. text-transform: uppercase;
  99. font-size:8px;
  100. letter-spacing: 1px;
  101. color: {color:Text};}
  102.  
  103. ::-webkit-scrollbar-thumb {
  104. height:auto;
  105. background-color: {color:Scrollbar};}
  106.  
  107. ::-webkit-scrollbar {
  108. height:9px;
  109. width:4px;
  110. background-color: {color:Scrollbar Background};}
  111.  
  112. body {
  113. background-color: {color:Background};
  114. margin:0px;
  115. color:{color:Text};
  116. font-family:calibri;
  117. font-size:10px;
  118. line-height:100%;
  119. letter-spacing:0px;
  120. text-align:justify;
  121. background-image:url('{image:background}');}
  122.  
  123. a {
  124. text-decoration:none;
  125. outline:none;
  126. -moz-outline-style:none;
  127. color: {color:Links};
  128. -moz-transition-duration:0.5s;
  129. -webkit-transition-duration:0.5s;
  130. -o-transition-duration:0.5s;}
  131.  
  132.  
  133.  
  134. img {
  135. border:none;
  136. max-width: 100%}
  137.  
  138. #post blockquote {
  139. padding-left:5px;
  140. max-width: 100%
  141. border-left:1px solid {color:Text};}
  142.  
  143. #post blockquote blockquote {
  144. padding-left:5px;
  145. max-width: 100%
  146. border-left:1px solid {color:Text};}
  147.  
  148. h1 {
  149. font-size:15px;
  150. letter-spacing:2px;
  151. text-transform:uppercase;
  152. font-family:'calibri';
  153. background-color: {color:Top Bar};
  154. font-style:none;
  155. line-height:10px;
  156. text-align:center;
  157. padding:10px;}
  158.  
  159. b, i, u {color: {color:Accents};}
  160.  
  161. a:hover {
  162. color: {color:Link Hover};
  163. -moz-transition-duration:0.5s;
  164. -webkit-transition-duration:0.5s;
  165. -o-transition-duration:0.5s;}
  166.  
  167.  
  168. /*CONTENT*/
  169.  
  170. #container {
  171. width: 1340px;
  172. margin: auto;}
  173.  
  174. #entries {
  175. padding:10px;
  176. width:500px;
  177. margin:auto;
  178. margin-top: 160px;
  179. font-size:10px;
  180. font-family:'arial';
  181. letter-spacing:0px;}
  182.  
  183. #post {
  184. width:500px;
  185. padding-bottom:10px;
  186. padding:25px;
  187. background-color: {color:Post Background};
  188. border: 1px solid {color:Borders};
  189. margin-top:30px;}
  190.  
  191.  
  192. /*POST INFO*/
  193.  
  194.  
  195. #tags {
  196. float:left;
  197. width:489px;
  198. margin-top:-7px;
  199. margin-left:-5px;
  200. text-align:center;
  201. font-size:7px;
  202. padding:5px;
  203. font-size:8px;
  204. opacity:1;
  205. transition-duration: 0.5s;
  206. -moz-transition-duration: 0.5s;
  207. -webkit-transition-duration: 0.5s;
  208. -o-transition-duration: 0.5s}
  209.  
  210. #tags a {
  211. letter-spacing:0px;
  212. font-size:8px;
  213. text-align:left;
  214. font-family:'CALIBRI';
  215. text-decoration:none;
  216. display:block;
  217. color: {color:Text};}
  218.  
  219. #tags a:hover {
  220. background-color:#fff;
  221. -moz-transition-duration:0.3s;
  222. -webkit-transition-duration:0.3s;
  223. -o-transition-duration:0.3s;}
  224.  
  225.  
  226.  
  227. /* Questions and Answers */
  228. #asks, #answer {
  229. width: 500px;
  230. position: relative;
  231. text-align: justify;}
  232.  
  233. #asker {
  234. font-family: calibri
  235. color: {color:Text};
  236. font-size: 9px;
  237. margin-top: 10px;
  238. text-transform: uppercase;
  239. margin-left: 85px;}
  240.  
  241. #arrow {
  242. color: {color:Ask Background};
  243. position: absolute;
  244. margin-top: -2px;
  245. margin-left: 40px;
  246. font-size: 50px;}
  247.  
  248. #question {
  249. background-color: {color:Ask Background};
  250. border: 10px solid {color:Ask Background};}
  251.  
  252. #q, #a {margin: 5px;}
  253.  
  254. #dropthebass {
  255. opacity: 0;
  256. margin-left: 532px;
  257. margin-top: -80px;
  258. position: absolute;
  259. -moz-transition-duration:0.5s;
  260. -webkit-transition-duration:0.5s;
  261. -o-transition-duration:0.5s;}
  262.  
  263. #dropthebass a {
  264. width: 10px;
  265. height: 10px;
  266. display: block;
  267. background-color: {color:Post Background};
  268. border: 1px solid {color:Borders};
  269. margin: 4px 0px;
  270. padding: 8px;
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;}
  274.  
  275. #post:hover #dropthebass{
  276. opacity:1;
  277. margin-top:-30px;
  278. -moz-transition-duration:0.5s;
  279. -webkit-transition-duration:0.5s;
  280. -o-transition-duration:0.5s;}
  281.  
  282. #pagination {
  283. margin-top: 40px;
  284. margin-left: 1010px;
  285. width:125px;
  286. z-index:99;
  287. font-family: "silkscreen";
  288. font-size: 9px;
  289. text-transform: lowercase;
  290. text-align: center;
  291. letter-spacing:1px;
  292. position:fixed;
  293. background-color: {color:Post Background};
  294. border: 1px solid {color:Borders};
  295. padding:4px}
  296.  
  297. #pagination a {{color:Links};}
  298.  
  299. #pagination a:hover {{color:Link Hover};}
  300.  
  301.  
  302. /* HEADER JOIN AREA I DONT FUCKING KNOW */
  303.  
  304. #hall {
  305. height: 175px;
  306. position: fixed;
  307. top: 0px;
  308. background-color: {color:Background};
  309. margin: auto;
  310. z-index: 1000;
  311. width: 1340px}
  312. /* Left Header */
  313.  
  314. #leftheader {
  315. width: 550px;
  316. height: 150px;
  317. border: 1px solid {color:Borders};
  318. position: fixed;
  319. margin: 10px;
  320. background-color: {color:Post Background};
  321. z-index: 10;
  322. top: 0px;
  323. margin-left: 0px;}
  324.  
  325. #lcontent {
  326. width: 520px;
  327. height: 120px;
  328. background-color: {color:Top Bar};
  329. padding: 5px;
  330. margin: 10px;}
  331.  
  332. .border {
  333. width: 1px;
  334. height: 100px;
  335. position: fixed;
  336. margin-left: 88px;
  337. top: 38px;
  338. border-right: 1px solid {color:Top Bar Borders};}
  339.  
  340. #description {
  341. color: #fff;
  342. width: 375px;
  343. height: 75px;
  344. padding: 5px;
  345. margin-left: 105px;
  346. top: 45px;
  347. font-size: 13px;
  348. text-align: justify;
  349. position: fixed;}
  350.  
  351. #desc {
  352. font-family: calibri;
  353. color: {color:Description};
  354. position: relative;
  355. top: 0px;
  356. word-spacing: 2px;
  357. width: 355px;
  358. height: 55px;
  359. margin: 9px;}
  360.  
  361. #avatarpic {
  362. top: 45px;
  363. width: 64px;
  364. height: 64px;
  365. margin-left: 10px;
  366. border: 10px solid {color:Top Bar Borders};
  367. position: fixed}
  368.  
  369. /* Middle Header */
  370. #middleheader {
  371. width: 215px;
  372. height: 150px;
  373. border: 1px solid {color:Borders};
  374. background-color: {color:Post Background};
  375. position: fixed;
  376. margin: 10px;
  377. z-index: 10;
  378. top: 0px;
  379. margin-left: 563px;}
  380.  
  381. #mcontent {
  382. width: 185px;
  383. height: 121px;
  384. margin: 10px;
  385. padding: 5px;}
  386.  
  387. #sidebar {
  388. width: 195px;
  389. height: 130px;
  390. margin: 10px;
  391. background-color: {color:Top Bar};}
  392. /* Right Header */
  393. #rightheader {
  394. width: 550px;
  395. height: 150px;
  396. margin: 10px;
  397. border: 1px solid {color:Borders};
  398. background-color: {color:Post Background};
  399. position: fixed;
  400. z-index: 10;
  401. top: 0px;
  402. margin-left: 790px;}
  403.  
  404. #rcontent {
  405. background-color: {color:Top Bar};
  406. width: 520px;
  407. height: 120px;
  408. padding: 5px;
  409. margin: 10px;}
  410.  
  411. /* FIRST BOX */
  412. .rbox {
  413. width:152px;
  414. height: 130px;
  415. position: relative;
  416. padding: 5px;
  417. margin: 10px;
  418. top: -5px;
  419. left: -5px;}
  420.  
  421. .rlinks {
  422. font-family: calibri;
  423. font-size: 9px;
  424. letter-spacing: 1px;
  425. text-transform: uppercase;
  426. text-align: center;}
  427.  
  428. .rlinks a {
  429. display: inline-block;
  430. width: 130px;
  431. padding: 6.4px 5px;
  432. color: {color:Navigation};
  433. margin-top: 2px;}
  434.  
  435. .rlinks a:hover {
  436. background-color: {color:Navigation Hover Background};
  437. color: {color:Navigation Link Hover};}
  438.  
  439. .border1 {
  440. width: 1px;
  441. height: 100px;
  442. top: 38px;
  443. margin-left: 170px;
  444. position: fixed;
  445. border-right: 1px solid {color:Top Bar Borders};}
  446.  
  447. /* THIRD BOX */
  448.  
  449. .rbox1 {
  450. width: 140px;
  451. position: relative;
  452. padding: 5px;
  453. top: -269px;
  454. margin: 10px;
  455. left: 356px;}
  456.  
  457. .border2 {
  458. width: 1px;
  459. height: 100px;
  460. position: fixed;
  461. margin-left: 357px;
  462. margin-top: -260px;
  463. border-right: 1px solid {color:Top Bar Borders};}
  464.  
  465. /* SECOND BOX */
  466. .rbox3 {
  467. width: 145px;
  468. height: 92px;
  469. margin: 10px;
  470. position: relative;
  471. border: 1px solid {color:Borders};
  472. top: -156px;
  473. padding: 5px;
  474. left: 177px;}
  475.  
  476. /* Monochrome + Image Fade */
  477. {block:IfMonochrome}
  478. #photo{
  479. filter: url("data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  480. filter: gray; /* IE6-9 */
  481. -webkit-filter: grayscale(1);
  482. -webkit-transition: all 0.5s ease-in-out;
  483. -moz-transition: all 0.5s ease-in-out;
  484. -o-transition: all 0.5s ease-in-out;
  485. -ms-transition: all 0.5s ease-in-out;
  486. transition: all 0.5s ease-in-out;}
  487.  
  488. #photo:hover{
  489. filter: none;
  490. -webkit-filter: grayscale(0);
  491. -webkit-transition: all 0.7s ease-in-out;
  492. -moz-transition: all 0.7s ease-in-out;
  493. -o-transition: all 0.7s ease-in-out;}
  494. {/block:IfMonochrome}
  495.  
  496. {block:IfImageFade}
  497. #photo{
  498. opacity:.5;
  499. -webkit-transition: all 0.5s ease-in-out;
  500. -moz-transition: all 0.5s ease-in-out;
  501. -o-transition: all 0.5s ease-in-out;
  502. -ms-transition: all 0.5s ease-in-out;
  503. transition: all 0.5s ease-in-out;}
  504.  
  505. #photo:hover{
  506. opacity:1.0;
  507. -webkit-transition: all 0.7s ease-in-out;
  508. -moz-transition: all 0.7s ease-in-out;
  509. -o-transition: all 0.7s ease-in-out;}
  510. {/block:IfImageFade}
  511.  
  512. /* Render */
  513.  
  514.  
  515. {CustomCSS}</style>
  516.  
  517.  
  518.  
  519.  
  520. </head><body>
  521.  
  522. <div id="container">
  523. <div id="hall">
  524.  
  525. <!--- Start of Left Header --->
  526. <div id="leftheader">
  527. <div id="lcontent">
  528. <div id="avatarpic"><img src="{PortraitURL-64}">
  529. <div class="border"></div> <!--- End of Border --->
  530. <div id="description"><div id="desc">{description}</div></div>
  531. <!-- End of Desc -->
  532. </div> <!--- End of Avatar --->
  533. </div> <!--- End of Left Content --->
  534. </div><!--- End of Left Header --->
  535.  
  536.  
  537. <!--- Start of Middle Header --->
  538. <div id="middleheader">
  539. <div id="sidebar"><img src="{image:Sidebar}"></div> <!--- End of Sidebar --->
  540. <div id="mcontent"></div> <!--- End of Middle Content --->
  541. </div><!--- End of Middle Header ---->
  542.  
  543. <!--- Start of Right Header --->
  544. <div id="rightheader">
  545. <div id="rcontent">
  546. <!--- Start of First Box ---->
  547. <div class="rbox">
  548. <div class="rlinks">
  549. <a href="/">home</a>
  550. <a href="/">Message</a>
  551. <a href="/archive">Memories</a>
  552. <a href="http://valkyriethemes.tumblr.com">Theme</a>
  553. </div> <!--- End of rlinks ---->
  554. </div> <!--- End of rbox ---->
  555. <!--- End of First Box ---->
  556.  
  557. <div class="border1"></div> <!--- End of Border ---->
  558.  
  559. <!--- Start of Second Box ---->
  560. <div class="rbox3">
  561. <div class="rlinks">
  562. {block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
  563. {block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
  564. {block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
  565. {block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}
  566. </div> <!--- End of rlinks ---->
  567. </div> <!--- End of Second Box --->
  568. <!--- End of Second Box --->
  569.  
  570. <div class="border2"></div> <!--- End of Border ---->
  571.  
  572. <!--- Start of Third Box --->
  573. <div class="rbox1">
  574. <div class="rlinks">
  575. {block:IfLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:IfLink5}
  576. {block:IfLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:IfLink6}
  577. {block:IfLink7}<a href="{text:Link 7 URL}">{text:Link 7}</a>{/block:IfLink7}
  578. {block:IfLink8}<a href="{text:Link 8 URL}">{text:Link 8}</a>{/block:IfLink8}
  579. </div> <!--- End of rlinks --->
  580. </div>
  581. <!--- End of This Box --->
  582.  
  583.  
  584.  
  585. </div> <!--- End of Right Content --->
  586. </div> <!--- End of Right Header --->
  587.  
  588.  
  589.  
  590.  
  591.  
  592. </div> <!-- End of HALL -->
  593.  
  594.  
  595. {block:Pagination}<div id="pagination">
  596. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  597. {block:JumpPagination length="3"}
  598. {block:CurrentPage}<span class="current_page">✖</span>&nbsp;&nbsp;{/block:CurrentPage}
  599. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  600. {/block:JumpPagination}
  601. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  602. </div>{/block:Pagination}
  603.  
  604.  
  605. <div id="entries">
  606. {block:Posts}
  607. <div id="post">
  608.  
  609. {block:IndexPage}
  610. <div id="dropthebass">
  611. <a href="{Permalink}" title="{NoteCountWithLabel}"> <img src="http://static.tumblr.com/3lcgguq/LBHn9n7ut/tumblr_inline_n2aivtfzj31r7v6wt.png"></a>
  612.  
  613. <a href="{ReblogURL}" title="reblog" target="_blank"> <img src="http://static.tumblr.com/3lcgguq/nJVn9n7t3/reb.png"> </a>
  614.  
  615. {block:ContentSource}
  616. <a href="{ReblogRootURL}" a title="by {SourceTitle}"><img src="http://static.tumblr.com/3lcgguq/Cynn9po57/tumblr_inline_n2aihuoysv1r7v6wt.png"></a>
  617. {/block:ContentSource}
  618.  
  619. {block:RebloggedFrom}
  620. <a href="{ReblogParentURL}" a title="via {ReblogParentName}"><img src="http://static.tumblr.com/3lcgguq/qVjn9po7q/tr.png"></a>
  621. {/block:RebloggedFrom}
  622.  
  623. {block:HasTags}
  624. <div id="tags">{block:Tags}<a href="{TagURL}" a title="#{Tag}">
  625. <img src="http://static.tumblr.com/3lcgguq/9ADn9n8a6/tumblr_inline_n2aihb9plr1r7v6wt.png">
  626. </a>{/block:Tags}</div>
  627. {/block:HasTags}
  628.  
  629.  
  630. </div>
  631. {/block:IndexPage}
  632.  
  633.  
  634. {block:Text}
  635. <h1>{block:Title}{Title}{/block:Title}</h1>
  636. {Body}{/block:Text}
  637.  
  638. <!---------------------------------------------------
  639. PHOTO POSTS
  640. ---------------------------------------------------->
  641. {block:Photo}
  642. {LinkOpenTag}<div id="photo"><img src="{PhotoURL-500}"alt="{PhotoAlt}" width="500px"></div>{LinkCloseTag}
  643. {block:Caption}{Caption}{/block:Caption}
  644. {/block:Photo}
  645.  
  646. <!---------------------------------------------------
  647. PHOTOSET POSTS
  648. ---------------------------------------------------->
  649. {block:Photoset}
  650. <div id="photo">{Photoset-500}</div>
  651. {block:Caption}{Caption}{/block:Caption}
  652. {/block:Photoset}
  653.  
  654. {block:Quote}<h2>"{Quote}"</h2>
  655. {block:Source}<div class="qsource"> —{Source}</div>
  656. {/block:Source}{/block:Quote}
  657.  
  658. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  659.  
  660. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  661.  
  662. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  663. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  664. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  665. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  666. {/block:Audio}<br>
  667.  
  668. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  669.  
  670. <!---------------------------------------------------
  671. ANSWER POSTS
  672. ---------------------------------------------------->
  673.  
  674. {block:Answer}
  675. <div id="asks">
  676. <div id="question">
  677. <div id="q">{Question}
  678. </div></div> <!-- End of Question + Q --->
  679. <div id="arrow">◥</div>
  680. <div id="asker"> {Asker}
  681. </div> <!--- End of Asker --->
  682.  
  683. <div id="answer">
  684. <div id="answercontent"><div id="a">{Answer}</div></div>
  685. <!-- End of A+ Content-->
  686. </div> <!--- End of answer --->
  687. </div> <!--- End of Asks -->
  688. {/block:Answer}
  689.  
  690. </div>
  691.  
  692. {/block:Posts}
  693.  
  694.  
  695.  
  696. {block:ContentSource}
  697. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  698. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  699. {/block:SourceLogo}
  700. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  701. {/block:ContentSource}
  702.  
  703. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  704. {/block:Posts}</div></div></div>
  705.  
  706.  
  707. </div>
  708. <!---
  709. <div id="kupo"><a href="http://valkyriethemes.tumblr.com" title="valkyriethemes">VT</a></div>
  710. -->
  711.  
  712. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement