Hi folks,
in monobook/main.css, I indicated
"background: aliceblue;"
to change background of textarea, and it works. But the color I really want, is something like "ccccff", <body bgcolor="#ccccff"> in html code.
How can I indicate a color by a number?
thanks
Klaus
background: #ccccff; or background-color: #ccccff;
Klaus Becker wrote:
Hi folks,
in monobook/main.css, I indicated
"background: aliceblue;"
to change background of textarea, and it works. But the color I really want, is something like "ccccff", <body bgcolor="#ccccff"> in html code.
How can I indicate a color by a number?
thanks
Klaus
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Chiisai wrote:
background: #ccccff; or background-color: #ccccff;
or even:
background: #ccf;
This form is standard and each of the three digits is doubled for use. I.e. #abc = #aabbcc
Not often used, but you will see it sometimes and can use it anytime.
Mike
Am Sonntag, 29. April 2007 22:09 schrieb Chiisai:
background: #ccccff;
this works, thanks Klaus
or background-color: #ccccff;
Klaus Becker wrote:
Hi folks,
in monobook/main.css, I indicated
"background: aliceblue;"
to change background of textarea, and it works. But the color I really want, is something like "ccccff", <body bgcolor="#ccccff"> in html code.
How can I indicate a color by a number?
thanks
Klaus
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org