27 lines
465 B
CSS
27 lines
465 B
CSS
|
|
#popup_container {
|
||
|
|
-moz-box-shadow: 1px 1px 10px #5e5e5e;
|
||
|
|
background: #fff;
|
||
|
|
border: solid 3px #dcdcdc;
|
||
|
|
box-shadow: 1px 1px 10px #5e5e5e;
|
||
|
|
color: #000;
|
||
|
|
font-family: Verdana,Arial,sans-serif;
|
||
|
|
font-size: 9pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
#popup_title {
|
||
|
|
border: 1px solid #dcdcdc;
|
||
|
|
color: #222;
|
||
|
|
font-family: Tahoma,Arial;
|
||
|
|
font-size: 8pt;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
#popup_content {
|
||
|
|
background-color: #fff;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
|
||
|
|
#popup_message {
|
||
|
|
font-family: sans-serif,arial;
|
||
|
|
font-size: 9pt;
|
||
|
|
}
|