test_basic.css 474 B

123456789101112131415161718
  1. #test-9 img.prevent-image-flash {
  2. visibility: hidden;
  3. }
  4. #test-9 svg.prevent-image-flash {
  5. visibility: hidden;
  6. }
  7. #test-13-1 .stop1 { stop-color: red; }
  8. #test-13-1 .stop2 { stop-color: red; }
  9. #test-13-2 .stop1 { stop-color: green; }
  10. #test-13-2 .stop2 { stop-color: green; }
  11. #test-13-3 .stop1 { stop-color: blue; }
  12. #test-13-3 .stop2 { stop-color: blue; }
  13. #test-13-4 .stop1 { stop-color: yellow; }
  14. #test-13-4 .stop2 { stop-color: yellow; }
  15. #test-17 .test { color: #fff; }