Re: [php-gtk-webmaster] cvs: php-gtk-web / style-highlight.css style.css

[email protected] ("Steph Fox") Mon, 10 Jul 2006 19:25:17 +0200
Newsgroups php.gtk.webmaster
Message-ID <07bc01c6a445$d1d9d310$6602a8c0@foxbox>
Thanks :)

I just found the 'small print' issue happens in IE 6 now too, and it _is_ 
the .dtd that's doing it somehow... there's a thing called 'basefont' in 
that DTD that I never heard of before, could that be responsible somehow?

http://www.w3.org/TR/html4/loose.dtd

- Steph


----- Original Message ----- 
From: "Scott Mattocks" <[email protected]>
To: <[email protected]>
Sent: Monday, July 10, 2006 7:14 PM
Subject: [php-gtk-webmaster] cvs: php-gtk-web / style-highlight.css 
style.css


> scottmattocks Mon Jul 10 17:14:02 2006 UTC
>
>  Modified files:
>    /php-gtk-web style.css style-highlight.css
>  Log:
>  Fix stylesheet validation warnings.
>
> http://cvs.php.net/viewvc.cgi/php-gtk-web/style.css?r1=1.19&r2=1.20&diff_format=u
> Index: php-gtk-web/style.css
> diff -u php-gtk-web/style.css:1.19 php-gtk-web/style.css:1.20
> --- php-gtk-web/style.css:1.19 Sat Apr 15 04:57:16 2006
> +++ php-gtk-web/style.css Mon Jul 10 17:14:01 2006
> @@ -1,5 +1,5 @@
> /*
> - * $Id: style.css,v 1.19 2006/04/15 04:57:16 cweiske Exp $
> + * $Id: style.css,v 1.20 2006/07/10 17:14:01 scottmattocks Exp $
>  */
>
> /* Let no border around the body appear, and set
> @@ -7,7 +7,8 @@
> body, html {
>     margin: 0px;
>     padding: 0px;
> -    background-color: #FFFFFF;
> +    background-color: #FFF;
> + color: #000;
> }
>
> /* Font settings for page elements */
> @@ -42,7 +43,8 @@
> .newsDate {
>     font-size: 75%;
>     font-style: italic;
> -    color: #6666CC;
> +    color: #66C;
> + background-color: inherit;
> }
>
> .sidebar {
> @@ -56,14 +58,16 @@
>
> a.menuWhite {
>     font-size: 75%;
> -    color: #FFFFFF;
> +    color: #FFF;
>     text-decoration: none;
> + background-color: inherit;
> }
>
> a.menuBlack {
>     font-size: 75%;
> -    color: #000000;
> +    color: #000;
>     text-decoration: none;
> + background-color: inherit;
> }
>
> pre, code {
> @@ -72,12 +76,14 @@
>
> pre.code {
>     background-color: #F0F0F0;
> + color: inherit;
> }
>
> /* General header styles */
> h1, h2, h3, h4, dt {
>     font-weight: bold;
> -    color: #000066;
> +    color: #006;
> + background-color: inherit;
> }
> h1 { font-size: 130%; }
> h2 { font-size: 125%; }
> @@ -107,7 +113,8 @@
>
> .tableExtras {
>     font-size: 85%;
> -    color: #FFFFFF;
> +    color: #FFF;
> + background-color: inherit;
> }
>
> input.small, select.small {
> @@ -121,12 +128,13 @@
> .programlisting {
>     display: block;
>     width: 100%;
> -    background-color: #E0E0E0
> +    background-color: #E0E0E0;
> + color: inherit;
> }
>
> hr {
>     border: 0px;
> -    color: black;
> +    color: #000;
>     background-color: black;
>     height: 1px;
> }
> http://cvs.php.net/viewvc.cgi/php-gtk-web/style-highlight.css?r1=1.5&r2=1.6&diff_format=u
> Index: php-gtk-web/style-highlight.css
> diff -u php-gtk-web/style-highlight.css:1.5 
> php-gtk-web/style-highlight.css:1.6
> --- php-gtk-web/style-highlight.css:1.5 Sat Apr  8 07:36:23 2006
> +++ php-gtk-web/style-highlight.css Mon Jul 10 17:14:01 2006
> @@ -1,46 +1,45 @@
> /*
> - * $Id: style-highlight.css,v 1.5 2006/04/08 07:36:23 andrei Exp $
> + * $Id: style-highlight.css,v 1.6 2006/07/10 17:14:01 scottmattocks Exp $
>  */
>
> .phpcode {
> -font-family: monospace, 'Courier New', Courier;
> -font-size: 90%;
> +font-family: monospace, 'Courier New', Courier; font-size: 90%;
> }
> .phpcode .kw1 {
> -color: #d09010; font-weight: bold
> +color: #d09010; font-weight: bold; background-color: inherit;
> }
> .phpcode .kw2 {
> -color: #000000; font-weight: bold;
> +color: #000000; font-weight: bold; background-color: inherit;
> }
> .phpcode .kw3 {
> -color: #000066; font-weight: bold;
> +color: #000066; font-weight: bold; background-color: inherit;
> }
> .phpcode .co1 {
> -color: #808080; font-style: italic;
> +color: #808080; font-style: italic; background-color: inherit;
> }
> .phpcode .co2 {
> -color: #808080; font-style: italic;
> +color: #808080; font-style: italic; background-color: inherit;
> }
> .phpcode .coMULTI {
> -color: #808080; font-style: italic;
> +color: #808080; font-style: italic; background-color: inherit;
> }
> .phpcode .es0 {
> -color: green; font-weight: bold;
> +color: green; font-weight: bold; background-color: inherit;
> }
> .phpcode .br0 {
> -color: #404040
> +color: #404040; background-color: inherit;
> }
> .phpcode .st0 {
> -color: green
> +color: green; background-color: inherit;
> }
> .phpcode .nu0 {
> -color: #6600cc
> +color: #6600cc; background-color: inherit;
> }
> .phpcode .me0 {
> -color: black; font-style: italic
> +color: black; font-style: italic; background-color: inherit;
> }
> .phpcode .re0 {
> -color: #004090
> +color: #004090; background-color: inherit;
> }
>
> /*
>
> -- 
> PHP-GTK Webmaster Mailing List (http://gtk.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> __________ NOD32 1.1380 (20060125) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>