diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 17:43:19 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 17:43:19 +0000 |
commit | 0292059f4a16434600564cfa3f0ad2309a508a54 (patch) | |
tree | d95953cd53011917c4df679b96aedca39401b54f /doc/html/styles.css | |
download | libksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.tar.gz libksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.zip |
Added libksquirrel for KDE3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1095624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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; } |