* THE ADMIN OF THIS BLOG WROTE A NOVEL? THE ADMIN OF THIS BLOG WROTE A NOVEL!
I don't normally make posts like this, but I just happened to finish my very first novel in a fantasy novel series I am writing, which is the main reason this blog have not been posting memes lately, so I wanted to make a short post to give myself a small promotion.
The description of the plot: The gods world has seen peace since its creation. However, as the regions gradually become overcrowded and rulers more corrupt, they find themselves at the edge of war, needing only one last push. When an ancient plague returns to threaten them after a long slumber, will it be enough to finally push them over the edge, and turn the gods against one another? Or will they put aside their differences and come together to fight against a common enemy?
The book series is called A Fable of Gods, and the first book is named Aria of the Accursed.
Also, if you enjoyed reading the book, or just want to help me promote it, feel free to like and/or reblog this post. It would absolutely make me cry of joy.
YOU CAN BUY THE E-BOOK HERE FOR 10.08$
Anyways, I promise to post memes more often here again, until I start writing on my next novel! Love you all âĽ
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
hello ! thankyou for making your themes free to use & including helpful tutorials on customization <3 however im having a small problem-- when i go to customize it displays the content of @thesingleflower rather than my own. i tested this with a sideblog and didn't run into that problem. any idea why i cant get my own content to display on my main blog?
Hello! If this is something that only occurs in the customization page, if you scroll all the way down to âAdvanced optionsâ as seen in the image below before going into the html editor, and then click on âAdvanced optionsâ ...
Then under the Preview section, if it says âSample postsâ, just change it to âMy postsâ and it should show your posts instead!
If this is happening on your actual blog after saving the theme, and not just in the customizing theme page, then Iâm not really sure what the issue is. I would try to copy-paste the code from the sideblog that works into the main blog and see if that works. If it doesnât, itâs likely not the code that is the issue, but something with Tumblr itself.
I love your simplistic flower theme -- it's gorgeous, and incredibly well made. I've had no issues with it, other than when I view my tumblr page with the theme installed, the sidebar continues to drop, leaving me stuck on a certain page unless I zoom out several times. is there any way to fix this?
Hello! Could you possibly submit a screencap of the issue? I'm not entirely sure I understand what you mean with the sidebar continuing to drop? And sometimes it helps me a lot to figure out the issue by seeing the problem visually!
hello! i'm using simplistic flower, which is absolutely gorgeous! i was just wondering if it's possible for the tab links to be turned into regular links - i tried, but for some reason when i try to click on it, the links won't work. thanks again!
Hello! Yes, that is absolutely possible! In the code, youâll want to find the part in the image below.
Youâre going to change everything from below the text <!--FLOWER LINKS-->Â Â all the way to where it says <!-- --------------------------- TABS -------------------------- -->Â , and youâre going to change it to this:
<div class="linka">
    <font style="text-transform:uppercase;" title="home."><div class="moose-animation"><a href="LINKHERE"><img src={"image:links}"></a></div></font></a></li></ul>
        </div></div>
<div class="linkb">
    <font style="text-transform:uppercase;" title="home."><div class="moose-animation"><a href="LINKHERE"><img src={"image:links}"></a></div></font></a></li></ul>
        </div></div>
<div class="linkc">
    <font style="text-transform:uppercase;" title="home."><div class="moose-animation"><a href="LINKHERE"><img src={"image:links}"></a></div></font></a></li></ul>
        </div></div>
<div class="linkd">
    <font style="text-transform:uppercase;" title="home."><div class="moose-animation"><a href="LINKHERE"><img src={"image:links}"></a></div></font></a></li></ul>
        </div></div>
If youâre copying the text directly, you might have to retype the quotation marks in the code if itâs not working. The code should end up looking like this (*note, I forgot to add a second </div> behind each âlinkaâ âlinkbâ etc in this image. Please refer to the code above, which has been updated!)
In the code, where it says LINKHERE you can then change the links to whatever url you want.
Remember to click âUpdate Previewâ before saving to make sure the theme doesnât look wonky / that you havenât done any of the steps above wrong!
Can you give us a tutorial on how to change your fonts in flowered sky theme without messing up the code? Love your themes btw!
Sure!
First, you go to âedit themeâ and then to âedit htmlâ. When youâre in the code, click the keys âCtrl + Fâ at the same time to bring up a search bar, like in the image below.
In the left search bar, type in font-family:
Youâll see that it highlights where it says font-family: in the code, like I circled out in red in the image below. You can hit the âEnterâ key to keep finding all parts of the code where you can change the font.
Now, I have used a few different fonts in this code. The default font for normal text is called calibri, the bold text is called 'Roboto Condensed', sans-serif;  and the italics, headers / titles, etc. is called ânightingaleâ.
If you want a way to quickly change them, you can use the two search bars we brought up when we hit Ctrl + F.Â
Letâs say we want to change the 'Roboto Condensed', sans-serif; font to arial. Then you can do this:
1. In the left search bar, type in font-family: 'Roboto Condensed', sans-serif;
2. In the right search bar, type in font-family: arial;
3. Click the âAllâ button
And it should change all the âRoboto Condensedâ, sans-serif; fonts to arial. You can do the same for the two other fonts by doing the first step, only type in either of these instead, depending on which you want to change;
The calibri font, youâll want to do it both with the space and without the space between the colon, because some of the parts in the code has it with a space, and some places has it without a space, so if you donât change both, some parts will remain calibri.
Then, once youâre done changing all the fonts, you can just click the âUpdate Previewâ button to check that the fonts have changed to how youâd like them, and if they have, save your theme!
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
I am in love with your themes, and wanted to thank you for releasing them! I did notice though that permalinks do not work on Simplistic Flower or The Single Flower; clicking on them just refreshes the page you're on rather than taking you to the post. Is there any way to fix this?
Ah, thank you for letting me know! I've updated the codes now to fix this! If you want to fix it on your own though, you can also do so by changing the highlighted part of this code, where it says {SourceURL}
Hello! May I ask for tips on making a background for your flowered sky theme (the multi one) without focusing on one specific muse? Just as a general aesthetic yknow? Thanks in advance! Ps: I love your themes, they're so simple and perfect đ
Hello! Firstly, thank so much for enjoying my themes! And as for tips, I'd say they would largely be the same as in my tips for a single muse background that I wrote in [this] post, so definitely go check that out in terms of like... how to edit a background.
However, in the step where I wrote "search for your muse's faceclaim," or something like that, instead I'd be trying to decide on something else that makes you think of your muses in general, or just the vibe you're going for. Maybe you'd want to use an animal that represents your muses as a "focus point" instead of the actual muse(s). Maybe you want a symbol, or a plant / flowers. Maybe you want the moon or the sun or a planet. Maybe you want something more aesthetic-looking. Really, you can be as creative here as you want, but I usually like to find some kind of "theme" or "vibe" to go with before I start making a background. For example "Dark and scary", or "Bright and colorful", or whatever else that comes to mind when I think of my muses, and then I search things that pops into mind related to that, that you think might look cool on a background.
Google images + your own creativity is your friend when it comes to finding images to use. And again, it helps to be a bit specific in your searches, adding for example "beautiful lion background" or "pretty flowers dark background", or adding things like "HD" or "high quality" or "detailed" etc. Because that way, you don't just get plain images of whatever you're looking for, but usually a bit more high quality and "fancy" looking images. Also, remembering to go into the tools and look for large sized images only, because they're usually in higher quality than smaller and medium sized images, which will add more details and a more "professional" look to your background.
Also I obviously personally enjoy dark backgrounds, but you can also search for light backgrounds or any colored backgrounds for your images that you want, really!
Hi there! I was hoping you could give me some advice for making background images for themes. I've been tinkering for the past couple of hours with your "The Single Flower" theme but nothing I've put together seems to work. Is there some kind of format you follow? Thank you in advance :)
Hello! I can definitely try to give some advice and tips on how I personally go forward making backgrounds for my blogs. This is just my personal way of doing it, so obviously, feel free to be as creative as you want with this and not follow any and / or all of these tips if youâd rather just be inspired by them! Also, I use Photoshop, but Iâm sure a lot of these tips can be used for non-photoshop users too! Iâll put this under the cut to make this post less long on the dash.
1) So first, I try to find a PSD I enjoy that I can slap on top. Iâd usually go with one that you use for your icons, or one that is similar to the one you use for your icons, if you use psds on icons. There are a ton of free psds out there than you can use, if you search up âicon psdâ on tumblr, or âicon psdâ on tumblr. You can also try looking up similar searches like âcoloring psdâ etc.
2) When youâve found a PSD you like, itâs time to make the actual background. I personally like to keep the size of the background a little on the bigger side, so that those with larger screens doesnât get a cut off image or large parts of your blog just a single plain background color. So I tend to use the size 1920x1080px.
3) If you have a single muse, which Iâm assuming since youâre using the single muse theme, you might want an image of your muse on your background. In order to make it look neat, itâs a good idea to go to google images and look up images either of the character name, if theyâre a canon character, or their faceclaim / actorâs name, if theyâre an oc. For example, letâs say I want to make a background for a muse using Jensen Ackles as a faceclaim. Iâd search up either âDean Winchester wallpaperâ, âDean Winchester backgroundâ or âJensen Ackles photoshootâ. After searching, Iâd also further click on âToolsâ > âSizeâ > âLargeâ like in the image below.
4) Test around with some of the images which ones look best with the PSD youâre using and has the look you want. For my example, I used THIS psd by venuscommissions, and my background would now look like this:
You want to remember that youâre also going to have the container box of your posts on this blog, so youâll want to make space for that. To know if you have placed your image in the right spot, you can always print screen your theme without a background, copy-paste it into photoshop, above your background, then choose âlightenâ on the layer with the container, as in the image below. (remember to delete this layer when youâre finished making the background! Itâs just gonna be there for reference to make sure everything is positioned right!)
As you can see, I decided to move the background image with Jensen a little bit more to the left.
5) Still, the background image looks very plain, doesnât it? Maybe you want a bit more effects on it. Google images are again super helpful here. I personally tend to search up things like âBeautiful light black backgroundâ, âColorful light dark backgroundâ, âGolden sparkles, black backgroundâ, âFlowers dark backgroundâ, etc. The reason I add âDark backgroundâ to all my searches, is because when I copy-paste them over the image of my museâs FC, I do the âLightenâ thing like I did with the container, so the black on the background goes away. This way, with the right images, you can make really cool effects. For my example, I messed around with two simple images, and got this effect:
Now, obviously, I could probably spend a lot more time adjusting, and finding different images to use that look a lot better, but thatâs basically the gist of it.Â
6) Now lastly, the thing I do when Iâve made everything the way I want it to look, is I go over the edges on the right and bottom with the soft paint brush, using the background color to paint over the edges, so thereâs no color at the very edge and it gets a smooth transition from the colors to the plain, background color. This way, for those with a different sized screen, it wonât just have this strong, cut off line from where your background image is, to where the blog background color is.
hey, how do i change the little snowflake thingies on your multimuse theme into another image? ty
Hello! In the theme editor, there's a part that says 'links' as shown in the image below. Click the little pencil button next to it, then click 'Choose a photo' and pick the photo you want to change it with!
Also, if you want to change the individual images, so that they're all different, you can go into the Html editor, find the section as shown in the image below, then replace the {image:links} with the url of the photos you want to change them to. Make sure you don't remove the quotation marks or anything else, just the {image:links} part.
Hello, I'm currently using your simplistic flower theme, and I love it! I'm just having trouble viewing the bio pages for all my muses. I guess I messed up somewhere when copying and pasting the code to add more muses. Do you have any suggestions on how I could fix it? Thanks in advance! :)
Hello! Sure, I can try to give some suggestions based on what I can imagine might have gone wrong!
So, for the bio pages to work, there are two codes in the theme that you want to check a few things in to make sure it will work. Iâll bold what you want to check in each code below, so refer to that when you read the explanation:Â
The first thing you want to check, is that the first <div> of each code has a </div> at the very end of the code. You can check this by clicking between the letter âdâ and âiâ in â<div>â and when you scroll, down, the final </div> in the code should automatically be highlighted. If the last </div> in the code is not highlighted when you click within the first <div>, try to add another </div> at the bottom of the code and check again if it gets highlighted now.
The second thing you want to check, is that the canon1 part of the <a href="#canon1"> in the first code, matches the canon1 part of the <div id="canon1" class="tab"> in the second code. Now obviously, it might say something other than canon1 depending on which muse tab youâre trying to fix, but make sure if you copy-paste the two codes, that youâll need to change âcanon1âł to something else that hasnât been used, for example <a href="#musename"> and <div id="musename" class="tab">
Under the cut youâll find the two codes you need to check, along with the parts you need to check bolded out.
Hope this helps!
The first code:
<!--CANON 1 SMALLBOX START-->
<div id="versebox">
<div id="titles2">canon #1.</div><p>
<div id="subtitle2">fandom.</div>
   <div id="verse">
