25 lines
436 B
CSS
25 lines
436 B
CSS
.ad_720x90 {
|
|
background-image: url("../img/ads/banner720x90.png");
|
|
}
|
|
|
|
.ad_160x600 {
|
|
background-image: url("../img/ads/banner160x600.png");
|
|
}
|
|
|
|
.ad_90x720 {
|
|
background-image: url("../img/ads/banner90x720.png");
|
|
}
|
|
|
|
#horizontal_header {
|
|
background: #96d3ff;
|
|
}
|
|
|
|
#profile_box {
|
|
background-color: #28B2FF;
|
|
display: block;
|
|
float: right;
|
|
text-align: center;
|
|
margin: 10px;
|
|
height: 90px;
|
|
width: 244px;
|
|
} |