10/24/2005

SharePoint Design Tip: Condense those My Site Styles


So instead, utilize some CSS code to take this step out. Replace all of the code in OWSPERS.css with three Import tags:
@import url(ows.css);@import url(sps.css);@import url(menu.css);

This will import in all of the code from those three files, freeing you of multiple location updates and of one very, very long css file. From here you can add on any custom styles or changes for personal sites and manage it much easier.

The order of the @import tags is important, you want to keep SPS pulling after OWS. OWS is for portals and WSS sites, while SPS is only for portals and has some overriding attributes.
Great tip! :) no?
-
EROL MVP SPS
http://www.clubsps.org

Aucun commentaire: