*Rising Stars TBs*
07:05:18 Star / Sarah
-Click-
should I smudge this or not?
Snow Stable
07:04:57 Snow❆Gem
@san

Oh that's lovely! Apricots in bravery are hard to get. :D and with frame? *grabby hands*
Snow Stable
07:03:59 Snow❆Gem
Ah, nothing like starting out HEE with a huge list of bravery to test. ;P
Santana Rising
07:03:54 San
-HEE Click- this is lovely though
Aeronautica
06:25:49 Wixy / Azi <3
San, it's always the worst ones that get sherpa maps lmao
Santana Rising
06:21:46 San
-HEE Click- she just got me a sherpa map - tomorrow I'll probably find out that she has S bravery
Hot 2 Trot
05:12:06 Holly
only a couple of the games will give you ebs though
Hot 2 Trot
05:11:44 Holly
Community>games
and depends on the type of horse
Doekse2604
05:09:56 
how do i do games? and how much do you reccommend i sell a horse for?
Hot 2 Trot
05:09:30 Holly
Zeal
Yes definitely
Zeal
05:08:50 Zeal , Ze
Holly

True but for money long term showing is the way to go
Zeal
05:07:44 Zeal , Ze
I wouldn't worry about quests excessively, They are fun to do but usually cost more than they give
Hot 2 Trot
05:07:31 Holly
I mean if you needed money fast I would do games or sell a horse.
Zeal
05:05:22 Zeal , Ze
don't worry everyone was new at some point, There are lots of guides in the form about showing and I have written the basics of it :) -HEE Click-
Doekse2604
05:03:09 
how do i do that? sorry im new to the game
Zeal
05:02:27 Zeal , Ze
The best way to earn money is through showing mainly
Doekse2604
05:00:27 
does anyone know how to make money? i have none and cant complete any quests DX
Tobiano Lady
04:38:38 Tobi
I figured it was my internet 🤷
Utmostroxy
04:30:46 Cassie
Anyone else having server issues?
Aerospace KNN
03:03:03 Aviator
-HEE Click- best reroll so far
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: 177   Season: Fall   $: 0 Sat 07:07am CDT  
 Forecast: Moderate Temperatures and Overcast


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

Ponys Guide to Cool Palette stuff May 10, 2020 12:28 PM

Ponys Imagination
 
Posts: 9563
#667634
Give Award
Welcome all!
Today I'll be teaching you some cool palette tips,
including
- Borders
- Gradients
- Repeated Backgrounds
And more!
Stay tuned!
Ponys Guide to Cool Palette stuff May 10, 2020 12:28 PM

Ponys Imagination
 
Posts: 9563
#667635
Give Award
- All About Borders -
There is a lot more to borders than what meets the eye.
You can do borders from all directions, or all around.
--
There are also different types of borders!
The variations include:
- solid
- dashed
- dotted
- double
- ridge
- groove
- inset
- outset
- hidden
--
The code can be used in the following sides/directions on the bordered box
- left
- right
- top
- bottom
- all
--
There's also a border radius. The thinner the radius, the sharper, more rectangular the box will look.
--
I recommend using 35px or 10px
--
But using 1px is cool too, since it gives you a solid rectangle!
--
The coding
The coding set will look like this:
--
For the entire box to be bordered, you can do all directions, or just this:
border: 10px solid #afeeee;
--
You can switch the hex code, pixels, and the border type.
--
For directions, the code will look like this:
border-left: 3px ridge #000000;
--
You can change the direction by changing the word left.
--
You'll need a border radius as well.
This won't be lined up with the rest of the code, but instead off to the side.
--
It looks like:
--
border-radius: 1px;
--
You can mess around with the border types, px, radius, and directions until you get what you desire.

Edited at May 14, 2020 07:08 AM by Pony Paradise
Ponys Guide to Cool Palette stuff May 10, 2020 12:29 PM

Ponys Imagination
 
Posts: 9563
#667636
Give Award
- All about repeated backgrounds -
This one is going to be rather small, which is why I did more than it.
So! To make a repeated background, you'll have to use this code:
--
background-repeat:repeat-y;
--
That will make it vertically repeated.
To make it horizontally repeated, you'd simply change the y to an x.

Edited at May 14, 2020 06:53 AM by Pony Paradise
Ponys Guide to Cool Palette stuff May 10, 2020 12:29 PM

Ponys Imagination
 
