/************************************************************************************/ /* File: mainframe.asp /* Author: Henric oeberg, Cell Network AS /* Created: 10 November 2000 /* Comment: Affects the mainframe area in general and design elements /* located outside of the content in typical. /* Note: Should be included in all files viewed inside the mainframe /* or a pop-up window! /* Supports: Windows(IE4/IE5/IE5.5) Mac(IE5) /* ---------------------------------------------------------------------------------*/ /* General application properties /* ---------------------------------------------------------------------------------*/ A { text-decoration : underline } A:visited { color : #6A4F9A } BODY, P, TD, DIV, INPUT, TEXTAREA, SELECT { font-family : Arial; font-size : x-small; } BODY { margin : 10px; background : ; /* Added by Marcus Eikeland */ scrollbar-face-color : ; scrollbar-highlight-color : ; scrollbar-arrow-color : ; scrollbar-3dlight-color : ; scrollbar-track-color : ; scrollbar-darkshadow-color : ; scrollbar-shadow-color : ; } BODY.Mainframe-Window { margin : 0px; background : } /* ---------------------------------------------------------------------------------*/ /* Element: PageTop (structure-, module name and hyperlinks etc.) /* ---------------------------------------------------------------------------------*/ A.Mainframe-ToolbarLink, A.Mainframe-ToolbarLink:visited { color : #000000; font-size : xx-small } A.Mainframe-ToolbarLinkDisabled, A.Mainframe-ToolbarLinkDisabled:visited { color : #666666; font-size : xx-small } DIV.Mainframe-Toolbar { height : 20px; padding : 6px; padding-top : 0px;; background : #F7F7F7; border-top : 1px solid #DDDDDD; border-bottom : none } DIV.Mainframe-StructureIdentifier, DIV.Mainframe-ModuleIdentifier { width : 40%; border-top : 1px solid #DDDDDD; border-left : 1px solid #DDDDDD; border-right : 1px solid #666666; border-bottom : none } DIV.Mainframe-StructureIdentifier { padding : 3px; padding-left : 5px; background : #666666 } DIV.Mainframe-ModuleIdentifier { padding-top : 3px; padding-left : 5px; background : #E7E7E7 } IMG.Mainframe-ModuleIcon16 { margin-right : 7px; } SPAN.Mainframe-StructureName { font-size : xx-small; color : #FFFFFF } SPAN.Mainframe-ModuleName { font-size : xx-small; font-weight : bold; color : #000000; position : relative; top : -3px } /* ---------------------------------------------------------------------------------*/ /* Border properties (border around all type of content in the mainframe) /* ---------------------------------------------------------------------------------*/ DIV.Mainframe-Toolbar, DIV.Mainframe-ContentBorder { width : 98%;; border-left : 1px solid #DDDDDD; border-right : 1px solid #666666; } DIV.Mainframe-ContentBorder { padding : 6px; border-bottom : 1px solid #666666; overflow-x : auto }