diff options
Diffstat (limited to 'doc/html/styles.css')
-rw-r--r-- | doc/html/styles.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/html/styles.css b/doc/html/styles.css new file mode 100644 index 0000000..62e1aa3 --- /dev/null +++ b/doc/html/styles.css @@ -0,0 +1,26 @@ +h1, h2, h3 { font-family: tahoma, verdana, Helvetica, arial, sans-serif; } + +a:link.menulink { color: #ffffff; text-decoration: none } +a:visited.menulink { color: #ffffff; text-decoration: none } +a:active.menulink { color: #ffffff; text-decoration: none } +a:hover.menulink { color: #ffffff; text-decoration: underline } + +body.index + { + background: #ffffff; + font-family: Tahoma, Arial, Helvetica, sans-serif; color: #000000; + } + +body { + background: #ffffff; + font-family: Tahoma, Arial, Helvetica, sans-serif; color: #000000; + + background-repeat: no-repeat; + background-attachment: fixed; + background-image: url(belka_bkgr.gif); + background-position: right bottom; + } + +td.menuitem { padding: 3px; } + +p.red { text-indent: 8mm; } |