I've been updating the navigation templates with a new design, specifically Star Skins navigation, to have the inside of the navigation look like one of the mock-ups shown below (I haven't decided on which mock-up I would end up using, but I want to try them both out):
However, I am having a hard time trying to make the tables under the Bear "header" to be more spaced out (like mock-up #1), or be combined into one (like mock-up #2). I did try using some attributes but I have been unsuccessful at solving the problem (below is what the template currently looks like).
What coding would I need to change/add to make the template look like the mock-ups?
Lastly, how would I go about making the colors on navigation templates change depending on the wiki theme? I assume it would be something similar to the code given to me for notice templates.
.notice-box {
color: #fff;
border-radius: 5px;
margin-bottom: 7px;
width: 70%;
border: 1.5px solid var(--theme-accent-color);
}
.theme-fandomdesktop-dark .notice-box {
background-color: #332C18;
}
.theme-fandomdesktop-light .notice-box {
background-color: #2A5976;
}
/* Notice Templates */