Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 192   Season: Winter   
$: 0
Forecast: Overcast and Calm
Forecast:
Fri 09:47pm  
Stables Online:  98 
Chatbox
Glacier Bay Cove
09:43:59 Arctic Katz
And Ruby Snowflower for the other one
MakeEm Fancy
09:43:56 Ally 💜
I think my dog just doesnt want to have a collar on at this point
Glacier Bay Cove
09:42:49 Arctic Katz
Midnight Starflash for the black one, Rose
Angels angels
09:41:56 [1k+ brindles] Angel
Em
Spd wouldn't hurt but not absolutely necessary
Namerik Stables
09:28:57 Rose
Anyone have name ideas for these two?
-HEE Click-
-HEE Click-
Insignia Elites
09:27:15 Em
I think I will do the baxter! -HEE Click-

Do you think an item would be beneficial?
MakeEm Fancy
09:26:18 Ally 💜
Its been a minute since I have looked at the ABLB recently
Angels angels
09:25:35 [1k+ brindles] Angel
Yeah his is 175k
MakeEm Fancy
09:24:24 Ally 💜
My first thought would be webweaver.
Im not sure how much his stud fee is though. I think its a bit out of range.
Angels angels
09:21:52 [1k+ brindles] Angel
Or Vesuvius would work
Wraithcry Farm
09:21:27 Trigger 🐾
He is a sweet boy. One blue eye, one brown eye.
Insignia Elites
09:19:59 Em
Ok! Ill look at him thanks!
Insignia Elites
09:18:39 Em
Im also willing to get items to help the match of course
Angels angels
09:18:39 [1k+ brindles] Angel
Baxter would match her well
Insignia Elites
09:18:07 Em
Its a SH mare so anything that isn't RID or ISH. Budget I would say is less than 120,000
Imperial Warmbloods
09:17:58 Imp/Impie/Impy
Wow- xd
-HEE Click-
MakeEm Fancy
09:17:24 Ally 💜
Breed? Price range??
Insignia Elites
09:14:45 Em
Anyone know of a strong Mv stud for my mare? xD Im having trouble finding one.
Glacier Bay Cove
09:14:15 Arctic Katz
My great nephew is spending the night, and I think he has cat zoomies, he has so much energy
MakeEm Fancy
09:11:04 Ally 💜
Im fixing to lay down. I finally got the kids to sleep

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 Chat
Quests
Horse Eden Eventing Game
Chatbox
Glacier Bay Cove
09:43:59 Arctic Katz
And Ruby Snowflower for the other one
MakeEm Fancy
09:43:56 Ally 💜
I think my dog just doesnt want to have a collar on at this point
Glacier Bay Cove
09:42:49 Arctic Katz
Midnight Starflash for the black one, Rose
Angels angels
09:41:56 [1k+ brindles] Angel
Em
Spd wouldn't hurt but not absolutely necessary
Namerik Stables
09:28:57 Rose
Anyone have name ideas for these two?
-HEE Click-
-HEE Click-
Insignia Elites
09:27:15 Em
I think I will do the baxter! -HEE Click-

Do you think an item would be beneficial?
MakeEm Fancy
09:26:18 Ally 💜
Its been a minute since I have looked at the ABLB recently
Angels angels
09:25:35 [1k+ brindles] Angel
Yeah his is 175k
MakeEm Fancy
09:24:24 Ally 💜
My first thought would be webweaver.
Im not sure how much his stud fee is though. I think its a bit out of range.
Angels angels
09:21:52 [1k+ brindles] Angel
Or Vesuvius would work
Wraithcry Farm
09:21:27 Trigger 🐾
He is a sweet boy. One blue eye, one brown eye.
Insignia Elites
09:19:59 Em
Ok! Ill look at him thanks!
Insignia Elites
09:18:39 Em
Im also willing to get items to help the match of course
Angels angels
09:18:39 [1k+ brindles] Angel
Baxter would match her well
Insignia Elites
09:18:07 Em
Its a SH mare so anything that isn't RID or ISH. Budget I would say is less than 120,000
Imperial Warmbloods
09:17:58 Imp/Impie/Impy
Wow- xd
-HEE Click-
MakeEm Fancy
09:17:24 Ally 💜
Breed? Price range??
Insignia Elites
09:14:45 Em
Anyone know of a strong Mv stud for my mare? xD Im having trouble finding one.
Glacier Bay Cove
09:14:15 Arctic Katz
My great nephew is spending the night, and I think he has cat zoomies, he has so much energy
MakeEm Fancy
09:11:04 Ally 💜
Im fixing to lay down. I finally got the kids to sleep

You must be a registered member for more
than 1 day before you can use our chatbox.






Refresh


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: 9598
#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: 9598
#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: 9598
#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: 9598
#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: 9598
#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: 9598
#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: 9598
#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 Stables
 
Posts: 304
#692994
Give Award
Pony!!! A lifesaver, you are! 🤩
Ponys Guide to Cool Palette stuff June 2, 2020 08:47 AM


Ponys Imagination
 
Posts: 9598
#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: 759
#698337
Give Award
Hehehe yay thank you! <3

Forums > Member Help > Guides
   1    2 

Refresh