Advertisement
grpcthemes

theme #8 ( willow )

Oct 2nd, 2018
1,498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.46 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!----
  16.  
  17. theme 08 - willow.
  18.  
  19. theme by ali @ grpcthemes.
  20. my terms can be found on my page at /terms.
  21. please let me know if you have any questions.
  22.  
  23. tumblr controls: http://cyantists.tumblr.com/post/163728517915/fix-tumblrs-new-controls-i-have-come-up-with-3
  24.  
  25. --->
  26.  
  27. <meta name="image:Sidebar1" content="http://via.placeholder.com/200x550"/>
  28. <meta name="image:Sidebar2" content="http://via.placeholder.com/250x150"/>
  29. <meta name="image:Pattern" content=""/>
  30.  
  31. <meta name="if:500 posts" content="0"/>
  32. <meta name="if:400 posts" content="1"/>
  33. <meta name="if:250 posts" content="0"/>
  34.  
  35. <meta name="if:Rounded Borders" content="1"/>
  36. <meta name="if:Navigation Numbers" content="1"/>
  37. <meta name="if:Lowercase Navigation" content="1"/>
  38. <meta name="if:Uppercase Navigation" content="0"/>
  39.  
  40. <meta name="select:body font" content="ABeeZee" title="ABeeZee" />
  41. <meta name="select:body font" content="Cambria" title="Cambria" />
  42. <meta name="select:body font" content="Georgia" title="Georgia" />
  43. <meta name="select:body font" content="Fira Sans" title="Fira Sans" />
  44. <meta name="select:body font" content="Karla" title="Karla" />
  45. <meta name="select:body font" content="Lato" title="Lato" />
  46. <meta name="select:body font" content="Muli" title="Muli" />
  47. <meta name="select:body font" content="Nanum Gothic" title="Nanum Gothic" />
  48. <meta name="select:body font" content="Noto Sans" title="Noto Sans" />
  49. <meta name="select:body font" content="Signika" title="Signika" />
  50. <meta name="select:body font" content="Times New Roman" title="Times New Roman" />
  51. <meta name="select:body font" content="Ubuntu" title="Ubuntu" />
  52.  
  53.  
  54. <meta name="select:numbers font" content="Abril Fatface" title="Abril Fatface" />
  55. <meta name="select:numbers font" content="Francois One" title="Francois One" />
  56. <meta name="select:numbers font" content="Old Standard TT" title="
  57. Old Standard TT" />
  58. <meta name="select:numbers font" content="Playfair Display" title="
  59. Playfair Display" />
  60. <meta name="select:numbers font" content="Poiret One" title="
  61. Poiret One" />
  62.  
  63.  
  64. <meta name="select:body font size" content="9px" title="9px" />
  65. <meta name="select:body font size" content="10px" title="10px" />
  66. <meta name="select:body font size" content="11px" title="11px" />
  67. <meta name="select:body font size" content="12px" title="12px" />
  68.  
  69. <meta name="color:Pattern Alt" content=""/>
  70. <meta name="color:Background" content=""/>
  71. <meta name="color:Blockquote" content=""/>
  72. <meta name="color:Border" content=""/>
  73. <meta name="color:Entries" content=""/>
  74. <meta name="color:Italic" content=""/>
  75. <meta name="color:Link" content=""/>
  76. <meta name="color:Navigation" content=""/>
  77. <meta name="color:Navigation Hover" content=""/>
  78. <meta name="color:Navigation Links" content=""/>
  79. <meta name="color:Pre BG" content=""/>
  80. <meta name="color:Pre Border" content=""/>
  81. <meta name="color:Pre Text" content=""/>
  82. <meta name="color:Question BG" content=""/>
  83. <meta name="color:Question Text" content=""/>
  84. <meta name="color:Scrollbar1" content=""/>
  85. <meta name="color:Scrollbar2" content=""/>
  86. <meta name="color:Sidebar" content=""/>
  87. <meta name="color:Text" content=""/>
  88. <meta name="color:Title" content=""/>
  89.  
  90. <meta name="text:home link text" content="HOME"/>
  91. <meta name="text:ask link text" content="ASK"/>
  92. <meta name="text:link one URL" content="link one URL"/>
  93. <meta name="text:link one text" content="ONE"/>
  94. <meta name="text:link two URL" content="link two URL"/>
  95. <meta name="text:link two text" content="TWO"/>
  96. <meta name="text:link three URL" content="link three URL"/>
  97. <meta name="text:link three text" content="THREE"/>
  98.  
  99. <link href="https://fonts.googleapis.com/css?family=ABeeZee|Fira Sans|Karla|Lato|Muli|Noto+Sans|Ubuntu|Nanum+Gothic|Signika" rel="stylesheet">
  100. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Francois+One|Playfair+Display|Poiret+One|Old+Standard+TT" rel="stylesheet">
  101.  
  102. <style type="text/css">
  103.  
  104. ::-webkit-scrollbar-thumb {
  105. height:auto;
  106. background-color:{color:Scrollbar2};
  107. }
  108.  
  109. ::-webkit-scrollbar {
  110. height:3px;
  111. width:3px;
  112. background-color:{color:Scrollbar1};
  113. }
  114.  
  115. iframe.tmblr-iframe {
  116. z-index:99999999999999!important;
  117. top:15px!important;
  118. right:15px!important;
  119. opacity:0.4;
  120. /* delete invert(1) from here */
  121. filter:invert(1) contrast(150%);
  122. -webkit-filter:invert(1) contrast(150%);
  123. -o-filter:invert(1) contrast(150%);
  124. -moz-filter:invert(1) contrast(150%);
  125. -ms-filter:invert(1) contrast(150%);
  126. /* to here if your blog has a dark background */
  127. transform:scale(0.65);
  128. transform-origin:100% 0;
  129. -webkit-transform:scale(0.65);
  130. -webkit-transform-origin:100% 0;
  131. -o-transform:scale(0.65);
  132. -o-transform-origin:100% 0;
  133. -moz-transform:scale(0.65);
  134. -moz-transform-origin:100% 0;
  135. -ms-transform:scale(0.65);
  136. -ms-transform-origin:100% 0;}
  137.  
  138. iframe.tmblr-iframe:hover {
  139. opacity:0.4!important;}
  140.  
  141.  
  142. body {
  143. font-family: {select:body font};
  144. font-size: {select:body font size};
  145. line-height:140%;
  146. color: {color:Text};
  147. background-color:{color:background};
  148.  
  149. }
  150.  
  151. blockquote {
  152. text-align:justify;
  153. margin-top: 5px;
  154. margin-bottom: 5px;
  155. margin-left: 5px;
  156. padding-left: 10px;
  157. border-left: 3px solid {color:blockquote};
  158. margin-right:5px;
  159. }
  160.  
  161. ul {
  162. list-style-type: circle;
  163. padding-left:24px;
  164. line-height:16px;
  165. }
  166.  
  167. li {
  168. padding-left: 0px;
  169. margin-bottom: 0px;
  170. list-style: none;
  171. }
  172.  
  173. li:before {
  174. color: {color:title};
  175. content: "\f054";
  176. font-family: FontAwesome;
  177. font-size:6px;
  178. display: inline-block;
  179. margin-left: -1.5em;
  180. width: 1.5em;
  181. }
  182.  
  183.  
  184.  
  185. a {
  186. text-decoration: none;
  187. color: {color:Link};
  188. }
  189.  
  190. pre {
  191. padding:10px;
  192. letter-spacing:2px;
  193. text-transform:uppercase;
  194. font-size:7px;
  195. font-family:Ubuntu;
  196. text-align:right;
  197. word-wrap:break-word;
  198. background-color:{color:pre BG};
  199. border-bottom:1px solid {color:pre border};
  200. color:{color:pre text};
  201. {block:IfRoundedBorders}
  202. border-radius:3px;
  203. {/block:IfRoundedBorders}
  204.  
  205. }
  206.  
  207. pre a {
  208. color:{color:pre text};
  209. }
  210.  
  211. pre b,strong {
  212. color:{color:pre text};
  213. }
  214.  
  215. pre i,em {
  216. color:{color:pre text};
  217. }
  218.  
  219.  
  220. small, sub {
  221. font-size:{select:body font size};
  222. }
  223.  
  224. b, strong {
  225. color:{color:Title};
  226. font-weight:300;
  227. }
  228.  
  229. i,em {
  230. color:{color:italic};
  231. }
  232.  
  233. hr {
  234. background-image:url('{image:pattern}');
  235. background-attachment:absolute;
  236. background-color:{color:pattern alt};
  237. border:1px solid #000000;
  238. display:block;
  239. padding:2px;
  240. }
  241.  
  242. h1,h2 {
  243. font-size:22px;
  244. color:{color:title};
  245. text-align:center;
  246. text-transform:lowercase;
  247. font-family: arial;
  248. font-weight:900;
  249. letter-spacing:-3px;
  250. }
  251.  
  252. yah {
  253. display:inline-block;
  254. margin-right:5px;
  255. padding:5px;
  256. margin-bottom:5px;
  257. border:1px solid {color:border};
  258. background-color:{color:navigation};
  259. color:{color:navigation links};
  260. text-transform:uppercase;
  261. font-size: calc({select:body font size} - 3px);
  262. letter-spacing:2px;
  263. }
  264.  
  265. #sideph {
  266. position:fixed;
  267. margin-left:-1px;
  268. margin-right:-1px;
  269. margin-top:-1px;
  270. border:1px solid {color:border};
  271. width:200px;
  272. height:550px;
  273. z-index:99999999999999999999999999;
  274. {block:IfRoundedBorders}
  275. border-radius:3px 0px 0px 3px;
  276. {/block:IfRoundedBorders}
  277. }
  278.  
  279.  
  280. #sideph img {
  281. width:200px;
  282. height:550px;
  283. {block:IfRoundedBorders}
  284. border-radius:3px 0px 0px 3px;
  285. {/block:IfRoundedBorders}
  286. }
  287.  
  288. #sideph2 {
  289. position:fixed;
  290. margin-left:200px;
  291. margin-top:206px;
  292. border:1px solid {color:border};
  293. width:250px;
  294. height:150px;
  295. z-index:99999999999999999999999999;
  296. }
  297.  
  298. #sideph2 img {
  299. width:250px;
  300. height:150px;
  301. }
  302.  
  303. #backbar {
  304. position:fixed;
  305. margin-left:60px;
  306. margin-top:50px;
  307. width:451px;
  308. height:550px;
  309. background-image:url('{image:Pattern}');
  310. background-color:{color:pattern alt};
  311. background-attachment:absolute;
  312. border:1px solid {color:border};
  313. {block:IfRoundedBorders}
  314. border-radius:3px 3px 3px 3px;
  315. {/block:IfRoundedBorders}
  316. }
  317.  
  318.  
  319. #sidebar {
  320. position:fixed;
  321. margin-top:3px;
  322. margin-left:204px;
  323. border:1px solid {color:border};
  324. width:222px;
  325. height:178px;
  326. overflow:auto;
  327. background-color:{color:Sidebar};
  328. padding:10px;
  329. text-align:justify;
  330. z-index:999999999999999;
  331. {block:IfRoundedBorders}
  332. border-radius:3px 3px 3px 3px;
  333. {/block:IfRoundedBorders}
  334. }
  335.  
  336.  
  337. #pagii {
  338. background-color:{color:pattern alt};
  339. border:1px solid {color:Border};
  340. background-image:url('{image:Pattern}');
  341. background-attachment:absolute;
  342. padding:3px;
  343. display:block;
  344. height:35px;
  345. line-height:35px;
  346. {block:IfRoundedBorders}
  347. border-radius:3px 3px 3px 3px;
  348. {/block:IfRoundedBorders}
  349. }
  350.  
  351. #pagi {
  352. line-height:13px;
  353. text-align:center;
  354. color:{color:text};
  355. display:block;
  356. font-size:12px;
  357. padding:10px;
  358. height:13px;
  359. text-transform:lowercase;
  360. background-color:{color:entries};
  361. margin-bottom:20px;
  362. border:1px solid {color:border};
  363. {block:IfRoundedBorders}
  364. border-radius:3px 3px 3px 3px;
  365. {/block:IfRoundedBorders}
  366. }
  367.  
  368. #pagi a {
  369. color:{color:title};
  370. font-style:italic;
  371. }
  372.  
  373. #navbar {
  374. margin-left:204px;
  375. width:242px;
  376. margin-top:361px;
  377. height:184px;
  378. position:fixed;
  379. border:1px solid {color:border};
  380. background-color:{color:sidebar};
  381. {block:IfRoundedBorders}
  382. border-radius:3px 3px 3px 3px;
  383. {/block:IfRoundedBorders}
  384. }
  385.  
  386. #navigation {
  387. text-align:center;
  388. margin-top:3px;
  389. }
  390.  
  391. #navigation a {
  392. display:inline-block;
  393. text-align:right;
  394. {block:IfLowercaseNavigation}
  395. text-transform:lowercase;
  396. {/block:IfLowercaseNavigation}
  397. {block:IfUppercaseNavigation}
  398. text-transform:uppercase;
  399. font-size: calc({select:body font size} - 3px);
  400. letter-spacing:2px;
  401. {/block:IfUppercaseNavigation}
  402. width:219px;
  403. margin-bottom:2px;
  404. padding-right:15px;
  405. height:32px;
  406. line-height:32px;
  407. background-color:{color:navigation};
  408. border:1px solid {color:border};
  409. color:{color:navigation links};
  410. -webkit-transition: all 0.9s ease-in-out;
  411. -moz-transition: all 0.9s ease-in-out;
  412. -o-transition: all 0.9s ease-in-out;
  413. {block:IfRoundedBorders}
  414. border-radius:3px 3px 3px 3px;
  415. {/block:IfRoundedBorders}
  416. }
  417.  
  418. #navigation a:hover {
  419. color:{color:navigation hover};
  420. -webkit-transition: all 0.9s ease-in-out;
  421. -moz-transition: all 0.9s ease-in-out;
  422. -o-transition: all 0.9s ease-in-out;
  423. }
  424.  
  425. #navigation num {
  426. font-size:18px;
  427. letter-spacing:1px;
  428. font-weight:bold;
  429. text-align:center;
  430. font-family:{select:numbers font};
  431. width:45px;
  432. border-right:1px solid {color:Border};
  433. background-image:url('{image:pattern}');
  434. background-attachment:fixed;
  435. background-color:{color:pattern alt};
  436. float:left;
  437. }
  438.  
  439. #entries {
  440. position:absolute;
  441. {block:If500posts}
  442. width:528px;
  443. {/block:If500posts}
  444. {block:If400posts}
  445. width:428px;
  446. {/block:If400posts}
  447. {block:If250posts}
  448. width:278px;
  449. {/block:If250posts}
  450. margin-left:560px;
  451. margin-top:50px;
  452. }
  453.  
  454. #entrybg {
  455. padding:3px;
  456. {block:IfRoundedBorders}
  457. border-radius:3px 3px 3px 3px;
  458. {/block:IfRoundedBorders}
  459. margin-bottom:50px;
  460. background-color:{color:pattern alt};
  461. border:1px solid {color:Border};
  462. background-image:url('{image:Pattern}');
  463. background-attachment:absolute;
  464. }
  465.  
  466. #entry {
  467. background-color:{color:Entries};
  468. margin-bottom:0px;
  469. {block:IfRoundedBorders}
  470. border-radius:3px 3px 3px 3px;
  471. {/block:IfRoundedBorders}
  472. padding:10px;
  473. border:1px solid {color:Border};
  474. }
  475.  
  476.  
  477. #posttitles {
  478. text-align: center;
  479. font-size: 26px;
  480. padding:5px;
  481. color: {color:title};
  482. text-transform:lowercase;
  483. font-family: arial;
  484. font-weight:900;
  485. line-height:110%;
  486. letter-spacing:-3px;
  487. }
  488.  
  489.  
  490. #posttitles a {
  491. color:{color:title};
  492. }
  493.  
  494. #ask {
  495. {block:IfRoundedBorders}
  496. border-radius:3px 3px 0px 0px;
  497. {/block:IfRoundedBorders}
  498. z-index:10;
  499. font-size:16px;
  500. text-align:right;
  501. text-transform:lowercase;
  502. color:{color:question text};
  503. background-color:{color:question bg};
  504. margin-right:0px;
  505. padding:10px;
  506. padding-left:10px;
  507. border-bottom:1px solid {color:border};
  508. }
  509.  
  510. #ask a {
  511. color:{color:question text};
  512. }
  513.  
  514.  
  515. #question {
  516. {block:IfRoundedBorders}
  517. border-radius:0px 0px 3px 3px;
  518. {/block:IfRoundedBorders}
  519. background-color:{color:Question bg};
  520. color:{color:Question text};
  521. font-size:10px;
  522. z-index:10;
  523. text-align:justify;
  524. padding:10px;
  525. }
  526.  
  527. #audioplayer {
  528. width:30px;
  529. height:30px;
  530. background-color:{color:ffffff};
  531. overflow:hidden;
  532. -moz-border-radius: 30px;
  533. -webkit-border-radius: 30px;
  534. border-radius: 30px;
  535. position:absolute;
  536. margin-top:25px;
  537. margin-left:25px;
  538. opacity: 0.7;
  539. filter:alpha(opacity=70);
  540. -moz-opacity: 0.7;
  541. -khtml-opacity: 0.7;
  542. }
  543.  
  544. #albumart {
  545. float:left;
  546. margin:0px 0px;
  547. -moz-border-radius: 80px;
  548. -webkit-border-radius: 80px;
  549. border-radius: 80px;}
  550.  
  551. #albumart img {
  552. -moz-border-radius: 80px;
  553. -webkit-border-radius: 80px;
  554. border-radius: 80px;
  555. }
  556.  
  557. tehe {
  558. font-size:10px;
  559. text-transform:uppercase;
  560. padding-left:50px;
  561. padding-right:50px;
  562. padding-bottom:15px;
  563. display:block;
  564. margin-top:10px;
  565. margin-left:80px;
  566. text-align:center;
  567. }
  568.  
  569. #tagsthing {
  570. text-align: left;
  571. border-top: 1px solid {color:Border};
  572. border-bottom:1px solid {color:Border};
  573. background-color:{color:entries};
  574. position: relative;
  575. letter-spacing:0px;
  576. text-transform:lowercase;
  577. margin-top: 3px;
  578. margin-left:-3px;
  579. margin-right:-3px;
  580. padding-right:10px;
  581. padding-bottom:5px;
  582. padding-top: 5px;
  583. padding-left:10px;
  584. }
  585.  
  586. #permalink {
  587. text-align: left;
  588. border-top: 1px solid {color:Border};
  589. border-bottom:1px solid {color:Border};
  590. background-color:{color:entries};
  591. position: relative;
  592. letter-spacing:0px;
  593. text-transform:lowercase;
  594. margin-top: 0px;
  595. margin-left:-3px;
  596. margin-right:-3px;
  597. margin-bottom:3px;
  598. padding-right:10px;
  599. padding-bottom:5px;
  600. padding-top: 5px;
  601. padding-left:10px;
  602. }
  603.  
  604. #credit {
  605. font-size:8px;
  606. letter-spacing:2px;
  607. font-weight:bold;
  608. float:center;
  609. position:fixed;
  610. text-align:center;
  611. bottom:15px;
  612. right:15px;
  613. padding-left:15px;
  614. padding-right:15px;
  615. padding-top:5px;
  616. padding-bottom:5px;
  617. text-transform:uppercase;
  618. color:{color:entries};
  619. }
  620.  
  621. #credit a {
  622. color:{color:entries};
  623. }
  624.  
  625. cred {
  626. padding-left: 2.7em;
  627. list-style: none;
  628. }
  629.  
  630. cred:before {
  631. color: {color:entries};
  632. content: "\f121";
  633. font-family: FontAwesome;
  634. font-size:9px;
  635. display: inline-block;
  636. margin-left: -2.7em;
  637. width: 2.7em;
  638. }
  639.  
  640. </style>
  641.  
  642. </head>
  643.  
  644. <body>
  645.  
  646. <div id="backbar">
  647. <div id="sideph"><img src="{image:sidebar1}"></div>
  648. <div id="sideph2"><img src="{image:sidebar2}"></div>
  649. <div id="sidebar">{description}</div>
  650. <div id="navbar">
  651. <div id="navigation">
  652. <a href="/">{block:ifNavigationNumbers}<num>01</num>{/block:ifNavigationNumbers} {text:home link text}</a><br>
  653. <a href="/ask">{block:ifNavigationNumbers}<num>02</num>{/block:ifNavigationNumbers} {text:ask link text}</a><br>
  654. <a href="{text:link one url}">{block:ifNavigationNumbers}<num>03</num>{/block:ifNavigationNumbers} {text:link one text}</a><br>
  655. <a href="{text:link two url}">{block:ifNavigationNumbers}<num>04</num>{/block:ifNavigationNumbers} {text:link two text}</a><br>
  656. <a href="{text:link three url}">{block:ifNavigationNumbers}<num>05</num>{/block:ifNavigationNumbers} {text:link three text}</a>
  657. </div> </div>
  658. </div>
  659.  
  660. <div id="entries">
  661. {block:Posts}
  662. <div id="entrybg">
  663.  
  664. <div id="permalink">
  665. {block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  666. {NoteCountWithLabel}</a> from {block:RebloggedFrom} <a href="{ReblogParentURL}"title="{ReblogParentTitle}">THIS BLOG</a> <span style="float:right"><a href="{ReblogRootURL}"title="{ReblogRoottitle}">ORIGIN</a>{/block:RebloggedFrom} & <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  667.  
  668. </div>
  669.  
  670.  
  671. <div id="entry">
  672.  
  673.  
  674. {block:Text}
  675. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  676. {Body}
  677. {/block:Text}
  678.  
  679. {block:Photo}
  680. {LinkOpenTag}{block:If250posts}<img src="{PhotoURL-250}">{/block:If250posts}{block:If400posts}<img src="{PhotoURL-400}">{/block:If400posts}{block:If500posts}<img src="{PhotoURL-500}">{/block:If500posts} {LinkCloseTag}
  681. {block:Caption}{Caption}{/block:Caption}
  682. {/block:Photo}
  683.  
  684. {block:Photoset}
  685. {block:If250posts}
  686. {Photoset-250}
  687. {/block:If250posts}
  688. {block:If400posts}
  689. {Photoset-400}
  690. {/block:If400posts}
  691. {block:If500posts}
  692. {Photoset-500}
  693. {/block:If500posts}
  694. {block:Caption}{Caption}{/block:Caption}
  695. {/block:Photoset}
  696.  
  697. {block:Quote}
  698. <div id="posttitles">{Quote}</div>
  699. {block:Source}<br>—{Source}{/block:Source}
  700. {/block:Quote}
  701.  
  702. {block:Link}
  703. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  704. {block:Description}{Description}{/block:Description}
  705. {/block:Link}
  706.  
  707. {block:Chat}
  708. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  709. {block:Lines}
  710. {block:Label}<yah>{Label}</yah>{/block:Label} {Line}<br>
  711. {/block:Lines}
  712. {/block:Chat}
  713.  
  714. {block:Audio}
  715. <div id="audioplayer">{AudioPlayerWhite} </div>
  716. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  717. <tehe>
  718. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}
  719. <br>
  720. <B>SONG:</B> {block:TrackName}{TrackName}{/block:TrackName}
  721. <br>
  722. <b>CURRENTLY:</b> {PlayCountWithLabel}
  723. <hr>
  724. </tehe>
  725. {block:caption}{caption}{/block:caption}
  726. {/block:Audio}
  727.  
  728. {block:Video}
  729. {block:If250posts}
  730. {Video-250}
  731. {/block:If250posts}
  732. {block:If400posts}
  733. {Video-400}
  734. {/block:If400posts}
  735. {block:If500posts}
  736. {Video-500}
  737. {/block:If500posts}
  738. {block:Caption}{Caption}{/block:Caption}
  739. {/block:Video}
  740.  
  741. {block:Answer}
  742. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  743. <br>{Answer}
  744. {/block:Answer}
  745.  
  746.  
  747.  
  748.  
  749. </div> <!-- /div entry --->
  750.  
  751. <div id="tagsthing">
  752. {block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  753. </div></div>
  754.  
  755.  
  756. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  757.  
  758. <div id="pagii">
  759. <div id="pagi">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> &nbsp;&nbsp;{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;&nbsp;<a href="{NextPage}">next</a>{/block:NextPage} {/block:Pagination}</div></div>
  760.  
  761. </body>
  762.  
  763.  
  764. <div id="credit"> <a href="http://grpcthemes.tumblr.com/" title="theme 08"><cred></cred>grpcthemes</a></div>
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement