/************************************************************************************/ /* File: listings.asp /* Author: Henric oeberg, Cell Network AS /* Created: 16 November 2000 /* Comment: Affects listings used inside modules. Normally used when to show /* Search results of different kind. /* Note: All listings showed on the Homepage are controlled in "homepage.css" /* Supports: Windows(IE4/IE5/IE5.5) Mac(IE5) /* ---------------------------------------------------------------------------------*/ /* General list properties /* ---------------------------------------------------------------------------------*/ .Listings-Header { width : 100%; } .Listings-AddItem { font-size : xx-small; color : green; cursor : hand; position : relative; top : -1px } /* ---------------------------------------------------------------------------------*/ /* Header details (Color and border properties on the header row) /* ---------------------------------------------------------------------------------*/ .Listings-FirstColumn, .Listings-MiddleColumn, .Listings-LastColumn { border-top : 1px solid #000000; border-bottom : 1px solid #000000; padding-bottom : 2px; background : #888888 } .Listings-FirstColumn { border-left : 1px solid #000000 } .Listings-LastColumn { border-right : 1px solid #000000 } .Listings-FirstColumn, .Listings-MiddleColumn, .Listings-LastColumn, .Listings-ListItem, .Listings-Hyperlink { padding-left : 5px; padding-right : 10px; } /* ---------------------------------------------------------------------------------*/ /* Header label details (Color and Size on labels inside the header) /* ---------------------------------------------------------------------------------*/ .Listings-HeaderLabel, .Listings-HeaderLabelSort { font-size : xx-small; color : #FFFFFF } .Listings-HeaderLabelSort { text-decoration : underline; cursor : hand } /* ---------------------------------------------------------------------------------*/ /* Row properties (Color on listed rows) /* ---------------------------------------------------------------------------------*/ .Listings-ListRowLight { background : #FFFFFF } .Listings-ListRowDark { background : #F5F5F5 } /* ---------------------------------------------------------------------------------*/ /* Icons (icons used in combination with a listitem, normally the name) /* Also used for positioning the related Name beside the icon. /* ---------------------------------------------------------------------------------*/ .Listings-Icon { padding-bottom : 1px } .Listings-ListItemIcon { padding-bottom : 1px } .Listings-ListItemIconImage { margin-bottom : 1px; margin-right : 5px; } /* ---------------------------------------------------------------------------------*/ /* Text properties (Controls the typeface and size of the listed content) /* ---------------------------------------------------------------------------------*/ .Listings-ListItem, .Listings-ListItemIcon, .Listings-Hyperlink { font-family : Arial; font-size : xx-small; } .Listings-ExternalItem { color : red } .Listings-ListItemFaq { width : 560px; padding-top : 10px; font-size : x-small; padding-top : 7px; } .Listings-ListItemBorder { height :30px; border-bottom :1px Solid #CACACA; width :100%; } /* ---------------------------------------------------------------------------------*/ /* Tool icons (Position of the icon used as a tool, to the very right of a row) /* Normally used as "Properties", "Edit" and "Delete" tools. /* ---------------------------------------------------------------------------------*/ .Listings-ListItemTools { vertical-align : top; padding-left : 20px; padding-right : 5px } .Listings-IconTool { margin-left : 5px }