You are here

antibot.css in Antibot 8

.antibot-message {
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  padding: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 9px 0 10px 8px;
}

.antibot-message-warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
}

.antibot-message-error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  box-shadow: -8px 0 0 #e62600;
}

File

css/antibot.css
View source
  1. .antibot-message {
  2. border: 1px solid;
  3. border-width: 1px 1px 1px 0;
  4. border-radius: 2px;
  5. padding: 15px;
  6. word-wrap: break-word;
  7. overflow-wrap: break-word;
  8. margin: 9px 0 10px 8px;
  9. }
  10. .antibot-message-warning {
  11. background-color: #fdf8ed;
  12. border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  13. color: #734c00;
  14. box-shadow: -8px 0 0 #e09600;
  15. }
  16. .antibot-message-error {
  17. background-color: #fcf4f2;
  18. color: #a51b00;
  19. border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  20. box-shadow: -8px 0 0 #e62600;
  21. }