Hello there,

I'm using a zen based sub-theme. I've basically copied my page.tpl.php file and renamed it to maintenance-page.tpl. I have a CSS file defined within this page called maintenance.css, this has been declared within my .info file. The maintenance page itself is now using my theme but doesn't seem to be finding the CSS file and implementing any layout changes. I've cleared the cache and still no luck. What file does Zen use by default to control the CSS of a maintenance page?

Many thanks

Comments

vm’s picture

likely maintenance.css in the system.module which also has the maintenence.tpl.php file that could have been used I think.

TGReaver’s picture

Thank you, I'll start tinkering with that.