We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / src / contrib / libqxt-2007-10-24 / doctemplate / stylesheet.css
diff --git a/src/contrib/libqxt-2007-10-24/doctemplate/stylesheet.css b/src/contrib/libqxt-2007-10-24/doctemplate/stylesheet.css
new file mode 100755 (executable)
index 0000000..e5f50cb
--- /dev/null
@@ -0,0 +1,41 @@
+body
+       {
+       background: #ffffff;
+       color: black
+       }
+pre
+       {
+       padding: 0.2em;
+       border: #e7e7e7 1px solid;
+       background: #f1f1f1;
+       color: black;
+       text-indent:10px;
+       }
+
+h3.fn,span.fn
+       {
+       margin-left: 1cm;
+       text-indent: -1cm;
+       }
+
+a:link
+       {
+       color: #004faf;
+       text-decoration: none
+       }
+
+a:visited
+       {
+       color: #672967;
+       text-decoration: none
+       }
+
+.fn
+       {
+       font-weight: bold;
+       }
+
+.paramname 
+       {
+       font-style: italic;
+       }