Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 200   Season: Fall   
$: 0
Forecast: Morning Drizzle, but Clearing later
Forecast:
Mon 05:25pm  
Stables Online:  171 
Chatbox
Whitewolf
05:25:03 Whitewolf
Today the high was 26 and this weekend it’s 85. I’d settle for spring. 50-high 60s but no.
The seasons are confused, much like a lot of younger generations I know…:)
Sleepwalker Centre
05:25:01 Walker
Awww
Mythological
05:23:54 Tim:2016-2026
Tim isn't a nickname. I put it there as a memorial. </3
Spellbound Acres
05:23:47 Roan🦋⃤
The weather here is bipolar, it's going to be in the 50's tomorrow then the next two weeks that follow are going to in the mid to lower 30's and 40's
Spellbound Acres
05:22:28 Roan🦋⃤
Haha, I'm glad I could almost make you chuckle Tim!
Whitewolf
05:22:22 Whitewolf
Lucky for us winter only lasts til tomorrow then it’s back to the 80s (dreadful)
Sleepwalker Centre
05:21:33 Walker
I can't believe I missed trivia yesterday ahh
Mythological
05:20:21 Tim:2016-2026
OMG that almost made me laugh, Roan.
Spellbound Acres
05:18:50 Roan🦋⃤
I guess our free trial of spring is over, we have sprung so far ahead we're back into winter... this is unfair
Painted Perfection
05:17:28 Luna
Im over the snow bullshit
Painted Perfection
05:17:16 Luna
Agreed
Mythological
05:16:47 Tim:2016-2026
I was suprised the ground was soft yesterday.
Angels angels
05:16:03 [1k+ brindles] Angel
It's supposed to be spring
Painted Perfection
05:15:16 Luna
Angel I feel that
Mythological
05:14:53 Tim:2016-2026
Min
Yup.
Angels angels
05:14:48 [1k+ brindles] Angel
It was almost 80 yesterday now it is below freezing and snowing 🙃
Minnie RID
05:14:13 Min
Oooh is that the one you posted yesterday that got the shiny too? He was lush
Ravenwood Farm
05:13:51 Raven
Sting
I got one like that too :P
-HEE Click-
Mythological
05:12:59 Tim:2016-2026
Min
One was all up WK3.
Painted Perfection
05:11:28 Luna
-HEE Click-

At least yall aren't like me and forget to track week 4 before training 5

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
Whitewolf
05:25:03 Whitewolf
Today the high was 26 and this weekend it’s 85. I’d settle for spring. 50-high 60s but no.
The seasons are confused, much like a lot of younger generations I know…:)
Sleepwalker Centre
05:25:01 Walker
Awww
Mythological
05:23:54 Tim:2016-2026
Tim isn't a nickname. I put it there as a memorial. </3
Spellbound Acres
05:23:47 Roan🦋⃤
The weather here is bipolar, it's going to be in the 50's tomorrow then the next two weeks that follow are going to in the mid to lower 30's and 40's
Spellbound Acres
05:22:28 Roan🦋⃤
Haha, I'm glad I could almost make you chuckle Tim!
Whitewolf
05:22:22 Whitewolf
Lucky for us winter only lasts til tomorrow then it’s back to the 80s (dreadful)
Sleepwalker Centre
05:21:33 Walker
I can't believe I missed trivia yesterday ahh
Mythological
05:20:21 Tim:2016-2026
OMG that almost made me laugh, Roan.
Spellbound Acres
05:18:50 Roan🦋⃤
I guess our free trial of spring is over, we have sprung so far ahead we're back into winter... this is unfair
Painted Perfection
05:17:28 Luna
Im over the snow bullshit
Painted Perfection
05:17:16 Luna
Agreed
Mythological
05:16:47 Tim:2016-2026
I was suprised the ground was soft yesterday.
Angels angels
05:16:03 [1k+ brindles] Angel
It's supposed to be spring
Painted Perfection
05:15:16 Luna
Angel I feel that
Mythological
05:14:53 Tim:2016-2026
Min
Yup.
Angels angels
05:14:48 [1k+ brindles] Angel
It was almost 80 yesterday now it is below freezing and snowing 🙃
Minnie RID
05:14:13 Min
Oooh is that the one you posted yesterday that got the shiny too? He was lush
Ravenwood Farm
05:13:51 Raven
Sting
I got one like that too :P
-HEE Click-
Mythological
05:12:59 Tim:2016-2026
Min
One was all up WK3.
Painted Perfection
05:11:28 Luna
-HEE Click-

At least yall aren't like me and forget to track week 4 before training 5

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 > Art Shops > Art Help
   1 

Help making a dark pallette March 2, 2020 03:22 PM


Sagebrush
 
Posts: 4638
#572745
Give Award
Hello! I'm trying to make a dark mode pallette, but I'm not a great code person, so if someone could help me out that would be great! (Anyone can use this pallette, edit it, whatever) I don't know how to change a lot of things, and sometimes the text is not visible. (Will post code in next post)
Help making a dark pallette March 2, 2020 03:26 PM


Sagebrush
 
Posts: 4638
#572748
Give Award

