Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Reikia pagalbos dėl kodavimo

Parašė Hehes· 2011 Rugp. 14 17:08:12
#1

Sveiki, iškilo bėda. Atsisiunčiau dizainą iš themes-lt.eu, bet dizainas blogai sukoduotas, yra klaidų. Štai ką meta - http://82.135.228.47/ats

Reikia, kad nusimanantis žmogus pakoreguotu.

Index.html failą prisegiau.

Štai style.css --->>

body {
 margin:50px 0px; padding:0px;
 text-align:left;
 background-color:#fff;
 }
 
#Content {

    width:680px;
    height:auto;
    margin:0px auto;
    text-align:left;
    padding:20px;
}

#header {
   position:absolute;
   background-image:url(images/header.png);
   width:680px;
   height:160px;
}

#header2 {
   position:absolute;
   background-image:url(images/header2.png);
   width:680px;
   height:100px;
   top:230px;
}

#line {
   position:absolute;
   background-image:url(images/line.png);
   width:543px;
   height:2px;
   top:330px;
}

#table {
   position:absolute;
   background-image:url(images/table.png);
   width:73px;
   height:21px;
   top:310px;
   right:780px;
}

a.meniu1 {
   position:absolute;
   font-family:Tahoma;
   font-weight:bold;
   font-size:11px;
   color:#fff;
   top:2px;
   left:10px;
   text-decoration: none;
}

#table2 {
   position:absolute;
   background-image:url(images/table.png);
   width:73px;
   height:21px;
   top:310px;
   right:860px;
}

a.meniu2 {
   position:absolute;
   font-family:Tahoma;
   font-weight:bold;
   font-size:11px;
   color:#fff;
   top:2px;
   left:11px;
   text-decoration: none;
}

#table3 {
   position:absolute;
   background-image:url(images/table.png);
   width:73px;
   height:21px;
   top:310px;
   left:640px;
}

a.meniu {
   position:absolute;
   font-family:Tahoma;
   font-weight:bold;
   font-size:11px;
   color:#fff;
   top:2px;
   left:5px;
   text-decoration: none;
}

a.page {
   position:absolute;
   font-stretch:semibold; font-family:Myriad Pro;
   font-size:30px;
   color:#ffba00;
   text-shadow: 0px 1px 0px #FFC;
   bottom:530px;
}

#selection {
   position:absolute;
   background-image:url(images/selection.png);
   width:96px;
   height:16px;
   bottom:510px;
}

#selection1 {
   position:absolute;
   background-image:url(images/selection.png);
   width:96px;
   height:16px;
   bottom:490px;
}

#selection2 {
   position:absolute;
   background-image:url(images/selection.png);
   width:96px;
   height:16px;
   bottom:470px;
}

#selection3 {
   position:absolute;
   background-image:url(images/selection.png);
   width:96px;
   height:16px;
   bottom:450px;
}

#selection4 {
   position:absolute;
   background-image:url(images/selection.png);
   width:96px;
   height:16px;
   bottom:430px;
}

#selection5 {
   position:absolute;
   background-image:url(images/selection.png);
   width:96px;
   height:16px;
   bottom:410px;
}

#selection6 {
   position:absolute;
   background-image:url(images/selection.png);
   width:96px;
   height:16px;
   bottom:390px;
}

a.selection {
   position:absolute;
   font-family:Tahoma;
   font-weight:bold;
   color:#72aa21;
   font-size:11px;
   left:20px;
   text-decoration:none;
}

a.page1 {
   position:absolute;
   font-stretch:semibold; font-family:Myriad Pro;
   font-size:18px;
   color:#ffba00;
   text-shadow: 0px 1px 0px #FFC;
   bottom:360px;
   text-decoration:none;
}

#line2 {
   position:absolute;
   background-image:url(images/line2.png);
   width:1px;
   height:180px;
   bottom:380px;
   left:730px;
}

#remas {
   position:absolute;
   background-image:url(images/remas.png);
   width:216px;
   height:148px;
   bottom:410px;
   left:740px;
}

#img {
   position:absolute;
   background-image:url(images/img.png);
   width:205px;
   height:138px;
   margin:5.3px;
}

a.title {
   position:absolute;
   font-family:Tahoma, Geneva, sans-serif;
   font-weight:bold;
   font-size:11px;
   color:#72aa21;
   top:370px;
   right:882px;
}

a.naujiena {
   position:absolute;
   font-family:Tahoma, Geneva, sans-serif;
   font-weight:bold;
   font-size:10px;
   width:200px;
   color:#888;
   top:390px;
   right:755px;
}
   
a.copyright {
   position:absolute;
   font-family:Tahoma, Geneva, sans-serif;
   font-size:10px;
   color:#7f7f7f;
   bottom:320px;
   right:760px;
}