You are here

jquery.jgrowl.css in Node.js integration 8

.jGrowl {
  z-index: 9999;
  color: #ffffff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
}
.jGrowl.top-left {
  left: 0px;
  top: 0px;
}
.jGrowl.top-right {
  right: 0px;
  top: 0px;
}
.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}
.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}
.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}
.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl-notification {
  background-color: #000000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  word-break: break-all;
  min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}
.jGrowl-closer {
  background-color: #000000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  word-break: break-all;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
/** Hide jGrowl when printing **/
@media print {
  .jGrowl {
    display: none;
  }
}

File

nodejs_notify/libraries/jgrowl/jquery.jgrowl.css
View source
  1. .jGrowl {
  2. z-index: 9999;
  3. color: #ffffff;
  4. font-size: 12px;
  5. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6. position: fixed;
  7. }
  8. .jGrowl.top-left {
  9. left: 0px;
  10. top: 0px;
  11. }
  12. .jGrowl.top-right {
  13. right: 0px;
  14. top: 0px;
  15. }
  16. .jGrowl.bottom-left {
  17. left: 0px;
  18. bottom: 0px;
  19. }
  20. .jGrowl.bottom-right {
  21. right: 0px;
  22. bottom: 0px;
  23. }
  24. .jGrowl.center {
  25. top: 0px;
  26. width: 50%;
  27. left: 25%;
  28. }
  29. .jGrowl.center .jGrowl-notification,
  30. .jGrowl.center .jGrowl-closer {
  31. margin-left: auto;
  32. margin-right: auto;
  33. }
  34. .jGrowl-notification {
  35. background-color: #000000;
  36. opacity: 0.9;
  37. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  38. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  39. zoom: 1;
  40. width: 250px;
  41. padding: 10px;
  42. margin: 10px;
  43. text-align: left;
  44. display: none;
  45. border-radius: 5px;
  46. word-break: break-all;
  47. min-height: 40px;
  48. }
  49. .jGrowl-notification .ui-state-highlight,
  50. .jGrowl-notification .ui-widget-content .ui-state-highlight,
  51. .jGrowl-notification .ui-widget-header .ui-state-highlight {
  52. border: 1px solid #000;
  53. background: #000;
  54. color: #fff;
  55. }
  56. .jGrowl-notification .jGrowl-header {
  57. font-weight: bold;
  58. font-size: .85em;
  59. }
  60. .jGrowl-notification .jGrowl-close {
  61. background-color: transparent;
  62. color: inherit;
  63. border: none;
  64. z-index: 99;
  65. float: right;
  66. font-weight: bold;
  67. font-size: 1em;
  68. cursor: pointer;
  69. }
  70. .jGrowl-closer {
  71. background-color: #000000;
  72. opacity: 0.9;
  73. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  74. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  75. zoom: 1;
  76. width: 250px;
  77. padding: 10px;
  78. margin: 10px;
  79. text-align: left;
  80. display: none;
  81. border-radius: 5px;
  82. word-break: break-all;
  83. padding-top: 4px;
  84. padding-bottom: 4px;
  85. cursor: pointer;
  86. font-size: .9em;
  87. font-weight: bold;
  88. text-align: center;
  89. }
  90. .jGrowl-closer .ui-state-highlight,
  91. .jGrowl-closer .ui-widget-content .ui-state-highlight,
  92. .jGrowl-closer .ui-widget-header .ui-state-highlight {
  93. border: 1px solid #000;
  94. background: #000;
  95. color: #fff;
  96. }
  97. /** Hide jGrowl when printing **/
  98. @media print {
  99. .jGrowl {
  100. display: none;
  101. }
  102. }