You are here

results-theme.css in Node Accessibility 8

.quail_api-results-description {
  margin-bottom: 10px;
}

.quail_api-test-description {
  padding: 10px;
  margin: 5px;

  background-color: #fffec6;
  border: 1px dotted;
}

.quail_api-problem-line {
  margin-top: 10px;
  font-weight: bold;
}

.quail_api-problem-description {
  padding: 10px;
  margin: 5px;

  background-color: #ffe1e6;
  border: 1px dotted;
}

.quail_api-test-note-title {
  font-weight: bold;
}

.quail_api-test-note-text {
  padding: 10px;
  margin: 5px;

  background-color: #ffefe1;
  border: 1px dotted;
}

File

css/results-theme.css
View source
  1. .quail_api-results-description {
  2. margin-bottom: 10px;
  3. }
  4. .quail_api-test-description {
  5. padding: 10px;
  6. margin: 5px;
  7. background-color: #fffec6;
  8. border: 1px dotted;
  9. }
  10. .quail_api-problem-line {
  11. margin-top: 10px;
  12. font-weight: bold;
  13. }
  14. .quail_api-problem-description {
  15. padding: 10px;
  16. margin: 5px;
  17. background-color: #ffe1e6;
  18. border: 1px dotted;
  19. }
  20. .quail_api-test-note-title {
  21. font-weight: bold;
  22. }
  23. .quail_api-test-note-text {
  24. padding: 10px;
  25. margin: 5px;
  26. background-color: #ffefe1;
  27. border: 1px dotted;
  28. }