Revel Ranch
11:17:16 
@Embervale, me too. =( I do have IBS so I am worried they will say it is just that, but it is abnormal for me to be nauseous this long and for it to get so bad I need to dry heave. Ever since I had stomach flu at the beginning of January I haven't been the same.
Embervale Acres
11:15:49 Solar Phoenix
that's good! I hope you can get some answers soon, though
Revel Ranch
11:12:39 
I have tried that Embervale and it does help sometimes!
Revel Ranch
11:11:43 
I was actually standing for over an hour cleaning house when I started to feel really nauseous and went to the bathroom to dry heave.
Embervale Acres
11:11:39 Solar Phoenix
I've heard that sleeping on the left side with your head propped up slightly higher can help with nausea or things like acid reflux. it's not a guarantee, but maybe it could help during the night some
Revel Ranch
11:06:49 
@Embervale, I am generally mostly upright when I am watching TV like I am now. I am slightly reclined though. I unfortunately can't sleep without lying on my side
Embervale Acres
11:04:12 Solar Phoenix
Revel
have you tried propping yourself up at night to see if that helps?
Snowfalls
10:59:55 
Reports, I think - stallion watch list and mare watch list?
No Risk Farm
10:59:15 Risk/ NRF
How can you see what horses you are following?
Revel Ranch
10:47:22 
@Elf, I may try seeing if my regular doctor can order an endoscopy sooner, but I doubt it. I have been dealing with bad nausea for a couple weeks now. For some reason it is always worse at night.
Fairytale Paints
10:46:26 Im Elf
Revel
Ooo that's not good >.<
Blue Diamond
10:38:49 Bluey
A chimi!
-HEE Click-
Revel Ranch
10:36:42 
@Wagner, how nice!
Wagner Eventing
10:36:24 Wagner
-HEE Click-
ohh late breeding turned out well
Revel Ranch
10:32:23 
Yeesh, I'm not sure I can wait 4 weeks for my gastroenterologist appointment. I started dry heaving tonight.
Blue Diamond
10:28:02 Bluey
pretty
only use like 4 moves each
Pretty Ponies Inc
10:17:24 💠Pretty Poni
I wish there was a way to test bravery other than going through explore. It takes so long and I have like 15 horses to test and I gotta wait 30min between every like two horses
Pretty Ponies Inc
10:16:45 💠Pretty Poni
Thanks!
Glacier Bay Cove
10:14:00 Glacier cats
Beautiful
Shire Hill Farm
10:12:59 Shire/Hobbit
Just filled the falls, might've added a sexed embryo :)
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
 Year: 187   Season: Spring   $: 0 Fri 11:20pm CST  
 Forecast: Hurricane ! Follow Evacuation Routes.


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: 3884
#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: 3884
#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



Copyright ©2009-2025 Go Go Gatsby Designs, LLC    All Rights Reserved

Terms Of Use  |   Privacy Policy   DMCA   |   Contact Us
Help Me (0)  |   Game Rules   |  Reset Palette