Looking at the underlying css, any and all overlay specific code is missing. Managed to fix things by adding an additional CSS file:
css/overlay.css
/*
*
* Overlay
*
*/
/* Structure
-------------------------------------------------------------- */
#overlay-content #top, #navigation-primary, #header-images {
display: none;
}Further, had to modify the css includes:
marinelli.info
stylesheets[all][] = css/comments.css
stylesheets[all][] = css/overlay.css <---- added this line
stylesheets[all][] = css/pages/maintenance-page.cssOf course cleared caches and viola... fixed.
Its a pity there has not been a commit to this theme for a VERY long time.
Comments
Comment #1
polskikrol commentedN00b CSS mistake, the following is the correct version: