Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 194   Season: Fall   
$: 0
Forecast: Moderate Temperatures and Overcast
Forecast:
Wed 04:53pm  
Stables Online:  117   Leaves
Chatbox
Pentagram Stables
04:36:10 Penta - KNNs
It might have, depending on the map used and what the trait points were at
Shadowstruck Stables
04:32:50 Lumin-Essence side
-HEE Click- wouldve been insane if i used a map
KPH Equestrian
04:32:08 Rapcoon | Jester
it's a sign my dude
Aussie Stables
04:31:51 Aussie - Golden
of course i get a mare WWW as soon as i stop playing regularly
Aussie Stables
04:31:30 Aussie - Golden
umm im still a bit confused on this fricking WWW
RFS Thoroughbreds
04:31:05 Fern/fref/ferf/nerf
lol reall
RFS Thoroughbreds
04:30:59 Fern/fref/ferf/nerf
ayy the trio's all online
Aussie Stables
04:30:37 Aussie - Golden
that WWW totally hasnt been sitting in mu barn for 4 years
KPH Equestrian
04:30:24 Rapcoon | Jester
mood
Aussie Stables
04:30:16 Aussie - Golden
hey, yeah im alive.
barely
RFS Thoroughbreds
04:29:34 Fern/fref/ferf/nerf
AUSSIE!!
Aussie Stables
04:28:58 Aussie - Golden
-HEE Click-
HOLYYYYY
Shady Tree Farm
04:20:06 Shady (RRR Side)
I'm officially taking the truly lazy route with this account and putting my bravery breeding stock in a pasture to take care of matters themselves xD
Golden Gallop Farm
04:18:15 
Thank you
Angels angels
04:17:13 [1k+ brindles] Angel
Yeah SD is way easier to enter lol
Angels angels
04:16:49 [1k+ brindles] Angel
AD trains better and faster but most people have their show horses as SD then they alsp show their AD breeding stock :)
Shady Tree Farm
04:16:21 Shady (RRR Side)
If I'm hand entering shows, I prefer SD. For the barn manager, I didn't really care and would use both. I think for doing it by hand though it's easier to keep track of who's competitive with SD horses, just less to look at
Golden Gallop Farm
04:15:20 
Showing
Angels angels
04:14:49 [1k+ brindles] Angel
For breeding or showing?
Golden Gallop Farm
04:10:19 
Is SD better than AD or is it good to have a mix?

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
Pentagram Stables
04:36:10 Penta - KNNs
It might have, depending on the map used and what the trait points were at
Shadowstruck Stables
04:32:50 Lumin-Essence side
-HEE Click- wouldve been insane if i used a map
KPH Equestrian
04:32:08 Rapcoon | Jester
it's a sign my dude
Aussie Stables
04:31:51 Aussie - Golden
of course i get a mare WWW as soon as i stop playing regularly
Aussie Stables
04:31:30 Aussie - Golden
umm im still a bit confused on this fricking WWW
RFS Thoroughbreds
04:31:05 Fern/fref/ferf/nerf
lol reall
RFS Thoroughbreds
04:30:59 Fern/fref/ferf/nerf
ayy the trio's all online
Aussie Stables
04:30:37 Aussie - Golden
that WWW totally hasnt been sitting in mu barn for 4 years
KPH Equestrian
04:30:24 Rapcoon | Jester
mood
Aussie Stables
04:30:16 Aussie - Golden
hey, yeah im alive.
barely
RFS Thoroughbreds
04:29:34 Fern/fref/ferf/nerf
AUSSIE!!
Aussie Stables
04:28:58 Aussie - Golden
-HEE Click-
HOLYYYYY
Shady Tree Farm
04:20:06 Shady (RRR Side)
I'm officially taking the truly lazy route with this account and putting my bravery breeding stock in a pasture to take care of matters themselves xD
Golden Gallop Farm
04:18:15 
Thank you
Angels angels
04:17:13 [1k+ brindles] Angel
Yeah SD is way easier to enter lol
Angels angels
04:16:49 [1k+ brindles] Angel
AD trains better and faster but most people have their show horses as SD then they alsp show their AD breeding stock :)
Shady Tree Farm
04:16:21 Shady (RRR Side)
If I'm hand entering shows, I prefer SD. For the barn manager, I didn't really care and would use both. I think for doing it by hand though it's easier to keep track of who's competitive with SD horses, just less to look at
Golden Gallop Farm
04:15:20 
Showing
Angels angels
04:14:49 [1k+ brindles] Angel
For breeding or showing?
Golden Gallop Farm
04:10:19 
Is SD better than AD or is it good to have a mix?

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   ..    15    16    17    18    19   ..   24 

Palette Guide January 24, 2021 08:51 PM


Darkside Dreams
 
Posts: 1567
#841731
Give Award
Okay, I've run into a brick wall.
Once more, I cannot seem to change the text on the nav bar(Stable, Services, etc) from black.... even though I don't see any color codes for black. What did I do?
Palette Guide January 24, 2021 08:54 PM


The Unknown
 
Posts: 972
#841735
Give Award
.navbar should have the background-color and background-image attributes seperated, so:
background-color: #62760c;
background-image: url(inserturlhere.jpg);
Palette Guide January 25, 2021 12:49 PM


Darkside Dreams
 
Posts: 1567
#841914
Give Award
I got it, I'm dumb and had .dropbtn as background not color xD
Thanks!
Palette Guide January 25, 2021 03:37 PM


Lunar Eclipse
 
Posts: 1152
#841982
Give Award

I accidentally broke my palette earlier and have been scrambling to fix it, but for some reason my headers have decided not to work. Can't get the default image to become invisible basically.

.gameheader {
background: none !important;
border: 0 !important;
}

and

.gameheader {
background-color: none !important;
border: 0 !important;
}

Neither of these worked. With or without the !important and the border. Not sure what I'm doing wrong as this palette used to work before literally an hour or so ago.

Palette Guide January 25, 2021 03:39 PM


Darkside Dreams
 
Posts: 1567
#841985
Give Award

Lunar Eclipse said:

I accidentally broke my palette earlier and have been scrambling to fix it, but for some reason my headers have decided not to work. Can't get the default image to become invisible basically.

.gameheader {
background: none !important;
border: 0 !important;
}

and

.gameheader {
background-color: none !important;
border: 0 !important;
}

Neither of these worked. With or without the !important and the border. Not sure what I'm doing wrong as this palette used to work before literally an hour or so ago.



Did you try making it say 0px instead of 0?
Edit: Also possibly try changing the none to transparent? I don't know if it matters

Edited at January 25, 2021 03:42 PM by Sunshine Jumpers
Palette Guide January 25, 2021 03:48 PM


Lunar Eclipse
 
Posts: 1152
#841986
Give Award

Sunshine Jumpers said:

Lunar Eclipse said:

I accidentally broke my palette earlier and have been scrambling to fix it, but for some reason my headers have decided not to work. Can't get the default image to become invisible basically.

.gameheader {
background: none !important;
border: 0 !important;
}

and

.gameheader {
background-color: none !important;
border: 0 !important;
}

Neither of these worked. With or without the !important and the border. Not sure what I'm doing wrong as this palette used to work before literally an hour or so ago.



Did you try making it say 0px instead of 0?
Edit: Also possibly try changing the none to transparent? I don't know if it matters


Neither seemed to work. Might just take some fiddling around with the code.
Edit: Solved by fiddling around with the code xD

Edited at January 25, 2021 03:56 PM by Lunar Eclipse
Palette Guide February 4, 2021 05:57 PM


Phantoms Haven
 
Posts: 3
#846793
Give Award
Edit: Nvm I got it!

Edited at February 4, 2021 06:02 PM by Phantoms Haven
Palette Guide February 19, 2021 09:53 PM


Wintergreen Gardens
 
Posts: 614
#854871
Give Award
Hello! I can't seem to figure out how to get the stable, services, search bar to be above the palette header? It's wonky with the palette I'm currently working on if it isn't up there :p Hoping someone could help?
Palette Guide February 25, 2021 04:24 AM


Middle Wyke stables
 
Posts: 146
#857419
Give Award
How do I get it to be cursive font the whole way alongHow do i

Edited at February 25, 2021 04:24 AM by Middle Wyke stables
Palette Guide March 3, 2021 10:29 PM


Phantoms Haven
 
Posts: 3
#861336
Give Award
Is there any way to remove/get rid of, the brown bar beneath the menu bar?

Forums > Member Help > Guides
   1   ..    15    16    17    18    19   ..   24 

Refresh