- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Mar 2007 04:40:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style In directory hutz:/tmp/cvs-serv29714/style Modified Files: base.css results.css Log Message: trying without the toggle in results Index: base.css =================================================================== RCS file: /sources/public/2002/css-validator/style/base.css,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- base.css 15 Jan 2007 06:28:21 -0000 1.12 +++ base.css 9 Mar 2007 04:40:02 -0000 1.13 @@ -32,7 +32,7 @@ } /* - Main blocks - see also #menu styled in navbar.css + Main blocks - see also ul.navbar */ #banner { @@ -75,6 +75,7 @@ .intro { font-style: italic; + font-size: smaller; text-align: justify; } @@ -359,11 +360,21 @@ margin-bottom: 0; padding-left: .3em; } -fieldset.moreoptions div { +fieldset.moreoptions div, fieldset.moreoptions table { margin-top: 0; margin-left: .5em; font-size: smaller; } + +fieldset.moreoptions td, fieldset.moreoptions th, fieldset.moreoptions table { + border: 0 !important; +} +fieldset.moreoptions th { + background-color: transparent !important; + text-align: left; +} + + fieldset.closed { border: 0; } @@ -396,11 +407,12 @@ border-right: 1px solid #ccc; } + /* Menu Bar */ -#menu { +ul.navbar { color: #005A9C; border-top: 1px solid #005A9C; border-bottom: 1px solid #005A9C; @@ -415,12 +427,12 @@ font-weight: bold; } -#menu { padding-left: 1em; padding-right: 1em} -#menu li { +ul.navbar { padding-left: 1em; padding-right: 1em} +ul.navbar li { display: inline; } -#menu li a { +ul.navbar li a { padding-right: 1.2em; padding-left: 1.2em; } @@ -462,63 +474,16 @@ /* - Jump Bar - results page + Jump Bar - results page - based on navbar styling (from markup validator - note used in this design yet) */ #jumpbar { - background-color: #dfebf7; - color: #11111A; - float: right; - width: 8em; - margin-right: 0; - text-align: left; - text-decoration: none; - padding: 1ex; - border-left: 1px solid #005A9C; - border-bottom: 1px solid #005A9C; - margin-top: -15px; - font-size: 0.9em; - font-weight: bold; - margin-left: 1em; -} - -#jumpbar ul { - padding: 0; - margin: 0; + margin-top: -1.5em; + margin-bottom: 1em; } - #jumpbar li { - list-style-type: none; - text-align: right; -} - -div#jumpbar li a { - height: 20px; - padding-right: 20px; - padding-left: 25px; -} -div#jumpbar li a:hover { - text-decoration: underline; -} - -#jumpbar li a:link, #jumpbar li a:visited { - text-decoration: none; - text-align: right; - display: block; - width: 8em; - padding: 2px 0px; - margin: 0; - border-top: dotted 1px #053188; -} - -#jumpbar li a#selected:link, #jumpbar li a#selected:visited { - text-decoration: underline; - background-color: #fff; - color: #053188; - border-right: solid 1px #ddd; - border-bottom: solid 1px #fff; + color: #11111A !important; } - /* language selection bar */ #lang_choice { position: absolute; Index: results.css =================================================================== RCS file: /sources/public/2002/css-validator/style/results.css,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- results.css 8 Mar 2007 09:48:13 -0000 1.24 +++ results.css 9 Mar 2007 04:40:02 -0000 1.25 @@ -1,10 +1,8 @@ /* ==== CONGRATS ===== */ -#congrats h2, #errors h2 { +#congrats h3, #errors h3 { margin: 0; font-family: "Bitstream Vera Sans", sans-serif; - font-size-adjust: .53; - font-size: 1.5em; font-weight: 800; font-style: normal; text-decoration: none; @@ -15,13 +13,13 @@ padding-top: .5em; padding-bottom: .5em; } -#congrats h2 { +#congrats h3 { background-color: #55B05A; - color: white; - text-align: center; - + color: white; } + + #congrats p.toggle { text-indent: 10px; background: transparent url('../images/arrow-down.gif') 15px 0 no-repeat; } @@ -31,19 +29,6 @@ background: transparent url('../images/arrow-right.gif') 15px 0 no-repeat; } -h2.toggle { - color: #005A9C; - text-align: left; - background: transparent url('../images/arrow-down.gif') 0 10px no-repeat !important; - text-indent: 10px; -} - -h2.closed{ - color: #005A9C; - text-align: left; - background: transparent url('../images/arrow-right.gif') 0 10px no-repeat !important; - text-indent: 10px; -} /* ==== COMMON: ERRORS + WARNINGS ===== */ @@ -58,8 +43,10 @@ border-width: 0; } -#errors h3, #warnings h3 { +#errors h4, #warnings h4 { + font-weight: bold; margin: 1em 0 0 0; + padding: .2em; background-color: #eee; color: black; } @@ -85,6 +72,12 @@ color: white; } +#errors h3 { +background-color: #D23D24 !important; + color: white; +} + + td.message { padding: 5px 1em; border-bottom: 1px solid #fdd !important; @@ -175,3 +168,23 @@ .PropertyValue { color: #666; } + +/* link to go back to top of page */ +p.backtop { + color: #bbc; + font-size: x-small; + padding-right: 0 !important; + margin: 1em !important; + text-transform: uppercase; + font-weight: bold; + padding-top: .3em; + text-align: right; + border-top: 1px solid #eef; + clear: both; +} + +p.backtop a:link, p.backtop a:hover, p.backtop a:visited { + color: #bbc; + text-deciration: none; +} +
Received on Friday, 9 March 2007 04:40:09 UTC