Westeros Livery
05:51:51 Khaleesi
void, i got a bp machine prescribed for me, got it for free and keep a notebook. lowest recorded was 56/32, lowest bottom taken by emt was 60/30
Cheese
05:51:45 Really Cheesy KNNs
You motherfricker....
I'm so pissed off, I accidentally bred my mare normally instead of the emrbyos and now I won't be able to have another possibly good baby. So I'm stuck with this asshole.
-HEE Click-
ShowJumpingChampions
05:51:10 SJC | Haley
Sky
He kind of looks cool with all of the sooty.
Ironworks Equestria
05:51:04 Reaver | Seven
No chimmy
Safe Haven Ranch
05:50:27 Sky
Does he have chimmy too?
Safe Haven Ranch
05:50:03 Sky
Congrats! You bred a palomino X Colt!
-HEE Click-
The Palomino
The Old Gods
05:49:48 Void Malign
I lowkey wonder how low my bp drops because of how low my bp normally is
Ironworks Equestria
05:48:55 Reaver | Seven
Liquid IV always tastes salty to me
Westeros Livery
05:48:00 Khaleesi
it dpends on the doc. my internist figured it out, my cardiac doc was stumped when it wasnt the common low bp pots
The Old Gods
05:46:51 Void Malign
honestly, I've just kinda used myself as a guinea pig to figure out what works
Australian Herds
05:46:00 aussie/oakley
ive been diagnosed with POTS but they never really said anything about types of POTS lmao
Westeros Livery
05:45:51 Khaleesi
liquid iv is the bestttt omg
Westeros Livery
05:45:18 Khaleesi
there's a way to test the difference but it's a hormone test with a tilt table, you can also do genetics i believe but thats more eds
The Old Gods
05:44:05 Void Malign
electrolytes can help
Destiny Sport Horses
05:43:49 Destiny / DSH
-HEE Click- This is the correct link
Cheese
05:42:38 Really Cheesy KNNs
Ok, I've got my tiny teddies and I'm ready for my entirely unplanned RO!
Australian Herds
05:41:48 aussie/oakley
it probably is neuro

i just down a shit ton of salty snacks, ie goldfish & cheese itz
Australian Herds
05:40:59 aussie/oakley
okay well i just got a PEE from an EWExPPE...
Westeros Livery
05:40:36 Khaleesi
mav, sounds like neuro pots imo. my bp at highest gets 292/187 and lowest at 60/30. i don't always pass out, i'm more likely to seize because of the adrealine type hormones in hyper pots :)
Windsor Stables
05:39:47 Quinn
Hey brooke! Havent seen you in awhile
You must be a registered member for more
than 1 day before you can use our chatbox.

Rules   Hide
You are in: Main Chat
View Sales



 Year: 178   Season: Spring   $: 0 Wed 05:53pm CDT  
 Forecast: Partly Cloudy, Rain Possible


Forums

→ Horse Eden is a fun game! Sign Up Now!

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following
Forums > Member Help > Guides
  1  2

Devs Palette Guide September 23, 2020 05:52 AM

Diagon Alley Elites
 
Posts: 1632
#782381
Give Award

5
Welcome to my palette guide. I will be explaining basic and more advanced CSS tricks.

Edited at September 23, 2020 07:50 AM by Diagon Alley Elites
Devs Palette Guide September 23, 2020 07:13 AM

Diagon Alley Elites
 
Posts: 1632
#782416
Give Award
Intro To Palettes :
To get to the palettes page, first go to the Stable < Stable Activities page. The Manage Palettes button is on the fifth row all by itself. Click on that. When you get to that page, there is an option to set a free palette or set a custom palette. There are 5 free palettes, which anyone in the game may use. For now, we are going to skip that part and go right to the editor. There is a dropdown, next to which says 'Edit Palette Code'. The dropdown is defaulted to blank. Then you can set the name and edit the CSS. How I do it is go to the default and then just change the name before I save it. This is important because you can not save the default palette without changing its name. Then, in the 'Select Custom Palette' dropdown, the palette you just created should appear. Select that palette and hit submit, so each time you update the code you can see what appears. Then you can start editing.
Underneath the edit box, there is a Delete Palette option and a Sell Palette option. For our purposes, we'll skip that part. Underneath are 2 settings you can toggle on and off. They're pretty self explainatory, but I'll explain them here anyway. The first one say 'Display Your Palette To The Public?', then yes, no, and submit. This controls whether or not others can see your palette. Then we have 'View Other People's Palettes'?, and the same yes, no, and submit buttons. This controls whether or not you see other people's palettes.
Devs Palette Guide September 23, 2020 07:15 AM

