This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plonetheme.pfbweb/plonetheme/pfbweb/static/css/style.css

58 lines
700 B
CSS

/* CSS Document */
body {
margin: 0;
padding: 0;
}
#global {
position:absolute;
left: 50%;
width: 960px;
margin-left: -480px; /* moitié de la largeur */
border: 1px;
margin-top:10px;
background-color:#CFC;
}
/* Header */
#header {
position: absolute;
margin-left: 20px;
width: 700px;
height: 195px;
float:left;
}
#rcol {
padding-top:0px;
position: absolute;
width: 180px;
margin-left: 760px;
float:left;
}
#lcol {
width: 170px;
margin-top:205px;
margin-left: 20px;
position: absolute;
}
#content {
width: 510px;
margin-left: 210px;
margin-top: 205px;
position: absolute;
}
#global div {
}
#footer {
position: relative;
padding-top:20px;
border: 0px;
width:730px;
}