<div id="rel">
canon muse #7 here. consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. excepteur sint occaecat cupidatat non proident, sunt in culpa.
</div><center>
  <ul class="tab-links">
      <li class="active" style="margin-left:-30px">
      <a href="#canon1">INFO.</a></li>Â
  <a href="/tagged/TAG">TAGNAME.</a>Â
  <a href="/tagged/TAG">TAGNAME.</a>Â
  <a href="/tagged/TAG">TAGNAME.</a>Â
  </center>
</div>
  <!--CANON 1 SMALLBOX END-->
The second code:
<!--MUSE 7 INFO TAB START-->
<div id="canon1" class="tab">
  <div class="tabcontent2">
  <center>
<div id="navbar"><div class="tabsa">
      <ul class="tab-links">
             <li class="active" style="margin-left:-30px">    Â
    <a href="#tab4">OCS.</a></li>     Â
    <li><a href="#tab5">CANONS.</a>  </li>
      </ul></div></div></center>
      <p>
<div id="titles">CANON 1</div>
  <div id="subtitle">subtitle here...</div>
<div id="verseboxstats">
 <div id="versestats">
  <div id="rel2">
<!â add the url to the icon here â>
<img src="https://cdn.discordapp.com/attachments/823177661945610264/1000159718611886100/musebio.png"/></a></div><p>
<b2>NAME:</b2> NAMEHERE. Â Â Â Â Â Â Â Â Â <p>
<b2>AGE:</b2> AGEHERE. Â Â Â Â Â Â Â Â Â Â <p>
<b2>DOB:</b2> DOBHERE. Â Â Â Â Â Â Â Â Â Â <p>
<b2>NATIONALITY:</b2> NATIONALITYHERE. Â Â Â Â Â Â Â Â <p>
<b2>SPECIES:</b2> SPECIESHERE. Â Â Â Â Â Â Â Â <p>
<b2>GENDER:</b2> GENDERHERE. Â Â Â Â Â Â Â Â Â <p>
<b2>OCCUPATION:</b2> OCCUPATIONHERE. Â Â Â Â Â Â Â <p>
<b2>HEIGHT:</b2> HEIGHTHERE. Â Â Â Â Â Â Â Â Â <p>
<b2>HAIR:</b2> HAIRHERE. Â Â Â Â Â Â Â Â Â Â <p>
<b2>EYES:</b2> COLORHERE. Â Â Â Â Â Â Â Â Â Â <p>
<b2>FACECLAIM:</b2> FCHERE. Â Â Â Â Â Â Â Â Â Â Â <p>
</div></div>
<div id="verseboxstats">
 <div id="versestats">
 put some muse info here. maybe more stats, maybe powers list. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
 <p>
 Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?Â
