Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 192   Season: Fall   
$: 0
Forecast: Afternoon Showers, Sleet Possible
Forecast:
Wed 04:24pm  
Stables Online:  119 
Chatbox
Angels angels
04:12:33 [1k+ brindles] Angel
I know DX lol
Minerva
04:11:09 Min
Rules state dinner must wait then Angel- it's illegal to move a sleeping cat for any reason
Rainbow
04:10:53 Rainy/Prism/Chrome
Angel
Guess you're getting takeout tonight lol
Angels angels
04:06:03 [1k+ brindles] Angel
I need to get up and make dinner but there is a cat sleeping on me..
Mythological
04:01:22 Crowley
Min
I'll PM you.
Minerva
03:58:49 Min
Oh no Myth, what's happened?
Angels angels
03:58:19 [1k+ brindles] Angel
Heonk
You must have added them with the wrong discipline selected
Mythological
03:57:39 Crowley
Because that's what the BM is set to?
Mythological
03:56:52 Crowley
Min
Not good.
Tharapita Acres
03:52:15 Heonk
why is my BM showing my SD XC horses in D
Minerva
03:48:57 Min
-HEE Click-

Ooh looks like I can yeet quite a few of my E brave studs for next year 0-0
Ravenwood Farm
03:43:23 
Angel that's very true, perhaps I should try to ask for a late straw lol
Barbury Estates
03:42:55 Amelia
-HEE Click-
poll, please vote!
Angels angels
03:40:38 [1k+ brindles] Angel
She made her highest rated foal with him so I would try it again lol
Ravenwood Farm
03:39:35 
I already used him for two embryos this year with other mares, it doesn't feel fair to do more. Although now it's late in the month so maybe everyone had their chance
Minerva
03:39:14 Min
Myth! How are you?
Angels angels
03:37:27 [1k+ brindles] Angel
Ravenwood
You should try Rainer again
Angels angels
03:36:16 [1k+ brindles] Angel
Wait no 6
Angels angels
03:36:05 [1k+ brindles] Angel
I need like 5 more straws for RO
Ravenwood Farm
03:35:54 
-HEE Click-
Or this again, potentially?

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
Angels angels
04:12:33 [1k+ brindles] Angel
I know DX lol
Minerva
04:11:09 Min
Rules state dinner must wait then Angel- it's illegal to move a sleeping cat for any reason
Rainbow
04:10:53 Rainy/Prism/Chrome
Angel
Guess you're getting takeout tonight lol
Angels angels
04:06:03 [1k+ brindles] Angel
I need to get up and make dinner but there is a cat sleeping on me..
Mythological
04:01:22 Crowley
Min
I'll PM you.
Minerva
03:58:49 Min
Oh no Myth, what's happened?
Angels angels
03:58:19 [1k+ brindles] Angel
Heonk
You must have added them with the wrong discipline selected
Mythological
03:57:39 Crowley
Because that's what the BM is set to?
Mythological
03:56:52 Crowley
Min
Not good.
Tharapita Acres
03:52:15 Heonk
why is my BM showing my SD XC horses in D
Minerva
03:48:57 Min
-HEE Click-

Ooh looks like I can yeet quite a few of my E brave studs for next year 0-0
Ravenwood Farm
03:43:23 
Angel that's very true, perhaps I should try to ask for a late straw lol
Barbury Estates
03:42:55 Amelia
-HEE Click-
poll, please vote!
Angels angels
03:40:38 [1k+ brindles] Angel
She made her highest rated foal with him so I would try it again lol
Ravenwood Farm
03:39:35 
I already used him for two embryos this year with other mares, it doesn't feel fair to do more. Although now it's late in the month so maybe everyone had their chance
Minerva
03:39:14 Min
Myth! How are you?
Angels angels
03:37:27 [1k+ brindles] Angel
Ravenwood
You should try Rainer again
Angels angels
03:36:16 [1k+ brindles] Angel
Wait no 6
Angels angels
03:36:05 [1k+ brindles] Angel
I need like 5 more straws for RO
Ravenwood Farm
03:35:54 
-HEE Click-
Or this again, potentially?

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