|
The iconography found in this section was designed to provide a common set of icons to use on Sun's web properties. By using the same iconography, we ensure a consistent look and feel. This gives our users familiar iconography to help them interact with our content regardless of which area they may be visiting. Do not create new icons based on the ones you see here or alter them in any way. If you have a special need or would like to see something added to the iconography section, please contact us at webdesign@sun.com. All of the icons here are found in the Contents:Icons and DingbatsCSS Icons For Links and ListsBoth links and unordered lists can be classed to give them special bullets. Possible classes to use are: Links:Example: <a class="popicon" href="...">. Sample text: Aliquam Foo Bar pede eu arcu. Donec elementum tincidunt nisl. Foo Bar a ipsum et nisl ante vel enim condimentum porttitor. Nunc dictum Foo Bar mattis. Nulla in ante vel enim condimentum porttitor. volutpat. Nullam mattis velit id odio. Phasellus leo nibh, eleifend nec, tempor eget, Foo Bar malesuada, nisi. Foo Bar Sed nec turpis in malesuada, nisi. Foo Bar mauris sol lic Sed nec turpis in malesuada, nisi. Foo Bar mauris itudin. Left Placement Example: <a class="iconleft popicon" href="...">. Sample text: Aliquam Foo Bar pede eu arcu. Donec elementum tincidunt nisl. Foo Bar a ipsum et nisl ante vel enim condimentum porttitor. Nunc dictum Foo Bar mattis. Nulla in ante vel enim condimentum porttitor. Nunc interdum elit non sem. Aenean varius varius neque. Foo Bar erat volutpat. Nullam mattis velit id odio. Phasellus leo nibh, Foo Bar nec, tempor eget, imperdiet malesuada, nisi. Sed nec ada, nisi. Foo Bar mauris sol lic Sed nec turpis in malesuada, nisi. Foo Bar mauris itudilicitudin. Unordered Lists:The <ul> tag must get the "icons" class: <ul class="icons">. Then the specific icon class can be given to the <ul> tag directly, to style the whole list, or to the individual <li> elements, to style individual items: Code Example
<!-- style the entire list -->
<ul class="popicon icons">
<li><a href="{linkplaceholder}">Sample item</a></li>
<li><a href="{linkplaceholder}">Sample item</a></li>
</ul>
<!-- style items individually -->
<ul class="icons">
<li class="pdficon"><a href="{linkplaceholder}">Sample item</a></li>
<li class="popicon"><a href="{linkplaceholder}">Sample item</a></li>
</ul>
See the pc08v7 component for more details. Form ButtonsSun uses styled form buttons instead of images. All forms should use the styled form buttons shown below. Feed IconsSun.com uses this set of universally-recognized, technology-agnostic feed icons. Note: the old orange [XML] and [RSS] badge icons should no longer be used.Note: Feed icons should link directly to XML feeds, rather than pages describing or listing feeds.Download /imThe /im directory can be requested as part of the Global Assests Request download package. | |||||||