Is there a custom CSS I can use to change the color of the background on Subeta? The white is starting to fry my eyeballs, I think. Even a light grey would help. Any advice?
Are you talking about the background on the entire site, or just on your profile?
You can find some Custom CSS on Subetalodge: http://www.subetalodge.org/graphics_customcss Then go to User Dashboard in your 'Personal' tag (at the top of the Subeta site), copy the Custom CSS code, paste it on the Custom CSS, and that's it! Take into account that, if you're using graphics or if you changing the forum text on the forums, they may be affected by the Custom CSS.
all the backgrounds on the CSS mentioned by are white as well.
Put this code in your CSS and play around with the color/number till you find something that works for you. FFFFFF is white.
You can adjust the numbers for spacing as well or just get rid of them and use the site default.
{background-color:;
margin-left:177px;
margin-right:0px;
padding:5px;
padding-top:13px;
padding-bottom: 50px;}
.item_show
{height: auto !important;
min-height: 170px !important;}
Edit: - cream - light gray
Jeez... I had no idea the the backgrounds were white, as well, since I payed attention on the design of the Custom CSS!
: Thank you so much for you help. I might try out one of the CSS layouts.
: That's perfect! I really appreciate the code. Now I can get un-googlyeyed. LOL :D
googlyeyed is never good!
I have the same problem.. someone a long time ago told me to put this in my custom CSS.. just another option for you to try
{background-color:silver}.forum_topic_reply {background-color:silver}.forum_topic_reply {background-image:none!important;}
Do you know how to change the background on profile? I know a little bit about the html, but I have no clue where is the right place to manage with it.
On profiles? You go to Subetalodge.org, choose a background, then go to Edit Profile, add a Blank Section on it, click on the 'edit' button of the Blank Section (the icon of the piece of paper and the pencil), paste the previously copied code from Subetalodge on the section, submit it, and that's it! :D
Remember you cannot change the code without permission - if you do so, you will be reported for stealing.
<body background="URL HERE"> <style></p>
<p>body{
background-image:url(URL HERE);
background-repeat:no-repeat;
background-attachment:fixed;
}</p>
</style>