← Prev in month ← Prev in thread
Next in thread → Next in month →

[wsrp] CSS usage in Oracle Portal

From
Michael Freedman <>
Date
2002-05-22T19:50:30+00:00
ID
Thread
[wsrp] CSS usage in Oracle Portal
Sorry this took so long to get.  This is the set of elements/properties
available to portlet developers today:

The left column is the element name.  The right column is the element
property.  Depicted values are examples.  Basically we model two levels
of banners (Header and Subheader) plus a body.  Within the body there
are 4 Heading styles and 4 corresponding text styles.  The left/right
curves are artifacts of how we want our banners to appear.

I hope this helps.
    -Mike-

    PortletHeaderColor       Background-Color =  #336699

    PortletHeaderText    Color = #FFFFFF
    PortletHeaderText    Font-Family = "Arial, Helvetica"
    PortletHeaderText    Font-Size = "10pt"
    PortletHeaderText    Font-Style = "Bold"
    PortletHeaderText    Font-Decoration = "None"

    PortletHeaderLink  Color = #FFFFFF
    PortletHeaderLink     Font-Family = "Arial, Helvetica"
    PortletHeaderLink    Font-Size = "8pt"
    PortletHeaderLink    Font-Style = "Plain"
    PortletHeaderLink    Font-Decoration = "None"

    LeftCurve   Background-Attachment = scroll
    LeftCurve   Background-Image = /images/FFFFFF
    LeftCurve   Background-Position = left top
    LeftCurve   Background-Repeat = no-repeat

    RightCurve   Background-Attachment = scroll
    RightCurve   Background-Image = /images/FFFFFF
    RightCurve   Background-Position = right top
    RightCurve   Background-Repeat = no-repeat

    PortletSubHeaderColor  Background-Color =  #EEEEDD

    PortletSubHeaderText Color = #000000
    PortletSubHeaderText   Font-Family = "Arial, Helvetica"
    PortletSubHeaderText   Font-Size = "9pt"
    PortletSubHeaderText   Font-Style = "Plain"
    PortletSubHeaderText   Font-Decoration = "None"

    PortletSubHeaderLink Color = #000000
    PortletSubHeaderLink   Font-Family = "Arial, Helvetica"
    PortletSubHeaderLink   Font-Size = "9pt"
    PortletSubHeaderLink   Font-Style = "Plain"
    PortletSubHeaderLink   Font-Decoration = "None"

    PortletBodyColor   Background-Color =  #FFFFFF

    PortletHeading1  Color = #336699
    PortletHeading1    Font-Family = "Arial, Helvetica"
    PortletHeading1    Font-Size = "9pt"
    PortletHeading1    Font-Style = "Bold"
    PortletHeading1    Font-Decoration = "None"

    PortletText1  Color = #000000
    PortletText1    Font-Family = "Arial, Helvetica"
    PortletText1    Font-Size = "8pt"
    PortletText1    Font-Style = "Plain"
    PortletText1    Font-Decoration = "None"

    PortletHeading2  Color = #336699
    PortletHeading2    Font-Family = "Arial, Helvetica"
    PortletHeading2    Font-Size = "8pt"
    PortletHeading2    Font-Style = "Bold"
    PortletHeading2    Font-Decoration = "None"

    PortletText2  Color = #000000
    PortletText2    Font-Family = "Arial, Helvetica"
    PortletText2    Font-Size = "8pt"
    PortletText2    Font-Style = "Plain"
    PortletText2    Font-Decoration = "None"

    PortletHeading3  Color = #336699
    PortletHeading3    Font-Family = "Arial, Helvetica"
    PortletHeading3    Font-Size = "7pt"
    PortletHeading3     Font-Style = "Bold"
    PortletHeading3     Font-Decoration = "None"

    PortletText3  Color = #000000
    PortletText3    Font-Family = "Arial, Helvetica"
    PortletText3    Font-Size = "7pt"
    PortletText3    Font-Style = "Plain"
    PortletText3    Font-Decoration = "None"

    PortletHeading4  Color = #336699
    PortletHeading4    Font-Family = "Arial, Helvetica"
    PortletHeading4    Font-Size = "7pt"
    PortletHeading4     Font-Style = "Bold"
    PortletHeading4     Font-Decoration = "None"

    PortletText4  Color = #000000
    PortletText4    Font-Family = "Arial, Helvetica"
    PortletText4    Font-Size = "7pt"
    PortletText4    Font-Style = "Plain"
    PortletText4    Font-Decoration = "None"
← Prev in month ← Prev in thread
Next in thread → Next in month →