Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME CREATED BY CORDEECEPS !
- DO NOT STEAL, REDISTRIBUTE, USE AS A BASE, REMOVE THE CREDIT OR CLAIM AS YOUR OWN !!
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Kumar+One&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <link href="https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- function openCity(evt, cityName) {
- var i, tabcontent, tablinks;
- tabcontent = document.getElementsByClassName("tabcontent");
- for (i = 0; i < tabcontent.length; i++) {
- tabcontent[i].style.display = "none";
- }
- tablinks = document.getElementsByClassName("tablinks");
- for (i = 0; i < tablinks.length; i++) {
- tablinks[i].className = tablinks[i].className.replace(" active", "");
- }
- document.getElementById(cityName).style.display = "block";
- evt.currentTarget.className += " active";
- }
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
- <script src="https://static.tumblr.com/p0knose/FpAp5c11c/magnusthemes.combofilters.js"></script>
- <script>
- $(document).ready(function() {
- var $container = $(".grid"); // the container with all the elements to filter inside
- var filters = {}; //should be outside the scope of the filtering function
- /* --- read the documentation on isotope.metafizzy.co for more options --- */
- var $grid = $container.isotope({
- itemSelector: ".item", // the elements to filter
- percentPosition: true // put true if you use percentage widths, otherwise put false
- });
- $(".option-set a").click(function(e) {
- var $this = $(this); // cache the clicked link
- var filterAttr = "data-filter-value";
- var filterValue = $this.attr(filterAttr); // cache the filter
- var $optionSet = $this.parents(".option-set"); // cache the parent element
- var group = $optionSet.attr("data-filter-group"); // cache the parent filter group
- var filterGroup = filters[group];
- if (!filterGroup) {
- filterGroup = filters[group] = [];
- }
- var $selectAll = $optionSet.find('a['+filterAttr+'=""]'); // the 'select all' button in the current group
- var activeClass = "selected", // the class for active links
- exclClass = "exclusive"; // the class for exclusive groups
- comboFiltering($this,filters,filterAttr,filterValue,$optionSet,group,$selectAll,activeClass,exclClass);
- var comboFilter = getComboFilter(filters);
- $grid.isotope({
- filter: comboFilter
- });
- $this.toggleClass(activeClass);
- e.preventDefault();
- });
- });
- </script>
- <meta name="image:background" content="https://i.imgur.com/E06w0QI.jpg"/>
- <meta name="image:nav img" content="https://64.media.tumblr.com/46b969aa7706a01b376be1d9ca7b3a6d/ed59541bbc0f749a-cc/s2048x3072/8653719d24e40090d5fe15401833d2c7ace222e9.jpg"/>
- <meta name="color:background" content="#151515"/>
- <meta name="color:container bg" content="#111111"/>
- <meta name="color:posts" content="#151515"/>
- <meta name="color:permalinks" content="#cf5e4b"/>
- <meta name="color:text" content="#eee"/>
- <meta name="color:borders" content="#252525"/>
- <meta name="color:accent 1" content="#10c3a2"/>
- <meta name="color:accent 2" content="#a37e40"/>
- <meta name="color:accent 3" content="#cf5e4b"/>
- <meta name="color:bold shadow" content="#240c00"/>
- <meta name="color:tags" content="#4f635f"/>
- <meta name="color:nav text" content="#606060"/>
- <meta name="text:one" content="index."/>
- <meta name="text:one link" content="/"/>
- <meta name="text:two" content="ask."/>
- <meta name="text:two link" content="/ask"/>
- <meta name="text:nav tab" content="navigation."/>
- <meta name="text:muse tab" content="muses."/>
- <meta name="text:five" content="extra link."/>
- <meta name="text:five link" content="/"/>
- </head>
- <style type="text/css">
- /* IMPORTED FONTS */
- @font-face{font-family:'seagram'; src:url('https://static.tumblr.com/jgg8ptv/d4Nqp1gyn/seagram_tfb.ttf');}
- /* TOOLTIPS */
- #s-m-t-tooltip { max-width:300px; margin:-20px 10px 10px 10px; background-color:{color:posts};
- font-family: 'Inconsolata', monospace; font-size:14px; letter-spacing:3px; text-transform:lowercase; color:{color:accent 2}; font-weight: 900;
- padding-top:3px; padding-bottom:4px; padding-left:10px; padding-right:2px;
- z-index:999999999999999999999999999999999999;
- border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; border: 1px solid {color:borders}; }
- /* SCROLL BAR */
- ::-webkit-scrollbar {
- width: 0px; height: 0px;
- }
- ::-webkit-scrollbar-button {
- width: 0px; height: 0px; }
- ::-webkit-scrollbar-thumb {
- background: {color:container bg}; border: 0px none {color:container bg}; border-radius: 50px; }
- ::-webkit-scrollbar-thumb:hover {
- background: {color:container bg}; }
- ::-webkit-scrollbar-thumb:active {
- background: {color:container bg}; }
- ::-webkit-scrollbar-track {
- background: {color:container bg}; border: 0px none {color:container bg}; border-radius: 0px; }
- ::-webkit-scrollbar-track:hover {
- background: {color:container bg};
- }
- ::-webkit-scrollbar-track:active {
- background: {color:container bg};
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- /* GENERAL STYLING */
- body {
- background-color: {color:background};
- font-family: 'Inconsolata', monospace;
- font-size: 14px;
- color: {color:text};
- letter-spacing:0.5px;
- text-align:justify;
- }
- p {
- line-height:18px;
- padding-left:20px;
- padding-right:20px;
- }
- sub, small, sup {
- font-size:14px;
- }
- a {
- text-decoration:none;
- color: {color:accent 1};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a:hover {
- color: {color:accent 3};
- }
- b, strong {
- color: {color:accent 3};
- font-weight:900;
- }
- i, em {
- color: {color:accent 2};
- font-family: 'Share Tech Mono', monospace;
- }
- h1, big, h2 {
- line-height:35px;
- padding-right:10px;
- padding-left:10px;
- font-family: 'Share Tech Mono', monospace;
- color: {color:accent 1};
- letter-spacing: 2px;
- text-shadow: 0px 0px 5px {color:bold shadow};
- text-align:center;
- text-transform:uppercase;
- }
- h3 {
- font-size:16px;
- line-height:14px;
- text-align:center;
- padding:1px;
- color: {color:accent 3};
- letter-spacing: 1px;
- }
- blockquote {
- padding-right:20px;
- margin:0px 0 0px 20px;
- border-left: 1px solid {color:borders};
- margin-top:20px;
- margin-bottom:20px;
- }
- blockquote img {
- max-width: 100%;
- height:auto;
- padding:0px;
- right:15px;
- }
- img {
- max-width: 100%;
- padding-left:20px;
- padding-right:20px;
- padding-top:5px;
- padding-bottom:10px;
- }
- ul {
- margin-right:20px;
- }
- .caption img {
- max-width:100%;
- height:auto;
- }
- .posts img {
- max-width:360px;
- margin-top:15px; margin-bottom:-5px;}
- /* CONTAINER */
- #container {
- position:absolute; margin:auto;
- left:0px; right:0px; top:0px; bottom:0px;
- background-color: {color:container bg};
- height: 450px; width: 640px;
- overflow-y:scroll;
- padding:30px;
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 2px 2px;
- -webkit-border-radius: 2px 2px 2px 2px;
- border: 1px solid {color:borders};
- z-index:9!important;
- background-image:url('{image:background}');
- background-repeat:no-repeat;
- }
- /* TITLE */
- .title {
- position:fixed;
- width:480px;
- margin-left: 45px; margin-top:280px;
- font-size:60px;
- text-align:left;
- padding:1px;
- overflow:hidden;
- text-transform:lowercase;
- transform: rotate(270deg); transform-origin: left bottom 0;
- }
- .title h2 {
- line-height:35px;
- padding-right:0px; padding-left:0px;
- font-family: 'seagram';
- color: {color:accent 3};
- letter-spacing: 4px;
- text-shadow: 0px 0px 10px {color:bold shadow};
- text-align:left;
- text-transform:lowercase;
- }
- /* LINKS */
- .mainlinks {
- position:fixed;
- width:100px;
- margin-left:655px; margin-top: -20px;
- font-size:40px;
- text-align:left;
- padding:1px;
- letter-spacing: 8px;
- overflow:hidden;
- text-transform:uppercase;
- font-family: 'Kumar One';
- display:block;
- text-shadow: 0px 0px 10px {color:bold shadow};
- line-height: 70px;
- font-weight:900;
- }
- .pagination {
- position:absolute;
- margin-left:300px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .pagination a:hover {}
- .th-chevron-right {
- font-size:30px; margin-top:8px;
- }
- .th-chevron-left {
- font-size:30px; margin-top:8px;
- }
- .fa-quote-left{
- font-size: 10px; margin-right:10px;
- }
- /* POSTS */
- .posts {
- width:400px;
- background-color: {color:posts};
- padding: 0px;
- margin-top:10px; margin-bottom:40px; margin-left:15px; margin-right:10px;
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 2px 2px;
- -webkit-border-radius: 2px 2px 2px 2px;
- border: 1px solid {color:borders};
- }
- .permalinks {
- padding:10px;
- height:14px;
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 2px 2px;
- -webkit-border-radius: 2px 2px 2px 2px;
- border-top: 1px solid {color:borders};
- margin-top:10px;
- }
- .permalinks a {
- text-decoration:none;
- font-size: 12px;
- color: {color:permalinks};
- }
- .permalinks a:hover {
- color: {color:accent 2};
- }
- .reblogs {
- float:right;
- margin-top:0px;
- }
- .tags {
- text-align:center;
- margin-top:-30px; margin-bottom:40px; margin-left:15px;
- line-height:20px;
- overflow-y:auto;
- max-width:400px;
- }
- .tags a {
- text-decoration:none;
- font-size: 12px;
- text-transform:none;
- color: {color:tags};
- word-wrap: normal;
- margin-right: 10px;
- padding-right:5px;
- }
- .tags a:hover {
- color: {color:accent 2};
- }
- .asker {
- font-size:16px;
- font-weight:900;
- text-align:center;
- padding-top:20px;
- font-family: 'Share Tech Mono', monospace;
- text-transform: uppercase;
- }
- .question {
- padding:20px;
- border-bottom:1px solid {color:borders};
- text-align:right;
- }
- .quote {
- line-height:25px;
- padding-top:20px; padding-left:20px; padding-right:20px;
- color: {color:accent 1};
- letter-spacing: 2px;
- text-shadow: 0px 0px 5px {color:bold shadow};
- font-size:20px;
- font-weight:900;
- margin-bottom:15px;
- text-align:right;
- }
- .quotesource {
- font-size:12px;
- letter-spacing:1px;
- text-align:center;
- padding-left: 20px; padding-right: 20px; padding-bottom: 10px;
- text-align:left;
- }
- .playbutton {
- position:relative;
- margin-top:50px; margin-left:44px;
- z-index:9;
- width:33px;
- height:30px;
- overflow:hidden;
- }
- .albumart img {
- position:relative;
- margin-top:-75px; margin-left:-10px;
- height:100px; width:100px;
- -webkit-border-top-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- -moz-border-radius-topleft: 2px;
- -moz-border-radius-bottomleft: 2px;
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;}
- .trackinfo {
- margin-bottom:10px;
- background: {color:permalinks};
- color: {color:posts};
- position:relative;
- margin-left:110px; margin-right:10px; margin-top:-112px;
- height:100px;
- -webkit-border-top-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- -moz-border-radius-topright: 2px;
- -moz-border-radius-bottomright: 2px;
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;}
- .trackname {
- position:relative;
- padding-top:30px;
- text-align:center;
- font-size:14px;
- text-transform:uppercase;
- font-weight: 900;
- letter-spacing:2px;}
- .artist {
- text-align:center;
- font-size:13px;
- text-transform:lowercase;
- letter-spacing:4px;
- font-weight:900;
- }
- .album {
- text-align:center;
- font-style: italic;
- letter-spacing:4px;
- }
- .playcount {
- font-weight: bold;
- margin-top:5px;
- text-align:center;
- letter-spacing:2px;}
- .credit {
- z-index:9;
- bottom:20px;
- right:20px;
- position:fixed;
- padding:10px;
- color: {color:accent 1};
- }
- /* TABS */
- .tab {
- overflow: hidden;
- }
- .tab button:hover {
- color: {color:accent 2};
- }
- .tab button.active {}
- .tabcontent {
- display:none;
- margin-top:-30px; margin-left:15px;
- height:510px; width:402px;
- background:{color:container bg};
- position:fixed;
- }
- .tablinks {
- cursor:pointer;
- }
- /* NAVIGATION TAB */
- .navtitle {
- margin-top:-185px;
- padding-right:0px; padding-left:0px;
- font-family: 'seagram';
- font-size:50px;
- color: {color:accent 3};
- letter-spacing: 6px;
- text-shadow: 0px 0px 10px {color:bold shadow};
- text-align:center;
- text-transform:lowercase;
- }
- .navimg {
- max-width:400px; max-height:150px;
- margin-left:-20px; margin-top:105px;
- }
- .navlinks {
- margin-top:180px;
- font-family: 'Share Tech Mono';
- font-size:17px;
- padding-right:10px; padding-left:10px;
- text-transform:uppercase;
- text-align:center;
- letter-spacing: 1px;
- font-weight:900;
- line-height:30px;
- height:90px;
- overflow-y:scroll;
- word-spacing:1px;
- }
- .navlinks a {
- color:{color:accent 2};
- }
- .navlinks a:hover {
- color:{color:tags};
- }
- .navmun {
- color:{color:nav text};
- text-align:right;
- margin-top:-80px;
- }
- .navquote {
- color:{color:nav text};
- width:350px; max-height:60px;
- overflow:hidden;
- text-align:left;
- margin-top:12px;
- }
- .navquote b {
- color:{color:nav text};
- font-weight:900;
- }
- /* MUSES TAB */
- .musestitle {
- font-family: 'seagram';
- font-size:50px;
- color: {color:accent 3};
- letter-spacing: 2px;
- text-shadow: 0px 0px 10px {color:bold shadow};
- text-align:center;
- text-transform:lowercase;
- font-weight:900;
- margin-bottom:-5px; margin-top:-5px;
- }
- .filters {
- height:20px;
- overflow:hidden;
- margin-top:0px;
- text-align:center;
- margin-bottom:5px;
- }
- .filters ul {
- color:{color:accent 1};
- font-family: 'Share Tech Mono', monospace;
- padding:0px;
- margin-top:0px;
- }
- .filters li {
- color: {color:accent 1};
- font-weight:900;
- display: inline;
- }
- .filters a {
- color: {color:text};
- }
- .filters a.selected {
- background-color: {color:accent 1};
- color:{color:container bg};
- font-weight:900;
- text-transform:uppercase;
- }
- .grid {
- width:400px;
- max-height:400px !important;
- min-height:400px !important;
- overflow:auto;
- }
- .item {
- width:397px; height:150px;
- margin-bottom:15px;
- }
- .item img {
- width:400px;
- height:150px;
- padding:0px;
- margin:1px;
- border-radius: 3px 3px 3px 3px;
- -moz-border-radius: 3px 3px 3px 3px;
- -webkit-border-radius: 3px 3px 3px 3px;
- }
- .char {
- color:{color:text};
- font-weight:500;
- }
- .overlay {
- position: absolute;
- top: 0; bottom: 0; left: 0; right: 0;
- width:400px;
- height:145px;
- padding-left:25px; padding-right:25px; padding-top:5px;
- margin:1px;
- opacity: 0;
- transition: .3s ease;
- background-color: #151515;
- }
- .char:hover .overlay {
- opacity: 0.8;
- }
- .chartitle {
- color:{color:accent 3};
- text-shadow: 0px 0px 10px {color:bold shadow};
- font-family: 'seagram', monospace;
- font-size:30px;
- text-align:center;
- width:360px;
- font-weight:900;
- text-transform:lowercase;
- margin-bottom:7px;
- letter-spacing:2px;
- }
- .charabout {
- text-align:center;
- width:350px;
- margin-bottom:5px;
- overflow:auto;
- height:48px;
- }
- .charlinks {
- text-align:center;
- width:350px;
- font-weight:700;
- height:30px;
- overflow:auto;
- }
- .charlinks a {
- color:{color:accent 2};
- background:transparent;
- }
- .charlinks a:hover {
- background:{color:accent 2};
- color:#000;
- padding-left:2px;
- }
- </style>
- <body>
- <!-- CONTAINER -->
- <div id="container">
- <!-- TITLE -->
- <div class="title">
- <h2>{Title}</h2>
- </div>
- <!-- LINKS -->
- <div class="mainlinks">
- <a href="{text:one link}" title="{text:one}">I.</a>
- <a href="{text:two link}" title="{text:two}">II.</a>
- <a class="tablinks" onclick="openCity(event, 'nav')" title="{text:nav tab}">III.</a>
- <a class="tablinks" onclick="openCity(event, 'muses')" title="{text:muse tab}">IV.</a>
- <a href="{text:five link}" title="{text:five}">V.</a>
- <br>{block:Pagination}{block:PreviousPage} <a href="{PreviousPage}" title="backward."><span class="th th-chevron-left"></span></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="forward."><span class="th th-chevron-right"></span></a>{/block:NextPage}{/block:Pagination}
- </div>
- <!-- NAVIGATION TAB -->
- <div id="nav" class="tabcontent">
- <div class="navimg">
- <img src="{image:nav img}">
- </div>
- <div class="navtitle">
- navigation
- </div>
- <div class="navmun">
- mun name. mun age. timezone.
- </div>
- <div class="navlinks">
- <a class="tablinks" onclick="openCity(event, 'muses')">muses.</a>
- <a href="/">connections.</a>
- <a href="/">rp main.</a>
- <a href="/">ask memes.</a>
- <a href="/">introductions.</a>
- <a href="/">tags.</a>
- <a href="/">use < br >.</a>
- <a href="/">if you.</a>
- <a href="/">don't have.</a>
- <a href="/">enough links.</a>
- <a href="/">to fill.</a>
- <a href="/">three lines.</a>
- </div>
- <div class="navquote">
- thanks for coming back for me. <b>my friend's problems are my problems.</b> you're such a sap. <b>all right. how about, my friends can't get out of their own damn way?</b> that's better.
- </div>
- <span style="color:{color:tags};line-height:70px;cursor:pointer;" onclick="this.parentElement.style.display='none'">back.</span>
- </div>
- <div id="muses" class="tabcontent">
- <div class="musestitle">
- muses
- </div>
- <div class="filters">
- <ul class="filter option-set exclusive" data-filter-group="group1">
- <li><a href="#" data-filter-value="" class="selected">all</a>.</li>
- <li><a href="#" data-filter-value=".11">oc's</a>.</li>
- <li><a href="#" data-filter-value=".12">canon</a>.</li>
- <li><a href="#" data-filter-value=".13">semi canon</a>.</li>
- </ul>
- </div>
- <div class="grid">
- <!-- MUSE 01 START -->
- <div class="item 11">
- <div class="char">
- <img src="https://i.imgur.com/pDOXcYC.jpg" alt="Avatar" class="image">
- <div class="overlay">
- <div class="chartitle">jesse </div>
- <div class="charabout">
- character information or a quote here. make it as long as you want this baby scrolls ! make sure to fill 3 lines, spread things out with < br >
- </div>
- <div class="charlinks">
- <a href="/">introduction.</a>
- <a href="/">musings.</a>
- <a href="/">reflection.</a>
- <a href="/">stats.</a>
- <a href="/">answered.</a>
- <a href="/">character development.</a>
- <a href="/">pinterest.</a>
- <a href="/">& dina.</a>
- <a href="/">& ellie.</a>
- <a href="/">& joel.</a>
- <a href="/">& tommy.</a>
- </div></div></div></div>
- <!-- MUSE 01 END -->
- <!-- MUSE 02 START -->
- <div class="item 13">
- <div class="char">
- <img src="https://i.imgur.com/pDOXcYC.jpg" alt="Avatar" class="image">
- <div class="overlay">
- <div class="chartitle">jesse </div>
- <div class="charabout">
- character information or a quote here. make it as long as you want this baby scrolls ! make sure to fill 3 lines, spread things out with < br >
- </div>
- <div class="charlinks">
- <a href="/">introduction.</a>
- <a href="/">musings.</a>
- <a href="/">reflection.</a>
- <a href="/">stats.</a>
- <a href="/">answered.</a>
- <a href="/">character development.</a>
- <a href="/">pinterest.</a>
- <a href="/">& dina.</a>
- <a href="/">& ellie.</a>
- <a href="/">& joel.</a>
- <a href="/">& tommy.</a>
- </div></div></div></div>
- <!-- MUSE 02 END -->
- <!-- MUSE 03 START -->
- <div class="item 12">
- <div class="char">
- <img src="https://i.imgur.com/pDOXcYC.jpg" alt="Avatar" class="image">
- <div class="overlay">
- <div class="chartitle">jesse </div>
- <div class="charabout">
- character information or a quote here. make it as long as you want this baby scrolls ! make sure to fill 3 lines, spread things out with < br >
- </div>
- <div class="charlinks">
- <a href="/">introduction.</a>
- <a href="/">musings.</a>
- <a href="/">reflection.</a>
- <a href="/">stats.</a>
- <a href="/">answered.</a>
- <a href="/">character development.</a>
- <a href="/">pinterest.</a>
- <a href="/">& dina.</a>
- <a href="/">& ellie.</a>
- <a href="/">& joel.</a>
- <a href="/">& tommy.</a>
- </div></div></div></div>
- <!-- MUSE 03 END -->
- <!-- MUSE 04 START -->
- <div class="item 13">
- <div class="char">
- <img src="https://i.imgur.com/pDOXcYC.jpg" alt="Avatar" class="image">
- <div class="overlay">
- <div class="chartitle">jesse </div>
- <div class="charabout">
- character information or a quote here. make it as long as you want this baby scrolls ! make sure to fill 3 lines, spread things out with < br >
- </div>
- <div class="charlinks">
- <a href="/">introduction.</a>
- <a href="/">musings.</a>
- <a href="/">reflection.</a>
- <a href="/">stats.</a>
- <a href="/">answered.</a>
- <a href="/">character development.</a>
- <a href="/">pinterest.</a>
- <a href="/">& dina.</a>
- <a href="/">& ellie.</a>
- <a href="/">& joel.</a>
- <a href="/">& tommy.</a>
- </div></div></div></div>
- <!-- MUSE 04 END -->
- </div>
- <span style="color:{color:tags};line-height:25px;cursor:pointer;" onclick="this.parentElement.style.display='none'">back.</span>
- </div>
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}
- {block:AudioPlayer}
- <div class="playbutton">{AudioPlayerGrey}</div>
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="trackinfo">
- <div class="trackname">
- {block:TrackName}{TrackName}{/block:TrackName}
- </div>
- <div class="artist">
- {block:Artist}{Artist}{/block:Artist}
- </div>
- <div class="album">
- {block:Album}{Album}{/block:Album}
- </div>
- <div class="playcount">
- {block:PlayCount}Played: {PlayCount} times{/block:PlayCount}
- </div>
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Answer}
- <div class="asker">{Asker} whispered</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <div class="permalinks">
- <a href="{Permalink}">{DayOfMonthWithZero} {MonthNumberWithZero} {ShortYear} </a>
- {block:PermalinkPage}<a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>{/block:PermalinkPage}
- <div class="reblogs">{block:RebloggedFrom}
- <a href="{ReblogParentURL}">VIA</a>
- <a href="{ReblogRootURL}">SOURCE</a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}">REBLOG</a> </div>
- </div>
- </div>
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {/block:Posts}
- </div>
- {block:ContentSource}
- <!– {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>
- {/block:ContentSource}
- <div class="credit"><a href="https://cordeeceps.tumblr.com/" title="theme by cordeeceps"><span class="th th-alien-o"></span></a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment