X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcontrib%2Flibqxt-2007-10-24%2Fdoctemplate%2Fstylesheet.css;fp=src%2Fcontrib%2Flibqxt-2007-10-24%2Fdoctemplate%2Fstylesheet.css;h=e5f50cb51c589dffae0d221231836d86bc470631;hp=0000000000000000000000000000000000000000;hb=a634acadbcf6017474f68a3eaf7cb632660e9e49;hpb=cd122ca8e0d2c0ffc5397e0a813c75d791a7e6e3 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 index 00000000..e5f50cb5 --- /dev/null +++ b/src/contrib/libqxt-2007-10-24/doctemplate/stylesheet.css @@ -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; + }