@astraeacodes / astraeacodes.tumblr.com

Welcome to astraeacodes. Here you will find a variety of themes suitable for both personal and RP purposes. I will also reblog theme recs occasionally.
Anonymous asked:

I can't access your painting flowers page because I have to log in but even when I did I still couldn't, I'm so sorry if I'm disturbing you, I love your themes!

Sorry! Unfortunately that theme is retired and no longer available. 

Anonymous asked:

can you please upload your current theme since you havent been on in over a year? I LOVE it

Hiya! I would love to, the only issue is that I need to redo it to make it usable since it is rather messy. I can try in my space time but I truly apologize that I cannot make any promises.

Hi! I'm using the stars have fury theme and I love it, but I was wondering if there is any way I can use infinite scroll for it?

Avatar

hey there! with the way i designed it, i don’t really have the infinite scroll style in mind.i don’t think the theme itself is all that compatible with it since some of the coding would need to be altered and i don’t have the time to look through it too much. i will definitely keep infinite scroll in mind, though. from now on i will try to add those features as an option. :)

Anonymous asked:

hello there! i was the one who asked about adding the members in manually for a main blog for the lover of the light theme. i don't exactly know how to do it, can you please show me how? also, please don't feel pressured to reply immediately, i know you're busy so take your time :) i hope you have a nice day!

sorry for the delay! i know you said not to worry, but i still feel bad. anyways, the way to do it is actually relatively simple. just locate the members section of the html. replace it with the following:

       {block:ifMembers}       

           {text:left box five title}

                                                                                                                                                                                 BLOG USERNAME                                              

                           BLOG TITLE                       

                                                                   {/block:ifMembers}   

now, where it says “IMG URL” is where you put the url of the person’s icon. where it says “BLOG URL”, put the url of the person’s blog in like this: “https://astraeawrites.tumblr.com”. where it says BLOG USERNAME is where you just want to put the username like astraeawrites. where it says BLOG TITLE is where you input the title of their blog. 
now, if you wanted to add in extra members, copy and paste this: 

                                                                                                                                                             BLOG USERNAME                                            

                          BLOG TITLE                      

                                        just make sure everything is copy and pasted within the right tags. 

Hello! I love your Stars theme and I've been learning about html coding by looking deeper at the code. Is there any way that I can change the navi links so I can type in the full URL? Cause the way I think it works is that it assumes the first part of the URL is myblogname(.)tumblr(.)com/, but what if I want a navi link to be for a different URL? Sorry if this doesn't make sense. Thank you for your time, and your themes are beautiful ♥

Avatar
In order to have it go to a different webpage, you need to include the https:// part of the url. For example, if I wanted to have a link on my astraeawrites blog going to my astraeacodes blog, you need to write: https://astraeacodes.tumblr.com, not just astraeacodes.tumblr.com
Also, thank you for your kind words.
Anonymous asked:

I'm not the scroll bar on Magnolia anon, but thank you for the tutorial! But is there a way to make it show up in the right side of the page instead of the container to not mess with the whole design? I hope I was clear, have a lovely day! xx

The scrollbar shows up to that part because it is the scrollbar for the container, not the page whole webpage. Not sure if that made sense. In other words, the scrollbar is there because it is being attributed to that specific container and you would not be able to have it on the right. 
Anonymous asked:

is there a way to change just the color of the title and subtitle on Lover of Light so its not linked to the others?

So sorry for the late response! To change the colors, just locate the title and subtitle part of the css. It’ll look like this: 

header#upperbar h1{   font-size:21px;   font-weight:100;   text-transform:lowercase;   font-family:"perfume";   color:{color:text};   margin-left:110px;   position:absolute;   top:18%;}header#upperbar h2{   font-size:11.5px;   font-weight:100;   text-transform:uppercase;   font-family:"{select:font}";   color:{color:text};   margin:0px;   margin-left:110px;   position:absolute;   cursor:default;   top:60%;}

Change the color by editing the “color:{color:text};” to the desired color. 

+ Update 12/19/17

My sincerest apologies for my absence. I have not been feeling my best and I have been struggling with my school work as of late. I have a lot of messages to answer, so I’ll try to knock a few out today. However, no promises can be made in regards to getting all of them out by the end of this week since I am rather busy. I will, however, do my best to get everything out in a timely manner. 
Anonymous asked:

hi! im using your Lover of Light theme and was wondering how i'd go about making it an option to have bolded/italicized text a different color?

Hey! So all you have to do is locate this: 

b, strong{   font-weight:700;   color:{color:text};}i,em{   color:{color:text};}

And change the color of it through that. 

Anonymous asked:

Hi, again! Same anon on the Magnolia theme. Thank you so much for answering and telling me how to get the scrollbar. I was wondering if there was a way to make it to where the scrollbar shows up? If not, that's okay, I would just like to see how it would look with some sort of scroll rather than not being able to see it. Anyways, keep up the great work.. your themes are so lovely and you're very helpful! :)

So the scroll was “disabled” by the scrollbar part of the CSS. You’ll notice in the beginning part of the CSS, there’s a part that looks like this: 

::-webkit-scrollbar-thumb:vertical {   display:none;}::-webkit-scrollbar-thumb:horizontal {   display:none;}::-webkit-scrollbar {   display:none;}

The display:none part disables the visibility of it. It’s like this because if it weren’t, the scrollbar would make the whole thing look a bit off. So fair warning, adding a scrollbar and keeping the same minimalistic design may be difficult to work around. Anyways, to add it, just replace the scrollbar coding with this and edit it as you wish:

::-webkit-scrollbar-thumb:vertical {    background-color:#fff;    height:auto;    border-radius:0px;}::-webkit-scrollbar-thumb:horizontal {    height:auto !important;    border-radius:0px;}::-webkit-scrollbar {    height:auto;    width:3.5px;    background-color:#000;    border-radius:0px;}

would you ever release the theme that you're currently using right now for astraeacodes?

Avatar

i’ve been sent a few questions and requests to release it, so i definitely will. it just needs a lot of work, however, so it may be so time before i do release it. 

+ Blog Update 11/27/17

Sorry for the lack of activity here. I have been going through a bit of a rough patch so I’ve been taking time off from tumblr. I have to do a few things first, but I promise that I will reply to everything tonight or tomorrow depending on how much time i have available. Thank you for your patience, everyone. 
Anonymous asked:

hello there! i'm planning on using your theme lover of the light and it automatically adds the members to the members box, right? is there a way to make it so that we have to add the details in manually (because we're using a main blog instead of a sideblog)? thank you in advance! :)

hey! sorry for the late response. since your blog is not a sideblog, it will not add automatically. you will have to add it manually. let me know if you need help doing that !

when you’re editing your theme and want to use a picture for the background what is the width x height px needed for it to fit? just in general btw!

Avatar

It really just depends on your own screen resolution since everyone has a different resolution. This website will tell you what size your screen resolution is, but typically, I like to make mine rather large just in case someone is viewing from a larger screen. 

You are using an unsupported browser and things might not work as intended. Please make sure you're using the latest version of Chrome, Firefox, Safari, or Edge.