diff --git a/css/no-comply-styles.css b/css/no-comply-styles.css index 362abcc..cd326f5 100644 --- a/css/no-comply-styles.css +++ b/css/no-comply-styles.css @@ -122,6 +122,26 @@ body{ background:#000; } +#seizure-warning { + font-size: 120%; + position: absolute; + text-align: center; + margin: auto; + width: 100%; + visibility: hidden; +} + +.seizure-warning-continue { + font-size: 150%; + font-weight: bold; + visibility: hidden; +} + +.seizure-warning-continue:hover { + cursor: pointer; + text-decoration: underline; +} + audio{ position:absolute; left:339px; diff --git a/demo.html b/demo.html index 2cefe03..36d91d6 100644 --- a/demo.html +++ b/demo.html @@ -52,8 +52,9 @@ +
+ Warning: The following demo contains flashing lights and patterns.
+ Please consider this before viewing if you are sensitive to these visual effects.

+ CONTINUE +
+