- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 24 Aug 2009 15:43:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv24141/WebContent/style
Modified Files:
Tag: dev2
base_ucn.css
Log Message:
updated interface
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/Attic/base_ucn.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- base_ucn.css 24 Aug 2009 09:17:48 -0000 1.1.2.1
+++ base_ucn.css 24 Aug 2009 15:43:24 -0000 1.1.2.2
@@ -39,7 +39,7 @@
min-width:40em;
padding-bottom:2em;
}
-#frontforms, #don_program, #menu, #footer {
+#frontforms, #don_program, #menu, #footer, #result {
margin:1em 2em;
}
#banner {
@@ -309,8 +309,59 @@
cursor: pointer;
}
+#result h2.valid, #result h2.invalid {
+ font-size: 1.2em;
+ padding: 0.5em 0;
+ text-align:center;
+ color:white
+}
+#result h2.valid {
+ background-color:#55B05A;
+}
+#result h2.invalid {
+ background-color:#D23D24;
+}
+#result h3 {
+ border-bottom:1px dotted #AAAA77;
+ color:#777742;
+ padding:2px 10px;
+ margin-top:0.5em;
+}
+li span.err_type {
+ padding: .1em .5em;
+ color:white;
+ font-size: smaller;
+ margin-top:0.3em
+}
+li.msg_err span.err_type{
+ background-color: #D23D24;
+}
+li.msg_info span.err_type{
+ background-color: #888;
+}
+li.msg_warn span.err_type{
+ background-color: #FA9084;
+}
-
-
+#result ol {
+ list-style-type:decimal;
+ padding-left:2.5em;
+ margin:0.5em 0 1em 0;
+}
+li.msg_err, li.msg_warn, li.msg_info {
+ margin-top:0.3em;
+}
+#result code.input {
+ margin-bottom:2em;
+ background-color:#EEEEEE;
+ font-size:small;
+}
+#result pre, #result code {
+ font-family:"Bitstream Vera Sans Mono",Monaco,"Andale Mono",monospace;
+ line-height:100%;
+ white-space:pre;
+ font-size:small;
+ margin-top: 0.5em;
+}
Received on Monday, 24 August 2009 15:43:36 UTC