Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 201   Season: Fall   
$: 0
Forecast: Chilly and Clear with Dropping Temps
Forecast:
Fri 04:01am  
Stables Online:  51 
Chatbox
Minerva
03:54:35 Min
🤣🤣 You'll get em next time
White Stag Grange
03:54:09 
Ehh the bravery is average, but yk it can be worse 😅
Minerva
03:53:06 Min
Fingers crossed for you Stag!! (The second part of my message was for Summer lol, don't worry)
Minerva
03:52:22 Min
Because it's fun. We're all assigned randomised teams and the team with the most captures by noon today will get 10 rerolls per person
SUMMER OF PEARLS
03:51:44 
oh its the news post that threw me off--lol
White Stag Grange
03:51:37 
Min,
Yeahh i will for sure check her bravery, and i am fully aware of the capture boost that's why i decided to see my luck :)
Ashcroft Park Stud
03:51:32 Ash
Because it’s fun!
SUMMER OF PEARLS
03:50:49 
how is it a party?
Minerva
03:50:33 Min
Yay congratulations Stag!! Don't forget to brave test 😁😁

Summer- captures are half price and theres a slight boost to ratings. The post on the news page explains it well, but feel free to ask if you have a specific question
White Stag Grange
03:49:59 
thank uu!! ^^
Ashcroft Park Stud
03:49:44 Ash
Yesssss congrats Stag!
White Stag Grange
03:49:15 
wow first WWW capture -HEE Click-
SUMMER OF PEARLS
03:48:52 
mail me with details? please
SUMMER OF PEARLS
03:48:35 
Q.how does 'capture party' work exactly?
Ashcroft Park Stud
03:46:49 Ash
*accountant
Ashcroft Park Stud
03:46:42 Ash
Exactly 😂 clearly it’s a good thing I don’t have an account in real life, either
Minerva
03:46:05 Min
Joy is worth more than money after all
Ashcroft Park Stud
03:39:28 Ash
Well, it’s not like we can invest in anything with money in the bank or get interest on our un-spent funds. I’d argue that having lots of assets (horses) should be taken into account by the accountant lol
Gaelic Gladiacres
03:38:58 Gladius
g'night issy!
Minerva
03:38:53 Min
Night Issy!

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
Minerva
03:54:35 Min
🤣🤣 You'll get em next time
White Stag Grange
03:54:09 
Ehh the bravery is average, but yk it can be worse 😅
Minerva
03:53:06 Min
Fingers crossed for you Stag!! (The second part of my message was for Summer lol, don't worry)
Minerva
03:52:22 Min
Because it's fun. We're all assigned randomised teams and the team with the most captures by noon today will get 10 rerolls per person
SUMMER OF PEARLS
03:51:44 
oh its the news post that threw me off--lol
White Stag Grange
03:51:37 
Min,
Yeahh i will for sure check her bravery, and i am fully aware of the capture boost that's why i decided to see my luck :)
Ashcroft Park Stud
03:51:32 Ash
Because it’s fun!
SUMMER OF PEARLS
03:50:49 
how is it a party?
Minerva
03:50:33 Min
Yay congratulations Stag!! Don't forget to brave test 😁😁

Summer- captures are half price and theres a slight boost to ratings. The post on the news page explains it well, but feel free to ask if you have a specific question
White Stag Grange
03:49:59 
thank uu!! ^^
Ashcroft Park Stud
03:49:44 Ash
Yesssss congrats Stag!
White Stag Grange
03:49:15 
wow first WWW capture -HEE Click-
SUMMER OF PEARLS
03:48:52 
mail me with details? please
SUMMER OF PEARLS
03:48:35 
Q.how does 'capture party' work exactly?
Ashcroft Park Stud
03:46:49 Ash
*accountant
Ashcroft Park Stud
03:46:42 Ash
Exactly 😂 clearly it’s a good thing I don’t have an account in real life, either
Minerva
03:46:05 Min
Joy is worth more than money after all
Ashcroft Park Stud
03:39:28 Ash
Well, it’s not like we can invest in anything with money in the bank or get interest on our un-spent funds. I’d argue that having lots of assets (horses) should be taken into account by the accountant lol
Gaelic Gladiacres
03:38:58 Gladius
g'night issy!
Minerva
03:38:53 Min
Night Issy!

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   ..    22    23    24 

Palette Guide September 14, 2024 03:17 PM


SCF Sporting Chance
 
Posts: 1036
#1242249
Give Award
Was wondering if there was a way to alter the colors or the size (of the bars) of the training bars? They are very dark and hard for me to see (to count) even when I enlarge the screen.
Palette Guide September 14, 2024 06:15 PM


Kiwi Mountains
 
Posts: 3444
#1242275
Give Award

SCF Sporting Chance said:
Was wondering if there was a way to alter the colors or the size (of the bars) of the training bars? They are very dark and hard for me to see (to count) even when I enlarge the screen.


Wondering the same thing. I've tried but either change the training bars, quest images, and show images. Or change everything BUT the training bars.
I haven't tried since the new updates though, so maybe if I get a minute I'll give it a go again.

Edited at September 14, 2024 06:25 PM by Kiwi Mountains
Palette Guide September 19, 2024 12:13 AM


The Unknown
 
Posts: 1000
#1243057
Give Award

SCF Sporting Chance said:
Was wondering if there was a way to alter the colors or the size (of the bars) of the training bars? They are very dark and hard for me to see (to count) even when I enlarge the screen.


You can change the colours or apply other filters, such as brightness, like this:

table.tertiary.genericbox.tableshadow tbody tr td table tbody tr td img {
filter: brightness(1.5);
}

You can replace that brightness filter with something like hue-rotate instead to change the colours, or you can use both at once to change the colours and the brightness. Here's an example piece of code:

table.tertiary.genericbox.tableshadow tbody tr td table tbody tr td img {
filter: hue-rotate(200deg) brightness(1.5);
}

This example will change all of the bars to different shades of blue and will make them brighter by 50% (1.5 times the original value). It looks like this in use:

image.png

I haven't done very much browsing with this yet but it doesn't seem to affect any other site images.

Palette Guide November 19, 2024 09:52 PM


Grimmoire Gardens
 
Posts: 149
#1257698
Give Award
If at all possible, some advice on fonts would be greatly appreciated if you have the time to dm me! Trying to make these fonts work is kicking my rear 😫
Palette Guide November 20, 2024 05:07 PM


Dark Dream Appaloosa
 
Posts: 796
#1258042
Give Award
I'm having this same issue >.<

Renegades said:
This guide is amazing but could anyone help me with the background image? I've been all through the default code but cannot find the "Set the website background" section - it just seems to be missing!?
Edit: The game header image section has also dissapeared! I have reloaded a new default code but it is not there :/


Palette Guide November 21, 2024 11:17 PM


The Unknown
 
Posts: 1000
#1258631
Give Award
Dark Dream Appaloosa said:
I'm having this same issue >.<

Renegades said:
This guide is amazing but could anyone help me with the background image? I've been all through the default code but cannot find the "Set the website background" section - it just seems to be missing!?
Edit: The game header image section has also dissapeared! I have reloaded a new default code but it is not there :/


If you see something that I have listed in my default code screenshots (they're a little outdated now), you can just manually type them in and they will do the same thing. I also have a section about using inspect element, which I highly recommend you read as it teaches you how to find code pieces for things not in the default layouts by yourself.

.body is the background image, and div.gameheader div[style]:first-child is for the website header image.

I'll be adding to my FAQ section within the next couple days to help with some of these questions.

Palette Guide November 22, 2024 08:18 PM


Bug in a Rug
 
Posts: 168
#1258864
Give Award
I'm trying to blur my background image a little, but succeeded only in blurring everything >.<
here's what I'm using, and it did absolutely nothing ._.
body {
background-image: url(https://i.postimg.cc/y6T8b9dY/Uncredited-Background-Bop.png);
background-attachment: fixed;
position: relative;
z-index: 0;
}
body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: inherit;
background-size: cover;
background-attachment: fixed;
filter: blur(10px);
z-index: -1;
}
In theory, it should work, but even my AI assistant(which taught me how to do overlapping headers specifically for HEE palettes) doesn't know what to do xD
-
then I tried this, because when all else fails, do whatever, and it still hasn't worked:
-
.background-blur {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://i.postimg.cc/y6T8b9dY/Uncredited-Background-Bop.png);
background-size: cover;
background-attachment: fixed;
filter: blur(10px);
z-index: -1; /* Ensure it stays behind other content */
}
body {
position: relative;
z-index: 1;
}
-
I'm at a loss here x3

Edited at November 22, 2024 08:19 PM by Bug in a Rug
Palette Guide January 10, 2025 01:47 PM


Vancouver
 
Posts: 945
#1280431
Give Award
Hey! Was wondering if somebody knew the code to change the background color under the background (if you know what I mean), often this is also the color of the site-top bar with the website url etc. Please help? I know it is possible as I have some palettes who have it but I just can't figure it out. Thanks!
Palette Guide September 21, 2025 02:19 PM


KPH Equestrian
 
Posts: 4415
#1356550
Give Award
Heya! I managed to fix this palette that broke after the mobile friendly update, except two little things-
the friends online background:
image
and this little white bar above and below the navbar dropdowns Dx
image
it seems like it'd be so simple, but I cannot for the life of me figure it out, and everything I've tried breaks something or other :') any advice is appreciated<3<3

Forums > Member Help > Guides
   1   ..    22    23    24 

Refresh