- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Aug 2009 07:56:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv1248/WebContent/style
Modified Files:
Tag: dev2
base_ucn.css
Log Message:
style for the result page
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/Attic/base_ucn.css,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- base_ucn.css 25 Aug 2009 14:50:14 -0000 1.1.2.3
+++ base_ucn.css 26 Aug 2009 07:56:32 -0000 1.1.2.4
@@ -339,59 +339,39 @@
background-color:#cc2323;
border: 1px solid #aa1d1d;
}
-#result div.infos, #result div.warnings, #result div.errors,
-#result div.info-section, #result div.warning-section, #result div.error-section {
+#result div.infos, #result div.warnings, #result div.errors {
margin: 0.5em 0;
}
-
-#result h3 {
- border-bottom:1px dotted #AAAA77;
- color:#777742;
- padding:2px 10px;
- margin-top:0.5em;
+.infos h3 {
+ color: #1daa34;
}
-li span.err_type {
- padding: .1em .5em;
- color:white;
- font-size: smaller;
- margin-top:0.3em
+.errors h3 {
+ color: #aa1d1d;
}
-
-li.msg_err span.err_type{
- background-color: #D23D24;
+.warnings h3 {
+ color: #99991a;
}
-li.msg_info span.err_type{
- background-color: #888;
+#result h3 {
+ border-bottom:1px solid #CCCCCC;
+ font-size: 1.1em;
+ padding:0 0 0.3em 0.5em;
}
-
-li.msg_warn span.err_type{
- background-color: #FA9084;
+#result h4 span {
+ font-weight: bold;
}
-#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 {
+#result code {
font-family:"Bitstream Vera Sans Mono",Monaco,"Andale Mono",monospace;
line-height:100%;
white-space:pre;
- font-size:small;
+ font-size:0.9em;
margin-top: 0.5em;
}
+
#result h4 {
background-color:#EEEEEE;
padding:0.4em;
- font-size:0.9em;
+ /*font-size:0.9em;*/
}
#result table {
border-collapse:collapse;
Received on Wednesday, 26 August 2009 07:56:44 UTC