Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 192   Season: Winter   
$: 0
Forecast: Snow and Sleet Mix, Clearing at Night
Forecast:
Wed 03:58pm  
Stables Online:  120 
Chatbox
Wild River Stables
03:51:43 Dun/Tobi TB Breeder
Looking for an active medieval roleplay? Check out the link below!
-HEE Click-
Echo Hills
03:42:34 
-HEE Click-
I have a few PPP-EEP AA Mares available for breeding!
Sitka Stables
03:40:09 
In need of a 1 month upgrade
Podere 211
03:34:11 Sue
Please consider my Auction, all horses starting at 1k. I'm selling good Mares and some Geldings. All rated, trained, tracked.
Port Royal Equines
03:27:30 Lvl 6+ Gelds 4 Sale
-HEE Click-
5 hours left at auction!
hookfang
03:26:44 
Lots of horses for sale - brindles, Manchado, 1/1, WC, something fir everyone
-HEE Click-
SunStar SportHorses
03:11:40 

WWW SH freshman - live covers and straws still available! On 4 leaderboards and produced 2 WWW this year!
-HEE Click-
Majestic Sanctuary
03:11:08 
AA rares to EEP for sale. All rated

You must be a registered member for more
than 1 day before you can use our chatbox.



Rules   Hide
You are in: Sales
View Main Chat
Quests
Horse Eden Eventing Game
Chatbox
Wild River Stables
03:51:43 Dun/Tobi TB Breeder
Looking for an active medieval roleplay? Check out the link below!
-HEE Click-
Echo Hills
03:42:34 
-HEE Click-
I have a few PPP-EEP AA Mares available for breeding!
Sitka Stables
03:40:09 
In need of a 1 month upgrade
Podere 211
03:34:11 Sue
Please consider my Auction, all horses starting at 1k. I'm selling good Mares and some Geldings. All rated, trained, tracked.
Port Royal Equines
03:27:30 Lvl 6+ Gelds 4 Sale
-HEE Click-
5 hours left at auction!
hookfang
03:26:44 
Lots of horses for sale - brindles, Manchado, 1/1, WC, something fir everyone
-HEE Click-
SunStar SportHorses
03:11:40 

WWW SH freshman - live covers and straws still available! On 4 leaderboards and produced 2 WWW this year!
-HEE Click-
Majestic Sanctuary
03:11:08 
AA rares to EEP for sale. All rated

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

Palette Guide January 18, 2021 01:01 PM


Darkside Dreams
 
Posts: 1567
#838628
Give Award
So .secondary appears to have changed the left side of the forum post, like where the stable name and the mail button is, but what about the white box where the messages appear?
It's kinda stark and I want it to not be white lmao
Edit: Also, what about the featured horse, most prolific sires, etc on the stable page? Where is the code to change that?

Edited at January 18, 2021 01:09 PM by Sunshine Jumpers
Palette Guide January 18, 2021 04:06 PM


California Valley
 
Posts: 4327
#838714
Give Award

Sunshine Jumpers said:
So .secondary appears to have changed the left side of the forum post, like where the stable name and the mail button is, but what about the white box where the messages appear?
It's kinda stark and I want it to not be white lmao
Edit: Also, what about the featured horse, most prolific sires, etc on the stable page? Where is the code to change that?


To change the featured horse, most prolific sire, etc I recommend going to this guide
There are a variety of palette guides throughout the guides forum that may be able to answer your questions :)
Palette Guide January 19, 2021 07:32 PM

Former Stable
 
Posts: 0
#839452
Give Award
How do I do a boarder like you have? (the light green thin border)
or a boarder in general?
Also how do you get the boxes square instead of roundish? (like the chat box post and the boxes on your home stable page)
Thanks

Edited at January 19, 2021 07:33 PM by Meadow Brook Farm
Palette Guide January 19, 2021 07:35 PM


The Unknown
 
Posts: 972
#839454
Give Award

Meadow Brook Farm said:
How do I do a boarder like you have? (the light green thin border)
or a boarder in general?
Also how do you get the boxes square instead of roundish? (like the chat box post and the boxes on your home stable page)
Thanks


border-width: 1px;

border-color: #123ABC;

Border-radius: 0px;

Palette Guide January 19, 2021 07:45 PM

Former Stable
 
Posts: 0
#839460
Give Award

The Unknown said:

Meadow Brook Farm said:
How do I do a boarder like you have? (the light green thin border)
or a boarder in general?
Also how do you get the boxes square instead of roundish? (like the chat box post and the boxes on your home stable page)
Thanks


border-width: 1px;

border-color: #123ABC;

Border-radius: 0px;



Where do I put the code?
Thanks
Palette Guide January 19, 2021 07:46 PM


The Unknown
 
Posts: 972
#839461
Give Award
Wherever you'd like! For example to add a border to sales posts place it under .sales :)
Palette Guide January 19, 2021 07:47 PM

Former Stable
 
Posts: 0
#839462
Give Award
Also how do I get rid of the picture of the trees above the chat box? and where does that code go?
Thanks again.
Palette Guide January 19, 2021 07:51 PM


The Unknown
 
Posts: 972
#839467
Give Award

Meadow Brook Farm said:
Also how do I get rid of the picture of the trees above the chat box? and where does that code go?
Thanks again.


I was not given authority to share that code as I got it from another user. :)
Palette Guide January 19, 2021 07:53 PM

Former Stable
 
Posts: 0
#839469
Give Award

The Unknown said:

Meadow Brook Farm said:
Also how do I get rid of the picture of the trees above the chat box? and where does that code go?
Thanks again.


I was not given authority to share that code as I got it from another user. :)


Ok, that fine thanks.
Palette Guide January 19, 2021 07:56 PM

Former Stable
 
Posts: 0
#839470
Give Award
So I think I am doing it wrong because I can't get the boarder code to work.
Here is the part of the code I am trying to change. but I can't get it, I am putting it in wrong?
/*--------------------------------------------------
Set the chatbox color
--------------------------------------------------*/
border-width: 50px;
border-color: #abc123;
Border-radius: 50px;
.sales {
background-color:#999999;
}
.main {
background-color:#999999;
}
I also tried it this way and it still did not work.
/*--------------------------------------------------
Set the chatbox color
--------------------------------------------------*/
.sales {
background-color:#999999;
border-width: 50px;
border-color: #abc123;
Border-radius: 50px;
}
.main {
background-color:#999999;
border-width: 50px;
border-color: #abc123;
Border-radius: 50px;
}

Edited at January 19, 2021 07:56 PM by Meadow Brook Farm

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

Refresh