<p>
 At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
put your muse's biography here. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<b2>VERSENAME.</b2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div></div>
<div id="versebox">
<div id="verse">
<b2>VERSENAME.</b2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div></div>
<div id="versebox">
<div id="verse">
<b2>VERSENAME.</b2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div></div>
<div id="versebox">
<div id="verse">
<b2>VERSENAME.</b2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
</div>
<div id="versebox">
<div id="verse">
<b2>VERSENAME.</b2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
</div>
<div id="versebox">
<div id="verse">
<b2>VERSENAME.</b2> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<!â add the url to the icon here â>
<img src="https://cdn.discordapp.com/attachments/823177661945610264/1000151028215324852/museimg.png"/></a></div> <b2>MUSE NAME / URL.</b2> lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color.
</div> Â Â
</div>
<div id="versebox">
<div id="verse">
<div id="rel">
<!â add the url to the icon here â>
<img src="https://cdn.discordapp.com/attachments/823177661945610264/1000151028215324852/museimg.png"/></a></div> <b2>MUSE NAME / URL.</b2> lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color.
</div>
</div>
<div id="versebox">
<div id="verse">
<div id="rel">
<!â add the url to the icon here â>
<img src="https://cdn.discordapp.com/attachments/823177661945610264/1000151028215324852/museimg.png"/></a></div> <b2>MUSE NAME / URL.</b2> lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color. lorem ipsum del mit color.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
I was working with your the single flower theme, but when I change the colors in the theme it does not reflect it on my blog ? I was hoping you could help me with that. I love this theme so much!
Hi! I've checked the code on the preview blog and changing colors should work? At least it does when I try it out. I've added a screencapture of when I changed the colors on the theme below. If you click the little circle dots like shown on the left side of the picture and choose another color from the color selector, it should work like shown here:
I've copy-pasted the theme code to the google doc to update it, just in case, but it would be easier to help if you could be a little more specific what kind of colors in the theme doesn't change. E.g. the background color itself (in which case, I'd ask if you've removed the background image) or any of the other colors, like bold text, italics, links, borders, scrollbar, etc. You unfortunately can't change the color of the background image itself, nor the flower-links, but you can change the background image and image of the links on the side if you want.
Love your themes!! I am currently using simplistic flower and ran into an issue. When you click the "info" tab it works fine for OC muse #1 but the tabs won't open for any other muses? The other links work but it won't take me to their info pages specifically. Sorry to bother you <3
Hey! I have updated the code in the google docs now to the current code of the preview, so it should work! If you run into this issue again, I would also check that the oc2 part of your code highlighted in the image below...
Are the same as the oc2 part of the code in the image below
Further, be sure that you haven't accidentally removed any of the </div> parts of the code. This has often given me issues with the theme like that before. You can easily check that by clicking on the top <div part of the code like in the image below, and the bottom </div> of that section should automatically get highlighted if you haven't removed it, like in the image below. This needs to be checked both in the section where your brief muse description is (SMALLBOX) and the muse info tab (MUSE INFO)
* simplistic flower /  free non-contained all-in-one multimuse theme.
This is a simplistic / non-contained version of the flowered sky theme. This theme includes:
A tab for the askbox.
A tab for rules.
A tab for a canon muse list with short summaries of each muse, including links to a tabs page for each individual muse page, with stats, verses, and mains / exclusives.
A tab for ocs with the same tabs pages for each individual muse.
A tab for links and tags.
I used various free base codes to make this, so I do not claim to have made this from scratch. You can see the credits below, as well as in the code of the actual theme! I have, however, put a lot of time to customize all the base codes to make it functional for a multimuse blog, and I have made the background and links and the PSD I used on those myself.
Youâre going to need a bit of html coding knowledge to customize / use this theme, although I have tried to leave in enough tutorials within the code to help you with the most important things. If youâre still having trouble, I recommend checking out the plenty of tutorials on how to customize themes and html coding created by others! On the off-chance that I shouldâve forgotten to give credit to someone, or have credited the wrong person, please kindly let me know so I can update the code as fast as possible to include the right credits! Same goes if you find any errors with the theme that makes it not work as it should.
BASE CODE AND TUTORIAL CREDITS: Â
All-in-One Base Code by neonbikethemes
Customizing tutorials and bouncing links from octomoosey
Basic tooltips tutorial from this post
Editing of base codes / design, creation of the theme background and bouncy link images and creation of the PSD by yours truly, @vampiremakesâ
TERMS OF USE:
Do not remove any of the credits at the top of the code.
Donât remove the credits in the bottom right corner of the theme.
Do not claim as your own.
Other than that, feel free to customize and use as you wish! Have fun!
* the single flower /  free all-in-one single muse theme.
This is a single muse version of the flowered sky 2.0 theme. This theme includes:
A tab for the askbox.
A tab for rules.
A tab for a muse page, including space for stats, biography, verses and mains.
A tab for links and tags.
I used various free base codes to make this, so I do not claim to have made this from scratch. You can see the credits below, as well as in the code of the actual theme! I have, however, put a lot of time to customize all the base codes to make it functional for a single muse blog, and I have made the background and links and the PSD I used on those myself.
Youâre going to need basic knowledge of html to use this theme, although I have tried to leave in enough tutorials within the code to help you with the most important things. If youâre still having trouble, I recommend checking out the plenty of tutorials on how to customize themes and html coding created by others! On the off-chance that I shouldâve forgotten to give credit to someone, or have credited the wrong person, please kindly let me know so I can update the code as fast as possible to include the right credits! Same goes if you find any errors with the theme that makes it not work as it should.
BASE CODE AND TUTORIAL CREDITS: Â
All-in-One Base Code by neonbikethemes
Customizing tutorials and bouncing links from octomoosey
Basic tooltips tutorial from this post
Editing of base codes / design, creation of the theme background and bouncy link images and creation of the PSD by yours truly, @vampiremakesâ
TERMS OF USE:
Do not remove any of the credits at the top of the code.
Donât remove the credits in the bottom right corner of the theme.
Do not claim as your own.
Other than that, feel free to customize and use as you wish! Have fun!
LIVE PREVIEW  |  CODE.  |  MULTIMUSE VERSION.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
This is an updated version of the flowered sky theme, as I figured it looked neater with all the pages in tabs rather than a mixture of both tabs and pop-ups. This theme includes:
A tab for the askbox.
A tab for rules.
A tab for a canon muse list with short summaries of each muse, including links to a tabs page for each individual muse page, with stats, verses, and mains / exclusives.
 A tab for ocs with the same tabs pages for each individual muse.
