Advertisement
Zedling

Finn Theme

Jan 3rd, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.16 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6.  
  7. <!---- this is theme 41 by Hollywhood
  8. please don't remove the credit
  9. thank you
  10. --->
  11.  
  12. <meta name="color:Background" content="#000009"/>
  13. <meta name="color:Text" content="#ffffff"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:scrollbar" content="#999999">
  16. <meta name="color:title" content="#c61100">
  17. <meta name="color:Link Hover" content="#ffffff"/>
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="text:sidebartitle" content="">
  21.  
  22. <meta name="text:link 1" content="Link 1"/>
  23. <meta name="text:link 1 url" content="/"/>
  24. <meta name="text:link 2" content="Link 2"/>
  25. <meta name="text:link 2 url" content="/"/>
  26. <meta name="text:link 3" content="Link 3"/>
  27. <meta name="text:link 3 url" content="/"/>
  28. <meta name="text:link 4" content="Link 4"/>
  29. <meta name="text:link 4 url" content="/"/>
  30. <meta name="text:link 5" content="Link 5"/>
  31. <meta name="text:link 5 url" content="/"/>
  32.  
  33. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  34.  
  35. <script type="text/javascript"
  36. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  37. <script>
  38. $(document).ready(function() {
  39. //
  40. $('a.poplight[href^=#]').click(function() {
  41. var popID = $(this).attr('rel'); //Get Popup Name
  42. var popURL = $(this).attr('href'); //Get Popup href to define size
  43. var query= popURL.split('?');
  44. var dim= query[1].split('&');
  45. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  46. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  47. var popMargTop = ($('#' + popID).height() + 80) / 2;
  48. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  49. //Apply Margin to Popup
  50. $('#' + popID).css({
  51. 'margin-top' : -popMargTop,
  52. 'margin-left' : -popMargLeft
  53. });
  54. $('body').append('<div id="fade"></div>');
  55. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  56. return false;
  57. });
  58. $('a.close, #fade').live('click', function() {
  59. $('#fade , .popup_block').fadeOut(function() {
  60. $('#fade, a.close').remove(); //fade them both out
  61. });
  62. return false;
  63. });
  64. });
  65. </script>
  66.  
  67. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  68.  
  69.  
  70. <style>
  71.  
  72.  
  73. div#qTip {
  74. padding: 3px;
  75. display: none;
  76. text-align: center;
  77. position: absolute;
  78. font-size:9px;
  79. margin-left:10px;
  80. margin-top:-2px;
  81. line-height:9px;
  82. font-family:arial;
  83. z-index: 1000;
  84. border: 1px solid #cacaca;
  85. background-color:#fff;
  86. color: #9b9b9b;
  87. text-transform:uppercase;
  88. letter-spacing: 2px;
  89. }
  90. </style>
  91.  
  92. <style type="text/css">
  93.  
  94. /* PUT THIS BETWEEN < style type="text/css"> AND < /style> */
  95.  
  96. #updatestab {
  97. /* UPDATES TAB BY: MARIESTHEMES.TUMBLR.COM
  98. DO NOT REMOVE THIS CREDIT, EDIT AS MUCH AS YOU LIKE */
  99. height:15px;
  100. width:114px;
  101. left:685px;
  102. top:210px;
  103. z-index:999999;
  104. position:fixed;}
  105. #updatestab:hover {
  106. height:15px;}
  107.  
  108. .updatescontent {
  109. background:transparent;
  110. width:200px;
  111. height:auto;
  112. margin-top:-100px;
  113. margin-left:100px;
  114. padding:5px 5px 5px 5px;
  115. font-size:9px; /* CHANGE THE FONT SIZE */
  116. letter-spacing:1px; /* CHENGE THE LETTER SPACING*/
  117. font-family:calibri; /* CHANGE THE FONT */
  118. line-height:1.15; /* CHAGE THE LINE HEIGHT */
  119. text-transform:uppercase; /* UPPERCASE OR LOWERCASE */
  120. color:#fff; /* TEXT COLOR */
  121. opacity:0.0;
  122.  
  123. text-align:center;
  124. -webkit-transition:all 0.6s ease-out;
  125. -moz-transition:all 0.6s ease-out;
  126. transition:all 0.6s ease-out;}
  127. #updatestab:hover .updatescontent {
  128. opacity:1.0;
  129. -webkit-transition:all 0.6s ease-out;
  130. -moz-transition:all 0.6s ease-out;
  131. transition:all 0.6s ease-out;}
  132.  
  133. .updatesheadline {
  134. padding:3px 5px;
  135. font-size:18px; /* CHANGE THE TITLE FONT SIZE */
  136. letter-spacing:1px; /* CHENGE THE TITLE LETTER SPACING*/
  137. font-family: calibri; /* CHANGE THE TITLE FONT */
  138. text-transform:uppercase; /* TITLE UPPERCASE OR LOWERCASE */
  139. color:#fff; /* UN-HOVER TITLE TEXT COLOR */
  140. background-color:transparent; /* UN-HOVER TITLE BACKGROUND COLOR */
  141. border-left:4px solid #transparent; /* UN-HOVER TITLE BORDER COLOR */
  142. -webkit-transition:all 0.7s ease-out;
  143. -moz-transition:all 0.7s ease-out;
  144. transition:all 0.7 ease-out;}
  145. #updatestab:hover .updatesheadline {
  146.  
  147. color:#fff; /* HOVER TITLE TEXT COLOR */
  148. background-color:transparent; /* HOVER TITLE BACKGROUND COLOR */
  149. -webkit-transition:all 0.4s ease-out;
  150. -moz-transition:all 0.4s ease-out;
  151. transition:all 0.4s ease-out;}
  152.  
  153. .big { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  154. font-size:15px;
  155. letter-spacing:1px;
  156. font-family:Cambri;
  157. line-height:1.15;
  158. text-transform:uppercase;}
  159.  
  160. .bodytext { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  161. font-family:arial;
  162. font-size:9px;
  163. letter-spacing:1px;
  164. text-transform:none;
  165. line-height:1.15;}
  166.  
  167.  
  168. .popup_block
  169. {
  170.  
  171. display:none;
  172. border:1px solid #8176d0;
  173. color:#fff;
  174. font-family:calibri;
  175. font-size:12px;
  176. text-align:justify;
  177. background:#000;
  178. padding:20px;
  179. width:500px;
  180. height:400px;
  181. background-position:fixed;
  182.  
  183. float:left;
  184. position:fixed;
  185. top:380px;left:618px;
  186. z-index: 99999999;
  187. overflow:scroll;
  188. overflow-x:transparent;
  189. overflow-x:transparent;
  190. border-left:1px solid #8176d0;
  191. border-right:1px solid #8176d0;
  192. border-top:1px solid #8176d0;
  193. border-bottom:1px solid #8176d0;
  194. }
  195.  
  196.  
  197.  
  198. }
  199.  
  200. *html #fade {position: absolute;}
  201. *html .popup_block {position: absolute;}
  202. #fade {
  203. display:none;
  204. position:fixed;
  205. left:0px;
  206. top:0px;
  207. width:100%;
  208. height:100%;
  209. z-index:9999;
  210. background:#000;
  211. opacity:0.5;
  212. }
  213.  
  214. ::-webkit-scrollbar-thumb{
  215. background-color: {color:scrollbar};
  216. border: 2px solid {color:background};
  217. display: none;
  218. height:auto;
  219. }
  220.  
  221. ::-webkit-scrollbar {
  222. height:auto;
  223. width:11px;
  224. background-color: {color:scrollbar};
  225. border:5px solid {color:background};
  226. display: none;
  227. }
  228.  
  229.  
  230. iframe#tumblr_controls {
  231. white-space:nowrap;
  232. -webkit-filter: invert(100%);
  233. -moz-filter: invert(100%);
  234. -o-filter: invert(100%);
  235. -ms-filter: invert(100%);
  236. filter: invert(100%);
  237. opacity:.2;transition: .8s ease-in-out;
  238. -webkit-transition: .8s ease-in-out;
  239. -moz-transition: .8s ease-in-out;
  240. -o-transition: .8s ease-in-out;
  241. }
  242.  
  243. h1 {
  244. font-weight:normal;
  245. font-size:9px;
  246. text-align:center;
  247. font-style:normal;
  248. line-height:100%;
  249. letter-spacing:1px;
  250. text-transform:normal;
  251. color:{color:text};
  252. }
  253.  
  254. h2 {
  255. font-size:9px;
  256. text-align:center;
  257. line-height:100%;
  258. letter-spacing:-0.5px;
  259. color:{color:text};
  260. font-weight:bold;
  261. text-transform:uppercase;
  262. padding:5px;
  263. padding-bottom:2px;
  264. }
  265.  
  266.  
  267. blockquote {
  268. border-left:2px solid {color:text};
  269. padding-left:5px;
  270. margin:5px;
  271. }
  272.  
  273.  
  274. body {
  275. background:url(https://ia601501.us.archive.org/31/items/la_Finn/finn.png);
  276. background-repeat:no-repeat;
  277. background-color:{color:background};
  278. margin:0px;
  279. color:{color:text};
  280. font-family:calibri;
  281. font-size:12px;
  282. line-height:100%;
  283. }
  284.  
  285. a {
  286. text-decoration:none;
  287. outline:none;
  288. -moz-outline-style:none;
  289. color:{color:link};
  290. -moz-transition-duration:0.5s;
  291. -webkit-transition-duration:0.5s;
  292. -o-transition-duration:0.5s;
  293. }
  294.  
  295. a:hover {
  296. text-decoration:none;
  297. outline:none;
  298. -moz-outline-style:none;
  299. color:{color:link hover};
  300. }
  301.  
  302. img {
  303. border:none;
  304. }
  305.  
  306. blockquote {
  307. padding-left:5px;
  308. border-left:2px solid;
  309. }
  310.  
  311. blockquote blockquote {
  312. padding-left:5px;
  313. border-left:2px solid;
  314. }
  315.  
  316. #post {
  317. width:500px;
  318. padding-bottom:30px;
  319. margin-top:0px;
  320. }
  321.  
  322. #entries {
  323.  
  324. position:fixed;
  325. height:517px;
  326. overflow-x:hidden;
  327. overflow-y:auto;
  328. width:500px;
  329. text-align:justify;
  330. padding:10px;
  331. border:#;
  332. border-style:;
  333. background-color:#;
  334. top:159px;
  335. z-index:999;
  336. margin-left:232px;
  337. margin-top:70px;
  338. }
  339.  
  340. ::-webkit-scrollbar-thumb:vertical {
  341. background-color: #;
  342. height: 2px;
  343. display: none;
  344. }
  345.  
  346. ::-webkit-scrollbar {
  347. background-color: #;
  348. height:4px;
  349. width:2px;
  350. display: none;
  351.  
  352. }
  353.  
  354.  
  355. #sidebar {
  356. color:{color:text};
  357. position:fixed;
  358. width:0px;
  359. height:0;
  360. margin-top:39px;
  361. margin-left:250px;
  362. text-align:left;
  363. }
  364.  
  365. #sidebarimage img {
  366. width:200px;
  367. margin-top:-10px;
  368. margin-bottom:0px;
  369. margin-left:-9px;
  370. }
  371.  
  372. #alinks {
  373. display:inline;
  374. position:fixed;
  375. font-family:calibri;
  376. letter-spacing:0px;
  377. width:5px;
  378. height: 5px;
  379. margin-top:15px;
  380. margin-left:475px;
  381. font-size:14px;
  382. text-transform:uppercase;
  383. text-align:left;
  384. text-shadow:0px 0px 5px #90736d
  385. line-height:250%;
  386. -moz-transition-duration:.7s;
  387. -webkit-transition-duration:.7s;
  388. -o-transition-duration:.7s;
  389. }
  390.  
  391. #alinks a{
  392. display:inline;
  393. line-height:150%;
  394. padding-left:5px;
  395. width:5px;
  396. margin-top:600px;
  397. margin-left:20px;
  398. color:#8176d0;
  399.  
  400. }
  401.  
  402. #alinks a:hover {
  403. width:5px;
  404. opacity: 1;
  405. color:{color:link hover};
  406. text-shadow:0px 0px 4px #ffffff;
  407. -moz-transition-duration:.7s;
  408. -webkit-transition-duration:.7s;
  409. -o-transition-duration:.7s;
  410. -moz-transform: rotate(360deg);
  411. -webkit-transform: rotate(360deg);
  412. -o-transform: rotate(360deg);
  413. -ms-transform: rotate(360deg);
  414. transform: rotate(360deg);
  415.  
  416. }
  417.  
  418. #blinks {
  419. display:inline;
  420. position:fixed;
  421. font-family:calibri;
  422. letter-spacing:0px;
  423. width:5px;
  424. height: 5px;
  425. margin-top:40px;
  426. margin-left:475px;
  427. font-size:14px;
  428. text-transform:uppercase;
  429. text-align:left;
  430. text-shadow:0px 0px 5px #90736d
  431. line-height:250%;
  432. -moz-transition-duration:.7s;
  433. -webkit-transition-duration:.7s;
  434. -o-transition-duration:.7s;
  435. }
  436.  
  437. #blinks a{
  438. display:inline;
  439. line-height:150%;
  440. padding-left:5px;
  441. width:5px;
  442. margin-top:50px;
  443. margin-left:20px;
  444. color:#8176d0;
  445.  
  446. }
  447.  
  448. #blinks a:hover {
  449. width:5px;
  450. opacity: 1;
  451. color:{color:link hover};
  452. text-shadow:0px 0px 4px #ffffff;
  453. -moz-transition-duration:.7s;
  454. -webkit-transition-duration:.7s;
  455. -o-transition-duration:.7s;
  456. -moz-transform: rotate(360deg);
  457. -webkit-transform: rotate(360deg);
  458. -o-transform: rotate(360deg);
  459. -ms-transform: rotate(360deg);
  460. transform: rotate(360deg);
  461.  
  462. }
  463.  
  464. #clinks {
  465. display:inline;
  466. position:fixed;
  467. font-family:calibri;
  468. letter-spacing:0px;
  469. width:5px;
  470. height: 5px;
  471. margin-top:65px;
  472. margin-left:475px;
  473. font-size:14px;
  474. text-transform:uppercase;
  475. text-align:left;
  476. text-shadow:0px 0px 5px #90736d
  477. line-height:250%;
  478. -moz-transition-duration:.7s;
  479. -webkit-transition-duration:.7s;
  480. -o-transition-duration:.7s;
  481. }
  482.  
  483. #clinks a{
  484. display:inline;
  485. line-height:150%;
  486. padding-left:5px;
  487. width:5px;
  488. margin-top:50px;
  489. margin-left:20px;
  490. color:#8176d0;
  491.  
  492. }
  493.  
  494. #clinks a:hover {
  495. width:5px;
  496. opacity: 1;
  497. color:{color:link hover};
  498. text-shadow:0px 0px 4px #ffffff;
  499. -moz-transition-duration:.7s;
  500. -webkit-transition-duration:.7s;
  501. -o-transition-duration:.7s;
  502. -moz-transform: rotate(360deg);
  503. -webkit-transform: rotate3680deg);
  504. -o-transform: rotate(360deg);
  505. -ms-transform: rotate(360deg);
  506. transform: rotate(360deg);
  507.  
  508. }
  509.  
  510. #dlinks {
  511. display:inline;
  512. position:fixed;
  513. font-family:calibri;
  514. letter-spacing:0px;
  515. width:5px;
  516. height: 5px;
  517. margin-top:90px;
  518. margin-left:475px;
  519. font-size:14px;
  520. text-transform:uppercase;
  521. text-align:left;
  522. text-shadow:0px 0px 5px #90736d
  523. line-height:250%;
  524. -moz-transition-duration:.7s;
  525. -webkit-transition-duration:.7s;
  526. -o-transition-duration:.7s;
  527. }
  528.  
  529. #dlinks a{
  530. display:inline;
  531. line-height:150%;
  532. padding-left:5px;
  533. width:5px;
  534. margin-top:50px;
  535. margin-left:20px;
  536. color:#8176d0;
  537.  
  538. }
  539.  
  540. #dlinks a:hover {
  541. width:5px;
  542. opacity: 1;
  543. color:{color:link hover};
  544. text-shadow:0px 0px 4px #ffffff;
  545. -moz-transition-duration:.7s;
  546. -webkit-transition-duration:.7s;
  547. -o-transition-duration:.7s;
  548. -moz-transform: rotate(360deg);
  549. -webkit-transform: rotate(360deg);
  550. -o-transform: rotate(360deg);
  551. -ms-transform: rotate(360deg);
  552. transform: rotate(360deg);
  553.  
  554. }
  555.  
  556. #elinks {
  557. display:inline;
  558. position:fixed;
  559. font-family:calibri;
  560. letter-spacing:0px;
  561. width:5px;
  562. height: 5px;
  563. margin-top:550px;
  564. margin-left:-80px;
  565. font-size:14px;
  566. text-transform:uppercase;
  567. text-align:left;
  568. text-shadow:0px 0px 5px #90736d
  569. line-height:250%;
  570. -moz-transition-duration:.7s;
  571. -webkit-transition-duration:.7s;
  572. -o-transition-duration:.7s;
  573. }
  574.  
  575. #elinks a{
  576. display:inline;
  577. line-height:150%;
  578. padding-left:5px;
  579. width:5px;
  580. margin-top:50px;
  581. margin-left:20px;
  582. color:#fefefe;
  583.  
  584. }
  585.  
  586. #elinks a:hover {
  587. width:5px;
  588. opacity: 1;
  589. color:{color:link hover};
  590. text-shadow:0px 0px 4px #ffffff;
  591. -moz-transition-duration:.7s;
  592. -webkit-transition-duration:.7s;
  593. -o-transition-duration:.7s;
  594. -moz-transform: rotate(360deg);
  595. -webkit-transform: rotate(360deg);
  596. -o-transform: rotate(360deg);
  597. -ms-transform: rotate(360deg);
  598. transform: rotate(360deg);
  599.  
  600. }
  601.  
  602. #description {
  603. position:fixed;
  604. width:200px;
  605. font-family:calibri;
  606. margin-top:55px;
  607. margin-left:-9px;
  608. text-align:justify;
  609. font-size:11px;
  610. color: {color:text};
  611. letter-spacing:0px;
  612. line-height:130%;
  613. -moz-transition-duration:1s;
  614. -webkit-transition-duration:1s;
  615. -o-transition-duration:1s;
  616. }
  617.  
  618. #description a {
  619. color:{color:link};
  620. }
  621.  
  622. #description a:hover {
  623. color:{color:link hover};
  624. }
  625.  
  626. .sidebartitle {
  627. width:210px;
  628. text-align:center;
  629. position:fixed;
  630. font-family:calibri;
  631. line-height:120%;
  632. margin-left:-13px;
  633. font-size:11px;
  634. margin-top:10px;
  635. color:{color:title};
  636. }
  637.  
  638. #pagination {
  639. font-family:calibri;
  640. width:210px;
  641. font-size:11px;
  642. margin-top:-50px;
  643. margin-left:600px;
  644. padding-left:5px;
  645. letter-spacing:1px;
  646. font-style:italic;
  647. text-align:center;
  648. }
  649.  
  650. #pagination a {
  651. color:{color:link};
  652. }
  653.  
  654. #info {
  655. font-family:calibri;
  656. width:493px;
  657. margin-top:5px;
  658. padding-top:1px;
  659. font-size:9px;
  660. background:#000;
  661. padding:4px;
  662. color:{color:text};
  663. text-transform:uppercase;
  664. font-style:normal;
  665. text-align:left;
  666. -moz-transition-duration:0.5s;
  667. -webkit-transition-duration:0.5s;
  668. -o-transition-duration:0.5s;
  669. }
  670.  
  671. #info a {
  672. color:{color:link};
  673. font-style:normal;
  674. }
  675.  
  676. #info a:hover {
  677. color:{color:link hover};
  678. }
  679.  
  680. .tags {
  681. font-family:calibri;
  682. font-style:normal;
  683. width:495px;
  684. text-transform:normal;
  685. font-style:normal;
  686. line-height:120%;
  687. padding-left:5px;
  688. font-size:9px;
  689. text-align:left;
  690. padding-top:5px;
  691. padding-bottom:15px;
  692. -moz-transition-duration:0.2s;
  693. -webkit-transition-duration:0.2s;
  694. -o-transition-duration:0.2s;
  695. }
  696. .tags a{
  697. color:{color:link};
  698. -moz-transition-duration:0.2s;
  699. -webkit-transition-duration:0.2s;
  700. -o-transition-duration:0.2s;
  701. }
  702. .tags a:hover{
  703. color:{color:link hover};
  704. -moz-transition-duration:0.2s;
  705. -webkit-transition-duration:0.2s;
  706. -o-transition-duration:0.2s;
  707. }
  708.  
  709. .audio{
  710. background-color:#e5e5e5;
  711. height:65px;
  712. overflow:hidden;
  713. }
  714.  
  715. #ask {
  716. float:left;
  717. color:{color:text};
  718. }
  719.  
  720. #credit {
  721. font-size:9px;
  722. font-family:calibri;
  723. font-style:italic;
  724. letter-spacing:1px;
  725. -moz-transition-duration:0.5s;
  726. -webkit-transition-duration:0.5s;
  727. -o-transition-duration:0.5s;
  728. }
  729.  
  730. #credit a {
  731. background-color:#000;
  732. padding:5px;
  733. border:1px solid #fefefe;
  734. position:fixed;
  735. right:15px;
  736. bottom:10px
  737. }
  738.  
  739. #credit a:hover {
  740. color:#fefefe;
  741. background-color:#000;
  742. }
  743.  
  744.  
  745.  
  746. {CustomCSS}</style></head><body>
  747.  
  748. <!-- PUT THIS BETWEEN < body> and < /body> -->
  749.  
  750. <div id="updatestab">
  751. <div class="updatesheadline">hover</div>
  752. <div class="updatescontent">
  753.  
  754. <!-- WRITE YOUR UPDATES BETWEEN THIS -->
  755.  
  756. <div class="big">SIDEBAR TITLE</div></p>
  757.  
  758. <div class="bodytext">
  759. SIDEBAR TEXT</div>
  760.  
  761. <!-- AND THIS -->
  762. </div>
  763. </div>
  764.  
  765.  
  766. <div id="box1" class="popup_block">
  767. POPUP TEXT HERE
  768.  
  769. </div>
  770.  
  771. </div></div></div></div></div></div></div></div></div></div>
  772.  
  773. <div id="box2" class="popup_block">
  774.  
  775. POPUP TEXT HERE
  776.  
  777. </div>
  778.  
  779. </div></div></div></div></div></div></div></div></div></div>
  780.  
  781. <div id="box3" class="popup_block">
  782.  
  783. <center><iframe frameborder="0" border="0" scrolling="no" width="450" height="190" allowtransparency="true" src="http://www.tumblr.com/ask_form/URL HERE.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe></center>
  784. </div>
  785.  
  786. </div></div></div></div></div></div></div></div></div></div>
  787.  
  788. <div id="sidebar">
  789.  
  790. <div id="sidebarimage">
  791. <a href="/"><img src="{image:sidebar}"></a></div>
  792.  
  793. <div class="sidebartitle">{text:sidebartitle}</div>
  794.  
  795. <div id="alinks">
  796. <a href="/" title="HOME BASE"><big>⚫</big></a>
  797. </div>
  798.  
  799. <div id="blinks">
  800. <a href="#?w=460" rel="box1" class="poplight" title="TROOPER"><big>⚫</big></a>
  801. </div>
  802.  
  803. <div id="clinks">
  804. <a href="#?w=460" rel="box2" class="poplight" title="RULES"><big>⚫</big></a>
  805. </div>
  806.  
  807. <div id="dlinks">
  808. <a href="#?w=460" rel="box3" class="poplight" title="ASK"><big>⚫</big></a>
  809. </div>
  810.  
  811. <div id="description">{description}
  812.  
  813. <div id="pagination">
  814. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} <br> {block:NextPage}<a href="{NextPage}">→</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  815. </div></div></div>
  816.  
  817. <div id="entries">{block:Posts}<div id="post">
  818.  
  819. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  820.  
  821. <div style="text-align: center;">{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}</div>
  822.  
  823. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  824.  
  825. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  826.  
  827. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  828.  
  829. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  830.  
  831. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  832. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  833.  
  834. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  835.  
  836. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  837.  
  838. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  839. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  840.  
  841. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  842. </div>
  843.  
  844.  
  845. {block:HasTags}
  846. <div class="tags">
  847. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; -{Tag}</a> {/block:Tags}</div>
  848. {/block:HasTags}
  849. <div class="postnote">
  850. {block:PostNotes}{PostNotes}{/block:PostNotes}
  851. </div>
  852. </div>
  853. {/block:Posts}
  854.  
  855. </div>
  856. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  857.  
  858. </body>
  859.  
  860. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement