Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 200   Season: Fall   
$: 0
Forecast: Sunny Day with a Full Moon tonight
Forecast:
Wed 06:24am  
Stables Online:  79 
Chatbox
Rubygem-Chenya
06:22:23 Ruby/Cheshire
-HEE Click-
Really?
Rainview
05:42:55 Irish Capp
Lmfaoooo what a stinker -HEE Click-
Red Hill Hollow
05:16:28 Red, Hollow
Ok thank you :)
All Breeds
05:15:39 Fawn
If they haven't been on then wait until they are. If they don't get on within 5-7 days then resell the piece however make sure to send a PM prior to doing so.
BlackRose
05:15:20 Stella
How do I move barns around in the configuration of barns on a tablet
Red Hill Hollow
05:13:16 Red, Hollow
Fawn, what if they haven’t been online?
I also understand not everyone logs on everyday but I have in my terms and conditions and I was needing the ebs. I did also put hours of my time in. Maybe I’ll just give it another day or so
Arvalon Studs
05:02:20 Tosk's KNN
life becomes busy, not everyone logs in every day. When i am on a 9 day worktrip i hardly log in ;P
All Breeds
05:01:43 Fawn
If they've been online and unresponsive and it's been 48 hours then you're good to resell.
Arvalon Studs
05:00:15 Tosk's KNN
Might want to keep that embryo until RO though, Val
Alpine Acres
04:57:56 Lily
Yeah you did give them a heads up and it's one of your requirements so I think you're good to resell!
Vahana Hollow
04:56:27 Val
If you would be willing to do that, I would much appreciate it, Tosk, ahahahaha. They are quite temperamental xD
Red Hill Hollow
04:49:00 Red, Hollow
Ok ty! The person hasn’t logged on in like 3 days so 🥲 and I’ve Dm’ed them 🤷‍♀️
Alpine Acres
04:47:44 Lily
Correct, as long as it was clearly stated that they had 48 hours :)
Red Hill Hollow
04:46:34 Red, Hollow
If someone hasn’t picked up their art order within the time I set (48 hours) I’m allowed to resell correct?
BlackRose
04:46:31 Stella
Is there a chestnut breeding quest?
Arvalon Studs
04:46:15 Tosk's KNN
You know i could always give you a kickstart at KNN, Val?
BlackRose
04:46:03 Stella
Thank you!
Alpine Acres
04:45:27 Lily
RF = random factor
Vahana Hollow
04:44:15 Val
-HEE Click-

But hopefully she starts my KNN lines a bit more, ahahaha.
Vahana Hollow
04:43:27 Val
It's absurd that my RF EWE KNN girl has levelled up before my planned WWW SH girl with an ABLB dad. Thanks RF

*goes and cries in a corner*

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
Rubygem-Chenya
06:22:23 Ruby/Cheshire
-HEE Click-
Really?
Rainview
05:42:55 Irish Capp
Lmfaoooo what a stinker -HEE Click-
Red Hill Hollow
05:16:28 Red, Hollow
Ok thank you :)
All Breeds
05:15:39 Fawn
If they haven't been on then wait until they are. If they don't get on within 5-7 days then resell the piece however make sure to send a PM prior to doing so.
BlackRose
05:15:20 Stella
How do I move barns around in the configuration of barns on a tablet
Red Hill Hollow
05:13:16 Red, Hollow
Fawn, what if they haven’t been online?
I also understand not everyone logs on everyday but I have in my terms and conditions and I was needing the ebs. I did also put hours of my time in. Maybe I’ll just give it another day or so
Arvalon Studs
05:02:20 Tosk's KNN
life becomes busy, not everyone logs in every day. When i am on a 9 day worktrip i hardly log in ;P
All Breeds
05:01:43 Fawn
If they've been online and unresponsive and it's been 48 hours then you're good to resell.
Arvalon Studs
05:00:15 Tosk's KNN
Might want to keep that embryo until RO though, Val
Alpine Acres
04:57:56 Lily
Yeah you did give them a heads up and it's one of your requirements so I think you're good to resell!
Vahana Hollow
04:56:27 Val
If you would be willing to do that, I would much appreciate it, Tosk, ahahahaha. They are quite temperamental xD
Red Hill Hollow
04:49:00 Red, Hollow
Ok ty! The person hasn’t logged on in like 3 days so 🥲 and I’ve Dm’ed them 🤷‍♀️
Alpine Acres
04:47:44 Lily
Correct, as long as it was clearly stated that they had 48 hours :)
Red Hill Hollow
04:46:34 Red, Hollow
If someone hasn’t picked up their art order within the time I set (48 hours) I’m allowed to resell correct?
BlackRose
04:46:31 Stella
Is there a chestnut breeding quest?
Arvalon Studs
04:46:15 Tosk's KNN
You know i could always give you a kickstart at KNN, Val?
BlackRose
04:46:03 Stella
Thank you!
Alpine Acres
04:45:27 Lily
RF = random factor
Vahana Hollow
04:44:15 Val
-HEE Click-

But hopefully she starts my KNN lines a bit more, ahahaha.
Vahana Hollow
04:43:27 Val
It's absurd that my RF EWE KNN girl has levelled up before my planned WWW SH girl with an ABLB dad. Thanks RF

*goes and cries in a corner*

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

Palette Guide October 24, 2023 02:43 AM


The Unknown
 
Posts: 1000
#1149126
Give Award

I'm going to read back a bit and answer what I can!

1. How do I get rid of the brown bar where the navbar used to be if I've moved it?

To do this, use this code:

