summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-04-18 23:03:50 +0000
committerot <ot@localhost>2007-04-18 23:03:50 +0000
commit01ce0d89c9d9771da913c14fa99e823a9420ee48 (patch)
tree032fb514d4fa7cba5815fa07b16d37d60188fc40
parentce171edda42eff2531506af46b26926d1639e07a (diff)
downloadmarkup-validator-01ce0d89c9d9771da913c14fa99e823a9420ee48.zip
markup-validator-01ce0d89c9d9771da913c14fa99e823a9420ee48.tar.gz
markup-validator-01ce0d89c9d9771da913c14fa99e823a9420ee48.tar.bz2
warning for beta test instance
-rw-r--r--htdocs/intro.html5
-rw-r--r--htdocs/style/base.css24
2 files changed, 27 insertions, 2 deletions
diff --git a/htdocs/intro.html b/htdocs/intro.html
index 273d492..30c4011 100644
--- a/htdocs/intro.html
+++ b/htdocs/intro.html
@@ -10,3 +10,8 @@
there are <a href="http://www.w3.org/QA/Tools/">other validators and tools</a> available.
</p>
</div>
+
+<p id="test_warning"><img src="images/info_icons/warning.png" alt="Important" />
+ This is a temporary instance of the validator, used for <a href="whatsnew.html#t2007-04-19">Beta Testing</a> purposes.<br />
+ If you would like to use or link to a stable version of the validator, see <a href="http://validator.w3.org/">validator.w3.org</a>.
+</p> \ No newline at end of file
diff --git a/htdocs/style/base.css b/htdocs/style/base.css
index ac315ed..3e82771 100644
--- a/htdocs/style/base.css
+++ b/htdocs/style/base.css
@@ -5,7 +5,7 @@
Copyright 2000~2007 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: base.css,v 1.10 2007-04-18 07:23:00 ot Exp $
+ $Id: base.css,v 1.11 2007-04-18 23:03:50 ot Exp $
*/
/*
@@ -605,4 +605,24 @@ p.copyright a {
background-color: #eee;
color: #11111A;
border-right: 1px solid #ccc;
- } \ No newline at end of file
+ }
+
+ /* warning on the home page for test instances */
+ #test_warning {
+ border-left: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+ line-height: 160%;
+ text-align: center;
+ margin-top: 2em;
+ margin-left: 12%;
+ margin-right: 12%;
+ padding-left: 1.5em;
+ padding-right: 1.5em;
+ color: black;
+ background-color: white;
+ }
+
+ #test_warning img {
+ width: 1.3em;
+ padding-bottom: .3em;
+ } \ No newline at end of file