Advertisement
Guest User

rinoa theme

a guest
Jan 23rd, 2019
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.74 KB | None | 0 0
  1. <script>
  2.  
  3.  
  4. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  5. THIS THEME WAS PERSONALLY DESIGNED FOR @timberwings !!
  6. By: Ley @eternalfaction / eternalworks.
  7. theme shall not be redistributed. credits may not be removed.
  8. ( thank you for your commission and support !! )
  9. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  10.  
  11.  
  12.  
  13. </script>
  14.  
  15.  
  16.  
  17.  
  18.  
  19. </script>
  20.  
  21.  
  22.  
  23. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  24.  
  25. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Arima+Madurai|Catamaran|Inknut+Antiqua|Satisfy" rel="stylesheet">
  28.  
  29. <link href="https://fonts.googleapis.com/css?family=Cookie|Cormorant+Unicase|Gentium+Book+Basic|IM+Fell+DW+Pica|Special+Elite|Walter+Turncoat" rel="stylesheet">
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet">
  32.  
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35.  
  36. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  37.  
  38. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  39.  
  40. <link href="https://fonts.googleapis.com/css?family=Arima+Madurai|Catamaran|Inknut+Antiqua|Satisfy" rel="stylesheet">
  41.  
  42. <link href="https://fonts.googleapis.com/css?family=Special+Elite|Walter+Turncoat" rel="stylesheet">
  43.  
  44. <link href="https://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet">
  45.  
  46. <link href="https://fonts.googleapis.com/css?family=Arvo|Kalam" rel="stylesheet">
  47.  
  48. <script type="text/javascript"
  49. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  50. <script>
  51. $(document).ready(function() {
  52. $('a.poplight[href^=#]').click(function() {
  53. var popID = $(this).attr('rel'); //Get Popup Name
  54. var popURL = $(this).attr('href'); //Get Popup href to define size
  55. var query= popURL.split('?');
  56. var dim= query[1].split('&');
  57. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  58. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  59. var popMargTop = ($('#' + popID).height() + 80) / 2;
  60. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  61. //Apply Margin to Popup
  62. $('#' + popID).css({
  63. 'margin-top' : -popMargTop,
  64. 'margin-left' : -popMargLeft
  65. });
  66. $('body').append('<div id="fade"></div>');
  67. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  68. return false;
  69. });
  70. $('a.close, #fade').live('click', function() {
  71. $('#fade , .popup_block').fadeOut(function() {
  72. $('#fade, a.close').remove(); //fade them both out
  73. });
  74. return false;
  75. });
  76. });
  77. </script>
  78.  
  79. <title>{Title}</title>
  80. <link rel="shortcut icon" href="{Favicon}">
  81. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  82. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  83.  
  84. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  85.  
  86. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  87.  
  88. <style>
  89. div#qTip {
  90. padding: 3px;
  91. display: none;
  92. text-align: center;
  93. position: absolute;
  94. font-size:7px;
  95. margin-left:10px;
  96. margin-top:-2px;
  97. line-height:9px;
  98. font-family:arial;
  99. z-index: 1000;
  100. border: 1px solid #cacaca;
  101. background-color:#fff;
  102. color: #9b9b9b;
  103. text-transform:uppercase;
  104. letter-spacing: 2px;
  105. }
  106. </style>
  107.  
  108.  
  109.  
  110. <style type="text/css">
  111.  
  112. /*----- POST IMAGES -----*/
  113.  
  114.  
  115. img {
  116. max-width: 100%;
  117. height: auto;
  118. border:0px solid #fff;
  119. }
  120.  
  121. pre {
  122. white-space: pre-wrap; / css-3 /
  123. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  124. white-space: -pre-wrap; / Opera 4-6 /
  125. white-space: -o-pre-wrap; / Opera 7 /
  126. word-wrap: break-word; / Internet Explorer 5.5+ /
  127. }
  128.  
  129. /*----- IMP -----*/
  130.  
  131. .popup_block{
  132. display:none;
  133. background-image:url("http://static.tumblr.com/zma9h5a/aiKou6es7/page.png");
  134. background-color: #131212;
  135. padding:20px;
  136. border:1px solid #d65858; /* if you want a solid white pop-up, delete this */
  137. float:left;
  138.  
  139. position:fixed;
  140. top:50%;left:50%;
  141. z-index: 99999;
  142. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  143. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  144. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  145. }
  146.  
  147. *html #fade {position: absolute;}
  148. *html .popup_block {position: absolute;}
  149. #fade {
  150. display:none;
  151. position:fixed;
  152. left:0px;
  153. top:0px;
  154. width:100%;
  155. height:100%;
  156. z-index:9999;
  157. background:#000; /* change to #fff for solid white */
  158. opacity:0.5; /* change to opacity:1; */
  159.  
  160. }
  161.  
  162.  
  163. iframe#tumblr_controls {
  164. white-space:nowrap;
  165. -webkit-filter: invert(100%);
  166. -moz-filter: invert(100%);
  167. -o-filter: invert(100%);
  168. -ms-filter: invert(100%);
  169. filter: invert(100%);
  170. opacity:.2;transition: .8s ease-in-out;
  171. -webkit-transition: .8s ease-in-out;
  172. -moz-transition: .8s ease-in-out;
  173. -o-transition: .8s ease-in-out;
  174. }
  175.  
  176. /*----- SCROLL BAR -----*/
  177.  
  178. ::-webkit-scrollbar-thumb {
  179. height: 12px;
  180. border: 1px solid #32567a;
  181. background: #32567a;
  182. }
  183. ::-webkit-scrollbar {
  184. width: 5px;
  185. height: 7px;
  186. border-left: 5px solid #5d7389;
  187. border-right: 5px solid #5d7389;
  188. border-top: 2px solid #5d7389;
  189. border-bottom: 2px solid #5d7389;
  190. background: #5d7389;
  191. }
  192.  
  193. /*----- MAIN CONTENT -----*/
  194.  
  195.  
  196. body {
  197. background: url('http://static.tumblr.com/zma9h5a/2meoulelg/rinoa.gif') #010101;
  198. background-position: top-right;
  199. background-repeat: no-repeat;
  200. background-attachment: absolute;
  201. margin:0px;
  202. color: #383535;
  203. font-family: 'Catamaran', sans-serif;
  204. font-size:13px;
  205. line-height:100%;
  206. height: 900px;
  207. overflow-x: hidden;
  208. }
  209.  
  210. /*----- TEXT DETAILS -----*/
  211.  
  212. b,strong {
  213. color: #3c6798;
  214. text-transform:none;
  215. font-family: 'Cormorant Unicase', serif;
  216. letter-spacing: 0px;
  217. font-size:14px;}
  218.  
  219.  
  220. i,em {
  221. color:#7890ab;
  222. text-shadow:0px 0px #000;
  223. font-family: 'IM Fell DW Pica', serif;
  224. text-transform: none;
  225. font-size:13px;}
  226.  
  227.  
  228. h1 {
  229. font-weight:normal;
  230. font-size:20px;
  231. font-family: georgia;
  232. text-align:center;
  233. text-transform:uppercase;
  234. font-style:bold;
  235. line-height:100%;
  236. letter-spacing:1px;
  237. color:#cfaa96;
  238.  
  239. }
  240.  
  241. a {
  242. text-decoration:none;
  243. outline:none;
  244. -moz-outline-style:none;
  245. color:#b6cfd8;
  246. -moz-transition-duration:0.5s;
  247. -webkit-transition-duration:0.5s;
  248. -o-transition-duration:0.5s;
  249. }
  250.  
  251. a:hover {
  252. text-decoration:none;
  253. outline:none;
  254. -moz-outline-style:none;
  255. color:#b6cfd8;
  256. }
  257.  
  258. /*----- REBLOG -----*/
  259.  
  260. blockquote {
  261. padding-left:5px;
  262. border-left:1px dashed;
  263. border-color: #7890ab;
  264. margin:5px;
  265. }
  266.  
  267.  
  268. #post {
  269. width:410px;
  270. padding-bottom:0px;
  271. margin-top:0px;
  272. }
  273. #post a{
  274. color: #526284;
  275. text-transform:uppercase;
  276. font-family: 'Arima Madurai', cursive;
  277. font-size: 11px;
  278.  
  279.  
  280. }
  281. #post:hover .tags{
  282. opacity:1;
  283. -moz-transition-duration:0.5s;
  284. -webkit-transition-duration:0.5s;
  285. -o-transition-duration:0.5s;
  286. }
  287.  
  288. .tags {
  289. font-family: georgia;
  290. width:500px;
  291. text-transform:normal;
  292. line-height:120%;
  293. font-size:10px;
  294. text-align:left;
  295. padding-top:5px;
  296. padding-bottom:15px;
  297. -moz-transition-duration:0.2s;
  298. -webkit-transition-duration:0.2s;
  299. -o-transition-duration:0.2s;
  300. }
  301. .tags a{
  302. font-style:italic;
  303. color:#b53532;
  304. -moz-transition-duration:0.2s;
  305. -webkit-transition-duration:0.2s;
  306. -o-transition-duration:0.2s;
  307. }
  308. .tags a:hover{
  309. color:{color:link hover};
  310. -moz-transition-duration:0.2s;
  311. -webkit-transition-duration:0.2s;
  312. -o-transition-duration:0.2s;
  313. }
  314.  
  315. /*----- SIDE CONTENT-----*/
  316.  
  317. #sidebar {
  318. color: #777;
  319. position:absolute;
  320. width:100px;
  321. height:auto;
  322. margin-top:-170px;
  323. margin-left:465px;
  324. text-align:left;
  325. }
  326.  
  327. #description {
  328. background-color: #;
  329. position:absolute;
  330. width:175px;
  331. font-family: 'Open Sans', sans-serif;
  332. margin-top:625px;
  333. margin-left:350px;
  334. text-align:center;
  335. font-size:10px;
  336. color: #939090;
  337. text-shadow:1px 1px #000;
  338. letter-spacing:0px;
  339. line-height:130%;
  340. -moz-transition-duration:1s;
  341. -webkit-transition-duration:1s;
  342. -o-transition-duration:1s;
  343. }
  344.  
  345. #description a {
  346. color: #aca09f;
  347. }
  348.  
  349. #description a:hover {
  350. color:#b6cfd8;
  351. }
  352.  
  353. #navi {
  354. background-color: #;
  355. position:absolute;
  356. width:87px;
  357. font-family: 'Catamaran', sans-serif;
  358. text-transform: uppercase;
  359. margin-top:515px;
  360. margin-left: 1065px;
  361. text-align:center;
  362. font-size:11px;
  363. color: #fff;
  364. letter-spacing:0px;
  365. line-height:130%;
  366. -moz-transition-duration:1s;
  367. -webkit-transition-duration:1s;
  368. -o-transition-duration:1s;
  369. }
  370.  
  371. #navi a {
  372. color: #e1e1e1;
  373. }
  374.  
  375.  
  376. #navi a:hover {
  377. color:#fff;
  378. text-shadow:0px 1px #a62834;
  379. }
  380.  
  381.  
  382.  
  383. #marquee {
  384. background-color: #;
  385. position:absolute;
  386. width:925px;
  387. font-family: Georgia;
  388. text-transform: lowercase;
  389. margin-top:300px;
  390. margin-left:225px;
  391. text-align:center;
  392. font-size:12px;
  393. color: #7c7775;
  394. letter-spacing:0px;
  395. line-height:130%;
  396. -moz-transition-duration:1s;
  397. -webkit-transition-duration:1s;
  398. -o-transition-duration:1s;
  399. }
  400.  
  401. #marquee a {
  402. color: #f3a2a5;
  403. }
  404.  
  405. #marquee a:hover {
  406. color:#d2c0d2;
  407. }
  408.  
  409. #textbox {
  410. background-color: #;
  411. position:absolute;
  412. width:225px;
  413. font-family: Georgia;
  414. text-transform: lowercase;
  415. margin-top:645px;
  416. margin-left:-428px;
  417. text-align:center;
  418. font-size:15px;
  419. color: #fff;
  420. letter-spacing:0px;
  421. line-height:130%;
  422. -moz-transition-duration:1s;
  423. -webkit-transition-duration:1s;
  424. -o-transition-duration:1s;
  425. }
  426.  
  427. #textbox a {
  428. color: #000;
  429. }
  430.  
  431. #textbox a:hover {
  432. color:#d2c0d2;
  433. }
  434.  
  435.  
  436. #counter {
  437. background-color: #;
  438. position:absolute;
  439. width:225px;
  440. font-family: Georgia;
  441. text-transform: lowercase;
  442. margin-top:665px;
  443. margin-left:-67px;
  444. text-align:center;
  445. font-size:11px;
  446. color: #fff;
  447. letter-spacing:0px;
  448. line-height:130%;
  449. -moz-transition-duration:1s;
  450. -webkit-transition-duration:1s;
  451. -o-transition-duration:1s;
  452. }
  453.  
  454. #counter a {
  455. color: #cf8d78;
  456. }
  457.  
  458. #counter a:hover {
  459. color:#d2c0d2;
  460. }
  461.  
  462.  
  463. #music {
  464. background-color: #;
  465. position:absolute;
  466. width:225px;
  467. font-family: Georgia;
  468. text-transform: lowercase;
  469. margin-top:800px;
  470. margin-left:-277px;
  471. text-align:center;
  472. font-size:11px;
  473. color: #fff;
  474. letter-spacing:0px;
  475. line-height:130%;
  476. -moz-transition-duration:1s;
  477. -webkit-transition-duration:1s;
  478. -o-transition-duration:1s;
  479. }
  480.  
  481. #music a {
  482. color: #aa2a33;
  483. }
  484.  
  485. #music a:hover {
  486. color:#d2c0d2;
  487. }
  488.  
  489.  
  490. #admin {
  491. background-color: #;
  492. position:absolute;
  493. width:200px;
  494. font-family: 'Catamaran', sans-serif;
  495. text-transform: lowercase;
  496. margin-top:690px;
  497. margin-left:448px;
  498. text-align:center;
  499. font-size:11px;
  500. color: #7c7775;
  501. letter-spacing:0px;
  502. line-height:130%;
  503. -moz-transition-duration:1s;
  504. -webkit-transition-duration:1s;
  505. -o-transition-duration:1s;
  506. }
  507.  
  508. #admin a {
  509. color: #7896b8;
  510. }
  511.  
  512. #admin a:hover {
  513. color:#d2c0d2;
  514. }
  515.  
  516.  
  517.  
  518. #kupo {
  519. background-color: #;
  520. position:absolute;
  521. width:95px;
  522. font-family: Georgia;
  523. text-transform: lowercase;
  524. margin-top:693px;
  525. margin-left:1233px;
  526. text-align:center;
  527. font-size:12px;
  528. color: #7c7775;
  529. letter-spacing:0px;
  530. line-height:130%;
  531. -moz-transition-duration:1s;
  532. -webkit-transition-duration:1s;
  533. -o-transition-duration:1s;
  534. }
  535.  
  536. #kupo a {
  537. color: #f3a2a5;
  538. }
  539.  
  540. #kupo a:hover {
  541. color:#d2c0d2;
  542. }
  543.  
  544.  
  545. #links {
  546. position:relative;
  547. font-family:georgia;
  548. width:450px;
  549. margin-top:385px;
  550. z-index:-1;
  551. margin-left:270px;
  552. display:inline-block;
  553. font-size:18px;
  554. font-style:none;
  555. letter-spacing:1px;
  556. text-align:left;
  557. line-height:280%;
  558. text-transform: lowercase;
  559. -webkit-transition: all .4s linear;
  560. }
  561.  
  562. #links a{
  563. position: static;
  564. line-height:300%;
  565. margin-top:1px;
  566. margin-left:14px;
  567. width:60px;
  568. margin-bottom:4px;
  569. border-bottom:0px solid #0a141c;
  570. color: #6d5e60;
  571. text-shadow:1px 1px #9b8f86;
  572. -moz-transition-duration:.2s;
  573. -webkit-transition-duration:.2s;
  574. -o-transition-duration:.2s;
  575. }
  576.  
  577. #links a:hover {
  578. width:60px;
  579. color: #d1cfbc;
  580. -moz-transition-duration:0.2s;
  581. -webkit-transition-duration:0.2s;
  582. -o-transition-duration:0.2s;
  583. }
  584.  
  585.  
  586. #pagination {
  587. font-family:cambria;
  588. width:210px;
  589. font-size:26px;
  590. margin-top:-150px;
  591. margin-left: 537px;
  592. padding-left:105px;
  593. letter-spacing:1px;
  594. text-align:center;
  595. }
  596.  
  597. #pagination a {
  598. color:#fff ;
  599. text-shadow:0px 1px #e1e1e1;
  600. }
  601.  
  602. /*----- POST CONTENT -----*/
  603.  
  604.  
  605. #entries {
  606. padding: 10px;
  607. width: 410px;
  608. margin-left: 610px;
  609. margin-top:43px;
  610. margin-bottom: 50px;
  611. height: 565px;
  612. overflow-x: hidden;
  613. overflow-y: auto;
  614. position: absolute;
  615.  
  616. }
  617.  
  618. ::selection {
  619. background: #8e9bac; /* WebKit/Blink Browsers */
  620. }
  621. ::-moz-selection {
  622. background: #8e9bac; /* Gecko Browsers */
  623. }
  624.  
  625.  
  626. #info {
  627. background-color: #d1dbe5;
  628. border:1px dashed #bdc7d2;
  629. font-family:courier;
  630. width:200px;
  631. margin-top:5px;
  632. margin-left:100px;
  633. padding-top:1px;
  634. font-size:11px;
  635. background:#;
  636. padding:4px;
  637. color: #000;
  638. text-transform:uppercase;
  639. font-style:bold;
  640. text-align:left;
  641. -moz-transition-duration:0.5s;
  642. -webkit-transition-duration:0.5s;
  643. -o-transition-duration:0.5s;
  644. }
  645.  
  646. #info a {
  647. color:#000 ;
  648. font-style:normal;
  649. font-size:10px;
  650.  
  651. }
  652.  
  653. #info a:hover {
  654. color:#fff;
  655. }
  656.  
  657. .quote {
  658. font-size:11px;
  659. font-family:georgia;
  660. font-style:normal;
  661. line-height:17px;
  662. margin-bottom:15px;
  663. text-transform:normal;
  664. text-align:left;
  665. font-weight:normal;
  666. font-style:none;
  667. color:#fff;
  668. text-shadow:1px 1px #000;
  669. }
  670.  
  671. #ask {
  672. float:left;
  673. color:#83786e;
  674.  
  675. }
  676. #ask_bg{
  677. background: url(HERE);
  678. background-color: transparent;
  679. height: auto;
  680. padding-top: 8px;
  681. width: 400px;
  682. font-family:georgia;
  683. font-size: 11px;
  684. color: #83786e;
  685. border:0px solid #0a0f12;
  686. }
  687.  
  688.  
  689. /*----- BOTTOM IMAGE -----*/
  690.  
  691. #corner {
  692. font-size:9px;
  693. font-family:cambria;
  694. font-style:italic;
  695. letter-spacing:1px;
  696. -moz-transition-duration:0.5s;
  697. -webkit-transition-duration:0.5s;
  698. -o-transition-duration:0.5s;
  699. }
  700.  
  701. #corner a {
  702. background-color:transparent;
  703. position:fixed;
  704. right:15px;
  705. bottom:10px
  706. }
  707.  
  708.  
  709.  
  710. #cornerplayer
  711. {z-index:999;
  712. background-color:transparent;
  713. width:30px;
  714. height:50px;
  715. border-radius:0px 0px 0px 0px;
  716. -moz-border-radius:0px 50px 0px 0px;
  717. position:fixed;
  718. overflow:hidden;
  719. bottom:0px;
  720. right:0px;
  721. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  722.  
  723. #cornericon
  724. {margin-top:15px;
  725. margin-bottom:20px;
  726. margin-right:-5px;
  727. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  728.  
  729. #cornerplayer:hover
  730. {width:200px;
  731. -moz-border-radius:0px;
  732. border-radius:0px;}
  733.  
  734. #cornerplayer:hover #cornericon
  735. {margin-top:10px;
  736. margin-left:0px;
  737. margin-bottom:4px;}
  738.  
  739. {CustomCSS}</style></head><body>
  740. <script type="text/javascript" src="http://bpmaker.giffy.me/userdata/user/1/1467/1/parts.js"></script>
  741.  
  742.  
  743. <div id='cornerplayer'><center>
  744.  
  745.  
  746.  
  747. <div>
  748.  
  749.  
  750.  
  751.  
  752. <div>
  753.  
  754.  
  755.  
  756. </div>
  757. </center> </div><!--cornerplayer-->
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764. <SCRIPT TYPE="text/javascript">
  765. <!--
  766. function clickIE() {if (document.all) {(message);return false;}}
  767. function clickNS(e) {if
  768. (document.layers||(document.getElementById&&!document.all)) {
  769. if (e.which==2||e.which==3) {(message);return false;}}}
  770. if (document.layers)
  771. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  772. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  773. document.oncontextmenu=new Function("return false")
  774. // -->
  775. </SCRIPT>
  776.  
  777. <style>body, a, a:hover { cursor:url( https://68.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_okvj5qqS8G1t4i7gb_540.png ), auto; }</style>
  778.  
  779. <div id="sidebar">
  780.  
  781. <div id="sidebarimage">
  782. <a href="/"><img src="{image:sidebar}"></a></div>
  783.  
  784.  
  785.  
  786.  
  787. <div id="textbox">
  788.  
  789.  
  790. </div>
  791.  
  792.  
  793.  
  794.  
  795. </div></div>
  796.  
  797.  
  798. <div id="navi">
  799.  
  800.  
  801. <div style="padding: 1px; background-color: #0e0e0e; border-bottom:2px solid #51719c; line-height: 1;"><a href="/">refresh</a></div><br>
  802.  
  803.  
  804. <div style="padding: 1px; background-color: #0e0e0e; border-bottom:2px solid #51719c; line-height: 1;"><a href="/ask">message</a></div><br>
  805.  
  806. <div style="padding: 1px; background-color: #0e0e0e; border-bottom:2px solid #51719c; line-height: 1;"><a href="/rules">rules</a></div>
  807. <br>
  808.  
  809. <div style="padding: 1px; background-color: #0e0e0e; border-bottom:2px solid #51719c; line-height: 1;"><a href="/verses">verses</a></div><br>
  810. <div style="padding: 1px; background-color: #0e0e0e; border-bottom:2px solid #51719c; line-height: 1;"><a href="/navigation">navigation</a></div><br>
  811.  
  812.  
  813.  
  814.  
  815. </div>
  816.  
  817.  
  818.  
  819. </div>
  820.  
  821.  
  822.  
  823.  
  824. </div></div>
  825.  
  826. <div id="description">
  827.  
  828. <div id="pagination">
  829. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ⭉ </a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> ⥲ </a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  830. </div></div></div>
  831.  
  832. <div id="entries">{block:Posts} <div id="post">
  833.  
  834.  
  835.  
  836. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  837.  
  838. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  839.  
  840. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  841.  
  842. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  843.  
  844. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  845.  
  846. {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}
  847.  
  848. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  849.  
  850. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  851.  
  852. {block:Answer}<div id="ask_bg"><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></div>{Answer}{/block:Answer}
  853.  
  854. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  855. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  856.  
  857. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}"></a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}"></a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big> <img src="http://www.focusfanatics.com/forum/images/stars/icon_star_blue.gif"> </font></big> </a> </div>
  858.  
  859. </div>
  860.  
  861. {/block:Posts}
  862.  
  863. {block:HasTags}
  864. {block:Tags}
  865. <a href="{TagURL}">{Tag}</a>
  866. {/block:Tags}
  867. {/block:HasTags}
  868.  
  869. {/block:Posts}
  870.  
  871.  
  872. <div id="corner"> </div>
  873.  
  874. </body>
  875.  
  876.  
  877. </div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement