[eluser]Tones_[/eluser]
have you thought about using a global css file like something phpbb use where your index page calls this file, and within that file it lists your other css files
Code:
@import url("smf.css");
@import url("mediawiki.css");
@import url("ci.css");
probably would take just as much work and you're better off with the route you're taking, but it was just a thought.