How do i make this Bit a different color

knkzone

Member
Jul 8, 2011
86
0
untitled.png
 

knkzone

Member
Jul 8, 2011
86
0
here is my .index page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
" "><html xmlns=" "><head><title>AppleHotel: The worlds best habbo retro</title><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/disconnected.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/global.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/login.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/register.css"/><script src="app/tpl/skins/mango/js/jq.js" type="text/javascript"></script><script src="app/tpl/skins/mango/js/jquery.js" type="text/javascript"></script><script src="app/tpl/skins/mango/js/mango.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
background-color: #000;
}
</style>
</head><body bgcolor="#ffffff"><body bgcolor="#ffffff"><div id="loginbox">
<img src="app/tpl/skins/Mango/images/logo.png" id="logo"/>
<span id="stats">0 Users Online!</span>
<div id="clear"></div>
<hr/>
<div id="login_image">
<div id="main_login">
<strong>Welcome to AppleHotel!</strong><br/>
Please login with your account or click Register to create one
<div style="height:5px;"></div>
<form action="index" method="post">
<table width="300" border="0">
<tr>
<td width="192">Username<br/>
<input type="text" name="log_username" id="username"/></td>
</tr>
<tr>
<td>Password<br/>
<input type="password" name="log_password" id="password"/></td>
</tr>
<tr>
<td>
<input type="submit" name="login" id="button" value="Login" style="margin-right:2px; width: 104px;"/><input type="button" style="width: 104px;" name="button2" id="button" value="Register" onclick='window.location="register"'/> </td>
</tr>
</table>
</form>
</div>
</div>
<hr/><center>| Copyright &copy AppleHotel Hotel</center>
</div> </body></html>
 

Solar

Member
Jan 24, 2012
135
10
In your stylesheets ".css" Find #ffffff and change them to #111111. You will also need to change your font; Find #000000 and change them to #ffffff. You will need to find #111111 again and change that into #000000.
 

Navigation

Posting Freak
Feb 15, 2012
715
137
In your stylesheets ".css" Find #ffffff and change them to #111111. You will also need to change your font; Find #000000 and change them to #ffffff. You will need to find #111111 again and change that into #000000.

You can change these to different colours, instead of black/white, check out some HEX codes.
 

Users who are viewing this thread

Top