You are here

purr.css in Purr Messages 7

#purr-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.notice {
  position: relative;
  width: 324px;
  font-size: 12px;
  line-height: 16px;
}

.notice .close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 18px;
  height: 17px;
  text-indent: -9999px;
  background: url(./images/purrClose.png) no-repeat 0 10px;
}

.notice-body {
  min-height: 50px;
  padding: 22px 22px 0 22px;
  background: url(images/purrTop.png) no-repeat left top;
  color: #f9f9f9;
}

.notice-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-body img {
  width: 50px;
  margin: 0 10px 0 0;
  float: left;
}

.notice-body h3	{
  margin: 0;
  font-size: 1.1em;
}

.notice-body p {
  margin: 5px 0 0 60px;
  font-size: 12px;
  line-height: 1.4em;
}

.notice-bottom {
  height: 22px;
  background: url(./images/purrBottom.png) no-repeat left top;
}

.notice.error,
.notice.status,
.notice.warning {
  background: none;
  border: 0;
}

.notice.error .notice-body {
  background: url(./images/purrTop-error.png) no-repeat left top;
  border: 0;
}

.notice.error .notice-bottom {
  background: url(images/purrBottom-error.png) no-repeat left top;
}

.notice.warning {
  background: none;
  border: 0;
}

.notice.warning .notice-body {
  background: url(./images/purrTop-error.png) no-repeat left top;
  border: 0;
}

.notice.warning .notice-bottom {
  background: url(./images/purrBottom-error.png) no-repeat left top;
}

.notice li {
  margin: 0;
}

.notice a:link {
  color: #aaf;
}

.notice pre {
  margin: 0;
}

File

purrcss/purr.css
View source
  1. #purr-container {
  2. position: fixed;
  3. top: 20px;
  4. right: 20px;
  5. z-index: 1000;
  6. }
  7. .notice {
  8. position: relative;
  9. width: 324px;
  10. font-size: 12px;
  11. line-height: 16px;
  12. }
  13. .notice .close {
  14. position: absolute;
  15. top: 12px;
  16. right: 12px;
  17. display: block;
  18. width: 18px;
  19. height: 17px;
  20. text-indent: -9999px;
  21. background: url(./images/purrClose.png) no-repeat 0 10px;
  22. }
  23. .notice-body {
  24. min-height: 50px;
  25. padding: 22px 22px 0 22px;
  26. background: url(images/purrTop.png) no-repeat left top;
  27. color: #f9f9f9;
  28. }
  29. .notice-body ul {
  30. margin: 0;
  31. padding: 0;
  32. list-style: none;
  33. }
  34. .notice-body img {
  35. width: 50px;
  36. margin: 0 10px 0 0;
  37. float: left;
  38. }
  39. .notice-body h3 {
  40. margin: 0;
  41. font-size: 1.1em;
  42. }
  43. .notice-body p {
  44. margin: 5px 0 0 60px;
  45. font-size: 12px;
  46. line-height: 1.4em;
  47. }
  48. .notice-bottom {
  49. height: 22px;
  50. background: url(./images/purrBottom.png) no-repeat left top;
  51. }
  52. .notice.error,
  53. .notice.status,
  54. .notice.warning {
  55. background: none;
  56. border: 0;
  57. }
  58. .notice.error .notice-body {
  59. background: url(./images/purrTop-error.png) no-repeat left top;
  60. border: 0;
  61. }
  62. .notice.error .notice-bottom {
  63. background: url(images/purrBottom-error.png) no-repeat left top;
  64. }
  65. .notice.warning {
  66. background: none;
  67. border: 0;
  68. }
  69. .notice.warning .notice-body {
  70. background: url(./images/purrTop-error.png) no-repeat left top;
  71. border: 0;
  72. }
  73. .notice.warning .notice-bottom {
  74. background: url(./images/purrBottom-error.png) no-repeat left top;
  75. }
  76. .notice li {
  77. margin: 0;
  78. }
  79. .notice a:link {
  80. color: #aaf;
  81. }
  82. .notice pre {
  83. margin: 0;
  84. }