paulwetter / DocumentConfigMgrCB

This script attempts to document your entire Configuration Manager (MEMCM/SCCM) environment
https://wetterssource.com/documentconfigmgrcb
172 stars 45 forks source link

Added StyleSheet param #24

Closed Skatterbrainz closed 5 years ago

Skatterbrainz commented 6 years ago

Added StyleSheet parameter to support custom CSS formatting at runtime. Note: There is still a lot of hard-coded formatting throughout which should be moved to a central style table for easier maintenance.

paulwetter commented 6 years ago

I'd be fine with this addition. But, I think I'd prefer that it reads the style sheet and writes it into the header fully vs referencing an external style sheet. That way you don't have to worry about it dragging another file around with it. Keeps it more portable. What are your thoughts on this? Then in future revisions, can look at pulling more into the header from the hard coded locations. Also assign classes throughout so styling could be that much easier.

Skatterbrainz commented 6 years ago

That makes very good sense to me as well.

ChadSimmons commented 6 years ago

I like the idea of an external CSS ingested into the final HTML.