Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 193   Season: Fall   
$: 0
Forecast: Heavy Downpours, Flood Warning
Forecast:
Thu 09:51pm  
Stables Online:  79 
Chatbox
Wolf Dancer
09:47:04 Wolf Burger (Leg)
Bird
I liked it I don't think it was too steamy? I don't really remember though lol I don't think it was that bad especially compared to A Court of Thorns and Roses
Hummingbird Meadows
09:44:12 Bird
@Wolf, did you like it? Was it super steamy?
MC Ace
09:43:22 McFossil
Sounds familiar actually. I think my sister was readying that series
Wolf Dancer
09:43:02 Wolf Burger (Leg)
Bird
Yup! Last year or year before I think :)
Hummingbird Meadows
09:41:07 Bird
Has anyone here ever read Throne of Glass?
Sunstone Elite
09:38:42 Sun/Sunny
Me checking the radar: okay no rain, storm south of us, cool cool.
*looks outside and it’s very much storming hard at our exact location*
lol
Alpine Acres
09:31:32 Lily/Alpine
of course! Feel free to ask me any other questions if you have any via PM, HEE can be very confusing if you're new xD
It's A Cinch
09:30:51 Sasha - Sash
Alpine
Thanks!
Alpine Acres
09:30:27 Lily/Alpine
Under Manage Your horse>Enter Show <3
It's A Cinch
09:29:21 Sasha - Sash
Does anyone know how to enter a show?
Cloud Peak Stables
09:28:45 Cloud
I would be curious to know the answer too :)
The Fallen Rulers
09:28:37 Storm|RID/SD Lord
Yawn
Jezarae
09:27:37 
Thanks for answering, Cloud! I will further investigate =)
Cloud Peak Stables
09:26:03 Cloud
Jezarae
That's a good question. Normally you can scroll to the bottom of a leaderboard to get an idea of criteria to be on it, but it looks like the Junior Stables LB doesn't have that. I would giess maybe one year, but I really have no idea. Maybe try posting the question in the member help section of the forums.
It's A Cinch
09:24:33 Sasha - Sash
your welcome <3
Venom
09:24:08 
Thank you <3
It's A Cinch
09:23:41 Sasha - Sash
aww she's adorable venom!
Venom
09:23:11 
Cute filly -HEE Click- <3
Jezarae
09:14:59 
I lied. I think new stables are called junior stables?
Jezarae
09:14:05 
Or maybe I mean junior riders?

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
Wolf Dancer
09:47:04 Wolf Burger (Leg)
Bird
I liked it I don't think it was too steamy? I don't really remember though lol I don't think it was that bad especially compared to A Court of Thorns and Roses
Hummingbird Meadows
09:44:12 Bird
@Wolf, did you like it? Was it super steamy?
MC Ace
09:43:22 McFossil
Sounds familiar actually. I think my sister was readying that series
Wolf Dancer
09:43:02 Wolf Burger (Leg)
Bird
Yup! Last year or year before I think :)
Hummingbird Meadows
09:41:07 Bird
Has anyone here ever read Throne of Glass?
Sunstone Elite
09:38:42 Sun/Sunny
Me checking the radar: okay no rain, storm south of us, cool cool.
*looks outside and it’s very much storming hard at our exact location*
lol
Alpine Acres
09:31:32 Lily/Alpine
of course! Feel free to ask me any other questions if you have any via PM, HEE can be very confusing if you're new xD
It's A Cinch
09:30:51 Sasha - Sash
Alpine
Thanks!
Alpine Acres
09:30:27 Lily/Alpine
Under Manage Your horse>Enter Show <3
It's A Cinch
09:29:21 Sasha - Sash
Does anyone know how to enter a show?
Cloud Peak Stables
09:28:45 Cloud
I would be curious to know the answer too :)
The Fallen Rulers
09:28:37 Storm|RID/SD Lord
Yawn
Jezarae
09:27:37 
Thanks for answering, Cloud! I will further investigate =)
Cloud Peak Stables
09:26:03 Cloud
Jezarae
That's a good question. Normally you can scroll to the bottom of a leaderboard to get an idea of criteria to be on it, but it looks like the Junior Stables LB doesn't have that. I would giess maybe one year, but I really have no idea. Maybe try posting the question in the member help section of the forums.
It's A Cinch
09:24:33 Sasha - Sash
your welcome <3
Venom
09:24:08 
Thank you <3
It's A Cinch
09:23:41 Sasha - Sash
aww she's adorable venom!
Venom
09:23:11 
Cute filly -HEE Click- <3
Jezarae
09:14:59 
I lied. I think new stables are called junior stables?
Jezarae
09:14:05 
Or maybe I mean junior riders?

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

