Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 201   Season: Summer   
$: 0
Forecast: Fog Early followed by Afternoon Showers
Forecast:
Thu 11:05am  
Stables Online:  143 
Chatbox
Green Acres
11:04:52 Gia
Art auction! -HEE Click-
NightClan
11:04:29 Night
Rabi TBLB Stud up for year 202!
-HEE Click-
Whitewolf
11:03:54 Fang
3 month upgrade for 180k if anyone needs it let me know
Golden Valley Fields
10:56:24 
-HEE Click- Cheap EEE mares and fillies for sale 1.5k each need gone! Will do a deal on the lot of them if somebody wants
Whispering Wood Barn
10:51:59 ~Whispy~
Iso: Colorful PONs
the Lost Mills
10:51:44 Please buy!!!!!!*
I really need gone
-HEE Click-
Eventing Stables
10:42:06 
ISO 1 month upgrade
Faithful Stables
10:37:55 Faith
Straw thread is up for my three WWW WB freshmen!
-HEE Click-
Armageddon
10:31:07 Arm
-HEE Click-
Ostara Eventers
10:30:15 Beltane Side
Clear out auction
-HEE Click-

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

Embark on a Quest.

Horse Eden Eventing Game
Chatbox
Green Acres
11:04:52 Gia
Art auction! -HEE Click-
NightClan
11:04:29 Night
Rabi TBLB Stud up for year 202!
-HEE Click-
Whitewolf
11:03:54 Fang
3 month upgrade for 180k if anyone needs it let me know
Golden Valley Fields
10:56:24 
-HEE Click- Cheap EEE mares and fillies for sale 1.5k each need gone! Will do a deal on the lot of them if somebody wants
Whispering Wood Barn
10:51:59 ~Whispy~
Iso: Colorful PONs
the Lost Mills
10:51:44 Please buy!!!!!!*
I really need gone
-HEE Click-
Eventing Stables
10:42:06 
ISO 1 month upgrade
Faithful Stables
10:37:55 Faith
Straw thread is up for my three WWW WB freshmen!
-HEE Click-
Armageddon
10:31:07 Arm
-HEE Click-
Ostara Eventers
10:30:15 Beltane Side
Clear out auction
-HEE Click-

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: 1580
#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: 4374
#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: 1000
#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: 1000
#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: 1000
#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