Skinning "The page does not (yet) exist."
EDIT: Never mind, I was doing it wrong.
My site does not expose users to normal wiki editing; there is one category where they can add items to a list through data forms. As such, the brief popup asking them if they want to create a page (before the form appears) looks out of place, and I'd like to hide it.
I've experimented with adding this to the CSS (to be overriden elsewhere) but it only seems to affect already-created pages.
#main-content, #page-title, #page-content {
display: none !important;
}
Is there any way to pull this off?





