summaryrefslogtreecommitdiff
path: root/docs/mesa.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/mesa.css')
-rw-r--r--docs/mesa.css35
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;*/
+}
+