A tab for links and tags.
I used various free base codes to make this, so I do not claim to have made this from scratch. You can see the credits below, as well as in the code of the actual theme! I have, however, put a lot of time to customize all the base codes to make it functional for a multimuse blog, and I have made the background and links and the PSD I used on those myself.
Youâre going to need a bit of html coding knowledge to customize / use this theme, although I have tried to leave in enough tutorials within the code to help you with the most important things. If youâre still having trouble, I recommend checking out the plenty of tutorials on how to customize themes and html coding created by others! On the off-chance that I shouldâve forgotten to give credit to someone, or have credited the wrong person, please kindly let me know so I can update the code as fast as possible to include the right credits! Same goes if you find any errors with the theme that makes it not work as it should.
BASE CODE AND TUTORIAL CREDITS: Â
All-in-One Base Code by neonbikethemes
Customizing tutorials and bouncing links from octomoosey
Basic tooltips tutorial from this post
Editing of base codes / design, creation of the theme background and bouncy link images and creation of the PSD by yours truly, @vampiremakesâ
TERMS OF USE:
Do not remove any of the credits at the top of the code.
Donât remove the credits in the bottom right corner of the theme.
Do not claim as your own.
Other than that, feel free to customize and use as you wish! Have fun!
LIVE PREVIEW  |  CODE.  |  SINGLE MUSE VERSION.
How to make your icons look more sharp / clear in photoshop.
So, if youâre making your own icons, you might find that sometimes, PSDs, especially if theyâre heavy on the coloring, are very pretty color-wise but they make details in the face etc. very muddy and unclear. Thereâs a very quick way you can fix this in photoshop though!
In the work area to the right in photoshop (as pictured below,) make sure you have the actual screencap / image you want to sharpen selected.
Then, flick âFilterâ in the top bar, go to âSharpenâ then select âSmart sharpen,â as pictured in the image below.
Youâll then get the smart sharpen options popping up, and you can mess around with the settings here if you want, but it does the job pretty well without adjusting anything most times, so I personally tend to just leave the adjusting alone.
Then if that alone didnât do a good enough job, which can sometimes happen with heavy PSDs, you might want to do the same again, only instead of picking âSmart sharpenâ again, which can often end up sharpening the image a bit too much, you might want to use the âUnsharp Maskâ or just the âSharpenâ option instead.
You can see an example of how much just sharpening the image can do to make your icons more, well... sharper, above.