Witam, mam taki oto styl forum: www.empireofdeath.ugu.pl
Jak widać, przez reklamę napis który jest pozycjonowany w CSS został u góry, a reszta poszła w dół.
No i teraz mam taki pliczek CSS(część bo cały się nie mieści):
#wrap {
padding-right: 70px;
padding-left: 70px;
padding-top: 0px;
padding-bottom: 0px;
min-width: 650px;
z-index: 2;
}
#leftborder {
background: url({T_THEME_PATH}/images/leftborder.jpg);
width: 70px;
position:fixed;
top:0;
bottom:0;
left:0px;
}
#rightborder {
background: url({T_THEME_PATH}/images/rightborder.jpg);
width: 70px;
position:fixed;
top:0;
bottom:0;
right:0px;
}
#simple-wrap {
padding: 6px 10px;
z-index: 3;
}
#page-body {
margin: 4px;
clear: both;
}
#page-footer {
clear: both;
}
#page-footer h3 {
margin-top: 20px;
}
#logo {
float: left;
width: auto;
padding: 10px 13px 0 10px;
}
a#logo:hover {
text-decoration: none;
}
/* Search box
--------------------------------------------- */
#search-box {
color: #FFFFFF;
position: relative;
margin-top: 0px;
margin-right: 5px;
display: block;
float: right;
text-align: right;
white-space: nowrap; /* For Opera */
}
#search-box #keywords {
width: 95px;
background-color: #FFF;
}
#search-box input {
border: 1px solid #b0b0b0;
}
/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
padding: 1px 5px;
}
#search-box li {
text-align: right;
margin-top: 4px;
}
#search-box img {
vertical-align: middle;
margin-right: 3px;
}
/* Site description and logo */
#site-description {
float: center;
width: 100%;
z-index:3;
margin-bottom:-2px;
padding: 0px;
vertical-align:bottom;
width:100%;
background: url({T_THEME_PATH}/images/header_bg_widescreen.jpg) repeat-x scroll -80px 0;
}
#site-nameplate {
z-index:5;
position:relative;
top:0px;
left:0px;
}
#site-nameplate img {
margin-left:50px;
width:181px;
height:235px;
}
#site-nameplate-text {
z-index:6;
text-shadow: 0px 0px 10px #f2e019, 0px 0px 6px #e43f19;
font-family: 'IM Fell Great Primer', Verdana, Helvetica, Arial, sans-serif;
font-size: 19px;
font-weight:bold;
color:#f2e019;
position:absolute;
top:138px;
left:135px;
}
#site-nameplate-text hr {
color:#f2e019;
background-color:#f2e019;
border:0px;
width:150px;
}
#site-nameplate-text span {
font-size:15px;
margin-left:50px;
}
#site-description h1 {
margin-right: 0;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
background: none repeat-x 0 0;
color: #FFFFFF;
margin-bottom: 4px;
padding: 0 0;
height: 270px;
}
span.header-bottom, span.header-bottom span, span.header-bottom span span{
font-size: 1px;
line-height: 1px;
display: block;
height: 30px;
background-repeat: no-repeat;
}
span.header-bottom {
background-image: url({T_THEME_PATH}/images/repeatableheader.png);
background-position: 0% 100%;
background-repeat: repeat-x;
}
Męcze się z tym już prawie dwa dni, i gdzie bym nie zmienił, napis nawet się nie ruszy..