summaryrefslogtreecommitdiff
path: root/html/style/helptip.css
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-10-08 07:43:51 +0200
committeranbr <vdr07@deltab.de>2011-10-08 07:43:51 +0200
commit85d4bfa04ce28b5ec3eb0054306c43bc59c55128 (patch)
treed7878021068d70e2a4ab3044beb5f770a57fc980 /html/style/helptip.css
parenta71b70567ed73853367d972a95d2a346b2f93989 (diff)
downloadxxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.gz
xxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.bz2
Merge skins into common directory
Diffstat (limited to 'html/style/helptip.css')
-rw-r--r--html/style/helptip.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/html/style/helptip.css b/html/style/helptip.css
deleted file mode 100644
index 2293abc..0000000
--- a/html/style/helptip.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- Notice that IE has a display problem if the help link is on
- the last line of a container with no padding. If this is the
- case increase the padding bottom to at least 1px
-*/
-
-a.helpLink {
- color: Green;
- text-decoration: none;
- cursor: help;
-}
-
-a.helpLink:hover {
- color: Red;
- text-decoration: none;
-}
-
-.help-tooltip {
- position: absolute;
- width: 50%;
- border: 1px Solid WindowFrame;
- background: Infobackground;
- color: InfoText;
- font: StatusBar;
- font: Status-Bar;
- padding: 3px;
- filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
- z-index: 10000;
-}
-
-
-.help-tooltip a,
-.help-tooltip a:hover {
- color: blue !important;
- background: none;
-}