/*--------------------------------------------------
Overall Site Colors
--------------------------------------------------*/
.primary {
background-color:#333333;
}
.secondary {
background-color:#262626;
}
.tertiary {
background-color:#474646;
}
.quatro {
background-color:#333333;
}

/*--------------------------------------------------
Set the quote colors for the forum
--------------------------------------------------*/
blockquote {
background-color:#f4e5c5;
border-left: 3px solid #b67942;
}
/*--------------------------------------------------
Set the page background color
--------------------------------------------------*/
.pgbg {
background-color:#1a1a1a;
}
/*--------------------------------------------------
Set the table background color
--------------------------------------------------*/
.tablebg {
background-color:#333333;
}
/*--------------------------------------------------
Page Name text
--------------------------------------------------*/
.headline {
color:#4d4d4d;
}
/*--------------------------------------------------
Set the chatbox color
--------------------------------------------------*/
.sales {
background-color:#e9d9bc;
}
.main {
background-color:#dbc091;
}
/*--------------------------------------------------
Set the form field color
--------------------------------------------------*/

.iclass {background-color:#4d4d4d; color:#000000;}
/*--------------------------------------------------
Tabs on Stable Page
--------------------------------------------------*/

.tab button:hover {
background-color: #4d4d4d;
}
/*--------------------------------------------------
Tabs on Mail Page, Blogs
--------------------------------------------------*/

ul.tabbernav li a {
background: #4d4d4d;
}
.tabberlive .tabbertab {
background-color: #4d4d4d;
}

ul.tabbernav li a:hover {
color: #963500;
background: #4d4d4d;
}
ul.tabbernav li.tabberactive a {
background: #4d4d4d;
}
ul.tabbernav li.tabberactive a:hover {
color: #963500;
background: #4d4d4d;
}
/*--------------------------------------------------
Set the color of the side bar Header text (Chatbox/Quests)
--------------------------------------------------*/
.sidebar {
color:#666666;
}
/*--------------------------------------------------
Set the color and font of the side bar header
--------------------------------------------------*/

.sidebarheader {
background: #5b3914 url(images/menu/menugradient.png) repeat-x;
}
/*--------------------------------------------------
Set the color and font of the status bar text
--------------------------------------------------*/

.statusbar {
background-color: #c0a16a;
}
/*--------------------------------------------------
Set the color of the text on the site
--------------------------------------------------*/

.mainlineblack{ font-family:arial,sans-serif; font-size:15px; color:#000; }
.mainlineblack a:visited { font-family:arial,sans-serif; font-size:15px; color:#000;}
.mainlineblack a:link { font-family:arial,sans-serif; font-size:15px; color:#000;}
.mainlineblack a:hover { font-family:arial,sans-serif; font-size:15px; color:#000;}
.mainlineblacksmall { font-family:arial,sans-serif; font-size:13px; color:#000000; }
.mainlineblacksmall a:visited { font-family:arial,sans-serif; font-size:13px; color:#000000;}
.mainlineblacksmall a:link { font-family:arial,sans-serif; font-size:13px; color:#000000;}
.mainlineblacksmall a:hover { font-family:arial,sans-serif; font-size:13px; color:#000;}
/*--------------------------------------------------
Set the alternate color of the text on the site
--------------------------------------------------*/

.mainline { font-family:arial,sans-serif; font-size:15px; color:#000000; }
.mainline a:visited { font-family:arial,sans-serif; font-size:15px; color:#000000;}
.mainline a:link { font-family:arial,sans-serif; font-size:15px; color:#000000;}
.mainline a:hover { font-family:arial,sans-serif; font-size:15px; color:#000000;}
/*--------------------------------------------------
Set the small text color in chat (time)
--------------------------------------------------*/

.bsmalltext { font-family:arial,sans-serif; font-size:12px; color:#983500;}
.bsmalltext a:visited { font-family:arial,sans-serif; font-size:12px; color:#983500;}
.bsmalltext a:link { font-family:arial,sans-serif; font-size:12px; color:#983500;}
.bsmalltext a:hover { font-family:arial,sans-serif; font-size:12px; color:#24683e;}
/*--------------------------------------------------
Set the small text color in chat (posts)
--------------------------------------------------*/

.smalltext { font-family:arial,sans-serif; font-size:12px; color:#000000;}
.smalltext a:visited { font-family:arial,sans-serif; font-size:12px; color:#000000;}
.smalltext a:link { font-family:arial,sans-serif; font-size:12px; color:#000000;}
.smalltext a:hover { font-family:arial,sans-serif; font-size:12px; color:#24683e;}
/*--------------------------------------------------
Set the color and font of the menu bar text
--------------------------------------------------*/
.navbar {
background: #333333 url(images/menu/menugradient.png) repeat-x;
}
.navbar a {
color:#333333;
}
.dropdown .dropbtn {
color:#dfc79d;
}
.dropdown-content a {
color:#000;
}
.navbar a:hover, .dropdown:hover .dropbtn {
background-color: #333333
;
}
/*--------------------------------------------------
Set the website background
--------------------------------------------------*/

body {
background-image:url("../images/hee_bg.jpg");
}
/*--------------------------------------------------
Set the game header image
--------------------------------------------------*/

.gameheader {
background:#963500 url(./images/HEE_head.jpg);
}

Forums > Art Shops > Art Help
   1 

Refresh