To use this skin for the mojoPortal Admin Toolbar, follow the 
instructions on the mojoPortal website for creating the toolbar.
http://www.mojoportal.com/creating-an-admin-toolbar.aspx

After creating the toolbar, follow the steps below:

1) Copy the contents of the jqtoolbar directory found in the zip
   to the \data\styles\jqtoolbar directory on your server. 
   
   This should be the style-i7.css and 5 png image files that
   will be used as icons.

2) Copy the following line to the style.config file located in
   the directory containing the skin you use on your mojoPortal
   site. Once you have copied this line to the style.config, 
   remove any other line referencing the jqtoolbar directory.
   
   <file cssvpath="/Data/style/jqtoolbar/style-i7.css" imagebasevpath="/Data/style/jqtoolbar/">none</file>
   
3) Open the layout.master file located in the directory containing
   the skin you use on your mojoPortal site. Find each one of the
   lines below and add the rel="..." portion to the controls.
   
   <portal:AdminMenuLink id="lnkAdminMenu" runat="server" rel="admin"/>
   <portal:FileManagerLink id="lnkFileManager" runat="server" rel="filemgr"/>
   <portal:NewPageLink id="lnkNewPage" runat="server" rel="addpage" />
   <portal:PageEditFeaturesLink id="lnkPageContent" runat="server" rel="pageedit"/>
   <portal:PageEditSettingsLink id="lnkPageSettings" runat="server" rel="pagesettings"/>
   
   
For questions or comments, please go to http://i7media.net/skinning-the-mojoportal-admin-toolbar .

