diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-20 03:55:10 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-01-20 03:55:10 +0000 |
commit | 36da0459e4d0b12ab46f0e2090d107a22f68844a (patch) | |
tree | 2a48cd656230a6c4b8dd26fcc3aa2097c130d255 /docs/mesa.css | |
parent | 10378919d76a6ad4bc4fbb921424807cb469d791 (diff) |
Use a simple CSS style sheet.
Diffstat (limited to 'docs/mesa.css')
-rw-r--r-- | docs/mesa.css | 35 |
1 files changed, 35 insertions, 0 deletions
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;*/ +} + |