/* * IBM Confidential * * OCO Source Materials * * IBM Cognos Products: TM1 * * (C) Copyright IBM Corp. 2007, 2013 * * The source code for this program is not published or otherwise divested of its * trade secrets, irrespective of what has been deposited with the U.S. Copyright Office. */ /* main css for ElementSelector.aspx */ body { margin: 0px; } /* Disable default selection in Firefox */ table { -moz-user-select: none; } /* Very top of dialog popup contents */ .titlebar { position: absolute; left: 0px; top: 0px; height: 30px; max-height: 30px; width: 100%; background-image: url(../cognosTheme/images/dialog/dialog_b_grad.png); border-top:1px solid #94AEBD; padding-top: 10px; _padding-top: 6px; } .gtext, .titletext, .dropdown_text, .dropdown_text_disabled, .treeTitleText, .treeTitleTextOff, .match, .nomatch1, .nomatch2, .nomatch3, .nomatch4, .nomatch5 { font-family: tahoma, arial, sans-serif, monospace; font-size: 8pt; white-space: nowrap; } .gtextWrap { font-family: tahoma, arial, sans-serif, monospace; font-size: 8pt; } .gtext10, .dialogButton { font-family: tahoma, arial, sans-serif, monospace; font-size: 10pt; } .titletext { font-family: tahoma, arial, sans-serif, monospace; font-weight: bold; margin-left: 3px; color: #000000; } .match { color: White; background-color: rgb(0,0,128); } .nomatch1 { background-color: rgb(200,0,0); } .nomatch2 { background-color: rgb(207,44,44); } .nomatch3 { background-color: rgb(219,90,90); } .nomatch4 { background-color: rgb(232,140,140); } .nomatch5 { background-color: rgb(241,198,198); } .toolbar, .bottomToolbar { position: absolute; left: 0px; width: 100%; } /* Cognos Background 1 */ .toolbar { top: 0px; height: 27px; background-image: url(../cognosTheme/images/toolbar/toolbar_bg1.png); border-top: 1px solid #94AEBD; border-bottom: 1px solid #6CB2DE; } /* Cognos Background 2 */ .bottomToolbar { top: 27px; height: 27px; background-image: url(../cognosTheme/images/toolbar/toolbar_bg2.png); border-top: 1px solid #C6D7DE; border-bottom: 1px solid #5AA6D6; } /* Cognos Background 1 */ .findbar { position: absolute; height: 27px; /*border: solid 1px rgb(100,100,100); background-image: url(../cognosTheme/images/toolbar/toolbar_bg2.png);*/ } .findbarTable { position: absolute; height: 24px; } .treePanel, .treePanelOff { position: absolute; overflow: auto; margin: 0px; padding: 0px; } .treePanel { background-color: White; } .treePanelOff { background-color: rgb(250,250,250); filter: Alpha(opacity=75); opacity: 0.75; } .treeWrapper { position: absolute; height: 100%; margin: 0px; padding: 0px; background-color: White; } .treeTitle, .treeTitleOff { position: absolute; padding: 0; top: 0px; left: 0px; width: 100%; height: 17px; cursor: pointer; } /* title over tree in pane when selected */ .treeTitle { font-weight: bold; background-image: url(../cognosTheme/images/toolbar/toolbar_bg1.png); } /* title over tree in pane when not selected (not in focus) */ .treeTitleOff { font-weight: normal; background-image: url(../../images/subseteditor/grad-gray-unselected.png); } .treeTitleText, .treeTitleTextOff { position: absolute; margin-left: 4px; margin-top: 1; margin-bottom: 0; padding: 0; top: 0px; } .treeTitleText { color: #336699; } .treeTitleTextOff { color: #999999; } .pagerPanel, .pagerPanelOff { position: absolute; width: 100%; height: 19px; margin: 0; padding: 0; border: 1px solid rgb(150,150,150); background-image: url(../../images/lightBlueGrad15.gif); } .pagerPanelOff { filter: Alpha(opacity=50); opacity: 0.5; } .pagerSlider { position: absolute; top: 6px; margin: 0; padding: 0; border-left:1px solid rgb(150,150,150); border-right:1px solid white; } .pagerElev { position: absolute; top: 2px; margin: 0; padding: 0; border: 1px solid rgb(110,110,120); cursor: pointer; } .pagerLabel { position: absolute; font-family: tahoma, arial, sans-serif, monospace; font-size: 8pt; margin-top: 2px; } .toolbarText { position: absolute; top: 14px; font-family: tahoma, arial, sans-serif, monospace; font-size: 8pt; } .tbCombo { height: 20px; } .tbDiv, .tbDivBottom, .tbLabelDiv, .tbComboDiv { position: absolute; height: 20px; } .tbDiv { top: 0px; } .tbDivBottom { top: 0px; } .tbComboDiv { top: 2px; } .tbLabelDiv { top: 4px; } .tbButtonDiv { position: absolute; } .tbb { position: absolute; top: 5px; } .tbi_hide, .tbi_show { position: absolute; top: 3px; } .tbi_hide { visibility: hidden; } .tbi_show { visibility: visible; } /* Background to entire dialog */ /* seen behind the bottom buttons and the background of the search popup */ .backPanel { position: absolute; left: 0px; width: 100%; height: 100%; background: #E7F3FF url(../cognosTheme/images/dialog/dialog_b_grad.png) repeat-x bottom left; /*border-top:1px solid #94AEBD;*/ } .subsetTree { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; } .splitter { background-color: #e7e7e7; border: solid 1px #cccccc; width: 8px; position: absolute; cursor: col-resize; } .splitterArrow { position: absolute; left: -1px; cursor: pointer; } .resizer { position: absolute; cursor: se-resize; } .eline { position: absolute; height: 20px; padding-bottom: 1px; } .etext, .etext_sel { position: absolute; padding-left: 2px; padding-right: 2px; font-family: tahoma, arial, sans-serif, monospace; font-size: 8pt; cursor: pointer; } .etext_sel { background-color: rgb(196, 217, 231); } .elic, .elic1, .elic2 { position: absolute; } .elic2 { cursor: pointer; } .ok { padding-right: 2px; font-size: 10pt; background-image: url(../../images/apply.gif); width: 70px; margin-right: 2px; background-repeat: no-repeat; font-family: Tahoma, arial, sans-serif, monospace; background-color: #ece9d8; text-align: center; } .cancel { background-image:url(../../images/subseteditor/action_delete.gif); background-repeat:no-repeat; font-family:Tahoma, arial, sans-serif, monospace; background-color:buttonface; font-size:10pt; text-align: center; padding-left:2px; width:80px; } .dropdown { position: absolute; padding: 0px; border: #003399 1px solid; background-color: #ffffff; z-index: 1000; } .dropdown_table { position: absolute; top: 0px; left: 0px; width: 100%; margin: 0; padding: 0; } .dropdown_margin { margin: 0; padding: 0; width: 24px; height: 20px; background-color:#e7e7e7; } .dropdown_text { padding-left: 5px; background-color: #ffffff; color: #000000; cursor: pointer; text-decoration:underline; } .dropdown_text_disabled { padding-left: 5px; background-color: #ffffff; color: Gray; text-decoration: none; } .dialogPanel { position: absolute; left: 0px; top: 0px; background-image: url(../../images/yellow_lines.png); border: solid 1px rgb(100,100,100); } .dialogButton { width: 80px; text-align: center; } .dropdown_body { border: 1px solid rgb(170,170,170); } .dropdown_item_selected { background-color: #e3e9f3; color: #000000; }