Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 196   Season: Winter   
$: 0
Forecast: Sunny
Forecast:
Sun 03:01am  
Stables Online:  49 
Chatbox
Birch Creek
02:04:56 
I can't wait for RO to be here - it's my first and I probably won't get anything wonderful out of my matches but it's still so fun!
Ghostly Model Horses
01:17:01 Skyrim
Oof, after RO I need to get another barn. These quest horses made me run out of room so now my barns are not organized.
Journey Acres
01:15:40 Journie
Thank you!!
Judgement Hall
01:10:27 Night
Journie, that looks stellar!
Judgement Hall
01:10:09 Night
Fillies are very popular with me lately. I breed my horses and they keep giving me fillies
Journey Acres
12:59:46 Journie
Thank you!
I found a pretty nice brush for hairstyling - pretty proud of it :D
Calela Eventing
12:58:47 Cali
Holy that’s stunning!
Journey Acres
12:56:40 Journie
-Click-
Thoughts?
4ish hours put into it o.0
Judgement Hall
12:54:00 Night
TB barn also needs an upgrade but I can deal with that another time
Rising Irish
12:53:02 RFS Thoroughbreds
yikes I gotta work on this account
Judgement Hall
12:52:46 Night
It was a frustrating process but I merged the barns, moved them around a bit, and moved horses. I have more ISH than I can fit in one stable but that'll be a problem I can fix later. Gonna save up again before I do more spending
Dandelion Farms
12:45:11 Sky/Dandy
Dulcie
It should work now :)
RFS Thoroughbreds
12:43:50 Fern/fref/ferf/nerf
oh yeah got 296k in savings lets go
Fairy Godmother
12:40:04 Dulcie/Fairy
I actually realized right after I posted that I said that complete backwards
I was subscribed to OP (I think) & i found the subscribe button
(I had to unsubscribe to see the subscribe options)
Fairy Godmother
12:37:56 Dulcie/Fairy
@Night
Thanks
@Sky
I was subscribed & was getting nothing, I found subscribed to OP & clicked that
Fingers crossed!
Dandelion Farms
12:35:18 Sky/Dandy
Dulcie
I'm pretty sure Subscribe to OP means you only get notifications if the stable that made the forum posts, but just subscribe notifies you about every post
Judgement Hall
12:34:41 Night
Fairy, jump to Barns and look at the bottom. It should say "Configure: Barns". Click on it and you'll be taken to a page that allows you to rename your barns
Fairy Godmother
12:34:34 Dulcie/Fairy
If someone wants to help me decide on $$ spending please PM
Fairy Godmother
12:33:34 Dulcie/Fairy
@Night
If you figure it out lemme know
Judgement Hall
12:33:13 Night
I found how to change the names right after I sent that pfft

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

Embark on a Quest.

Horse Eden Eventing Game
Chatbox
Birch Creek
02:04:56 
I can't wait for RO to be here - it's my first and I probably won't get anything wonderful out of my matches but it's still so fun!
Ghostly Model Horses
01:17:01 Skyrim
Oof, after RO I need to get another barn. These quest horses made me run out of room so now my barns are not organized.
Journey Acres
01:15:40 Journie
Thank you!!
Judgement Hall
01:10:27 Night
Journie, that looks stellar!
Judgement Hall
01:10:09 Night
Fillies are very popular with me lately. I breed my horses and they keep giving me fillies
Journey Acres
12:59:46 Journie
Thank you!
I found a pretty nice brush for hairstyling - pretty proud of it :D
Calela Eventing
12:58:47 Cali
Holy that’s stunning!
Journey Acres
12:56:40 Journie
-Click-
Thoughts?
4ish hours put into it o.0
Judgement Hall
12:54:00 Night
TB barn also needs an upgrade but I can deal with that another time
Rising Irish
12:53:02 RFS Thoroughbreds
yikes I gotta work on this account
Judgement Hall
12:52:46 Night
It was a frustrating process but I merged the barns, moved them around a bit, and moved horses. I have more ISH than I can fit in one stable but that'll be a problem I can fix later. Gonna save up again before I do more spending
Dandelion Farms
12:45:11 Sky/Dandy
Dulcie
It should work now :)
RFS Thoroughbreds
12:43:50 Fern/fref/ferf/nerf
oh yeah got 296k in savings lets go
Fairy Godmother
12:40:04 Dulcie/Fairy
I actually realized right after I posted that I said that complete backwards
I was subscribed to OP (I think) & i found the subscribe button
(I had to unsubscribe to see the subscribe options)
Fairy Godmother
12:37:56 Dulcie/Fairy
@Night
Thanks
@Sky
I was subscribed & was getting nothing, I found subscribed to OP & clicked that
Fingers crossed!
Dandelion Farms
12:35:18 Sky/Dandy
Dulcie
I'm pretty sure Subscribe to OP means you only get notifications if the stable that made the forum posts, but just subscribe notifies you about every post
Judgement Hall
12:34:41 Night
Fairy, jump to Barns and look at the bottom. It should say "Configure: Barns". Click on it and you'll be taken to a page that allows you to rename your barns
Fairy Godmother
12:34:34 Dulcie/Fairy
If someone wants to help me decide on $$ spending please PM
Fairy Godmother
12:33:34 Dulcie/Fairy
@Night
If you figure it out lemme know
Judgement Hall
12:33:13 Night
I found how to change the names right after I sent that pfft

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    3    4    5    6   ..   24 

