Author: almaw Date: Tue Jun 12 18:25:29 2007 New Revision: 546697 URL: http://svn.apache.org/viewvc?view=rev&rev=546697 Log: WICKET-637 - wicket-examples low constrast fix.
Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/source/SourcesPage.html incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/source/SourcesPage.html URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/source/SourcesPage.html?view=diff&rev=546697&r1=546696&r2=546697 ============================================================================== --- incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/source/SourcesPage.html (original) +++ incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/source/SourcesPage.html Tue Jun 12 18:25:29 2007 @@ -52,8 +52,8 @@ } pre { line-height : 14px; - font-size : 10px; - font-family : Lucida Console, Courier New, Courier, Fixed; + font-size : 11px; + font-family : Lucida Console, Monospace, Courier New, Courier, Fixed; } ul { list-style-type : none; Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css?view=diff&rev=546697&r1=546696&r2=546697 ============================================================================== --- incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css (original) +++ incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/style.css Tue Jun 12 18:25:29 2007 @@ -20,8 +20,8 @@ background-repeat: no-repeat; background-attachment: fixed; background-position: 96% 96%; - color: #6F6F6F; - font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans'; + color: black; + font-family: 'Tahoma', 'Lucida Sans', 'Arial', 'Helvetica', 'Sans-serif', 'sans'; font-size: 9pt; line-height: 1.8em; padding: 10px 10px 10px 10px; @@ -30,6 +30,12 @@ h1,h2,h3,h4,h5,h6,h7,h8 { color: #E9601A; + font-weight: normal; +} + +h1,h2 { + letter-spacing: -1px; + font-family: 'Trebuchet MS'; } #extitle { @@ -79,6 +85,10 @@ padding: 2px 2px 2px 6px; } +#titleblock a { + color: #000; +} + h2 { font-size: 1.25em; } @@ -88,7 +98,12 @@ } a { - color: #6F6F6F; + color: #E9601A; + font-weight: bold; + text-decoration: none; +} + +a:hover { text-decoration: underline; }