Code: Select all
/********** DESCRIPTION START **********
Site: Mindboards
Description: Minimizing header height and maximizing post width
Author: Spiller
Created: 14-08-2011 [DD-MM-YYYY]
Last update: 14-08-2011 [DD-MM-YYYY]
/********** DESCRIPTION END **********/
/********** HEADER MINIMIZE START **********/
#logo{ display:none !important; }
#site-description h1{ margin-top:0px !important; }
#site-description p{ margin-bottom:5px !important; }
#site-description .skiplink{ display:none !important; }
/**** Move search box up, absolute positioning ****/
#search-box{
position: absolute !important;
float: none !important;
top: 12px !important;
/* Move it to the left completely and use the full width */
left: 0 !important;
width: 100% !important;
}
#search-box form{
float:right !important;
margin-right: 20px !important;
}
/********** HEADER MINIMIZE END **********/
/********** WIDTH MAXIMIZE START **********/
#wrap{ padding: 5px 5px 0 5px !important; }
/********** WIDTH MAXIMIZE END **********/