| Current File : //var/wcp4/million/public_html/file/private/templates.old/common/editor_dialog.css |
/* ==================================================================
* Gossamer Threads Module Library - http://gossamer-threads.com/
*
* dialog
* Author : Scott Beck
* $Id: editor_dialog.css,v 1.2 2002/02/02 00:33:05 bao Exp $
*
* Copyright (c) 2000 Gossamer Threads Inc. All Rights Reserved.
* ==================================================================
*
* Description: Style sheet for dialog pop-ups.
*/
BODY {
font-family : "MS Sans Serif";
font-size : 8pt;
background-color : buttonface;
margin : 0;
}
TD {
font-family : "MS Sans Serif";
font-size : 8pt;
}
.sample {
font-family : "MS Sans Serif";
border-left : buttonshadow solid 1px;
border-bottom : buttonhighlight solid 1px;
border-right : buttonhighlight solid 1px;
border-top : buttonshadow solid 1px;
overflow : hidden;
background-color : buttonface;
}
.button {
font-family : "MS Sans Serif";
background-color : buttonface;
font-size : 8pt;
width : 80px;
}
select {
font-family : "MS Sans Serif";
font-size : 8pt;
background-color : window;
border-bottom : buttonhighlight solid 2px;
border-left : buttonshadow solid 2px;
border-right : buttonhighlight solid 2px;
border-top : buttonshadow solid 2px;
overflow : hidden;
cursor : default;
}
.textbox {
font-family : "MS Sans Serif";
font-size : 8pt;
background-color : window;
cursor : default;
}
.select_list {
font-family : "MS Sans Serif";
font-size : 8pt;
background-color : window;
border-bottom : buttonhighlight solid 2px;
border-left : buttonshadow solid 2px;
border-right : buttonhighlight solid 2px;
border-top : buttonshadow solid 2px;
width : 350px;
height : 153px;
overflow : hidden;
cursor : default;
}
.select_list_inner {
font-family : "MS Sans Serif";
font-size : 8pt;
background-color : window;
border-bottom : buttonhighlight solid 2px;
border-left : buttonshadow solid 2px;
border-right : buttonhighlight solid 2px;
border-top : buttonshadow solid 2px;
width : 361px;
height : 153px;
overflow : scroll;
cursor : default;
}
.select_title {
font-family : "MS Sans Serif";
font-size : 8pt;
background-color : buttonface;
border-bottom : buttonshadow solid 1px;
border-top : buttonhighlight solid 1px;
border-left : buttonhighlight solid 1px;
border-right : buttonshadow solid 1px;
padding : 2px;
margin : 0px;
cursor : default;
}
.select_option {
font-family : "Fixedsys";
font-size : 8px;
cursor : default;
}
.select_title_outer {
font-family : "MS Sans Serif";
font-size : 8pt;
cursor : default;
}
.select_option_selected {
font-family : "Fixedsys";
font-size : 8px;
background-Color : highlight;
color : white;
cursor : default;
}