Palette Guide May 31, 2020 07:40 PM


The Unknown
 
Posts: 998
#696091
Give Award

Rushing River Stable said:
The Unknown said:

Sticky Backgrounds

See my palette for what this looks like. It makes the background follow you as you scroll.

background-attachment: fixed;

That's your code. Paste it into the section the page background goes.

Fancy Navigation Bar Witchery

Do you want a fancy navigation bar? The code I'll give you results in this:

But you can experiment with other stuff.

You're going to want to paste the following under this section of the navbar code:

border: double;

border-width: 5px;

border-radius: 5px;

text-shadow: 2px 2px 5px black;

box-shadow: 2px 2px 5px black;

Copy/paste all that under the given section. Now, we have to do the gradient.

To do the gradient, all we do is paste the following under this section:

Paste the following in there:

background-image: linear-gradient(white, gray);

This was confusing for me. Do you mean the 'website background' section? It reset the background image to default. When I put it in 'page background' it did nothing.
And the gradient part either did a color not going with my palette or reset to default. How do I add a color from my palette?


Just replace the hex codes like it shows in the beginning of the guide. Black is 000000, white is ffffff.
Yes, the website background secion at the very bottom area.
Don't foret to include the end tags. It should look like this:
Palette Guide June 1, 2020 07:14 AM


Cherry River Elites
 
Posts: 1000
#696727
Give Award
Thank you! And, sorry to be asking so many questions, but how do you make the page background transparent, like yours?
Palette Guide June 1, 2020 10:24 AM


The Unknown
 
Posts: 998
#697088
Give Award
Yes!
It's fine, it helps you learn :)
The code I have is this:
background-color:rgba(176,176,176,0.7);
You just replace the nromal colour code with this. The resulting code:
Palette Guide June 1, 2020 04:19 PM


Cherry River Elites
 
Posts: 1000
#697603
Give Award
How do I divide the chatboxes? Like, seperate them?
As in, the boxes in chat, of people chatting- Oh, these. I can't explain :')
Screenshot-2020-06-01-at-5-18-27-PM.png
Like, how do we seperate them? I've seen it on some palettes.
Palette Guide June 1, 2020 04:28 PM


The Unknown
 
Posts: 998
#697623
Give Award

Rushing River Stable said:
How do I divide the chatboxes? Like, seperate them?
As in, the boxes in chat, of people chatting- Oh, these. I can't explain :')
Screenshot-2020-06-01-at-5-18-27-PM.png
Like, how do we seperate them? I've seen it on some palettes.


Paste
margin-bottom: 5px;
Into the chatbox sections. Increase the number to increase the seperation :)
Palette Guide June 1, 2020 04:35 PM


Cherry River Elites
 
Posts: 1000
#697637
Give Award
Cool, thanks!
Palette Guide June 1, 2020 04:36 PM


The Unknown
 
Posts: 998
#697638
Give Award

Rushing River Stable said:
Cool, thanks!


Anytime!
Palette Guide June 3, 2020 01:12 PM

Rocky Creek Ranch
 
Posts: 1656
#700455
Give Award
Hi, I have not been able to change the background or page header to an image, either it just stays as the default image or is white. Does the image have to be a certain width and height? Thanks
Palette Guide June 3, 2020 03:06 PM


The Unknown
 
Posts: 998
#700618
Give Award

Dancing Devils said:
Hi, I have not been able to change the background or page header to an image, either it just stays as the default image or is white. Does the image have to be a certain width and height? Thanks


The background image automatically resizes, but the header is 858 x 150 :)
Make sure to use a direct image link as well.
Palette Guide June 3, 2020 03:08 PM

Rocky Creek Ranch
 
Posts: 1656
#700620
Give Award

The Unknown said:

Dancing Devils said:
Hi, I have not been able to change the background or page header to an image, either it just stays as the default image or is white. Does the image have to be a certain width and height? Thanks


The background image automatically resizes, but the header is 858 x 150 :)
Make sure to use a direct image link as well.


Okay, thanks!

Forums > Member Help > Guides
   1    2    3    4    5    6   ..   24 

Refresh