- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Aug 2009 10:24:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/style
In directory hutz:/tmp/cvs-serv13608/WebContent/style
Modified Files:
Tag: dev2
base_ucn.css
Log Message:
updated results display
Index: base_ucn.css
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/style/Attic/base_ucn.css,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- base_ucn.css 26 Aug 2009 07:56:32 -0000 1.1.2.4
+++ base_ucn.css 26 Aug 2009 10:24:51 -0000 1.1.2.5
@@ -39,7 +39,7 @@
min-width:40em;
padding-bottom:2em;
}
-#frontforms, #don_program, #menu, #footer, #result {
+#frontforms, #don_program, #menu, #footer {
margin:1em 2em;
}
#banner {
@@ -306,6 +306,7 @@
color:#A3756E;
}
+/* After javascript */
fieldset.toggles legend {
background:url(../images/arrow-closed.png) no-repeat scroll 0.2em 0.35em;
padding-left:0.8em;
@@ -317,23 +318,24 @@
cursor: pointer;
}
-
+/* Result page */
#result {
- font-size: 0.9em;
+ font-size: 0.8em;
+ margin:1em 2.5em;
}
#result div.observer {
margin-top: 1em;
}
#result h2.valid, #result h2.invalid {
- font-size: 1.1em;
+ font-size: 1.3em;
padding: 0.3em;
padding-left: 0.5em;
text-align:left;
color:white
}
#result h2.valid {
- background-color:#23cc3f;
- border: 1px solid #1daa34;
+ background-color:#1daa34;
+ border: 1px solid #17882a;
}
#result h2.invalid {
background-color:#cc2323;
@@ -343,42 +345,35 @@
margin: 0.5em 0;
}
.infos h3 {
- color: #1daa34;
+ color: #17882a;
}
.errors h3 {
color: #aa1d1d;
}
.warnings h3 {
- color: #99991a;
+ color: #b48700;
+
}
#result h3 {
- border-bottom:1px solid #CCCCCC;
font-size: 1.1em;
padding:0 0 0.3em 0.5em;
+ border-bottom:1px solid #CCCCCC;
}
#result h4 span {
font-weight: bold;
}
-
-#result code {
- font-family:"Bitstream Vera Sans Mono",Monaco,"Andale Mono",monospace;
- line-height:100%;
- white-space:pre;
- font-size:0.9em;
- margin-top: 0.5em;
-}
-
#result h4 {
background-color:#EEEEEE;
padding:0.4em;
- /*font-size:0.9em;*/
+ border:1px solid #CCCCCC;
+ border-top-width:0;
+ border-left-width:0;
}
#result table {
border-collapse:collapse;
- border-right:1px solid #CCCCCC;
- border-top:1px solid #CCCCCC !important;
+ /*border-right:1px solid #CCCCCC;
+ border-top:1px solid #CCCCCC !important;*/
line-height:100%;
- font-size:0.9em;
width:100%;
}
#result table tr {
@@ -391,15 +386,22 @@
}
#result td.linenumber {
background-color:#E1E1E1;
- border-bottom:1px solid #CCCCCC !important;
text-align:right;
- width:3em;
+ width:3.5em;
+ font-size:0.9em;
}
#result td.codeContext {
background-color:#F1F1F1;
- border-bottom:1px solid #DDDDDD !important;
- min-width:3em;
- max-width:6em;
+ width:15%;
font-size:0.8em;
}
-
+#result div.info-section td.codeContext {
+ width:auto;
+}
+#result code {
+ font-family:"Bitstream Vera Sans Mono",Monaco,"Andale Mono",monospace;
+ line-height:100%;
+ white-space:pre;
+ font-size:0.8em;
+ margin-top: 0.5em;
+}
\ No newline at end of file
Received on Wednesday, 26 August 2009 10:25:03 UTC