Now when logged in.1. I made all areas so that they are light blue,
2,The 'member' title was white on light blue which was nearly invisible, so I made it black.
3. I removed a whole bunch of the css code relating to those horrible red buttons.
They are now ordinary plain and simple hyperlinks, which I can style with css if you want.
I think that they look ok as just plain and simple hyperlinks.
4. Text areas everywhere were
too tightly packed, (forum registration text for example).
I fixed that by increasing the spacing between lines.
Code changes are here:
/* kjdixo modifications start */
.logo_name{margin-left:0px;border:solid 1px white;border-radius:0.5em;margin-top:10px;background-size:cover;min-height:150px;background-image:url(../../new-header.png);background-repeat:no-repeat}
.level1{border-top-left-radius:0.4em;border-top-right-radius:0.4em}
.level2{border-radius:0.2em}
/* resized images/short_bg.jpg and images/short_bg2.jpg to 50px height */
a img[title='New Posts']{cursor:pointer;width:0px;height:0px;border-left:40px solid #ffffb3;border-top:20px solid transparent;border-bottom:20px solid transparent}
/* a img[title='No New Posts']{cursor:pointer;width:0px;height:0px;border-left:40px solid #66cc99;border-top:20px solid transparent;border-bottom:20px solid transparent}*/
.windowbg{background-color:#ccebff}
body{background:url(images/backdrop3.png);background-repeat:repeat-x;padding: 0% 8% 0% 8%;background-color:#f0f6fa}
div.user_info.clearfix{background-color:#ccebff;border-top-left-radius:0.5em;border-top-right-radius:0.5em;height:80px}
div.user_info.clearfix center{font-size:120%;margin-top:10px}
li{background-color:#ccebff}
li.level1,li.level2{background-color:transparent}
div#footerarea.headerpadding.topmargin.clearfix{background-color:#ccebff}
div#bodyarea{background-color:#ccebff;padding:24px 4px 4px 4px}
form,form input,form select{margin-top:0.5em;margin-bottom:0.5em;font-size:120%}
form#search_form{margin-right:15%;margin-top:284px;display:none}
.logo_name h1{display:none}
div#menu a.level1,div#menu span.level1{padding-top:2px;background-color:transparent}
.tall_bg{padding:0px 0px}
#infocenter_login{background-color:#ccebff;border:solid 1px black;border-radius:0.2em}
.title,div#menu a.level2,div#menu span.level2{color:navy}
/* transformed colour of images/tab_bg.jpg using mtPaint */
/* mtPaint snapshot of zoomed in css web button, then made background transparent, then ImageMagick to create a shadow, then resized with Mirage to (48x48) including background, result is a new images/off.png */
div.post_wrapper{background-color:#ccebff}
h5,div.username h4,div.content h3,div.content h4{color:black}
body{line-height:150%}
th{color:white}
a.new_win,li span,li.last span{padding-left:10px}
li.copyright{padding-left:18px}
div#topic_icons.description{height:120px}
span.stats_hour{width:30px}
li.reply_button,li.quote_button,li.notify_button,li.remove_button{background-color:cornsilk;font-size:120%}
Compare the text line spacing before I did the line-height modification with after the modification.
The general text layout is now much better . . . it is not all squashed up vertically.
Log in to see that I have made a lot of improvements and it now starting to look quite good when logged in.
I saw your orange/green plugin effect.
I can do that in the theme css if you want.
I think that the line of user info text is too small, it should be a bigger font and moved away from the yellow tabs, the dropdown lists sometimes cover it, which is not good.