Quote:
Original posted by UFO(106) at 29-4-2008 20:53 
looks nice. can you please make a new version that adds/changes the next things :
1.put the search box in the top side, in between the "welcome..." and the languages
You mean where the box originally is located? The left side has too little space the way it is right now. I guess we could make the wrapper thinner so the search would fit but only the search alone looks a little funny.
Quote:
2.no changing of the background color. white/gray is fine too.
No need for an extra version. You can edit the wiki.css:
Copy to clipboard
Code:
body
{
font-family: Tahoma !important;
background: #FFFFFF url('') 0 0 no-repeat !important;Copy to clipboard
Code:
#content
{
background: #F2F2F2 !important;Quote:
3.fix the style so that zooming using the IE7 and the old maxthon's method would work well.
I don't have any problems with the zoom, what exactly is it that should be fixed? Because the CSS is rewriting most sizes with fixed numbers it is possible that changing the font size in IE won't have any effect but the rest should be normal.