1. Looks like youmeo, the top bar, and it looks terrible.
2. You've stolen my old "Incorrect credentials box"
3. pmsl, you've stolen my header comments.
You've ripped Source's coding and styles.
Code:
<img src="hooly1.png" class="logo" alt="Nivade" />
I advise you remove the code now, as it is not yours. Try coding something yourself, that is one terrible layout. And you even stole the header colors, and the CSS completely. You fail terribly.
And in your "index.css"..
Code:
@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
background: #EDEBEC;
outline: none;
font-size: 10px;
font-weight: bold;
font-family: "Verdana", Times New Roman, Times, serif;
}
.header {
height: 67px;
background: url("http://www.nivade.co.uk/includes/images/header_gradient.png") repeat-x;
border-bottom: #6A6A6A 1px solid;
}
.header .container {
width: 950px;
margin: auto;
font-size: 10px;
font-weight: bold;
font-family: "Verdana", Times New Roman, Times, serif;
}
.notice {
position: absolute;
margin-top: 10px;
padding: 16px;
left: 50%;
width: 300px;
height: 48px;
background: url( 'background.png' );
text-align: left;
font-size: 10px;
font-weight: bold;
font-family: "Verdana", Times New Roman, Times, serif;
}
.header .container .logo {
margin-top: ;
float: left;
}
.header .container .search {
width: 400px;
height: 34px;
float: right;
margin-top: 15px;
}
.header .container .search .s_input {
width: 100px;
border:#000000 1px solid;
background: #FFFFFF;
font-size: 10px;
font-weight: bold;
font-color: #878585;
margin-left: 2px;
margin-top: 10px;
}