home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / StickyNotesOnline.gadget / Styles / jquery.alerts.css < prev    next >
Cascading Style Sheet File  |  2011-06-16  |  1KB  |  58 lines

  1. #popup_container {
  2.     font-family: Arial, sans-serif;
  3.     font-size: 10px;
  4.     min-width: 120px; /* Dialog will be no smaller than this */
  5.     max-width: 600px; /* Dialog will wrap after this width */
  6.     background: #FFF;
  7.     border: solid 1px #999;
  8.     color: #000;
  9.     -moz-border-radius: 1px;
  10.     -webkit-border-radius: 1px;
  11.     border-radius: 1px;
  12. }
  13.  
  14. #popup_title {
  15.     font-size: 12px;
  16.     font-weight: bold;
  17.     text-align: center;
  18.     line-height: 1.75em;
  19.     color: #666;
  20.     background: #CCC url(../images/top_groupBg.gif) top repeat-x;
  21.     border: solid 1px #FFF;
  22.     border-bottom: solid 1px #999;
  23.     cursor: default;
  24.     padding: 0em;
  25.     margin: 0em;
  26.     color: White;  
  27. }
  28.  
  29. #popup_content {
  30.     background: 16px 16px no-repeat url(../images/info.gif);
  31.     padding: 1em 1.75em;
  32.     margin: 0em;
  33. }
  34.  
  35. #popup_content.alert {
  36.     background-image: url(../images/info.gif);
  37. }
  38.  
  39. #popup_content.confirm {
  40.     background-image: url(../images/important.gif);
  41. }
  42.  
  43. #popup_content.prompt {
  44.     background-image: url(../images/help.gif);
  45. }
  46.  
  47. #popup_message {
  48.     padding-left: 48px;
  49. }
  50.  
  51. #popup_panel {
  52.     text-align: center;
  53.     margin: 1em 0em 0em 1em;
  54. }
  55.  
  56. #popup_prompt {
  57.     margin: .5em 0em;
  58. }