Posts: 9563
#667637
Give Award
- All about gradients -
Gradients are very fun to play around with!
And they aren't hard to learn either.
.
.
- For this guide, I'll be using a website. {Click} -
--
When it comes to gradients, you should know the two basic types.
--
Linear (straight up and down, angle can be changed)
--
Radial (circle, angle can be changed within limits)
--
For palettes, I find it slightly easier to use Linear and mess with angles. But that's just me, I'm not saying you have to do that.
--
I wouldn't suggest overloading the gradient with colors; I usually do a light color and then a darker version of it.
Like this:

--
This is an example of a Linear Gradient too.
--
The website I used (linked below)
has a color 'adjuster'
This color adjuster thing lets you choose where you want the color on the gradient to be:
--
This is useful when using more than two colors.
--
There's also the matter of opacity, hex codes, and rgb codes.
The website lets you choose from the basic sliding color options, and also how light/dark the color is.
It shows you opacity, hex codes, and rgb, just in case.
--
You can mess around with these things to find the perfect color combo for your palette!
--
Lastly, what the code looks like. You want to press 'Copy to Clipboard' if you use the site I'm using. If you don't copy the whole thing, it won't work. I learned that the hard way.
--
And that's all about gradients!

Edited at May 17, 2020 06:29 AM by Pony Paradise
Ponys Guide to Cool Palette stuff May 10, 2020 12:40 PM

Ponys Imagination
 
Posts: 9563
#667655
Give Award
- Text Shadows -
--
So for this one, I'll be using another website (Thank you Sunset for showing it to me) {Click}
and I'll actually be using it to show you most of the little tricks.
--
This trick can be used for the page name text.

--
The first part of the code, (Right) changes the direction of where the shadow is horizontally.
--
The second part (Down) changes the direction vertically. You can mess around with this until you find the right angle.
--
Then there's Blur. Blur adjusts the blur of it, like it says. You can mess around with that to experiment with the sharpness.
--
Opacity changes the, well, Opacity. I suggest leaving it at 100.
--
The color can always be changed once you've copied the code into the HEE format.
--
You can choose from various types of text formats too.
--
The box at the end is the code. Copy the whole thing and put it beneath the existing code where you want it.

Edited at May 17, 2020 06:30 AM by Pony Paradise
Ponys Guide to Cool Palette stuff May 10, 2020 12:41 PM

Ponys Imagination
 
Posts: 9563
#667657
Give Award
- Transparency -
--
So! You want a transparent palette?
--
I can (probably) help with that.
--
There are two kinds of opacity codes.
--
1)
--
opacity: 0.9;
--
I don't recommend using that one.
--
2)
--
background: rgba(76, 175, 80, 0.3)
--
This one is more organized.
--
You'll add that code to line up with the existing code of whatever you want to be transparent
--
For the second code, the result will look green. Mess around with the numbers (not the decimal) to get the color you desire
--
LINE IT UP BENEATH ANY CODE YOU ADD
--
This should be at the bottom of your added/altered code, or it will not work.

Edited at May 17, 2020 06:23 AM by Pony Paradise
Ponys Guide to Cool Palette stuff May 17, 2020 06:27 AM

Ponys Imagination
 
Posts: 9563
#677422
Give Award
- Fonts -
--
All the fonts available for a palette!
--
There are two different assets of the font.
--
Family and Font name.
--
Each family has different fonts within them.
--
Sans-serif family fonts
--
- Arial
- Trebuchet
- Helvetica
- Verdana
- Gill Sans
- Noto Sans
- Avant-garde
- Optima
- Arial Narrow
--
Serif Family Fonts
--
WIP

Edited at May 18, 2020 08:53 AM by Pony Paradise
Ponys Guide to Cool Palette stuff May 29, 2020 02:22 AM

Davenport
 
Posts: 298
#692994
Give Award
Pony!!! A lifesaver, you are! 🤩
Ponys Guide to Cool Palette stuff June 2, 2020 08:47 AM

Ponys Imagination
 
Posts: 9563
#698333
Give Award
- Removing Borders -
--
I've been asked how I do it a lot of times xD
--
There are two different codes for it.
The first one removes simply the border. You can use it for chatboxes
--
border: 0!important
--
The other one is for bigger codes, like the chatbox area and the site page.
--
box-shadow: none !important;
border: 0 !important;
border-radius: 1px !important;
--
And there you have it!
Ponys Guide to Cool Palette stuff June 2, 2020 08:50 AM

Shivering Sea
 
Posts: 661
#698337
Give Award
Hehehe yay thank you! <3

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 (1)  |   Game Rules   |  Reset Palette