Darin steht nur:
PHP Code:
<div id="eq6"><img style="height:32px; width:32px; background-position: -64px 0px; background-image:url(img/mantel.png);" />
</div>
Meine ganze CSS Datei, bitte nicht umfallen, bin ziemlich schlecht in CSS :-D:
PHP Code:
/* LEXICON CSS */
body{
margin: 0;
padding: 0;
}
.search {
color:#966e37;
font-family: helvetica;
font-size: 13px;
background: url("img/button.png") no-repeat scroll 0 0 transparent;
cursor: pointer;
width: 105px;
height: 41px;
vertical-align: 18px;
margin-left: 15px;
font-weight: 500;
}
#lexicon_form{
margin-top: 50px;
width:700px;
height:55px;
margin-left:auto;
margin-right:auto;
background-color:#26282e;
background-color: rgba(38,40,46,0.9);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border:1px solid #777777;
border-top:1px solid #cfcfcf;
-webkit-box-shadow: 0px 0px 3px #000;
-moz-box-shadow: 0px 0px 3px #000;
font-size: 12px;
line-height:1.5;
}
#text_lexicon {
font-family: Verdana;
font-size: 14px;
margin: 0;
text-shadow:#000 0 0 1px;
letter-spacing: 0.9px;
color:#8A8A8A;
float: left;
}
#lexicon_char_bg
{
background-image: url(img/lexicon_char_bg.png);
width: 424px;
height: 300px;
margin-left: 28%;
margin-top: 150px;
}
#lexicon_eq_form
{
margin-top: -50%;
}
/*KÖRPER*/
#eq1{
left: 955px;
top: 785px;
position: absolute;
}
#eq2{
left: 955px;
top: 822px;
position: absolute;
}
#eq3{
left: 955px;
top: 859px;
position: absolute;
}
#eq4{
left: 955px;
top: 896px;
position: absolute;
}
#eq5{
left: 955px;
top: 933px;
position: absolute;
}
#eq6{
left: 955px;
top: 970px;
position: absolute;
}
/*SCHMUCK*/
#accs1{
margin-left:468px;
margin-top: -32px;
}
#accs2{
margin-left: 51.5%;
margin-top: -32px;
}
#accs3{
margin-left: 541px;
margin-top: -32px;
border: 0 !important;
}
#accs4{
margin-left: 579px;
margin-top: -32px;
}
#accs5{
margin-left: 615px;
margin-top: -32px;
}
/*WAFFEN*/
#w1{
margin-left:400px;
margin-top: -65px;
}
#w2{
margin-left:363px;
margin-top: -32px;
}
#w3{
margin-left:324px;
margin-top: -32px;
}
/*TASCHEN*/
#bag1{
padding-left:3.5%;
margin-top:-32px;
}
#bag2{
padding-left:3.5%;
margin-top: -68px;
}
#bag3{
padding-left:3.5%;
margin-top: -69px;
}
#bag4{
padding-left:3.5%;
margin-top:-69.5px;
}
#bag5{
padding-left:3.5%;
margin-top: -70px;
}
#bag6{
padding-left:3.5%;
margin-top: -68px;
}