Incam_MaquetaIntranet/referencia/template/css/plugins/jquery.alerts.css

71 lines
2.3 KiB
CSS

#popup_container {
font-family: DroidSansRegular, Arial, sans-serif;
font-size: 12px;
min-width: 300px; /* Dialog will be no smaller than this */
max-width: 600px; /* Dialog will wrap after this width */
background: url(../../images/blacktrans1.png);
padding: 5px !important;
color: #666;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#popup_title {
font-size: 14px;
line-height: 21px;
font-weight: normal;
color: #333;
background: #eee url(../../images/thead.png) repeat-x top left;
border-bottom: solid 1px #ccc;
cursor: default;
padding: 10px;
margin: 0em;
}
#popup_content {
/*background: 16px 16px no-repeat url(../../images/info.gif);*/
padding: 10px;
margin: 0em;
background: #fcfcfc;
}
/*
#popup_content.alert {
background-image: url(../../images/info.gif);
}
#popup_content.confirm {
background-image: url(../../images/important.gif);
}
#popup_content.prompt {
background-image: url(../../images/help.gif);
}
#popup_message {
padding-left: 48px;
}*/
#popup_panel {
text-align: center;
margin: 1em 0em 0em 1em;
}
#popup_prompt {
margin: .5em 0em;
}
#popup_overlay { background: #000 !important; opacity: 0.5 !important; }
#popup_ok, #popup_cancel { padding: 5px 15px; font-size: 12px; display: inline-block; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#popup_ok, #popup_cancel { -moz-box-shadow: 1px 1px 2px #eee; -webkit-box-shadow: 1px 1px 2px #eee; box-shadow: 1px 1px 2px #eee; cursor: pointer; }
#popup_ok:hover, #popup_ok:active, #popup_cancel:hover, #popup_cancel:active { background-position: 0 -39px; }
#popup_ok { border: 1px solid #39537f; background: #eee url(../../images/buttons/button_blue.png) repeat-x top left; text-shadow: 1px 1px #39537f; color: #fff; }
#popup_ok:active { -moz-box-shadow: inset 2px 2px 2px #12274c; -webkit-box-shadow: inset 2px 2px 2px #12274c; box-shadow: inset 2px 2px 2px #12274c; }
#popup_cancel { border: 1px solid #ccc; background: #eee url(../../images/buttons/button_white.png) repeat-x top left; text-shadow: 1px 1px #f7f7f7; color: #333; }
#popup_cancel:active { -moz-box-shadow: inset 2px 2px 2px #ccc; -webkit-box-shadow: inset 2px 2px 2px #ccc; box-shadow: inset 2px 2px 2px #ccc; }
#popup_prompt { width: 270px !important; }