Diagon Alley Elites
 
Posts: 1632
#782417
Give Award
Color Schemes :
To start us off, I'm going to explain rgb codes, which is what I will be using for this series. Rgb codes are basically the number of red, green, and blues and color has. For example, rgb(0, 0, 0) is black. When making palettes, I use this rgb picker to turn hex codes into rgb's. In most cases, you do not want to use anything in the top corner, because it is bright and hard on the eyes. For example, you would not want a bright red palette that was all rgb(255, 0, 0). You should generally pick colors that go well together and have the same feeling, or, as much as I hate to say this, vibe. For example, pale blue and grey go together, in my opinion, bright purple and forest green do not. I usually pick colors out of my background, using one of 2 sites, click or click.
Devs Palette Guide September 23, 2020 07:18 AM

Diagon Alley Elites
 
Posts: 1632
#782419
Give Award
Parts Of A Palette :
Diagram 1 is of the stable page and I will explain that one first.
The first code you see is primary, secondary, tertiary, and quatro.
Primary is referring to the area around the quests and chatbox. Secondary is the thing on top of the table.
Tertiary is the thing inside the secondary that says 'Stable Info', 'About This Stable', etc.
Quatro is one of the forum colors, you can see it in the second diagram.
Then you see the quotes, which we'll ignore for this blog, and then the forum alternate color. That is also in the second one, and is the forum color other than the quatro.
After that, we have the page background color, which is the color of the page, and that is shown in the first one.
Then we have the table background color which is the background of the tables off the about me, bio, and other stuff. This is shown in the first one.
After the table background color we have the page name text, which is basically the name of the page you are on, Forums, Stable Page, etc. This is in the second diagram.
Then we have the chatbox color, which is the color of the chatbox. There is .sales and .main. The dot is the CSS selector for a class, so whatever CSS you put in those brackets will affext everything that has that code in the HTML. .sales affects sales chat and .main affects main chat. Only main is shown in the diagram, but sales is there, too. I would recommend having them different colors so you can easily tell which you are in. The chatbox is on the second diagram.
Then we have the form field color, which is the color of the stuff you type into. For diagram 2, I used the area below the chatbox as our example.
Then we have the tabs on mail page and blogs, and I don't have an example yet so I will update this blog later to have another diagram that includes those.
Then we have the side bar header text and the side bar header, the text is what says 'Quests' and 'Chatbox'. The header is just the area around it. This is shown in diagram 2.
After the side bar header we have the status bar. This is where your money, the year, the season, the weather, and more are displayed. You can see this on diagram 2.
Then we have the text stuff, easy show enter, and more text stuff. I skip the easy show enter and I'm going to make a seperate blog explaining text and stuff you can do with it.

So, moving on to the menu bar or nav bar, I call it. It is labeled as nav bar on Diagram 2, but you can call it whichever. That just changes color and other stuff. I'll make a seperate one on that, too.

Finally, we have the website background, which is the image on the background of the website. It will be labeled on the diagram that has the tabs on the mail page and blogs. Then the header is where it says horse eden eventing

Edited at March 31, 2021 08:30 AM by Diagon Alley Elites
Devs Palette Guide September 23, 2020 07:35 AM

Diagon Alley Elites
 
