Global CSS
/* Permission Errors ============================== */ /* Title bar of the error window */ #ohandle-1.title { color: #F5F5F5; /* set the color to match the background color to hide the default text*/ } #ohandle-1.title:before { content: "This page is not available. It may incomplete or reserved for administrators."; /* display this content before the title text */ color: darkred; /* change font color if you wish */ font-size: 18px; /* change font size if you wish */ } /* completely hide the paragraph text with the default Wikidot messages */ #owindow-1.owindow p { display: none; } /* Hide "Please Note:" text*/ #owindow-1.owindow h1 { color: white; } #owindow-1.owindow h1:before { content: "Sorry, that option is for administrative use only."; /* display this before the "Please Note" text */ color: black; /* change font color if you wish */ font-size: 18px; /* change font size if you wish */ } /* Place here any CSS code that you would like to affect both the Default and Home themes */