From 36da0459e4d0b12ab46f0e2090d107a22f68844a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 20 Jan 2005 03:55:10 +0000 Subject: Use a simple CSS style sheet. --- docs/mesa.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/mesa.css (limited to 'docs/mesa.css') diff --git a/docs/mesa.css b/docs/mesa.css new file mode 100644 index 0000000000..190fd56de9 --- /dev/null +++ b/docs/mesa.css @@ -0,0 +1,35 @@ +/* Mesa CSS */ +body { + background-color: #55bbff; + font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; + color: black; + link: #111188; +} + +h1 { + background-color: #55bbff; + font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; + font-weight: bold; + color: black; +} + +h2 { + background-color: #55bbff; + font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold; + font-weight: bold; + color: black; +} + +code { + font-family: monospace; + font-size: 10pt; + color: black; +} + + +pre { + /*font-family: monospace;*/ + font-size: 10pt; + /*color: black;*/ +} + -- cgit v1.2.3