Posts: 1632
#782424
Give Award
Gradients And Transparents :
Gradients :
Gradients are going to take more explaining so I will do them first. There are 2 types of gradients you can use; linear and radial. I personally perfer radial, I find it easier, but I will attempt to explain radial as well. There are also times when linear doesn't work.
So, what is a gradient? For our purposes, a gradient is when 2 or more colors fade into each other. That's not the technical definition, but it is the context in which I will use it for this. You usually don't want to have 2 different colors fading into each other, just 2 shades of the same color, but I have done 2 different colors and have it turn out fine, so it all depends on what colors you use. In the next part, I'll be explaining what linear and radial gradients are and how to use them.
Linear Gradients -
This is what most people think of when they think of gradients. It is 2 or more colors fading into each other in a line. Line. Linear. Linear gradient. It's all in the name. Now for how to code them. Here is the base code :
background-image:linear-gradient(rgb(56, 77, 89), rgb(45, 37, 219));
There are 3 parts of that code that I used to mess up the most. First, the background-image is very important. If you don't do that, and do background-color or just background, it won't work. Make sure you have background-image.
Next, the final 2 parenthesis. You have no idea how many times I've only put one lol. There's 2, one to close the last rgb and one to close the linear gradient.
Finally, on everything you just want to make sure you have a semi-colon. Not having a semi-colon messes the whole thing up.
Okay, so now for the code inside the parenthesis. It is defaulted to go down the page, so you can have it go over or diagonal by putting to right, to left, to bottom right, or whatever as the first thing inside the parenthesis. Example :
background-image:linear-gradient(to right, rgb(56, 77, 89), rgb(45, 37, 219));
Then there are the rgb codes. You can have as many as you want but for efficiency I only put 2 as the example.
Also, this will not work as the primary code, only radial-gradient will.
Radial -
WIP
Transparents :
I guess a better word for this section would be translucents because I rarely use transparents, but I'll call it transparents anyway. Transparent is something that is comepletely see-through, translucent is partially see-through, and opaque is solid. We're not going to be talking about opaques, but I thought I'd throw it in there. So, this is the code :
background-color:rgba(56, 77, 89, 0.7);
The first three are red, green, blue, and the last is opacity. It really stands for alpha, but I'm going to be using opacity. Opacity is how see-through something is, on a scale of 0 to 1. I usually use 0.7 or 0.5. 1 is solid, 0 is completely transparent. You can also plug this in to linear gradients like so :
background-image:linear-gradient(rgba(56, 77, 89, 0.7), rgba(45, 37, 219, 0.7));
Devs Palette Guide September 23, 2020 07:36 AM

Diagon Alley Elites
 
Posts: 1632
#782425
Give Award
Navbar/Dropdown Menu :
So, the navbar dropdown code. In the default palette, it looks like this :
/*--------------------------------------------------
Set the color and font of the menu bar text
--------------------------------------------------*/
.navbar {
background: #5b3914 url(images/menu/menugradient.png) repeat-x;
}
.navbar a {
color:#dfc79d;
}
.dropdown .dropbtn {
color:#dfc79d;
}
.dropdown-content a {
color:#000;
}
.navbar a:hover, .dropdown:hover .dropbtn {
background-color: #b67942;
}

Now I'm going to be explaining what each section does.

.navbar {
background: #5b3914 url(images/menu/menugradient.png) repeat-x;
}

This section changes the color of the bar behind the text that says "Stable", "Services", "Search", "Leaders", "Help", "Grow", and "Community." It has to be a solid color because there will always be the brown bar behind it and you don't want that showing. To make it not the gradient simply do

.navbar {
background: #5b3914 ;
}

That should be it for that piece of code but if you have any more questions PM me.

.navbar a {
color:#dfc79d;
}

This next section is how you style the boxes around the text under Stable, Services, etc. The Home, Barns, the stuff around that. I usually leave this part alone but it can change the background color, change the font, add shadows, etc. Basically any styling codes for the background and text can be used. Any other questions PM me.

.dropdown .dropbtn {
color:#dfc79d;
}

This changes the color of the Stable, Services, etc. text. I think you can also use it to change the font and the font size and otherwise style that text. That one is pretty straightforward lol.

.dropdown-content a {
color:#000;
}

