21 lines
709 B
CSS
21 lines
709 B
CSS
|
/*
|
||
|
#body, #header, #bottombar, #footer .text { width: 800px; }
|
||
|
#sidebar, #sidebar .side-widget { width: 180px; }
|
||
|
#secondsidebar, #secondsidebar .side-widget { width: 180px; }
|
||
|
#leftcontent, .commentlist { width: 553px; }
|
||
|
#leftcontent img { max-width: 533px; }
|
||
|
|
||
|
#footerbar { }
|
||
|
#title { float: left; }
|
||
|
#description { clear: left; float: left; }
|
||
|
#searchform { float: right; padding: 30px 20px 0 0; }
|
||
|
#leftcontent { margin: 0 4px 0 20px; }</style>
|
||
|
*/
|
||
|
#page { width: 1024px; }
|
||
|
.page { width: 1024px; }
|
||
|
#conteneur-wrap { background: url(./img/1024bg.png) repeat-y #333 center; }
|
||
|
#navigation{width: 180px;}
|
||
|
#contenu{width: 747px;}
|
||
|
#extra-wrap{ background: url(./img/1024bottom-alt.png) no-repeat top #333;}
|
||
|
|