Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 192   Season: Winter   
$: 0
Forecast: Overcast and Calm
Forecast:
Sun 03:11pm  
Stables Online:  114   Go Raid
Chatbox
Blue Diamond
03:10:38 Bluey
Thank you, guys!
Rusty Medows
03:10:18 Rusty
I’ll do it
Blue Diamond
03:08:16 Bluey
stable raid, anyone? Need for a quest!
Blue Diamond
03:05:51 Bluey
Aw, you're so prettyyy
-HEE Click-
Blue Diamond
03:00:14 Bluey
Lynx
She's actually gorgeous!
Sunni
02:44:59 Sunni bunny
Now I am full and tired xc
I wanna take a nap so bad.
Crestwood Eq.
02:44:25 Ivy / poison ivy
still pretty
Lynx Glory
02:43:10 ⛈ whisper/lynx
a move i will always regret
Lynx Glory
02:43:00 ⛈ whisper/lynx
i'm still mourning the loss of this girl's gorgeous looks BEFORE i rerolled her.. -HEE Click-
Crestwood Eq.
02:42:56 Ivy / poison ivy
well he's not my crush. he likes me back. but we arent dating yet... wait. so that makes us.....what?
Crestwood Eq.
02:42:22 Ivy / poison ivy
chrush's*
Crestwood Eq.
02:42:13 Ivy / poison ivy
Ria

my crushe's pool
Wisteria Run Farm
02:40:52 Solar/Ria
hi Ivy!

what a gorgeous pool lol
Crestwood Eq.
02:40:28 Ivy / poison ivy
hi ria
Wisteria Run Farm
02:40:11 Solar/Ria
ooo, champagne with world class bravery :D
-HEE Click-
Crestwood Eq.
02:40:08 Ivy / poison ivy
lynx

ahhhh *faints because of infauation*
Lynx Glory
02:39:01 ⛈ whisper/lynx
ivy
yep i can tell.. xD
Crestwood Eq.
02:38:07 Ivy / poison ivy
i mean it has an ELEVATOR
Crestwood Eq.
02:37:46 Ivy / poison ivy
😤
Crestwood Eq.
02:37:25 Ivy / poison ivy
lynx

i can't help it *hmph* i'm rather obsessed

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
Blue Diamond
03:10:38 Bluey
Thank you, guys!
Rusty Medows
03:10:18 Rusty
I’ll do it
Blue Diamond
03:08:16 Bluey
stable raid, anyone? Need for a quest!
Blue Diamond
03:05:51 Bluey
Aw, you're so prettyyy
-HEE Click-
Blue Diamond
03:00:14 Bluey
Lynx
She's actually gorgeous!
Sunni
02:44:59 Sunni bunny
Now I am full and tired xc
I wanna take a nap so bad.
Crestwood Eq.
02:44:25 Ivy / poison ivy
still pretty
Lynx Glory
02:43:10 ⛈ whisper/lynx
a move i will always regret
Lynx Glory
02:43:00 ⛈ whisper/lynx
i'm still mourning the loss of this girl's gorgeous looks BEFORE i rerolled her.. -HEE Click-
Crestwood Eq.
02:42:56 Ivy / poison ivy
well he's not my crush. he likes me back. but we arent dating yet... wait. so that makes us.....what?
Crestwood Eq.
02:42:22 Ivy / poison ivy
chrush's*
Crestwood Eq.
02:42:13 Ivy / poison ivy
Ria

my crushe's pool
Wisteria Run Farm
02:40:52 Solar/Ria
hi Ivy!

what a gorgeous pool lol
Crestwood Eq.
02:40:28 Ivy / poison ivy
hi ria
Wisteria Run Farm
02:40:11 Solar/Ria
ooo, champagne with world class bravery :D
-HEE Click-
Crestwood Eq.
02:40:08 Ivy / poison ivy
lynx

ahhhh *faints because of infauation*
Lynx Glory
02:39:01 ⛈ whisper/lynx
ivy
yep i can tell.. xD
Crestwood Eq.
02:38:07 Ivy / poison ivy
i mean it has an ELEVATOR
Crestwood Eq.
02:37:46 Ivy / poison ivy
😤
Crestwood Eq.
02:37:25 Ivy / poison ivy
lynx

i can't help it *hmph* i'm rather obsessed

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