Spaces:
Runtime error
Runtime error
| #spam-checker--input { | |
| padding: 1rem; | |
| width: 100%; | |
| min-height: 100%; | |
| transition: all 0.625s cubic-bezier(0, 0, 0.2, 1); | |
| } | |
| #spam-checker--textarea { | |
| border-color: transparent; | |
| outline: none; | |
| padding: 0; | |
| margin: 0; | |
| } | |
| .hwt-container { | |
| display: block; | |
| position: relative; | |
| overflow: hidden ; | |
| -webkit-text-size-adjust: none ; | |
| } | |
| .hwt-backdrop { | |
| position: absolute ; | |
| top: 0 ; | |
| right: -99px ; | |
| bottom: 0 ; | |
| left: 0 ; | |
| padding-right: 99px ; | |
| overflow-x: hidden ; | |
| overflow-y: auto ; | |
| } | |
| .hwt-highlights { | |
| width: auto ; | |
| height: auto ; | |
| border-color: transparent ; | |
| white-space: pre-wrap ; | |
| word-wrap: break-word ; | |
| color: transparent ; | |
| overflow: hidden ; | |
| } | |
| .hwt-input { | |
| display: block ; | |
| position: relative ; | |
| margin: 0; | |
| padding: 0; | |
| border-radius: 0; | |
| font: inherit; | |
| overflow-x: hidden ; | |
| overflow-y: auto ; | |
| } | |
| .hwt-content { | |
| border: 1px solid; | |
| background: none transparent ; | |
| } | |
| .hwt-content mark { | |
| padding: 0 ; | |
| color: inherit; | |
| border-radius: 0.25rem; | |
| } | |
| .hwt-content mark.spam-category-shady { | |
| background-color: #6c5e03; /* pink-300 */ | |
| } | |
| .hwt-content mark.spam-category-money { | |
| background-color: #6d0374; /* yellow-300 */ | |
| } | |
| .hwt-content mark.spam-category-urgency { | |
| background-color: #a50505; /* red-400 */ | |
| } | |
| .hwt-content mark.spam-category-overpromise { | |
| background-color: #1d7103; /* orange-300 */ | |
| } | |
| .hwt-content mark.spam-category-unnatural { | |
| background-color: #0648ad; /* grey-300 */ | |
| } | |
| #spam-checker--aside li.spam-category-shady { | |
| border-radius: 3; | |
| border-left: 3px solid pink; /* pink-300 */ | |
| } | |
| #spam-checker--aside li.spam-category-money { | |
| border-radius: 3; | |
| border-left: 3px solid #6a0263; /* yellow-300 */ | |
| } | |
| #spam-checker--aside li.spam-category-urgency { | |
| border-radius: 3; | |
| border-left: 3px solid #f87171; /* red-400 */ | |
| } | |
| #spam-checker--aside li.spam-category-overpromise { | |
| border-radius: 3; | |
| border-left: 3px solid #fdba74; /* orange-300 */ | |
| } | |
| #spam-checker--aside li.spam-category-unnatural { | |
| border-radius: 3; | |
| border-left: 3px solid #d1d5db; /* grey-300 */ | |
| } | |
| #spam-checker--aside { | |
| padding: 1rem 0.5rem; | |
| } | |
| #spam-checker--aside table { | |
| width: 100%; | |
| margin-bottom: 1rem; | |
| } | |
| #spam-checker--aside table td:first-child { | |
| color: #64748b; | |
| } | |
| #spam-checker--aside table td:last-child { | |
| text-align: right; | |
| font-weight: 600; | |
| } | |
| #spam-checker--aside table td:last-child .text-poor { | |
| color: #e11d48; | |
| } | |
| #spam-checker--aside table td:last-child .text-okay { | |
| color: #2563eb; | |
| } | |
| #spam-checker--aside table td:last-child .text-great { | |
| color: #16a34a; | |
| } | |
| #spam-checker--aside ul, | |
| #spam-checker--aside ol { | |
| list-style: none; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| #spam-checker--aside li { | |
| margin: 0.5rem 0; | |
| padding: 0.75rem; | |
| border-radius: 0.25rem; | |
| background-color: #fff; | |
| box-shadow: 0px 4px 24px rgba(4, 20, 58, 0.04); | |
| } | |