Advertisement
gryffindor

theme 8 starlight

May 15th, 2014
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.03 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!--theme 8 by gryffindour/aeternothemes
  6. respect the rules x-->
  7.  
  8. <!DOCTYPE html>
  9. <head>
  10.  
  11.  
  12. <title>{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <!--Default Variables-->
  19.  
  20. <!--color related tags-->
  21. <meta name="color:background" content="#ffffff"/>
  22. <meta name="color:text" content="#000000"/>
  23. <meta name="color:link" content="#888888"/>
  24. <meta name="color:hover" content="#ffffff"/>
  25. <meta name="color:title" content="##555555"/>
  26. <meta name="color:accent" content="#ffffff"/>
  27. <meta name="color:sidebar" content="#ffffff"/>
  28. <meta name="color:chatline_odd" content="#000"/>
  29. <meta name="color:chatline_even" content="#000"/>
  30. <meta name="color:Description background" content="#f3f3f3"/>
  31. <meta name="color:descrip hover" content="#3b3b3b">
  32. <meta name="color:descrip link" content="#3b3b3b">
  33. <meta name="color:Description" content="#9d9d9d"/>
  34. <meta name="color:info" content="#8c8b8b"/>
  35. <meta name="color:shadow hover" content="#d6d5d5">
  36. <meta name="color:tags" content="#010101"/>
  37.  
  38.  
  39. <!---Sidebar link related tags--->
  40. <meta name="text:Link 1 URL" content="" />
  41. <meta name="text:Link 1" content="" />
  42. <meta name="text:link 1 title" content="" />
  43. <meta name="text:Link 2 URL" content="" />
  44. <meta name="text:Link 2" content="" />
  45. <meta name="text:link 2 title" content="" />
  46. <meta name="text:Link 3 URL" content="" />
  47. <meta name="text:Link 3" content="" />
  48. <meta name="text:link 3 title" content="" />
  49. <meta name="text:Link 4 URL" content="" />
  50. <meta name="text:Link 4" content="" />
  51. <meta name="text:link 4 title" content="" />
  52. <meta name="text:Link 5 URL" content="" />
  53. <meta name="text:Link 5" content="" />
  54. <meta name="text:link 5 title" content="" />
  55.  
  56. <!---Misc. Tags--->
  57. <meta name="font:title" content="helvetica"/>
  58. <meta name="font:body" content="helvetica"/>
  59.  
  60. <meta name="if:Shadow hover" content="1">
  61. <meta name="if:Border Botton Hover" content="0">
  62. <meta name="if:Tags Hover" content="1">
  63. <!-- jquery for tooltips-->
  64.  
  65.  
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67.  
  68. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69.  
  70. <script>
  71.  
  72. (function($){
  73.  
  74. $(document).ready(function(){
  75.  
  76. $("a[title]").style_my_tooltips({
  77.  
  78. tip_follows_cursor:true,
  79.  
  80. tip_delay_time:30,
  81.  
  82. tip_fade_speed:300,
  83.  
  84. attribute:"title"
  85.  
  86. });
  87.  
  88. });
  89.  
  90. })(jQuery);
  91.  
  92. </script>
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. <!--CSS customization here. -->
  100.  
  101. <style type="text/css">
  102.  
  103. #s-m-t-tooltip{
  104. position:absolute;
  105. margin-top: 14px;
  106. max-width:350px;
  107. font-size:8px;
  108. z-index:999;
  109. background:white;
  110. color:{color:text};
  111. text-transform:uppercase;
  112. {block:ifShadowHover}
  113. box-shadow:3px 3px 3px {color:shadow hover};
  114. border:1px solid #eee;
  115. {/block:ifShadowHover}
  116. padding:2px 3px 2px 3pxç
  117. {block:ifBorderBottonHover}
  118. border-bottom:2px solid #000;
  119. {/block:ifBorderBottonHover}
  120. -webkit-transition:all 0.3s;
  121. -moz-transition:all 0.3s;
  122. -ms-transition:all 0.3s;
  123. -o-transition:all 0.3s;
  124. -transition:all 0.3s;
  125. display:inline-block;
  126. }
  127.  
  128.  
  129.  
  130. /*basics*/
  131. blockquote {padding:5px 0 5px 30px;
  132. border-left:1px solid {color:text};
  133. margin-left:30px;
  134. }
  135.  
  136. body {
  137. background:{color:background};
  138. color:{color:text};
  139. font-family:arial;
  140. font-size:11px;
  141. text-align:justify;
  142. margin:0;
  143. line-height:16px;}
  144.  
  145.  
  146. h1 {
  147. font-size:12px;
  148. letter-spacing:2px;
  149. text-align:center;
  150. color:{color:title};
  151.  
  152. }
  153. blockquote {padding:5px 0 5px 30px;
  154. border-left:1px solid {color:text};
  155. margin-left:30px;
  156. }
  157.  
  158. a {
  159. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  160. color:{color:link};
  161. text-decoration:none;
  162. }
  163.  
  164. a:hover {
  165. text-decoration:underline;}
  166.  
  167. img{opacity:1;
  168. border:none;
  169. text-decoration:none}
  170.  
  171.  
  172. small {
  173. font-size:9px;}
  174.  
  175. big {
  176. font-size:12px;}
  177.  
  178. #title {
  179. font-size:11px;
  180. line-height:15px;
  181. font-weight:bold;
  182. margin-bottom:10px;
  183. text-transform:uppercase;
  184. text-align:center;
  185. }
  186. /*---SIDEBAR---*/
  187.  
  188. #sidebar {
  189. width:300px;
  190. margin-left:130px;
  191. background-color:{color:sidebar};
  192. margin-top:100px;
  193. position:relative;
  194. }
  195.  
  196. #blogt {
  197. font-family:{font:title};
  198. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  199. margin-top:11px;
  200. margin-left:5px;
  201. text-align:center;
  202. width:100%;
  203. font-size:16px;
  204. letter-spacing:5px;
  205. color:{color:title};
  206. font-weight:bold;
  207. text-transform:uppercase;
  208. -webkit-transition-duration:1s;
  209. -moz-transition-duration:1s;
  210. -o-transition-duration:1s;
  211.  
  212. }
  213.  
  214. #blogt a {
  215. color:{color:title};
  216. -webkit-transition-duration:1s;
  217. -moz-transition-duration:1s;
  218. -o-transition-duration:1s;
  219.  
  220. }
  221.  
  222. #blogt a:hover {
  223. letter-spacing:6px;
  224. -webkit-transition-duration:1s;
  225. -moz-transition-duration:1s;
  226. -o-transition-duration:1s;
  227. }
  228.  
  229.  
  230.  
  231.  
  232.  
  233. #desc {
  234. width:300px;
  235. margin-top:5px;
  236. color:{color:description};
  237. text-align:justify;
  238. background:#eeee;
  239. font-family:helvetica;
  240. font-size:10px;
  241. font-weight:normal;
  242. line-height:150%;
  243. background-color:{color:description background};
  244. padding-top:15px;
  245. padding-bottom:15px;
  246. padding-left:20px;
  247. padding-right:20px;
  248. }
  249. #desc a {
  250. color:{color: descrip link};
  251. letter-spacing:1px;
  252. }
  253.  
  254. #desc a:hover {
  255. color:{color:descrip hover};
  256. letter-spacing:1px;
  257. text-decoration:underline;
  258. }
  259.  
  260. #links {
  261. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  262. width:100%;
  263. word-spacing:2px;
  264. display:inline-block;
  265. font-family:helvetica;
  266. text-align:center;
  267. font-size:10px;
  268. margin-top:10px;
  269. margin-left:-2px;
  270. letter-spacing:1px;
  271. text-transform:lowercase;
  272. }
  273.  
  274.  
  275. #links a {
  276. color:{color:links};
  277. background-color:white;
  278. padding:3px;
  279. display:inline-block;
  280. }
  281.  
  282.  
  283. #links a:hover {
  284. background-color:{color:background links};
  285. color: transparent;
  286. text-shadow: 0 0 1px rgba(0,0,0,0.5);
  287. -moz-outline-style:none;
  288. -moz-transition-duration:0.2s;
  289. -webkit-transition-duration:0.2s;
  290. -o-transition-duration:0.2s;
  291. }
  292.  
  293.  
  294.  
  295. /*pagination*/
  296. #pagination {
  297. margin:50px 0;
  298. text-transform:lowercase;
  299. font-weight:bold;
  300. }
  301. #pagination a {
  302. padding:0 15px;
  303. }
  304.  
  305. /*container*/
  306. #con {
  307. left:50%;
  308. margin-left:-250px;
  309. position:absolute;
  310. }
  311.  
  312.  
  313.  
  314. /*posts*/
  315.  
  316. #entries {
  317. margin-top:20px;
  318. margin-left:100px;
  319. width:400px;
  320. }
  321.  
  322.  
  323.  
  324. #posts {
  325. width:400px;
  326. {block:IndexPage}
  327. margin-bottom:75px;
  328. {/block:IndexPage}
  329. {block:PermalinkPage}
  330. margin-bottom:50px;
  331. {/block:PermalinkPage}
  332.  
  333. }
  334. #posts img {
  335. max-width:400px;
  336. }
  337.  
  338. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  339. .caption {width:100%;
  340. margin-top:10px;
  341.  
  342. }
  343.  
  344. /*quote*/
  345.  
  346. #titlequote{text-align:left;
  347. font-size:13px;
  348. line-height:18px;
  349. font-weight:bold;
  350. width:400px;
  351. }
  352. #source {
  353. margin-top:15px;
  354. margin-left:15px;}
  355.  
  356. /*audio*/
  357.  
  358. .player {
  359. width:25px;
  360. height:25px;
  361. overflow:hidden;
  362. position:absolute;
  363. background:white;}
  364.  
  365. .audioinfo {
  366. margin-left:50px;
  367. }
  368.  
  369.  
  370. /*asks*/
  371. .q {margin-bottom:10px;
  372. text-align:center;
  373. }
  374. .as {
  375. text-align:center;
  376. font-weight:bold;}
  377.  
  378. .a {
  379. margin-top:5px;
  380. width:400px;
  381. }
  382.  
  383.  
  384. /*chat*/
  385.  
  386. .chat ol {
  387. padding:0;
  388. list-style:none;
  389. }
  390. .line {padding:5px 0;}
  391.  
  392. .label {font-weight:bold;
  393. }
  394.  
  395.  
  396.  
  397.  
  398.  
  399. /*permalink and notes*/
  400.  
  401. #permalink {
  402. margin-top:15px;
  403. font-size:9px;
  404. text-transform:uppercase;
  405. }
  406. #permalink a {margin-right:10px;
  407. }
  408.  
  409.  
  410. .tags {
  411. word-break:break-all;
  412. font-size:9px;
  413. color:{color:tags};
  414. background-color:{color:background};
  415. text-align:center;
  416. font-family:helvetica;
  417. text-transform:none;
  418. padding:5px 5px 5px 5px;
  419. {block:ifTagsHover}
  420. opacity:0;
  421. -webkit-transition:all 0.5s;
  422. -moz-transition:all 0.5s;
  423. -ms-transition:all 0.5s;
  424. -o-transition:all 0.5s;
  425. transition:all 0.5s;
  426. {/block:ifTagsHover}
  427. }
  428.  
  429. #posts:hover .tags {
  430. background-color:{color:background};
  431. {block:ifTagsHover}
  432. opacity:1;
  433. -webkit-transition:all 0.5s;
  434. -moz-transition:all 0.5s;
  435. -ms-transition:all 0.5s;
  436. -o-transition:all 0.5s;
  437. transition:all 0.5s;
  438. {/block:ifTagsHover}
  439. }
  440. .pagenotes {
  441. {block:IndexPage}
  442. display: none!important;
  443. {/block:IndexPage}
  444. width:400px;
  445. text-align:left;
  446.  
  447. }
  448. .pagenotes img {
  449. display:none!important;}
  450. .pagenotes li {
  451. list-style-type:none;
  452. padding:5px 0px;
  453. text-align:left;
  454. margin:0 0 0 -40px;
  455. }
  456.  
  457.  
  458. #credit {
  459. bottom:19px;
  460. right:3px;
  461. font-size:11px;
  462. position:fixed;
  463. font-family:arial;
  464. color:black;
  465. text-transform: lowercase;
  466. letter-spacing: 1px;
  467. }
  468. #updatestab{
  469. margin:0px;
  470. color:#000;
  471. font-family:helvetica;
  472. font-size:9px;
  473. line-height:100%;
  474. }
  475.  
  476. #update{
  477. position:fixed;
  478. top:3px;
  479. left:0px;
  480. padding:2px;
  481. background:#fff;
  482. border-left:5px solid #d5d3d3;
  483. -webkit-transition: all 0.3s ease-out;
  484. -moz-transition: all 0.3s ease-out;
  485. transition: all 0.3s ease-out;
  486. }
  487.  
  488. #update:hover{
  489. border-bottom:none;
  490. width: 99px;
  491. border-right:1px solid #eee;
  492. background:#d5d3d3;
  493. text-align:center;
  494. z-index: 999;
  495. left:10px;
  496. }
  497.  
  498. #update:hover #updatecontent{
  499. opacity:1;
  500. left:10px;
  501. top:16px;
  502. border-top:1px solid transparent;
  503. }
  504.  
  505. #updatecontent{
  506. position:fixed;
  507. top:20px;
  508. left:-100px;
  509. padding:2px;
  510. width:102px;
  511. opacity:0;
  512. height:110px;
  513. text-align:center;
  514. font-size: 9px;
  515. overflow-x:hidden;
  516. overflow-y:scroll;
  517. background:#fff;
  518. border:1px solid #eee;
  519. -webkit-transition: all 0.3s ease-out;
  520. -moz-transition: all 0.3s ease-out;
  521. transition: all 0.3s ease-out;
  522. }
  523.  
  524. #update2{
  525. position:fixed;
  526. top:20px;
  527. left:0px;
  528. padding:2px;
  529. background:#fff;
  530. border-left:5px solid #d5d3d3;
  531. -webkit-transition: all 0.3s ease-out;
  532. -moz-transition: all 0.3s ease-out;
  533. transition: all 0.3s ease-out;
  534. }
  535.  
  536. #update2:hover{
  537. border-bottom:none;
  538. width: 99px;
  539. border-right:1px solid #eee;
  540. background:#d5d3d3;
  541. text-align:center;
  542. z-index: 999;
  543. left:10px;
  544. }
  545.  
  546. #update2:hover #updatecontent2{
  547. opacity:1;
  548. left:10px;
  549. top:33px;
  550. border-top:1px solid transparent;
  551. }
  552.  
  553. #updatecontent2{
  554. position:fixed;
  555. top:40px;
  556. left:-100px;
  557. padding:2px;
  558. width:102px;
  559. opacity:0;
  560. height:90px;
  561. text-align:center;
  562. font-size: 9px;
  563. overflow-x:hidden;
  564. overflow-y:scroll;
  565. background:#fff;
  566. border:1px solid #eee;
  567. -webkit-transition: all 0.3s ease-out;
  568. -moz-transition: all 0.3s ease-out;
  569. transition: all 0.3s ease-out;
  570. }
  571.  
  572. #update3{
  573. position:fixed;
  574. top:40px;
  575. left:0px;
  576. padding:2px;
  577. background:#fff;
  578. border-left:5px solid #d5d3d3;
  579. -webkit-transition: all 0.3s ease-out;
  580. -moz-transition: all 0.3s ease-out;
  581. transition: all 0.3s ease-out;
  582. }
  583.  
  584. #update3:hover{
  585. border-bottom:none;
  586. width: 99px;
  587. border-right:1px solid #eee;
  588. background:#d5d3d3;
  589. text-align:center;
  590. z-index: 999;
  591. left:10px;
  592. }
  593.  
  594. #update3:hover #updatecontent3{
  595. opacity:1;
  596. left:10px;
  597. top:53px;
  598. border-top:1px solid transparent;
  599. }
  600.  
  601. #updatecontent3{
  602. position:fixed;
  603. top:60px;
  604. left:-100px;
  605. padding:2px;
  606. width:102px;
  607. opacity:0;
  608. height:90px;
  609. text-align:center;
  610. font-size: 9px;
  611. overflow-x:hidden;
  612. overflow-y:scroll;
  613. background:#fff;
  614. border:1px solid #eee;
  615. -webkit-transition: all 0.3s ease-out;
  616. -moz-transition: all 0.3s ease-out;
  617. transition: all 0.3s ease-out;
  618. }
  619.  
  620. #update4{
  621. position:fixed;
  622. top:60px;
  623. left:0px;
  624. padding:2px;
  625. background:#fff;
  626. border-left:5px solid #d5d3d3;
  627. -webkit-transition: all 0.3s ease-out;
  628. -moz-transition: all 0.3s ease-out;
  629. transition: all 0.3s ease-out;
  630. }
  631.  
  632. #update4:hover{
  633. border-bottom:none;
  634. width: 99px;
  635. border-right:1px solid #eee;
  636. background:#d5d3d3;
  637. text-align:center;
  638. z-index: 999;
  639. left:10px;
  640. }
  641.  
  642. #update4:hover #updatecontent4{
  643. opacity:1;
  644. left:10px;
  645. top:73px;
  646. border-top:1px solid transparent;
  647. }
  648.  
  649. #updatecontent4{
  650. position:fixed;
  651. top:80px;
  652. left:-100px;
  653. padding:2px;
  654. width:102px;
  655. opacity:0;
  656. height:100px;
  657. text-align:center;
  658. font-size: 9px;
  659. overflow-x:hidden;
  660. overflow-y:scroll;
  661. background:#fff;
  662. border:1px solid #eee;
  663. -webkit-transition: all 0.3s ease-out;
  664. -moz-transition: all 0.3s ease-out;
  665. transition: all 0.3s ease-out;
  666. }
  667. {CustomCSS}
  668.  
  669.  
  670. </style>
  671.  
  672.  
  673.  
  674. </head>
  675.  
  676. <body>
  677. <div id="updatestab">
  678.  
  679. <div id="update">
  680. information
  681. <div id="updatecontent">
  682.  
  683. <b>Bia</b>, gryffindor, district 4, divergent, cabin 7, London Institute, House Stark, Time Lady
  684. <br>
  685.  
  686. <br> ✎ tracking gryffndour + all network tags </br>
  687. <br><a href="http://www.yourworldoftext.com/~gryffndour/">Write here</a></br>
  688. <a href="http://gryffindour.tumblr.com/rulesman">My themes</a>
  689. <br><script language="JavaScript" src="http://freehostedscripts.net/clock.php?id=c2"></script>
  690. </div>
  691. </div>
  692.  
  693.  
  694. <div id="update2">
  695. currently
  696. <div id="updatecontent2">
  697. <center><b>reading<br></b></center>
  698. A song of ice and Fire - book 1
  699.  
  700. <br><br>
  701. <center><b>watching<br></b></center>
  702. dw s7, tvd s5, sherlock s1
  703.  
  704. <br><br>
  705. <center><b>obessesed<br></b></center>
  706. Amy Pond and Doctor Who
  707.  
  708. <br><br>
  709. <center><b>crying<br></b></center>
  710. Scallison
  711. </div>
  712. </div>
  713.  
  714. <div id="update3">
  715. social
  716. <div id="updatecontent3">
  717. <center><b>networks<br></b></center>
  718. <a href="http://teamvictorsmembers.tumblr.com" title="team victors">♥</a>
  719. <a href="http://divergentsnetworkgroup.tumblr.com" title="the divergents">♥</a>
  720. <a href="http://enchantednetwork.tumblr.com" title="enchanted network">♥</a>
  721. <a href="http://clockworkprincessesnetwork.tumblr.com" title="the clockwork princesses">♥</a>
  722. <a href="http://bloodypetrova.tumblr.com/letitgo" title="Let it Go Net">♥</a>
  723. <a href="http://themaraudersmembers.tumblr.com/" title="The Marauders net">♥</a>
  724. <br><a href="http://potterdeennetwork.tumblr.com/" title="Potterdeen net">♥</a>
  725. <a href="http://ohmockinqjay.tumblr.com/themockingalpacas/" title="the mocking alpacas">♥</a>
  726. <a href="http://fuckingpeeta.co.vu/happysnowmannet" title="happy snowman net">♥</a>
  727. <a href="http://tscstudents.tumblr.com/" title="the slug club">♥</a>
  728. <a href="http://cheeringcharmnetwork.tumblr.com/" title="cheering charm network">♥</a>
  729. <a href="http://wolfpackmembers.tumblr.com/" title="wolf pack">♥</a>
  730. <br><a href="http://fearlessfandoms.tumblr.com/" title="fearless fandoms">♥</a>
  731. <a href="http://multinetworkmembers.tumblr.com/" title="multi network ; adm">♥</a>
  732. <a href="http://johannasboobsnetwork.tumblr.com/" title="Johanna's boobs">♥</a>
  733. <a href="http://everlarkersnetmembers.tumblr.com/" title="everlarkers">♥</a>
  734. <a href="http://elevenismyhero.tumblr.com/theeleventhhournetwork" title="the eleventh hour">♥</a>
  735. <a href="http://thearendellenetworkmembers.tumblr.com/" title="arendelle network">♥</a>
  736. <br><a href="http://targaryensnetwork.tumblr.com/" title="targaryen network ">♥</a>
  737. <a href="http://woulfsbenemembers.tumblr.com//" title="woulfs bene network">♥</a>
  738. <a href="http://kllianjones.co.vu/divergentnetwork" title="divergent network">♥</a>
  739. <a href="http://hogwartsstudentsnet.tumblr.com/" title="hogwarts students">♥</a>
  740.  
  741. <br><br>
  742. <center><b>lovely people<br></b></center>
  743. <a href="http://claraoswaldl.tumblr.com/" title="ti">▲</a>
  744. <a href="http://shailenediannwoodley.co.vu/" title="aena">▼</a>
  745. <a href="http://salvatore.tk/" title="nore">▲</a>
  746. <a href="http://wolfsbane.co.vu/" title="alicia">▼</a>
  747. <a href="http://beauregard.co.vu/" title="rach">▲</a>
  748. <br><a href="http://aearyastark.co.vu/" title="bindu">▲</a>
  749. <a href="http://dracomalfcy.tumblr.com/" title="amy">▼</a>
  750. <a href="http://gryffxndor.tumblr.com/" title=" mindy">▲</a>
  751. <a href="http://fairchield.tumblr.com/" title="thai">▼</a>
  752. <a href="http://ughargent.tumblr.com/" title="jane">▲</a>
  753. <br><a href="http://allisohargent.tumblr.com/" title="nina">▲</a>
  754.  
  755. </div>
  756. </div>
  757.  
  758. <div id="update4">
  759. updates
  760. <div id="updatecontent4">
  761. <center><b>status<br></b></center>
  762. school is killing me, semi-hiatus, lots of posts on queue
  763. <br><br>
  764. <center><b>join!<br></b></center>
  765. <a href="http://gryffindour.tumblr.com/post/82545378254/first-of-all-i-big-thanks-to-thai-for-the-banner">join my awards with mindy</a>
  766. <br><a href="http://hijackedmellark.co.vu/post/82406222863/welcome-to-the-golden-trio-network-where-you-can">join the golden trio network</a>
  767.  
  768. <br><br>
  769. <center><b>to do list:<br></b></center>
  770. <br>-post the winner of my solo awards
  771. <br>-release theme #8
  772. <br>-network members
  773.  
  774. </div></div>
  775. </div>
  776.  
  777. <div id="con">
  778.  
  779. <div id="sidebar">
  780.  
  781. <div id="blogt">{Title}</div>
  782.  
  783. <div id="links">
  784. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1 title}">{text:link 1}</a>{/block:iflink1}
  785. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2 title}">{text:link 2}</a>{/block:iflink2}
  786. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3 title}">{text:link 3}</a>{/block:iflink3}
  787. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4 title}">{text:link 4}</a>{/block:iflink4}
  788. {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5 title}">{text:link 5}</a>{/block:iflink5}
  789. </div>
  790.  
  791. <div id="desc">{Description}</div>
  792.  
  793. </div>
  794.  
  795.  
  796.  
  797.  
  798. <div id="entries">
  799.  
  800. {block:Posts}
  801. <div id="posts">
  802.  
  803.  
  804. {block:Quote}
  805.  
  806.  
  807. <div id="titlequote">“{Quote}”</div>
  808. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  809. {/block:Quote}
  810.  
  811.  
  812.  
  813. {block:Text}
  814.  
  815. {block:Title}
  816. <div id="title">{Title}</div>{/block:Title}
  817. {Body}
  818. {/block:Text}
  819.  
  820. {block:Link}
  821. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  822. {/block:Link}
  823.  
  824. {block:Chat}
  825. {block:Title}
  826. <h1>{Title}</h1>
  827. {/block:Title}
  828. <div class="chat">
  829. <ol>{block:Lines}
  830. <li class="line {Alt}">
  831. {block:Label}
  832. <span class="label">
  833. {Label}</span>
  834. {/block:Label}{Line}</li>
  835. {/block:Lines}
  836. </ol></div>
  837. {/block:Chat}
  838.  
  839. {block:Photo}
  840. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  841. {/block:Photo}
  842.  
  843. {block:Photoset}
  844. {Photoset-400}
  845. {/block:Photoset}
  846.  
  847. {block:Video}
  848. {Video-400}
  849. {/block:Video}
  850.  
  851. {block:Audio}
  852. <div class="player">{AudioPlayerWhite}</div>
  853. <div class="audioinfo">
  854. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  855. </div>
  856. {/block:Audio}
  857.  
  858. {block:Answer}
  859. <div class="q">
  860. <div class="as">{Asker} said: </div>
  861. {Question}</div>
  862. <div class="a">{Answer}</div>
  863. {/block:Answer}
  864.  
  865. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  866.  
  867. {block:Date}
  868. <div id="permalink">
  869. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  870. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  871. </div>
  872. {/block:Date}
  873.  
  874.  
  875.  
  876. </div>
  877.  
  878.  
  879. {block:PostNotes}
  880. <div class="pagenotes">
  881. {PostNotes}
  882. </div>
  883. {/block:PostNotes}
  884.  
  885.  
  886. {/block:Posts}
  887.  
  888. <div id="pagination">
  889. {block:Pagination}
  890. {block:PreviousPage}
  891. <a href="{PreviousPage}">&larr; previous </a>
  892. {/block:PreviousPage}
  893.  
  894.  
  895. {block:NextPage}
  896. <a href="{NextPage}">next &rarr;</a>
  897. {/block:NextPage}
  898. {/block:Pagination}
  899. </div>
  900.  
  901.  
  902.  
  903. </div>
  904.  
  905. </div>
  906.  
  907.  
  908. {block:ContentSource}
  909. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  910. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  911. {/block:SourceLogo}
  912. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  913. {/block:ContentSource}
  914.  
  915. <div id="credit"><a href="http://aeternothemes.tumblr.com/" title="gryffindour">aeterno themes</a></center></div>
  916.  
  917. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement