Advertisement
cocoofrps

THEME 27 'SWEET LULLABIES'

Oct 23rd, 2014
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.55 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:200,
  11. tip_fade_speed:300
  12. }
  13. );
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18. <script>
  19. $(document).ready(function() {
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel');
  22. var popURL = $(this).attr('href');
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1];
  26. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><div class="closeb" title="Close Window" alt="Close" /></a>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. $('#' + popID).css({
  30. 'margin-top' : -popMargTop,
  31. 'margin-left' : -popMargLeft
  32. });
  33. $('body').append('<div id="fade"></div>');
  34. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  35. return false;
  36. });
  37. $('a.close, #fade').live('click', function() {
  38. $('#fade , .popup_block').fadeOut(function() {
  39.  
  40. $('#fade, a.close').remove();
  41. });
  42. return false;
  43. });
  44. });
  45.  
  46. </script>
  47.  
  48.  
  49. <head>
  50. <title>{Title}</title>
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54.  
  55. <!--- THEME BY @cocoofrps --->
  56.  
  57. <meta name="color:Background" content="#dedfdd"/>
  58. <meta name="color:Text" content="#575757"/>
  59. <meta name="color:Links" content="#5db6d6" />
  60. <meta name="color:PostBG" content="#3f3f4b"/>
  61. <meta name="color:Border" content="#333133"/>
  62. <meta name="color:Hover" content="#af9895"/>
  63. <meta name="color:Scrollbar" content="#333133"/>
  64. <meta name="color:ScrollbarBg" content="#b6a499"/>
  65. <meta name="color:Accent" content="#9959cf"/>
  66.  
  67. <meta name="image:Background" content=""/>
  68. <meta name="image:AskBG" content=""/>
  69. <meta name="image:Sidebar" content=""/>
  70. <meta name="image:Banner" content=""/>
  71. <meta name="image:NavBG" content=""/>
  72.  
  73. <meta name="text:Updates" content=""/>
  74. <meta name="text:Link 1" content="home"/>
  75. <meta name="text:Link 1 URL" content="/"/>
  76. <meta name="text:Link 2" content="inquire"/>
  77. <meta name="text:Link 2 URL" content="/fat"/>
  78. <meta name="text:Link 3" content="nav"/>
  79. <meta name="text:Link 3 URL" content="/etc"/>
  80. <meta name="text:Link 4" content="codes"/>
  81. <meta name="text:Link 4 URL" content="/codes"/>
  82. <meta name="text:Link 5" content="codes"/>
  83. <meta name="text:Link 5 URL" content="/codes"/>
  84.  
  85. <script type="text/javascript" src="http://static.tumblr.com/8oupd2j/BYTm7u5cn/tag_search.js"></script>
  86.  
  87. <meta name="if:CoverBackgroundImage" content="0"/>
  88. <meta name="if:PopupNav" content="1"/>
  89.  
  90. <style type="text/css">
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. height:auto;
  94. border:{color:ScrollbarBg};
  95. background-color:{color:Scrollbar};
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. height:9px;
  100. width:5px;
  101. background-color:{color:ScrollbarBg};
  102. }
  103.  
  104.  
  105. ::selection {
  106. background: {color:Background};
  107. color: {color:PostBG};
  108. }
  109.  
  110. ::-moz-selection {
  111. background: {color:Background};
  112. color: {color:PostBG};
  113. }
  114.  
  115. ::-webkit-selection {
  116. background: {color:Background};
  117. color: {color:PostBG};
  118. }
  119.  
  120. body {
  121. background:{color:Background};
  122. margin:0px;
  123. color:{color:Text};
  124. font-family:'arial';
  125. font-size:11px;
  126. line-height:110%;
  127. letter-spacing:1px;
  128. text-align:justify;
  129. {block:ifNotCoverBackgroundImage}
  130. background-image:url('{image:Background}');
  131. background-attachment:fixed;
  132. {block:ifNotCoverBackgroundImage}
  133. {block:IfCoverBackgroundImage}
  134. background: url('{image:Background}') no-repeat center center fixed;
  135. -webkit-background-size: cover;
  136. -moz-background-size: cover;
  137. -o-background-size: cover;
  138. background-size: cover;
  139. {block:IfCoverBackgroundImage}
  140. }
  141.  
  142. code {
  143. font-size:9px;
  144. font-family:'Courier New';
  145. color:{color:Hover};
  146. text-transform:uppercase;
  147. }
  148.  
  149. small,big {
  150. font-size:8px;
  151. }
  152.  
  153. pre {
  154. font-family:'Courier New';
  155. font-size:8px;
  156. width:auto;
  157. padding:5px 8px;
  158. color:{color:Links};
  159. }
  160.  
  161. a {
  162. text-decoration:none;
  163. outline:none;
  164. -moz-outline-style:none;
  165. -webkit-transition: all 0.4s ease-in-out;
  166. -moz-transition: all 0.4s ease-in-out;
  167. -o-transition: all 0.4s ease-in-out;
  168. -ms-transition: all 0.4s ease-in-out;
  169. transition: all 0.4s ease-in-out;
  170. color:{color:Links};
  171. }
  172.  
  173. b {
  174. color:{color:Hover};
  175. font-weight:100;
  176. }
  177.  
  178. a:hover {
  179. color:{color:Hover};
  180. -webkit-transition: all 0.4s ease-in-out;
  181. -moz-transition: all 0.4s ease-in-out;
  182. -o-transition: all 0.4s ease-in-out;
  183. -ms-transition: all 0.4s ease-in-out;
  184. transition: all 0.4s ease-in-out;
  185. }
  186.  
  187. img {
  188. border:none;
  189. width:auto;
  190. }
  191.  
  192. blockquote {
  193. margin-left:5px;
  194. width:auto;
  195. padding-left:5px;
  196. border-left:5px solid {color:Border};
  197. }
  198.  
  199. blockquote blockquote {
  200. padding-left:5px;
  201. border-left:5px solid {color:Border};
  202. }
  203.  
  204. h1 {
  205. font-size:11px;
  206. letter-spacing:2px;
  207. text-transform:uppercase;
  208. font-style:none;
  209. line-height:10px;
  210. text-align:center;
  211. padding:0px;
  212. }
  213.  
  214. /*ENTRIES*/
  215. #entries {
  216. position:absolute;
  217. margin-left:160px;
  218. letter-spacing:1px;
  219. padding-bottom:0px;
  220. overflow-y:auto;
  221. font-weight:100;
  222. margin-top:220px;
  223. font-size:11px;
  224. }
  225.  
  226. #post {
  227. background-color:{color:PostBG};
  228. width:500px;
  229. line-height:100%;
  230. padding:20px;
  231. margin-bottom:50px;
  232. }
  233.  
  234. .banner {
  235. z-index:999999999999999;
  236. cursor:default;
  237. }
  238.  
  239. .pagi {
  240. font-size:9px;
  241. padding:5px;
  242. text-align:center;
  243. width:530px;
  244. height:12px;
  245. margin-left:160px;
  246. z-index:99;
  247. font-family:'courier new';
  248. position:fixed;
  249. background-color:{color:Links};
  250. }
  251.  
  252. .pagi a {
  253. color:{color:PostBG};
  254. padding:2px 5px;
  255. }
  256.  
  257. .current_page {
  258. padding:2px 5px;
  259. background-color:{color:Accent};
  260. }
  261.  
  262. #banner {
  263. width:540px;
  264. margin-left:160px;
  265. position:fixed;
  266. margin-top:22px;
  267. z-index:99;
  268. }
  269.  
  270. #updates {
  271. margin-top:70px;
  272. width:520px;
  273. margin-left:160px;
  274. z-index:9999;
  275. padding:10px;
  276. height:40px;
  277. overflow:auto;
  278. line-height:13px;
  279. position:fixed;
  280. font-family:'courier new';
  281. cursor:default;
  282. font-size:9px;
  283. text-transform:uppercase;
  284. background-color:{color:PostBG};
  285. }
  286.  
  287. #updates b {
  288. color:{color:PostBG};
  289. background-color:{color:Hover};
  290. padding:3px;
  291. font-size:8px;
  292. margin-right:5px;
  293. font-family:'arial';
  294. }
  295.  
  296. #admins {
  297. margin-top:130px;
  298. width:520px;
  299. height:40px;
  300. z-index:99;
  301. margin-left:160px;
  302. padding:10px;
  303. background-color:{color:Accent};
  304. position:fixed;
  305. text-align:center;
  306. }
  307.  
  308. #admins h2 {
  309. position:absolute;
  310. font-family:arial;
  311. font-size:22px;
  312. color:{color:Accent};
  313. font-weight:bolder;
  314. cursor:default;
  315. font-style:italic;
  316. text-transform:lowercase;
  317. margin-left:3px;
  318. padding:1px;
  319. background-color:{color:PostBG};
  320. padding-top:5px;
  321. margin-top:-10px;
  322. }
  323.  
  324. .ad {
  325. display:inline-block;
  326. width:100px;
  327. padding-bottom:5px;
  328. height:38px;
  329. }
  330.  
  331. .ainfo {
  332. position:absolute;
  333. margin-left:100px;
  334. font-size:8px;
  335. margin-top:2px;
  336. color:{color:Background};
  337. }
  338.  
  339. #admins img {
  340. width:40px;
  341. height:40px;
  342. position:absolute;
  343. border-radius:100px;
  344. }
  345.  
  346. /*SIDEBAR*/
  347.  
  348. #sidebar {
  349. position:fixed;
  350. margin-left:750px;
  351. transition-duration: 1s;
  352. -moz-transition-duration: 1s;
  353. -webkit-transition-duration: 1s;
  354. -o-transition-duration: 1s;
  355. }
  356.  
  357. .bg {
  358. width:476px;
  359. height:150px;
  360. }
  361.  
  362. .desc {
  363. margin-top:-70px;
  364. padding:20px;
  365. position:absolute;
  366. font-size:8px;
  367. max-height:30px;
  368. overflow:auto;
  369. color:{color:Hover};
  370. background-color:{color:Border};
  371. transition-duration: 0.5s;
  372. -moz-transition-duration: 0.5s;
  373. -webkit-transition-duration: 0.5s;
  374. -o-transition-duration: 0.5s;
  375. }
  376.  
  377. #sidebar:hover .desc {
  378. opacity:1;
  379. margin-top:45px;
  380. }
  381.  
  382. .simage {
  383. height:350px;
  384. {block:ifNotPopupNav}
  385. border-bottom:20px solid {color:Border};
  386. {/block:ifNotPopupnav}
  387. }
  388.  
  389. .simage img {
  390. width:476px;
  391. height:350px;
  392. background-color:{color:Accent};
  393. }
  394.  
  395. .more a{
  396. padding:10px;
  397. display:block;
  398. cursor:pointer;
  399. background-color:{color:Border};
  400. text-align:center;
  401. text-transform:uppercase;
  402. font-family:'courier new';
  403. }
  404.  
  405. .links {
  406. width:466px;
  407. padding:5px;
  408. background-color:{color:Border};
  409. }
  410.  
  411. .links a{
  412. background-color:{color:Links};
  413. color:{color:Border};
  414. padding:10px;
  415. width:70px;
  416. font-size:8px;
  417. display:inline-block;
  418. font-family:'consolas';
  419. text-transform:uppercase;
  420. }
  421.  
  422. .links a:hover {
  423. background-color:{color:Accent};
  424. }
  425.  
  426. /*AUDIO INFO*/
  427.  
  428. .imgwrapper img{
  429. width:100px;
  430. }
  431.  
  432. .audio_player {
  433. width:25px;
  434. height:25px;
  435. overflow:hidden;
  436. border-radius:25px;
  437. margin-top:-70px;
  438. margin-left:33px;
  439. background-color:#fff;
  440. position:absolute;
  441. padding:5px;
  442. z-index:9;
  443. }
  444.  
  445. .trackdetails {
  446. font-family:calibri;
  447. position:absolute;
  448. font-size:8px;
  449. margin-top:-70px;
  450. text-align:center;
  451. margin-left:250px;
  452. text-transform:uppercase;
  453. letter-spacing:2px;
  454. }
  455.  
  456. /*POST INFO*/
  457.  
  458. #info {
  459. text-align:right;
  460. font-family: 'calibri';
  461. letter-spacing:1px;
  462. font-size:8px;
  463. font-style:none;
  464. margin-left:-20px;
  465. margin-bottom:-35px;
  466. margin-top:5px;
  467. color:{color:Border};
  468. width:530px;
  469. z-index:99999;
  470. line-height:10px;
  471. text-transform:uppercase;
  472. padding:5px;
  473. padding-bottom:7px;
  474. background-color:{color:Links};
  475. }
  476.  
  477. #info a {
  478. text-align:right;
  479. color:{color:Border};
  480. }
  481.  
  482. #info a:hover {
  483. -moz-transition-duration:0s;
  484. -webkit-transition-duration:0s;
  485. -o-transition-duration:0s;
  486. color:{color:PostBG};
  487. }
  488.  
  489. #tags {
  490. text-align:left;
  491. opacity:0;
  492. font-size:8px;
  493. font-family:'arial';
  494. padding:2px;
  495. margin-top:-20px;
  496. text-transform:lowercase;
  497. transition-duration: 0.5s;
  498. -moz-transition-duration: 0.5s;
  499. -webkit-transition-duration: 0.5s;
  500. -o-transition-duration: 0.5s;
  501. }
  502.  
  503. #tagss {
  504. text-align:left;
  505. opacity:1;
  506. font-size:8px;
  507. font-family:'arial';
  508. padding:2px;
  509. margin-top:0px;
  510. text-transform:lowercase;
  511. transition-duration: 0.5s;
  512. -moz-transition-duration: 0.5s;
  513. -webkit-transition-duration: 0.5s;
  514. -o-transition-duration: 0.5s;
  515. }
  516.  
  517.  
  518. #post:hover #tags {
  519. opacity:1;
  520. margin-top:0;
  521. }
  522.  
  523.  
  524. #tags a, #tagss a {
  525. padding:3px;
  526. color:{color:Post Links};
  527. letter-spacing:0px;
  528. font-family:'helvetica';
  529. text-decoration:none;
  530. background-color:{color:Background};
  531. display:inline-block;
  532. }
  533.  
  534. #tags a:hover, #tagss a:hover {
  535. -moz-transition-duration:0.3s;
  536. -webkit-transition-duration:0.3s;
  537. -o-transition-duration:0.3s;
  538. color:{color:Hover};
  539. }
  540.  
  541. /*QUESTION*/
  542.  
  543. .question {
  544. line-height:110%;
  545. background-color:{color:ScrollbarBG};
  546. }
  547.  
  548. .asker {
  549. font-family:'Arial';
  550. font-size:8px;
  551. display:block;
  552. text-transform:uppercase;
  553. text-align:right;
  554. text-decoration:underline;
  555. color:{color:Text};
  556. background-color:{color:Accent};
  557. padding:2px;
  558. letter-spacing:2px;
  559. }
  560.  
  561. .asker a {
  562. color:{color:Text};
  563. }
  564.  
  565. .q {
  566. font-size:8px;
  567. margin-top:-12px;
  568. background-color:{color:Scrollbar};
  569. color:{color:Border};
  570. padding:10px;
  571. }
  572.  
  573. .q small,.q big,.q code {
  574. background-color:{color:Background};
  575. font-size:8px;
  576. }
  577.  
  578. /*CREDIT*/
  579.  
  580. #cred {
  581. position:fixed;
  582. font-family:'helvetica';
  583. text-transform:uppercase;
  584. font-size:20px;
  585. background-color:{color:PostBG};
  586. width:10px;
  587. bottom:10px;
  588. right:10px;
  589. height:10px;
  590. border-radius:20px;
  591. padding:5px;
  592. border:2px solid {color:Border};
  593. }
  594.  
  595. #cred a {
  596. color:{color:PostBG};
  597. }
  598.  
  599. #notes {
  600. font-family:calibri;
  601. text-transform:uppercase;
  602. font-size:8px;
  603. margin-left:-40px;
  604. margin-top:-40px;
  605. }
  606.  
  607. #notes li{
  608. list-style-type:none;
  609. background-color:{color:PostBG};
  610. padding:5px;
  611. }
  612.  
  613. #notes img {
  614. opacity:0;
  615. display:none;
  616. }
  617.  
  618. #s-m-t-tooltip{
  619. position:absolute;
  620. background-color:{color:PostBG};
  621. padding:3px 5px 3px;
  622. z-index:99999999999999999999999999999999;
  623. margin-top:-30px;
  624. margin-left:-30px;
  625. font-family:'Courier New';
  626. display:block;
  627. text-transform:uppercase;
  628. font-size:8px;
  629. color:{color:text};
  630. }
  631.  
  632. /* POPUP NAVIGATION */
  633.  
  634. #fade {
  635. display: none;
  636. position: fixed;
  637. left: 0;
  638. top: 0;
  639. width: 100%;
  640. background-color:#000;
  641. height: 100%;
  642. opacity:0.8;
  643. z-index: 9999;
  644. }
  645.  
  646. .popup_block {
  647. display: none;
  648. background-color: {color:Background};
  649. padding: 20px;
  650. padding-top:40px;
  651. float: left;
  652. position: fixed;
  653. top: 50%;
  654. background-image:url('{image:NavBG}');
  655. left: 50%;
  656. z-index: 99999;
  657. }
  658.  
  659. .closeb {
  660. float: right;
  661. width:16px;
  662. height:16px;
  663. border-radius:16px;
  664. background-color:{color:Border};
  665. margin: -30px -10px 0 0;
  666. }
  667.  
  668. *html #fade {
  669. position: absolute;
  670. }
  671.  
  672. *html .popup_block {
  673. position: absolute;
  674. }
  675.  
  676. .popup_block .title {
  677. font-size:20px;
  678. font-family:'courier new';
  679. height:20px;
  680. text-transform:uppercase;
  681. padding:5px;
  682. background-color:{color:Accent};
  683. padding-top:15px;
  684. color:{color:PostBG};
  685. text-align:center;
  686. border-bottom:35px solid {color:PostBG};
  687. }
  688.  
  689. .plot {
  690. width:350px;
  691. overflow:auto;
  692. padding:10px;
  693. height:200px;
  694. font-size:8px;
  695. color:{color:Hover};
  696. border-left:20px solid {color:Hover};
  697. background-color:{color:Border};
  698. }
  699.  
  700. .b-accept {
  701. width:125px;
  702. height:200px;
  703. overflow:auto;
  704. padding:10px;
  705. margin-left:390px;
  706. margin-top:-220px;
  707. background-color:{color:Links};
  708. }
  709.  
  710. .a-accept {
  711. width:125px;
  712. height:200px;
  713. overflow:auto;
  714. padding:10px;
  715. margin-left:535px;
  716. border-right:20px solid {color:Hover};
  717. margin-top:-220px;
  718. background-color:{color:Links};
  719. }
  720.  
  721. .b-accept a, .a-accept a {
  722. padding:10px;
  723. display:block;
  724. color:{color:Border};
  725. text-transform:uppercase;
  726. font-size:8px;
  727. text-decoration:underline;
  728. text-align:center;
  729. }
  730.  
  731. .b-accept a:hover, .a-accept a:hover {
  732. background-color:{color:Hover};
  733. }
  734.  
  735. .popup_block h2 {
  736. font-size:11px;
  737. font-style:italic;
  738. position:absolute;
  739. color:{color:Border};
  740. margin-top:-35px;
  741. margin-left:-5px;
  742. }
  743. {CustomCSS}</style>
  744. </head>
  745. <body>
  746. <div id="popup_name" class="popup_block"><div class="title">navigation</div>
  747. <div class="plot">
  748. <h2>plot</h2>
  749. The plot goes in here. In order to edit this section, you need to go into Edit HTML. If you don't know how to do this, I suggest asking an RPH or someone willing to help you. Remember kids, basic coding knowledge is pretty important when it comes to creating your own roleplay.<br/>
  750. Some hints that I can give you are that in order to break into a new paragraph, you can simply do < br / > but without the spaces.<br/>
  751. This has auto-scrolling so you can put as much information as you want. I do suggest using this section as the plot though.<br/>
  752. If you don't want the pop-up to be in the theme, there is an option after the color editing in the Customize Page that allows you to disable the pop-up navigation. :D
  753. </div>
  754. <div class="b-accept">
  755. <h2>before acceptance</h2>
  756. <a href="/">link</a>
  757. <a href="/">link</a>
  758. <a href="/">link</a>
  759. <a href="/">link</a>
  760. <a href="/">link</a>
  761. <a href="/">link</a>
  762. <!-- If you want to add more, simply copy <a href="/">link</a> and paste it. You can have as many links in each section as you want because I'm bomb and I made that possible. -->
  763. </div>
  764. <div class="a-accept">
  765. <h2>after acceptance</h2>
  766. <a href="/">link</a>
  767. <a href="/">link</a>
  768. <a href="/">link</a>
  769. <a href="/">link</a>
  770. <a href="/">link</a>
  771. <a href="/">link</a>
  772. </div>
  773. </div>
  774.  
  775. <div id="sidebar">
  776. <div class="bg"><div class="desc">{Description}</div></div>
  777. <!-- LINKS -->
  778. <div class="links">
  779. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  780. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  781. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  782. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  783. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  784. </div>
  785. <div class="simage"><img src="{image:Sidebar}"></div>
  786. {block:ifPopupNav}<div class="more"><a href="#?w=700" rel="popup_name" class="poplight">more</a></div>{/block:ifPopupNav}
  787. </div>
  788.  
  789. <!-- BANNER -->
  790. <div class="banner">
  791. <div class="pagi">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  792. {/block:Pagination}</div>
  793. <div id="banner"><img src="{image:Banner}">
  794. </div>
  795. <div id="updates">{text:Updates}</div>
  796. <div id="admins">
  797. <h2>ADMINS;</h2>
  798. <div class="ad"><img src="IMAGELINKHERE">
  799. <div class="ainfo">name<br/>timezone<br/>chara</div></div>
  800. <div class="ad"><img src="IMAGELINKHERE">
  801. <div class="ainfo">name<br/>timezone<br/>chara</div></div>
  802. <div class="ad"><img src="IMAGELINKHERE">
  803. <div class="ainfo">name<br/>timezone<br/>chara</div></div>
  804. <div class="ad"><img src="IMAGELINKHERE">
  805. <div class="ainfo">name<br/>timezone<br/>chara</div></div>
  806. </div>
  807. </div>
  808.  
  809. <!-- POSTS START -->
  810. <div id="entries">
  811. {block:Posts}
  812.  
  813. <div id="post">
  814. {block:Text}
  815. <h1>{block:Title}<a href="{Permalink}" title="{Title}"><div style="border-top:5px solid {color:Links};font-size:8px;font-family:'Courier New';text-transform:uppercase;padding:10px;background-color:{color:Border};color:{color:Links};">{Title}</div></a>{/block:Title}</h1>
  816. {Body}<br>{/block:Text}
  817.  
  818. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  819. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  820.  
  821. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  822. {/block:Caption}<br>{/block:Photoset}
  823.  
  824. {block:Quote}<div style="font-size:10px;font-family:'courier new';text-transform:uppercase;padding:10px;background-color:{color:Border};color:{color:Background};">"{Quote}"</div><br/>
  825. {block:Source}<div class="qsource"> —{Source}</div>
  826. {/block:Source}<br>{/block:Quote}
  827.  
  828. {block:Link}<a href="{URL}" {Target} title="{Name}"><div style="border-top:5px solid {color:Links};font-size:8px;font-family:'Courier New';text-transform:uppercase;padding:10px;background-color:{color:Border};color:{color:Links};">{Name}</div></a>{block:Description}{Description}{/block:Description}<br/>{/block:Link}
  829.  
  830. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<span style="text-transform:uppercase;font-family:'courier new';"><b>{Label}</b></span>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}
  831. {block:Audio}
  832. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}{block:AlbumArt}<div class="imgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer} <div class="trackdetails">{block:TrackName}<big>{TrackName}</big><br/>{/block:TrackName}{block:Artist}{Artist}<br/>{/block:Artist}{block:Album}{Album}<br/>{/block:Album}{PlayCountWithLabel}</div>{block:Caption}{Caption}{/block:Caption}<br/>
  833. {/block:Audio}
  834.  
  835. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<br>{/block:Video}
  836.  
  837. <!--- Please don't steal anything. I find it rude and unethical. -->
  838. {block:Answer}<div id="answer">
  839. <div class="question">
  840. <div class="asker">{Asker}</div><br/><div class="q">{Question}</div></div>
  841. {block:Answerer}<br/><br/><div class="question"><div class="asker">{Answerer}</div><br/><div class="q">{Answer}</div></div>{/block:Answerer}{Replies}</div>{/block:Answer}
  842. {block:IndexPage}
  843. <div id="info">
  844. <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a>
  845. {block:NoteCount}
  846. | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource} |
  847. <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  848. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="Reblogged From" target="_blank"></a>{/block:RebloggedFrom}
  849. {block:HasTags}<div id="tags">
  850. {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  851. </div>{block:HasTags}
  852. </div>
  853. {/block:IndexPage}
  854.  
  855. {block:PermalinkPage}
  856. <div id="info">
  857. <a>{Month} {DayOfMonth}, {Year} {12Hour}:{Minutes}{CapitalAmPm} | {TimeAgo}</a>
  858. {block:NoteCount}
  859. | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource} |
  860. <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  861. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="Reblogged From" target="_blank"></a>{/block:RebloggedFrom}
  862. {block:HasTags}<div id="tagss">
  863. {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  864. </div>{block:HasTags}
  865. </div>
  866. {/block:PermalinkPage}
  867. </div>
  868.  
  869. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  870. {/block:Posts}</div>
  871.  
  872. </div>
  873.  
  874. </div>
  875. <div id="cred">
  876. <a href="http://cocoofrps.tumblr.com/" title="THEME 27 BY COCO">#</a>
  877. </div>
  878. </div>
  879.  
  880. </body>
  881. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement