﻿/* WebBBS default style - http://webbbs-team.org - Last changed: 2006-11-22 */

div#wrapper    { float: left; width: 100%; } 

div#content    { margin: 0 180px; } 

div#navigation { float: left; width: 180px; margin-left: -100%; } 

div#extra      { float: left; width: 180px; margin-left: -180px; } 

div#footer     { clear: left; width: 100%; } 

 

/* additional css to fine-tune the look, for example: */ 

 

div#header h1 { 

    height: 80px; 

    line-height: 80px; 

    margin: 0; 

    padding-left: 10px; 

    background: #006; 

    color: #fff; 

} 

div#footer    { background: #00B; color: #fff; } 

div#footer p  { margin: 0; padding: 5px 10px; }