I've just switched out the wiki engine behind commun-IT to go back to being mediawiki (same source code as wikipedia).
Single-sign on should work, so that if you are logged in to commun-IT, and hen go to the wiki and try to edit something, it should log you on and let you do it.
I will move over the couple of articles that were going on the old wiki in the next day or 2.
If anyone out these is good a css style sheets, I could use a hand debugging and making the wiki "feel" like the rest of the site...
./tim
Keywords: wiki
Comments
Looks goods. I tried it out and seems to be working.
The CSS looks good. Just the footer seems to be left. You might just use a php includes and use the footer from the main site, and then transfer the footer css from 1.css to monobook.css.
#footer {width:100%;
background-color:#b6cf84;
border-top:1px solid #d8efa6;
border-bottom:5px solid #94ae62;
padding-top:5px;
padding-bottom:5px;
color:#FFFFFF;
}
#footer a {
color:#FFFFFF;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-variant:small-caps;
}
#footer a:hover {
color:#FFFFFF;
text-decoration:underline;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-variant:small-caps;
}
.