42 lines
798 B
CSS
42 lines
798 B
CSS
/*
|
|
------------------------------
|
|
classic impromptu
|
|
------------------------------
|
|
*/
|
|
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
|
|
.impromptufade{
|
|
position: absolute;
|
|
background-color: #ffffff;
|
|
}
|
|
div.impromptu{
|
|
position: absolute;
|
|
background-color: #cccccc;
|
|
padding: 10px;
|
|
width: 300px;
|
|
text-align: left;
|
|
}
|
|
div.impromptu .impromptuclose{
|
|
float: right;
|
|
margin: -35px -10px 0 0;
|
|
cursor: pointer;
|
|
color: #213e80;
|
|
}
|
|
div.impromptu .impromptucontainer{
|
|
background-color: #213e80;
|
|
padding: 5px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
}
|
|
div.impromptu .impromptumessage{
|
|
background-color: #415ea0;
|
|
padding: 10px;
|
|
}
|
|
div.impromptu .impromptubuttons{
|
|
text-align: center;
|
|
padding: 5px 0 0 0;
|
|
}
|
|
div.impromptu button{
|
|
padding: 3px 10px 3px 10px;
|
|
margin: 0 10px;
|
|
}
|