This changes just the color of the "Home", "Barns", etc. text.You can also change the font and font size in this section.

.navbar a:hover, .dropdown:hover .dropbtn {
background-color: #b67942;
}

This changes the styling of the text and the box when you hover. To add boxes you have to do something slightly different, and I will add that soon. You can add borders which will be explained in an upcoming blog. You can also change the background color and text color and other stuff. I know this isn't explained very well lol but I tried my best. Any other questions PM me or post here.


Edited at April 5, 2021 08:59 AM by Diagon Alley Elites
Devs Palette Guide September 23, 2020 07:37 AM

Diagon Alley Elites
 
Posts: 1632
#782427
Give Award
Fade-In Animation :
You can also find this code in the guide made by LostCause, which you can find here. They probably explained it better than I will lol. Anyway, the code is :

animation: fadeInAnimation ease 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}

}

You copy and paste that into the body section or whatever part you want to fade in. The 1s can be changed to make the fade-in time longer or shorter.

Link to where I found the code: click

I would just use the first one, the second one made it not appear at all.

Devs Palette Guide September 23, 2020 07:38 AM

Diagon Alley Elites
 
Posts: 1632
#782428
Give Award
Borders :
There's a basic formula borders follow, it'll be below.
border:width in px type color;

The first is basically how wide it is, I usually do anywhere from 2 to 10 pixels when I use borders. 2 is thinner, 10 in thicker.

The second is the type of border. All the types will be below.
- Dotted borders are basically made up of circular dots.
- Dashed borders are comprised of dashes that are longer than the dotted borders dots are.
- Solid borders are, well, solid.
- Double borders are have 2 lines around the border, each a little ways apart.
- Groove and ridge are where either the inside is lighter and the outside is darker or vise versa.
Then we have mix which is where each side has a different border.
border:ridge groove solid dashed;
The first is the top, and then it goes clockwise so solid is the bottom.
Referance for borders is on w3schools.com.
This also describes inset and outset borders which I don't have experience with so won't be explaining.

The last is color, either hex or rgb codes will do.

To remove borders either do 0px or border:0!important;
The !important is necessary to override the original HTML.
Border-radius :
border-radius:--px!important;
This defines how curved your border is. The lower the number, the less the curve. I use 10 to 15 normally.

Edited at September 23, 2020 07:52 AM by Diagon Alley Elites
Devs Palette Guide September 23, 2020 07:46 AM

Diagon Alley Elites
 
Posts: 1632
#782430
Give Award
Box-Shadow/Text-shadow:
Box-shadow and text shadow codes are what make your table/text appear to float over the page.
Box-Shadow :
The formula for a box-shadow code is :
box-shadow : x y blur color;
x, y, and blur need to be in px. I may have the x and y backwards, but I think it's right. x is how far over, y is how far up or down. You can also add multiple shadows by adding a comma and then repeating the x y blur color. The color can be either a rgb or a hex code.
Text-shadow:
Text shadow is the same as box-shadow but replace box at the beginning with text.
Fonts :
Fonts are tricky because you want them to still be readable, typically I keep the main site font Arial and then only change the nav bar font, page name font, and side bar font.
If I do change the site font I usually use either a serif font or a monospace font, as the letters tend to be very different from one another, making it relatively easy to read.
For the nav bar, page name, and side bar I like to mess around with different cursive fonts, to see which fits the best.
Link to list of web-safe fonts - Click

Edited at January 8, 2021 07:20 AM by Diagon Alley Elites
Devs Palette Guide September 23, 2020 07:50 AM

Diagon Alley Elites
 
Posts: 1632
#782432
Give Award
A Guide To The Guides :
This includes all of the guides I have used. They all explain different things.
If anyone would like me to remove their guide, please PM me.

Forums > Member Help > Guides
  1  2

Refresh



Copyright ©2009-2024 Go Go Gatsby Designs, LLC    All Rights Reserved

Terms Of Use  |   Privacy Policy   DMCA   |   Contact Us
Help Me (2)  |   Game Rules   |  Reset Palette