Advertisement
dohdoro

skool luv affair

Feb 16th, 2014
3,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.99 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5. <title>{Title}</title>
  6. {block:IfInfiniteScroll}
  7. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  8. {/block:IfInfiniteScroll}
  9.  
  10. <link rel="shortcut icon" href="{Favicon}" />
  11.  
  12. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  14.  
  15.  
  16. <!-- skoolluv THEME BY DOHDORO ----//*********
  17.  
  18. ***DO NOT REMOVE THE CREDIT PLEASE.
  19. ***DO NOT COMBINE MY CODES WITH SOMEONE ELSES
  20. ***DO NOT REDISTRIBUTE AND CLAIM AS YOURS
  21. ***DO NOT USE AS BASE --->
  22.  
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#afafaf"/>
  26. <meta name="color:Bold" content="#000000"/>
  27. <meta name="color:Italic" content="#000000"/>
  28. <meta name="color:links" content="#888888"/>
  29. <meta name="color:links hover" content="#000000"/>
  30. <meta name="color:sidebar borders" content="#888888"/>
  31. <meta name="color:first letter" content="#888888"/>
  32. <meta name="color:first letter bg" content="#eeeeee"/>
  33. <meta name="color:Description Text" content="#000000"/>
  34. <meta name="color:Title" content="#000000"/>
  35. <meta name="color:Audio Border" content="#eeeeee"/>
  36. <meta name="color:Post Border" content="#eeeeee"/>
  37. <meta name="color:Posts Background" content="#ffffff"/>
  38. <meta name="color:Post Text" content="#afafaf"/>
  39. <meta name="color:Post links" content="#000000"/>
  40. <meta name="color:post info" content="#000000"/>
  41. <meta name="color:Post links Hover" content="#000000"/>
  42. <meta name="color:Ask Background" content="#eeeeee"/>
  43. <meta name="color:pagination" content="#000000"/>
  44. <meta name="color:links bg" content="#bbae4c"/>
  45. <meta name="color:navigation" content="#000000"/>
  46. <meta name="color:pagination" content="#888888"/>
  47.  
  48.  
  49. <meta name="color:link 1 background" content="#ffffff"/>
  50. <meta name="color:link 1 background hover" content="#000000"/>
  51.  
  52. <meta name="color:link 2 background" content="#ffffff"/>
  53. <meta name="color:link 2 background hover" content="#d547a1"/>
  54.  
  55. <meta name="color:link 3 background" content="#ffffff"/>
  56. <meta name="color:link 3 background hover" content="#45ebcb"/>
  57.  
  58. <meta name="color:link 4 background" content="#ffffff"/>
  59. <meta name="color:link 4 background hover" content="#81dd6d"/>
  60.  
  61. <meta name="color:link 5 background" content="#ffffff"/>
  62. <meta name="color:link 5 background hover" content="#f49bb2"/>
  63.  
  64. <meta name="color:link 6 background" content="#ffffff"/>
  65. <meta name="color:link 6 background hover" content="#FFA500"/>
  66.  
  67.  
  68. <meta name="color:Asker Text" content="#000000"/>
  69. <meta name="color:Question Text" content="#000000"/>
  70. <meta name="color:Answer Text" content="#888888"/>
  71. <meta name="color:askbox border" content="#eeeeee"/>
  72. <meta name="color:Caption Background" content="#fafafa"/>
  73. <meta name="color:Caption Text" content="#afafaf"/>
  74. <meta name="color:caption border" content="#56d2e1"/>
  75.  
  76.  
  77. <meta name="image:Background" content=""/>
  78. <meta name="image:sidephoto" content="http://static.tumblr.com/9a2eb556246389c778d136dd91af5cd1/bj5zkci/16sn134if/tumblr_static_untitled-7_copy.jpg"/>
  79.  
  80. <meta name="if:Show Captions" content="0">
  81. <meta name="if:Infinite Scroll" content"0">
  82.  
  83.  
  84.  
  85. <meta name="text:link 1 URL" content="">
  86. <meta name="text:link 1" content="home">
  87. <meta name="text:link 2 URL" content="">
  88. <meta name="text:link 2" content="archive">
  89. <meta name="text:link 3 URL" content="">
  90. <meta name="text:link 3" content="ask">
  91. <meta name="text:link 4 URL" content="">
  92. <meta name="text:link 4" content="link">
  93. <meta name="text:link 5 URL" content="">
  94. <meta name="text:link 5" content="link">
  95. <meta name="text:link 6 URL" content="">
  96. <meta name="text:link 6" content="link">
  97.  
  98.  
  99.  
  100.  
  101.  
  102. <style type="text/css">
  103.  
  104. ::-webkit-scrollbar {width: 5px; height:1px; background: #ffffff; }
  105. ::-webkit-scrollbar-thumb { background-color: #000000; }
  106.  
  107. body {
  108. font-family:helvetica;
  109. font-size:10px;
  110. color:{color:Text};
  111. background:{color:Background};
  112. background-image:url('{image:Background}');
  113. background-repeat:no-repeat;
  114. background-attachment:fixed;
  115. background-position:right bottom;
  116.  
  117.  
  118. }
  119.  
  120.  
  121. a {
  122. color:{color:Links};
  123. text-decoration:none;
  124.  
  125. }
  126. a:hover {
  127. color:{color:Links Hover};
  128.  
  129. }
  130.  
  131. b, strong{
  132. color:{color:Bold};
  133.  
  134. }
  135.  
  136. i, em {
  137. color:{color:Italic};
  138.  
  139. }
  140.  
  141. blockquote {
  142. Background:{color:Caption Background};
  143. }
  144.  
  145.  
  146. #title {
  147. position:absolute;
  148. margin-left:110px;
  149. margin-top:140px;
  150. width:80px;
  151. padding:5px;
  152. height:auto;
  153. font-family:arial narrow bold;
  154. text-align:right;
  155. font-size:35px;
  156. line-height:20px;
  157. letter-spacing:-3px;
  158. padding:0px;
  159. text-transform:lowercase;
  160. color:{color:title};
  161.  
  162. }
  163.  
  164. #intersect1 {
  165. position:fixed;
  166. top:300px;
  167. left:50px;
  168. height:25%;
  169. width:200px;
  170. border-right:1px solid {color:sidebar borders};
  171. }
  172.  
  173. #intersect1 img{
  174. position:fixed;
  175. margin-left:210px;
  176. width:160px;
  177. height:99px;
  178.  
  179. }
  180.  
  181. #crossdesc {
  182. position:fixed;
  183. margin-top:108px;
  184. margin-left:130px;
  185. height:200px;
  186. width:250px;
  187. border-top:1px solid {color:sidebar borders};
  188.  
  189. }
  190.  
  191.  
  192.  
  193. #sidelnks {
  194. position:relative;
  195. top:10px;
  196. margin-left:100px;
  197. width:90px;
  198. height:107.5px;
  199.  
  200. }
  201.  
  202.  
  203. .lnk1 a {
  204. float:right;
  205. font-family:calibri;
  206. font-size:10px;
  207. text-align:right;
  208. line-height:14px;
  209. text-transform:uppercase;
  210. padding-right:5px;
  211. width:50px;
  212. background:{color:link 1 background};
  213. -webkit-transition: opacity 0.4s linear;
  214. -webkit-transition: all 0.4s ease-in-out;
  215. -moz-transition: all 0.4s ease-in-out;
  216. -o-transition: all 0.4s ease-in-out;
  217. }
  218.  
  219. .lnk1 a:hover {
  220. background:{color:link 1 background hover};
  221. width:110px;
  222. -webkit-transition: all .7s ease-in-out;
  223. -moz-transition: all .7s ease-in-out;
  224. -o-transition: all .7s ease-in-out;
  225. -ms-transition: all .7s ease-in-out;
  226. transition: all .7s ease-in-out;
  227. border-radius: 30px 30px 30px 30px;
  228. -webkit-border-radius: 30px 30px 30px 30px;
  229. -moz-border-radius: 30px 30px 30px 30px;
  230. }
  231.  
  232. .lnk2 a {
  233. float:right;
  234. font-family:calibri;
  235. font-size:10px;
  236. text-align:right;
  237. line-height:14px;
  238. text-transform:uppercase;
  239. padding-right:5px;
  240. width:50px;
  241. background:{color:link 2 background};
  242. -webkit-transition: opacity 0.4s linear;
  243. -webkit-transition: all 0.4s ease-in-out;
  244. -moz-transition: all 0.4s ease-in-out;
  245. -o-transition: all 0.4s ease-in-out;
  246. }
  247.  
  248. .lnk2 a:hover {
  249. background:{color:link 2 background hover};
  250. width:100px;
  251. -webkit-transition: all .7s ease-in-out;
  252. -moz-transition: all .7s ease-in-out;
  253. -o-transition: all .7s ease-in-out;
  254. -ms-transition: all .7s ease-in-out;
  255. transition: all .7s ease-in-out;
  256. border-radius: 30px 30px 30px 30px;
  257. -webkit-border-radius: 30px 30px 30px 30px;
  258. -moz-border-radius: 30px 30px 30px 30px;
  259. }
  260.  
  261. .lnk3 a {
  262. float:right;
  263. font-family:calibri;
  264. font-size:10px;
  265. text-align:right;
  266. line-height:14px;
  267. text-transform:uppercase;
  268. padding-right:5px;
  269. width:50px;
  270. background:{color:link 3 background};
  271. -webkit-transition: opacity 0.4s linear;
  272. -webkit-transition: all 0.4s ease-in-out;
  273. -moz-transition: all 0.4s ease-in-out;
  274. -o-transition: all 0.4s ease-in-out;
  275. }
  276.  
  277. .lnk3 a:hover {
  278. background:{color:link 3 background hover};
  279. width:140px;
  280. -webkit-transition: all .7s ease-in-out;
  281. -moz-transition: all .7s ease-in-out;
  282. -o-transition: all .7s ease-in-out;
  283. -ms-transition: all .7s ease-in-out;
  284. transition: all .7s ease-in-out;
  285. border-radius: 30px 30px 30px 30px;
  286. -webkit-border-radius: 30px 30px 30px 30px;
  287. -moz-border-radius: 30px 30px 30px 30px;
  288. }
  289.  
  290. .lnk4 a {
  291. float:right;
  292. font-family:calibri;
  293. font-size:10px;
  294. text-align:right;
  295. line-height:14px;
  296. text-transform:uppercase;
  297. padding-right:5px;
  298. width:50px;
  299. background:{color:link 4 background};
  300. -webkit-transition: opacity 0.4s linear;
  301. -webkit-transition: all 0.4s ease-in-out;
  302. -moz-transition: all 0.4s ease-in-out;
  303. -o-transition: all 0.4s ease-in-out;
  304. }
  305.  
  306. .lnk4 a:hover {
  307. background:{color:link 4 background hover};
  308. width:105px;
  309. -webkit-transition: all .7s ease-in-out;
  310. -moz-transition: all .7s ease-in-out;
  311. -o-transition: all .7s ease-in-out;
  312. -ms-transition: all .7s ease-in-out;
  313. transition: all .7s ease-in-out;
  314. border-radius: 30px 30px 30px 30px;
  315. -webkit-border-radius: 30px 30px 30px 30px;
  316. -moz-border-radius: 30px 30px 30px 30px;
  317. }
  318.  
  319. .lnk5 a {
  320. float:right;
  321. font-family:calibri;
  322. font-size:10px;
  323. text-align:right;
  324. line-height:14px;
  325. text-transform:uppercase;
  326. padding-right:5px;
  327. width:50px;
  328. background:{color:link 5 background};
  329. -webkit-transition: opacity 0.4s linear;
  330. -webkit-transition: all 0.4s ease-in-out;
  331. -moz-transition: all 0.4s ease-in-out;
  332. -o-transition: all 0.4s ease-in-out;
  333. }
  334.  
  335. .lnk5 a:hover {
  336. background:{color:link 5 background hover};
  337. width:115px;
  338. -webkit-transition: all .7s ease-in-out;
  339. -moz-transition: all .7s ease-in-out;
  340. -o-transition: all .7s ease-in-out;
  341. -ms-transition: all .7s ease-in-out;
  342. transition: all .7s ease-in-out;
  343. border-radius: 30px 30px 30px 30px;
  344. -webkit-border-radius: 30px 30px 30px 30px;
  345. -moz-border-radius: 30px 30px 30px 30px;
  346. }
  347.  
  348. .lnk6 a {
  349. float:right;
  350. font-family:calibri;
  351. font-size:10px;
  352. text-align:right;
  353. line-height:14px;
  354. text-transform:uppercase;
  355. padding-right:5px;
  356. width:50px;
  357. background:{color:link 6 background};
  358. -webkit-transition: opacity 0.4s linear;
  359. -webkit-transition: all 0.4s ease-in-out;
  360. -moz-transition: all 0.4s ease-in-out;
  361. -o-transition: all 0.4s ease-in-out;
  362. }
  363.  
  364. .lnk6 a:hover {
  365. background:{color:link 6 background hover};
  366. width:125px;
  367. -webkit-transition: all .7s ease-in-out;
  368. -moz-transition: all .7s ease-in-out;
  369. -o-transition: all .7s ease-in-out;
  370. -ms-transition: all .7s ease-in-out;
  371. transition: all .7s ease-in-out;
  372. border-radius: 30px 30px 30px 30px;
  373. -webkit-border-radius: 30px 30px 30px 30px;
  374. -moz-border-radius: 30px 30px 30px 30px;
  375. }
  376.  
  377.  
  378.  
  379. #descript {
  380. position: absolute;
  381. display:block;
  382. margin-left:210px;
  383. margin-top:120px;
  384. text-align:justify;
  385. width:160px;
  386. height:auto;
  387. font-family:arial;
  388. font-size:10px;
  389. line-height:10px;
  390. letter-spacing:1px;
  391. color:{color:Description Text};
  392.  
  393. }
  394.  
  395. #descript:first-letter {
  396. width:20px;
  397. height:20px;
  398. padding:5px;
  399. float:left;
  400. margin-right:5px;
  401. color:#888;
  402. font-family:Libre Baskerville;
  403. font-style:italic;
  404. font-size:23px;
  405. text-align:center;
  406. line-height:18px;
  407. text-transform:uppercase;
  408. color:{color:first letter};
  409. background:{color:first letter bg};
  410. }
  411.  
  412.  
  413. #contain {
  414. max-width:500px;
  415. top:0px;
  416. margin-bottom:30px;
  417. margin-left:440px;
  418. }
  419.  
  420.  
  421. #posts {
  422. left:20px;
  423. margin:30px;
  424. width:400px;
  425. padding-left:30px;
  426. padding-right:30px;
  427. border:3px double {color:Post Border};
  428. background:{color:Posts Background};
  429. color:{color:Post text};
  430. opacity:1;
  431. -webkit-transition: all 0.6s ease-in-out;
  432. -moz-transition: all 0.6s ease-in-out;
  433. -o-transition: all 0.6s ease-in-out;
  434. -ms-transition: all 0.6s ease-in-out;
  435. transition: all 0.6s ease-in-out;
  436.  
  437.  
  438. }
  439.  
  440. #posts:hover {
  441. opacity:0.8;
  442. -webkit-transition: all 0.6s ease-in-out;
  443. -moz-transition: all 0.6s ease-in-out;
  444. -o-transition: all 0.6s ease-in-out;
  445. -ms-transition: all 0.6s ease-in-out;
  446. transition: all 0.6s ease-in-out;
  447. }
  448.  
  449.  
  450. #posts a{
  451. color:{color:Post Links Hover};
  452. }
  453.  
  454.  
  455. #posts img{
  456. max-width:100%;
  457.  
  458.  
  459. }
  460.  
  461.  
  462. #infobar {
  463. position absolute
  464. padding-top:10px;
  465. padding-bottom:10px;
  466.  
  467.  
  468. }
  469.  
  470. #infobar a{
  471. display:inline-block;
  472. margin-top:20px;
  473. width:8px;
  474. height:8px;
  475. background:{color:post info};
  476. transition-duration: 0.5s;
  477. -moz-transition-duration: 0.5s;
  478. -webkit-transition-duration: 0.5s;
  479. -o-transition-duration: 0.5s;
  480. }
  481.  
  482. #infobar a:hover {
  483. background:#eee;
  484. }
  485.  
  486.  
  487. h1 {
  488. font-family:cambria;
  489. font-size:10px;
  490. text-align:center;
  491. }
  492.  
  493. h1 a{
  494. color:{color:Post Links};
  495. text-decoration:none;
  496.  
  497. }
  498.  
  499. #quotes {
  500. font-family:arial;
  501. font-size:17px;
  502. text-align:center;
  503. letter-spacing:0px;
  504. text-transform:uppercase;
  505.  
  506. }
  507.  
  508. #audio {
  509. width:100%;
  510. margin-left:10px;
  511.  
  512. }
  513.  
  514.  
  515. .tumblr_audio_player {
  516. height: 40px;
  517. width: 350px;
  518. border:10px solid {color:Audio Border};
  519. }
  520.  
  521. #ask {
  522. padding:20px;
  523. color:{color:Question Text};
  524. text-align:center;
  525. font-size:11px;
  526. font-family:cambria;
  527. border-bottom:1px solid {color:askbox border};
  528.  
  529. }
  530.  
  531.  
  532. #asker {
  533. font-size:15px;
  534. background:{color:Asker Background};
  535. color:{color:Asker Text};
  536. font-family:arial;
  537. text-align:center;
  538. letter-spacing:1px;
  539. padding:20px;
  540. text-transform:uppercase;
  541. border-bottom:1px solid {color:askbox border};
  542.  
  543. }
  544.  
  545. #answers {
  546. Color:{color:Answer Text};
  547. text-align:center;
  548. padding:20px;
  549. font-size:11px;
  550. font-family:calibri;
  551. }
  552.  
  553. #caption {
  554. width:390;
  555. margin-top:7px;
  556. color:{color:Caption Text};
  557. background:{color:Caption Background};
  558. padding:10px;
  559. word-wrap:break-word;
  560. font-size:10px;
  561. font-family:arial;
  562. border-left:3px solid {color:caption border};
  563.  
  564. }
  565.  
  566. #caption img{
  567. width:400px;
  568. }
  569.  
  570.  
  571. #notecounts {
  572. float:left;
  573. width:400px;
  574. color:{color:Post link};
  575. font-family:Calibri;
  576. font-size:10px;
  577. text-align:left;
  578. }
  579.  
  580. ol.notecounts {
  581. list-style-type:square;
  582. }
  583.  
  584. #nownow {
  585. font-style:arial;
  586. font-size:20px;
  587. }
  588.  
  589. #pagi {
  590. position:fixed;
  591. margin-top:240px;
  592. margin-left:-200px;
  593. }
  594. .jump_page {
  595. padding: 4px 8px;
  596. border: 3px double #eee;
  597. background-color: #ffffff;
  598. color:#888;
  599. font-family:century gothic;
  600. font-size:11px;
  601. text-decoration:none;
  602. }
  603.  
  604. .current_page, .jump_page:hover {
  605. padding: 4px 8px;
  606. border: 3px double #eee;
  607. background-color: #FFE4C4;
  608. color: #fff;
  609. font-family:century gothic;
  610. font-size:11px;
  611. text-decoration:none;
  612. }
  613.  
  614. #pagination a{
  615. display:inline-block;
  616. padding:10px;
  617. font-size:30px;
  618. color:{color:pagination};
  619. }
  620.  
  621.  
  622. #s-m-t-tooltip {
  623. max-width:300px;
  624. margin-top:25px;
  625. margin-left:15px;
  626. padding-left:5px;
  627. padding-right:5px;
  628. padding-top:1px;
  629. padding-bottom:1px;
  630. z-index:999999;
  631. border:0px double #eee;
  632. background-color:#FFF;
  633. color:#888;
  634. font-family:cambria;
  635. font-size:9px;
  636. letter-spacing:1px;
  637. text-transform:lowercase;
  638. line-height:13px;
  639. border:3px double #eee;
  640.  
  641. }
  642.  
  643.  
  644. #thmcredit {
  645. position:fixed;
  646. z-index:99999;
  647. bottom:5px;
  648. right:10px;
  649. background:#eee;
  650. font-weight:bold;
  651. font-size:10px;
  652. color:#000000;
  653. font-family:Cambria;
  654.  
  655. </style>
  656.  
  657.  
  658.  
  659.  
  660.  
  661. <body>
  662.  
  663. <div id="intersect1">
  664. <div id="crossdesc"></div>
  665. <img src="{image:sidephoto}"></a>
  666. <div id="descript">{Description}</div>
  667. <div id="title">{title}</div>
  668. <div id="sidelnks">
  669.  
  670. <div class="lnk1"><a href="{text:link 1 URL}">{text:link 1}</a></div>
  671. <div class="lnk2"><a href="{text:link 2 URL}">{text:link 2}</a></div>
  672. <div class="lnk3"><a href="{text:link 3 URL}">{text:link 3}</a></div>
  673. <div class="lnk4"><a href="{text:link 4 URL}">{text:link 4}</a></div>
  674. <div class="lnk5"><a href="{text:link 5 URL}">{text:link 5}</a></div>
  675. <div class="lnk6"><a href="{text:link 6 URL}">{text:link 6}</a></div>
  676.  
  677.  
  678. </div>
  679. </div>
  680.  
  681.  
  682. </div>
  683.  
  684. <div id="contain">
  685. {block:IfNotInfiniteScroll}
  686. <div id="pagi">
  687.  
  688. {block:Pagination}
  689. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  690. {block:JumpPagination length="3"}
  691. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  692. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  693. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  694. {/block:Pagination}
  695. </div> {/block:IfNotInfiniteScroll}
  696.  
  697. <div class ="autopagerize_page_element">
  698. {block:posts}
  699. <div id="posts">
  700. {block:ContentSource}
  701. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  702. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  703. {/block:SourceLogo}
  704. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  705. {/block:ContentSource}
  706. <div id="moreinf">
  707. <div style="text-align:right"><br><br>
  708. </div>
  709. </div>
  710.  
  711.  
  712. {block:Date}<a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} {Year}"></a> {/block:Date}
  713.  
  714. {block:text}{block:title}<h1>{title}</h1>{/block:title}{body}{/block:text}
  715.  
  716. {block:photo}<img src="{PhotoURL-400}"/>
  717. {block:ifShowCaptions}
  718. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  719. {/block:ifShowCaptions}{/block:photo}
  720.  
  721. {block:Photoset}{Photoset-400}
  722. {block:ifShowCaptions}
  723. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  724. {/block:ifShowCaptions}{/block:Photoset}
  725.  
  726. {block:Quote}<div id="quotes">❝{Quote}❞</div> {block:Source}<div align="right"></div>{/block:Source}{/block:Quote}
  727.  
  728. {block:Link}
  729. <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
  730. {block:Description}{Description}{/block:Description} {/block:Link}
  731.  
  732. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  733. {block:Lines}{block:Lable}<b>{Lable}</b>{/block:Lable}{Line}<br>{/block:Lines}{/block:Chat}
  734.  
  735. {block:Audio}<div id="audio">{AudioPlayerGrey}</div>
  736. {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Audio}
  737.  
  738. {block:Video}{Video-400}
  739. {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Video}
  740.  
  741. {block:Answer}
  742. <div id="asker">{Asker} ASKED:</div></p>
  743. <div id="ask">
  744. {Question}</div>
  745. <div id="answers">{Answer}</div>
  746. {/block:Answer}
  747.  
  748.  
  749. <div id="infobar">
  750.  
  751. {block:RebloggedFrom}
  752.  
  753. <a href="{ReblogParentURL}" title="via:{ReblogParentName}" style="opacity:1.0"></a>
  754. <a href="{ReblogRootURL}" title="source:{ReblogRootName}" style="opacity:0.8"></a>
  755. {/block:RebloggedFrom}
  756.  
  757.  
  758. {block:HasTags}
  759.  
  760. <a href="{TagURL}" title="{block:Tags}#{Tag}{/block:Tags}" title="opacity:0.6"></a>
  761. {/block:HasTags}
  762.  
  763. <a href="{ReblogURL}" title="reblog" style="opacity:0.4"></a>
  764.  
  765. {block:NoteCount}
  766. <a href="{Permalink}" title="{NoteCount}" style="opacity:0.2"></a>{/block:NoteCount}
  767.  
  768. </div>
  769.  
  770. {block:PermalinkPage} {block:PostNotes}
  771. <div id="notecounts">{PostNotes}</div>
  772. {/block:PostNotes}{/block:PermalinkPage}
  773.  
  774. </div>
  775. {/block:posts}
  776.  
  777. </div>
  778. <div id="thmcredit">
  779. <a href="http://dohdoro.tumblr.com" title="theme credit">DTHM.</a></div>
  780.  
  781. </body></head>
  782. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement