/** * Gringo, for Drupal 5.0 * Don Diego, d.f.lago [at] googlemail [dot] com */ @import "../style.css"; /** * Layout. */ /*HEADER CONTROLS*/ /**/ #header { width: 98%; margin: 0 auto; height: 75px; position: relative; text-align: center; } #wrapper-footer { background: #000000; text-align: center; margin-bottom: 10px; } #wrapper-footer-inner{ background: #FFFFFF; width: 98%; height: 15px; margin: 0 auto; border-style: none; } #leftcurvebtm { background: #FFFFFF url(../images/leftcurvebtm.gif) no-repeat; float: left; height: 15px; width: 20px; margin: 0px; padding: 0px; } #rightcurvebtm { background: #FFFFFF url(../images/rightcurvebtm.gif) no-repeat; float: right; height: 15px; width: 20px; margin: 0px; padding: 0px; } #footer-fix{ background: #000000; width: 98%; height: 5px; margin: 0 auto 0; } /**/ /**/ #navcontainer { width: 100%; margin: 0px; clear: both; position: absolute; top: 73px; background: url(../images/menu_bg.gif) repeat-x left bottom; height: 25px; padding: 0px; left: 0px; right: 0px; bottom: 0px; text-align: center; } #innernav { width: 510px; margin: 0px auto; clear: both; height: 25px; padding: 0px; } /**/ /**/ #leftcurve { background: url(../images/leftcurve1.jpg) no-repeat; float: left; height: 75px; width: 315px; margin: 0px; padding: 0px; } /**/ /**/ #rightcurve { background: url(../images/rightcurve1.jpg) no-repeat; float: right; height: 75px; width: 315px; margin: 0px; padding: 0px; } /**/ #header-block { position: absolute; top: 0.5em; right: 0; width: 48em; height: 1.6em; } #main { width: 98%; margin: 0 auto; padding-top: 1.6em; text-align: left; } /*#sidebar-left { width: 17%; margin-top: 2.2em; float: left; } #sidebar-right { width: 22.5%; float: right; margin-top: 2.2em; }*/ /**/ #sidebar-left { width: 17%; /*margin-top: 2.2em;*/ float: left; } #sidebar-right { width: 22.5%; float: right; /* margin-top: 2.2em;*/ } /**/ #center { width: 100%; /* if #center is the only column */ float: left; } body.sidebar-left #center { /* if #center and #sidebar-left are showing */ width: 100%; } body.sidebar-right #center { /* if #center and #sidebar-right are showing */ width: 76%; } /*body.sidebars #center { if #center, #sidebar-left and #sidebar-right are showing width: 74.4%; }*/ /**/ body.sidebars #center { /* if #center, #sidebar-left and #sidebar-right are showing */ width: 72.2%; background: #eee; /*adds content bg color and padding*/ padding: 10px; } /*styles below adds curved corners top & bottom of main content*/ #cnttop { height: 15px; width: 74.7%; background: #eee; } #leftcurvecnttop { background: url(../images/leftcurvecnttop.gif) no-repeat; float: left; height: 15px; width: 20px; } #rightcurvecnttop { background: url(../images/rightcurvecnttop.gif) no-repeat; float: right; height: 15px; width: 20px; } #cntbtm { height: 15px; width: 77%; background: #eee; } #leftcurvecntbtm { background: url(../images/leftcurvecntbtm.gif) no-repeat; float: left; height: 15px; width: 20px; } #rightcurvecntbtm { background: url(../images/rightcurvecntbtm.gif) no-repeat; float: right; height: 15px; width: 20px; } /**/ body.sidebar-left #content { /* if #center and #sidebar-left are showing */ float: right; width: 80%; } body.sidebar-right #content { /* if #center and #sidebar-right are showing */ float: left; width: 100%; } body.sidebars #content { /* if #center, #sidebar-left and #sidebar-right are showing */ width: 80.4%; float: right; } #footer { clear: both; padding-top: 4em; text-align: center; } /** * Administer. */ body.sidebars div.admin .left, body.sidebars div.admin .right { width: 48%; margin: 0; } body.sidebars div.admin .left { float: left; } body.sidebars div.admin .right { float: right; } #system-themes table td, #system-themes table th { margin: 0; padding: 1em 0; }