PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/ajax/libs/pnotify/2.1.0/pnotify.brighttheme.css

https://gitlab.com/Mirros/cdnjs
CSS | 119 lines | 115 code | 1 blank | 3 comment | 0 complexity | 69d51225bfe189e892e489d17723cdec MD5 | raw file
  1. /*
  2. Color Scheme: http://paletton.com/palette.php?uid=c1T3n2J040kClXm03%2B%2Bj6RnZguVWm5a
  3. */
  4. .brighttheme {
  5. -webkit-border-radius: 4px;
  6. -moz-border-radius: 4px;
  7. border-radius: 4px;
  8. }
  9. .brighttheme-notice {
  10. background-color: #FFFF67;
  11. border: 1px solid #FFFF00;
  12. color: #292900;
  13. }
  14. .brighttheme-info {
  15. background-color: #5FC9E2;
  16. border: 1px solid #05C7F4;
  17. color: #001519;
  18. }
  19. .brighttheme-success {
  20. background-color: #85F362;
  21. border: 1px solid #3CFB00;
  22. color: #082300;
  23. }
  24. .brighttheme-error {
  25. background-color: #FF7567;
  26. background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255,255,255,.3) 35px, rgba(255,255,255,.3) 70px);
  27. border: 1px solid #FF1800;
  28. color: #290400;
  29. }
  30. .brighttheme-icon-notice,
  31. .brighttheme-icon-info,
  32. .brighttheme-icon-success,
  33. .brighttheme-icon-closer,
  34. .brighttheme-icon-sticker {
  35. position: relative;
  36. width: 16px;
  37. height: 16px;
  38. font-size: 12px;
  39. font-weight: bold;
  40. line-height: 16px;
  41. font-family: "Courier New",Courier,monospace;
  42. border-radius: 50%;
  43. }
  44. .brighttheme-icon-notice:after,
  45. .brighttheme-icon-info:after,
  46. .brighttheme-icon-success:after,
  47. .brighttheme-icon-closer:after,
  48. .brighttheme-icon-sticker:after {
  49. position: absolute;
  50. top: 0;
  51. left: 4px;
  52. }
  53. .brighttheme-icon-notice {
  54. background-color: #292900;
  55. color: #FFFF67;
  56. }
  57. .brighttheme-icon-notice:after {
  58. content: "!";
  59. }
  60. .brighttheme-icon-info {
  61. background-color: #001519;
  62. color: #5FC9E2;
  63. }
  64. .brighttheme-icon-info:after {
  65. content: "i";
  66. }
  67. .brighttheme-icon-success {
  68. background-color: #082300;
  69. color: #85F362;
  70. }
  71. .brighttheme-icon-success:after {
  72. content: "\002713";
  73. }
  74. .brighttheme-icon-error {
  75. position: relative;
  76. width: 0;
  77. height: 0;
  78. border-left: 8px solid transparent;
  79. border-right: 8px solid transparent;
  80. border-bottom: 16px solid #290400;
  81. font-size: 0;
  82. line-height: 0;
  83. color: #FF7567;
  84. }
  85. .brighttheme-icon-error:after {
  86. position: absolute;
  87. top: 1px;
  88. left: -4px;
  89. font-size: 12px;
  90. font-weight: bold;
  91. line-height: 16px;
  92. font-family: "Courier New",Courier,monospace;
  93. content: "!";
  94. }
  95. .brighttheme-icon-closer,
  96. .brighttheme-icon-sticker {
  97. display: inline-block;
  98. }
  99. .brighttheme-icon-closer:after {
  100. top: -4px;
  101. content: "\002715";
  102. }
  103. .brighttheme-icon-sticker:after {
  104. top: -5px;
  105. content: "\01D1BC";
  106. -moz-transform: rotate(-90deg);
  107. -webkit-transform: rotate(-90deg);
  108. -o-transform: rotate(-90deg);
  109. -ms-transform: rotate(-90deg);
  110. transform: rotate(-90deg);
  111. }
  112. .brighttheme-icon-sticker.brighttheme-icon-stuck:after {
  113. -moz-transform: rotate(180deg);
  114. -webkit-transform: rotate(180deg);
  115. -o-transform: rotate(180deg);
  116. -ms-transform: rotate(180deg);
  117. transform: rotate(180deg);
  118. }