.gameheader div {
background: transparent !important;
border: none !important;
transition: 0.5s !important;
}

What this does is it forces the inline elements (inline means inside the HTML, so for example <div style="border:1px solid blue"> is a div with the inline style of a blue border) to be changed so it no longer appears. That's what the !important means! NOTE: only use the important tag if you absolutely need it. It makes your code hard to read and can sometimes make adding new code harder.

2. New stable tabs?? I see some cool ones but don't know how to make them!

If you want some fancy stable tabs, experiment! Nothing is stopping you from screwing with RGBA codes (red, green, blue, alpha), gradients, transitions, and anything else.

You can use border radiuses to make some super cool effects, and messing with images is a very fun way to make your palettes unique.

If you have other questions post here or PM me and I'm happy to answer!

Palette Guide October 24, 2023 03:25 PM


Mythological
 
Posts: 414
#1149237
Give Award
How do I get the header background to "fade-in"?
Palette Guide October 24, 2023 06:53 PM


The Unknown
 
Posts: 1000
#1149295
Give Award

Mythological said:
How do I get the header background to "fade-in"?


Fading in uses keyframe animations, which are complicated to initially learn but easy once you get the hang of it.

@keyframes headerFade {
0% {opacity:0;}
100% {opacity:1;}
}

The purple text is the name of your animation, and can be anything you want. I always type mine in lower camel case (no spaces or punctuation, first word is left lowercase, all others are capitalized, like eBay) just because it makes my code neater, but you can do anything you want for naming.

The red text is the percent of the animation. 0% for example is the very beginning of the animation (the first "frame", and 100% is the very end. You can use any other percentage point as long as they're in numerical order (50%, 33% wont work for example).

The green text is the styles you want applied to whatever element you have the animation applied to, and can be any style. If you can apply it to anything else it can be used in an animation.

animation: headerFade ease 1s 1;

Above is what you would paste to make the fade animation apply to whatever element you want. The name is as I said before, the "1s" is how long you want the animation to take to play completely (go from 0% to 100%, here it lasts 1 second), and the 1 is how many times you want the animation to play.

"Ease" tells the page that the animation should fade in, not just pop into existence.

You can read more on W3schools.


Edited at October 24, 2023 07:22 PM by The Unknown
Palette Guide October 24, 2023 06:57 PM


Mythological
 
Posts: 414
#1149297
Give Award
Thank you <3

The Unknown said:

Mythological said:
How do I get the header background to "fade-in"?


Fading in uses keyframe animations, which are complicated to initially learn but easy once you get the hang of it.

@keyframes headerFade {
0% {opacity:0;}
100% {opacity:1;}
}

The purple text is the name of your animation, and can be anything you want. I always type mine in lower camel case (no spaces or punctuation, first word is left lowercase, all others are capitalized, like eBay) just because it makes my code neater, but you can do anything you want for naming.

The red text is the percent of the animation. 0% for example is the very beginning of the animation (the first "frame", and 100% is the very end. You can use any other percentage point as long as they're in numerical order (50%, 33% wont work for example).

The green text is the styles you want applied to whatever element you have the animation applied to, and can be any style. If you can apply it to anything else it can be used in an animation.

animation: headerFade 1s 1;

Above is what you would paste to make the fade animation apply to whatever element you want. The name is as I said before, the "1s" is how long you want the animation to take to play completely (go from 0% to 100%, here it lasts 1 second), and the 1 is how many times you want the animation to play.

You can read more on W3schools.



Palette Guide October 24, 2023 07:14 PM


Mythological
 
Posts: 414
#1149301
Give Award
I seem to not be able to get it to work. I don't know what I am doing wrong.
Palette Guide October 24, 2023 07:19 PM


The Unknown
 
Posts: 1000
#1149303
Give Award

Mythological said:
I seem to not be able to get it to work. I don't know what I am doing wrong.


Does adding it to the .gameheader work (not the first child selector)? Animations can be finicky with specifics haha
Palette Guide October 24, 2023 07:21 PM


The Unknown
 
Posts: 1000
#1149305
Give Award

Oh nope it's my bad actually!

animation: headerFade ease 1s 1;

That should work. I forgot to define how it fades haha

Palette Guide October 28, 2023 01:41 PM


Kabuki
 
Posts: 106
#1150047
Give Award


I'm having an issue with viewing pedigrees after making a custom palette. I have no idea how this happened lol I was wondering if anyone might know what happened here...I think it has to do with:

div.secondary

But I'm not sure why it's so tiny?
Palette Guide November 10, 2023 05:59 PM


The Unknown
 
Posts: 1000
#1152897
Give Award

Notice!

I will be rewriting this guide starting today. It'll be edited in parts, and I'll likely add new posts and pin them instead of making a whole new thread. Anything appearing above the dividing line is updated and can be followed with no worries.

The line will look like this:


Anything below that line is not updated yet and is part of the old guide.

If you want to be updated when the update is finished just click "subscribe to OP" on the front page!


Edited at November 10, 2023 06:00 PM by The Unknown
Palette Guide November 11, 2023 06:41 PM


Kiwi Mountains
 
Posts: 3421
#1153099
Give Award
I'm currently trying to figure out how to change the font of 'stable info/Home of.../about this stable' And I've managed to figure out what part of the css is goes with but for some reason every time I change the font is just changes the table font. No matter what kind div I put it with. If anyones willing to help that would be great!
Thought this thread might be the best place to ask :)

Edited at November 11, 2023 06:41 PM by Kiwi Mountains

Forums > Member Help > Guides
   1   ..    19    20    21    22    23   ..   24 

Refresh