Palette Guide January 19, 2021 08:36 PM


The Unknown
 
Posts: 972
#839480
Give Award
Border color goes after all other border code as the border itself has to be designed before the colour can show. Try adding:
Border-style: solid;
Palette Guide January 19, 2021 09:04 PM

Former Stable
 
Posts: 0
#839492
Give Award
How do I get rid of the game header image Altogether?
It's in this code box.
/*--------------------------------------------------
Set the game header image, dimensions: 858x150
--------------------------------------------------*/
.gameheader {
background:#963500 url(./images/HEE_head.jpg);
}
Thanks
Palette Guide January 19, 2021 09:05 PM


The Unknown
 
Posts: 972
#839493
Give Award
.gameheader {
background-image: none !important;
}
Palette Guide January 19, 2021 09:49 PM

Former Stable
 
Posts: 0
#839506
Give Award
Thanks
I can't seem to get a border to work. I can get it to go away but not to get one.
How did you get the thin green border?, what code did you use? and where did you put the code?
Here is the code I am trying to get to work. Also how did you get it square? I am not sure if I am doing this correctly.
/*--------------------------------------------------
Overall Site Colors
--------------------------------------------------*/
.primary {
background-color:#00008b;
border-width: 1000px;
border-radius: 0px;
border-style: solid;
border-color: #ffffff;
}
.secondary {
background-color:#b67942;
border: none !important;
}
.tertiary {
background-color:#ceb17d;
border: none !important;
}
.quatro {
background-color:#f4e5c5;
border: none !important;
}
Palette Guide January 19, 2021 09:54 PM


The Unknown
 
Posts: 972
#839509
Give Award
.primary {
border-radius: 0px !important;
border-width: 1px !important;
border-style: solid;
Border-color: #3EB489!important;
}
Life hack, if something doesn't work slap on a !important tag and it should work XD
Palette Guide January 21, 2021 02:21 PM


Darkside Dreams
 
Posts: 1567
#840404
Give Award
I am back with one more question:
Two headers. Is this some super secret code for when you hover and the image changes? I did some research on it but I can't quite figure it out. Thanks!
Palette Guide January 21, 2021 02:24 PM


The Unknown
 
Posts: 972
#840405
Give Award

Sunshine Jumpers said:
I am back with one more question:
Two headers. Is this some super secret code for when you hover and the image changes? I did some research on it but I can't quite figure it out. Thanks!


That's one of few pieces of code I very rarely share :)
Palette Guide January 21, 2021 02:25 PM


Darkside Dreams
 
Posts: 1567
#840406
Give Award

The Unknown said:

Sunshine Jumpers said:
I am back with one more question:
Two headers. Is this some super secret code for when you hover and the image changes? I did some research on it but I can't quite figure it out. Thanks!


That's one of few pieces of code I very rarely share :)


Alright, that's kinda what I thought xD
I will continue to go 'speriment.
Palette Guide January 21, 2021 02:26 PM


The Unknown
 
Posts: 972
#840408
Give Award

Sunshine Jumpers said:

The Unknown said:

Sunshine Jumpers said:
I am back with one more question:
Two headers. Is this some super secret code for when you hover and the image changes? I did some research on it but I can't quite figure it out. Thanks!


That's one of few pieces of code I very rarely share :)


Alright, that's kinda what I thought xD
I will continue to go 'speriment.


Have fun, and I wish you luck!
Palette Guide January 21, 2021 02:46 PM

Former Stable
 
Posts: 0
#840428
Give Award
I've always wondered how they were made. Thanks. XD

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

Refresh