<apex:page sidebar="false" showHeader="false" standardStylesheets="false">
<apex:stylesheet value="{!$Resource.CustomMainStyle}"/>
<apex:stylesheet value="{!URLFOR($Resource.CustomStyleZip,'/CustomStyleZipFolder/main.css')}"/>
<apex:includeScript value="{!$Resource.MyJSFile}"/>
<apex:includeScript value="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" />
<apex:image value="{!URLFOR($Resource.CustomStyleZip,'/CustomStyleZipFolder/images/sfLogo.png')}" width="100" height="50"/>
<apex:outputLable value="Label Name" for="item"/>
<apex:inputField id="item" value="{!item__c.Name}">
<apex:detail>, <apex:pageBlock>, <apex:pageBlockTable>, and <apex:relatedList>
<apex:stylesheet value="{!$Resource.CustomMainStyle}"/>
<apex:stylesheet value="{!URLFOR($Resource.CustomStyleZip,'/CustomStyleZipFolder/main.css')}"/>
<apex:includeScript value="{!$Resource.MyJSFile}"/>
<apex:includeScript value="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" />
<apex:page standardStylesheets="false"/> <apex:include pageName="myStylePage"/> </apex:page>
<apex:image value="{!URLFOR($Resource.CustomStyleZip,'/CustomStyleZipFolder/images/sfLogo.png')}" width="100" height="50"/>
<apex:outputLable value="Label Name" for="item"/>
<apex:inputField id="item" value="{!item__c.Name}">
<apex:detail>, <apex:pageBlock>, <apex:pageBlockTable>, and <apex:relatedList>