Min hjemmeside er
www.wipez.dkog her er hele min css kode:
body {
margin: 0 auto;
background-color: #3a3a3a;
}
/* header */
#header {
height: 150px;
margin: 0 auto;
background-image: url("images/header.png");
border-bottom: 1px solid #767676;
}/* --------- slut med header --------- */
/* menu */
#menu{
padding: 25px 15px 0 650px; /*flytter menuen rundt på linjen */
margin-top: 61px;
}
ul#simple-menu{
list-style-type: none;
width: 100%;
height: 27px;
font-family: "Trebuchet MS",Arial,sans-serif;
font-size: 13px;
font-weight: bold;
margin: 100px;
padding: 11px 0 0 0;
}
ul#simple-menu li{
display: block;
border-top: 1px solid #727272;
border-right: 1px solid #727272;
border-left: 1px solid #727272;
float: left;
margin: 0 0 0 4px;
height: 27px;
}
ul#simple-menu li.left{
margin-left: 250px;
}
ul#simple-menu li a{
display: block;
float: left;
color: #1a1a1a;
background: #405554;
line-height: 27px;
text-decoration: none;
padding: 0 17px 0 18px;
height: 27px;
}
ul#simple-menu li a.right{
padding-right: 19px;
}
ul#simple-menu li a:hover{
background: #193f40;
}
ul#simple-menu li a.current{
color: #2E4560;
background: #fff;
}
ul#simple-menu li a.current:hover{
color: #2E4560;
background: #fff;
}
/* --------- slut med menu --------- */
/* content */
#content {
background-color: #3a3a3a;
}
#content p {
color: #1a1a1a;
font-size: 14px;
margin-left: 300px;
margin-right: 300px;
margin-top: 50px;
}
/* --------- slut med content --------- */
/* footer */
#footer {
margin: 0 auto;
height: 100px;
width: 800px;
line-height: 30px;
border: 1px solid #1a1a1a;
background-image: url("images/footer.png");
}
#footer p {
margin-top: 5px;
color: #1a1a1a;
font-size: 14px;
text-align: center;
}
#footer a{
text-decoration: none;
color: #1a1a1a;
}
/* --------- slut med footer --------- */
/* ekstra */
.date{
font-size: 12px;
color: #626262;
margin-left: 5px;
padding-bottom: 4px;
}
.ur {
margin-left: 240px;
margin-top: 2px;
}
a { text-decoration: none; }
a:hover { background: #405554; color: #fff; }
/* --------- slut med ekstra --------- */