Einzelnen Beitrag anzeigen
  #3 (permalink)  
Alt 28.04.2011, 10:17
Benutzerbild von Chris2011
Chris2011 Chris2011 ist offline
Erfahrener Benutzer
XHTMLforum-Mitglied
 
Registriert seit: 04.01.2011
Beiträge: 301
Chris2011 befindet sich auf einem aufstrebenden Ast
Standard

Code:
body {
    background: none repeat scroll 0 0 black;
    color: grey;
    font-family: arial;
    font-size: 12px;
    padding-top: 20px;
}
img, a {
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
img {
    max-width: 100%;
}
ul, ul li {
    margin: 0;
    padding: 0;
}
ul {
    background: none repeat scroll 0 0 yellow;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
li {
    width: 100%;
}
.imgArea, #logo, #navigation {
    margin: 0 auto;
    max-width: 1300px;
    min-width: 828px;
    position: absolute;
    text-align: left;
    width: 50%;
    z-index: 100;
}
.imgArea {
    height: auto;
    max-height: 675px;
    min-height: 430px;
    position: relative;
}
#logo {
    margin-bottom: 6px;
}
#navigation {
    margin-top: 6px;
}
#menu {
    float: left;
    width: 270px;
}
.dropdown {
    overflow: visible;
    visibility: hidden;
}
.active {
    visibility: visible !important;
}
#motion, #visual, #blog, #contact, #visualactive, #motionactive {
    background-image: url("images/layout/buttons.jpg");
    float: left;
    height: 19px;
    padding-right: 13px;
}
#visual {
    width: 51px;
}
#visual:hover, #visualactive {
    background-position: 0 -20px !important;
    width: 51px;
}
#visual:hover .dropdown, #motion:hover .dropdown {
    visibility: visible;
}
#motion {
    background-position: 0 -40px;
    width: 54px;
}
#motion:hover, #motionactive {
    background-position: 0 -60px;
    width: 54px;
}
#blog {
    background-position: 0 -80px;
    width: 38px;
}
#blog:hover {
    background-position: 0 -100px;
}
#contact {
    background-position: 0 -120px;
    padding: 0;
    width: 71px;
}
#contact:hover, .con {
    background-position: 0 -140px !important;
}
#fashion, #beauty, #people {
    background-image: url("images/layout/buttons.jpg");
    height: 19px;
    width: 66px;
}
#fashion {
    background-position: 0 -160px;
    margin-top: 19px;
}
#fashion:hover, .fon {
    background-position: 0 -180px !important;
}
#beauty {
    background-position: 0 -200px;
}
#beauty:hover, .bon {
    background-position: 0 -220px !important;
}
#people {
    background-position: 0 -240px;
}
#people:hover, .pon {
    background-position: 0 -260px !important;
}
#video, #makingof {
    background-image: url("images/layout/buttons.jpg");
    height: 19px;
    width: 78px;
}
#video {
    background-position: 0 -280px;
    margin-top: 19px;
}
#video:hover, .von {
    background-position: 0 -300px !important;
}
#makingof {
    background-position: 0 -320px;
}
#makingof:hover, .mon {
    background-position: 0 -340px !important;
}
.projInfo {
    font-size: 11px;
    margin-left: 300px;
    padding-top: 2px;
}
#minus, .desc, #plus {
    float: left;
}
#minus, #plus {
    background-repeat: no-repeat;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    width: 15px;
}
#minus {
    background-image: url("images/layout/buttons.jpg");
    background-position: 0 -400px;
}
#minus:hover {
    background-position: 0 -420px;
}
#plus {
    background-image: url("images/layout/buttons.jpg");
    background-position: 0 -360px;
}
#plus:hover {
    background-position: 0 -380px;
}
#cont {
    background: none repeat scroll 0 0 #141414;
    color: #949494;
    font-size: 12px;
    height: 430px;
    margin: 4px auto 0;
    text-align: left;
    width: 828px;
}
#contleft {
    float: left;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 25px;
    width: 350px;
}
#contright {
    margin-left: 425px;
    padding-left: 25px;
    padding-right: 30px;
    padding-top: 50px;
    width: 320px;
}
.contpoint {
    border-bottom: 2px solid #6E6E6E;
    height: 20px;
    margin-bottom: 10px;
}
.contarea {
    border-bottom: 2px solid #6E6E6E;
    padding-bottom: 2px;
}
.tag {
    float: left;
    height: 20px;
    width: 70px;
}
input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    font-family: arial;
    font-size: 12px;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 268px;
}
textarea {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    font-family: arial;
    font-size: 12px;
    height: 200px;
    width: 268px;
}
#send {
    background-image: url("images/layout/buttons.jpg");
    background-position: 0 -440px;
    background-repeat: no-repeat;
    height: 18px;
    margin-left: 306px;
    margin-top: 5px;
    padding-bottom: 1px;
    width: 44px;
}
#send:hover {
    background-position: 0 -460px;
}
Probier das mal aus
Mit Zitat antworten