diff --git a/test/libs/poshytip/tip-darkgray/tip-darkgray.css b/test/libs/poshytip/tip-darkgray/tip-darkgray.css deleted file mode 100644 index 3aa6dce..0000000 --- a/test/libs/poshytip/tip-darkgray/tip-darkgray.css +++ /dev/null @@ -1,62 +0,0 @@ -.tip-darkgray { - opacity:0.95; - z-index:1000; - text-align:left; - text-shadow:#444 0 1px 1px; - border:1px solid #888; - padding:8px; - min-width:50px; - max-width:530px; - color:#fff; - background-color:#999; - background-image:url(tip-darkgray.png); /* bgImageFrameSize >= 11 should work fine */ - /** - * - If you set a background-image, border/padding/background-color will be ingnored. - * You can set any padding to .tip-inner instead if you need. - * - If you want a tiled background-image and border/padding for the tip, - * set the background-image to .tip-inner instead. - */ -} -.tip-darkgray .tip-inner { - font:bold 12px/18px arial,helvetica,sans-serif; - margin-top:-1px; - padding:0 4px 3px 4px; -} - -/* Configure an arrow image - the script will automatically position it on the correct side of the tip */ -.tip-darkgray .tip-arrow-top { - margin-top:-7px; - margin-left:15px; - top:0; - left:0; - width:16px; - height:10px; - background:url(tip-darkgray_arrows.png) no-repeat; -} -.tip-darkgray .tip-arrow-right { - margin-top:-9px; /* approx. half the height to center it */ - margin-left:-7px; - top:50%; - left:100%; - width:11px; - height:21px; - background:url(tip-darkgray_arrows.png) no-repeat -22px 0; -} -.tip-darkgray .tip-arrow-bottom { - margin-top:-7px; - margin-left:15px; - top:100%; - left:0; - width:22px; - height:13px; - background:url(tip-darkgray_arrows.png) no-repeat -44px 0; -} -.tip-darkgray .tip-arrow-left { - margin-top:-9px; /* approx. half the height to center it */ - margin-left:-6px; - top:50%; - left:0; - width:11px; - height:21px; - background:url(tip-darkgray_arrows.png) no-repeat -66px 0; -} \ No newline at end of file diff --git a/test/libs/poshytip/tip-darkgray/tip-darkgray.png b/test/libs/poshytip/tip-darkgray/tip-darkgray.png deleted file mode 100644 index e5a0379..0000000 Binary files a/test/libs/poshytip/tip-darkgray/tip-darkgray.png and /dev/null differ diff --git a/test/libs/poshytip/tip-darkgray/tip-darkgray_arrows.png b/test/libs/poshytip/tip-darkgray/tip-darkgray_arrows.png deleted file mode 100644 index d3419c0..0000000 Binary files a/test/libs/poshytip/tip-darkgray/tip-darkgray_arrows.png and /dev/null differ diff --git a/test/libs/poshytip/tip-green/tip-green.css b/test/libs/poshytip/tip-green/tip-green.css deleted file mode 100644 index cdf21f7..0000000 --- a/test/libs/poshytip/tip-green/tip-green.css +++ /dev/null @@ -1,57 +0,0 @@ -.tip-green { - z-index:1000; - text-align:left; - border:1px solid #bdde98; - padding:7px 10px; - min-width:50px; - max-width:300px; - color:#860404; - background-color:#dff6c6; - /** - * - If you set a background-image, border/padding/background-color will be ingnored. - * You can set any padding to .tip-inner instead if you need. - * - If you want a tiled background-image and border/padding for the tip, - * set the background-image to .tip-inner instead. - */ -} -.tip-green .tip-inner { - font:bold 12px/14px arial,helvetica,sans-serif; -} - -/* Configure an arrow image - the script will automatically position it on the correct side of the tip */ -.tip-green .tip-arrow-top { - margin-top:-10px; - margin-left:6px; - top:0; - left:0; - width:10px; - height:10px; - background:url(tip-green_arrows.gif) no-repeat; -} -.tip-green .tip-arrow-right { - margin-top:6px; - margin-left:0; - top:0; - left:100%; - width:10px; - height:10px; - background:url(tip-green_arrows.gif) no-repeat -10px 0; -} -.tip-green .tip-arrow-bottom { - margin-top:0; - margin-left:6px; - top:100%; - left:0; - width:10px; - height:10px; - background:url(tip-green_arrows.gif) no-repeat -20px 0; -} -.tip-green .tip-arrow-left { - margin-top:6px; - margin-left:-10px; - top:0; - left:0; - width:10px; - height:10px; - background:url(tip-green_arrows.gif) no-repeat -30px 0; -} \ No newline at end of file diff --git a/test/libs/poshytip/tip-green/tip-green_arrows.gif b/test/libs/poshytip/tip-green/tip-green_arrows.gif deleted file mode 100644 index dcae6b5..0000000 Binary files a/test/libs/poshytip/tip-green/tip-green_arrows.gif and /dev/null differ diff --git a/test/libs/poshytip/tip-skyblue/tip-skyblue.css b/test/libs/poshytip/tip-skyblue/tip-skyblue.css deleted file mode 100644 index 4987497..0000000 --- a/test/libs/poshytip/tip-skyblue/tip-skyblue.css +++ /dev/null @@ -1,58 +0,0 @@ -.tip-skyblue { - z-index:1000; - text-align:left; - padding:8px 10px; - min-width:50px; - max-width:300px; - color:#37356c; - background-color:#b9f3f8; - background-image:url(tip-skyblue.png); /* bgImageFrameSize == 9 works fine */ - /** - * - If you set a background-image, border/padding/background-color will be ingnored. - * You can set any padding to .tip-inner instead if you need. - * - If you want a tiled background-image and border/padding for the tip, - * set the background-image to .tip-inner instead. - */ -} -.tip-skyblue .tip-inner { - font:bold 13px/15px 'trebuchet ms',arial,helvetica,sans-serif; - padding:0 3px 1px 3px; -} - -/* Configure an arrow image - the script will automatically position it on the correct side of the tip */ -.tip-skyblue .tip-arrow-top { - margin-top:-12px; - margin-left:0; - top:0; - left:0; - width:11px; - height:19px; - background:url(tip-skyblue_arrows.png) no-repeat; -} -.tip-skyblue .tip-arrow-right { - margin-top:0; - margin-left:-7px; - top:0; - left:100%; - width:18px; - height:13px; - background:url(tip-skyblue_arrows.png) no-repeat -20px 0; -} -.tip-skyblue .tip-arrow-bottom { - margin-top:-8px; - margin-left:0; - top:100%; - left:0; - width:11px; - height:20px; - background:url(tip-skyblue_arrows.png) no-repeat -40px 0; -} -.tip-skyblue .tip-arrow-left { - margin-top:0; - margin-left:-11px; - top:0; - left:0; - width:18px; - height:13px; - background:url(tip-skyblue_arrows.png) no-repeat -60px 0; -} \ No newline at end of file diff --git a/test/libs/poshytip/tip-skyblue/tip-skyblue.png b/test/libs/poshytip/tip-skyblue/tip-skyblue.png deleted file mode 100644 index bdd69a1..0000000 Binary files a/test/libs/poshytip/tip-skyblue/tip-skyblue.png and /dev/null differ diff --git a/test/libs/poshytip/tip-skyblue/tip-skyblue_arrows.png b/test/libs/poshytip/tip-skyblue/tip-skyblue_arrows.png deleted file mode 100644 index 2fb46b7..0000000 Binary files a/test/libs/poshytip/tip-skyblue/tip-skyblue_arrows.png and /dev/null differ diff --git a/test/libs/poshytip/tip-twitter/tip-twitter.css b/test/libs/poshytip/tip-twitter/tip-twitter.css deleted file mode 100644 index beaa42e..0000000 --- a/test/libs/poshytip/tip-twitter/tip-twitter.css +++ /dev/null @@ -1,59 +0,0 @@ -.tip-twitter { - opacity:0.8; - z-index:1000; - text-align:left; - border-radius:4px; - -moz-border-radius:4px; - -webkit-border-radius:4px; - padding:8px 8px; - max-width:200px; - color:#fff; - background-color:#000; - /** - * - If you set a background-image, border/padding/background-color will be ingnored. - * You can set any padding to .tip-inner instead if you need. - * - If you want a tiled background-image and border/padding for the tip, - * set the background-image to .tip-inner instead. - */ -} -.tip-twitter .tip-inner { - font:bold 11px/14px 'Lucida Grande',sans-serif; -} - -/* Configure an arrow image - the script will automatically position it on the correct side of the tip */ -.tip-twitter .tip-arrow-top { - margin-top:-5px; - margin-left:-5px; /* approx. half the width to center it */ - top:0; - left:50%; - width:9px; - height:5px; - background:url(tip-twitter_arrows.gif) no-repeat; -} -.tip-twitter .tip-arrow-right { - margin-top:-4px; /* approx. half the height to center it */ - margin-left:0; - top:50%; - left:100%; - width:5px; - height:9px; - background:url(tip-twitter_arrows.gif) no-repeat -9px 0; -} -.tip-twitter .tip-arrow-bottom { - margin-top:0; - margin-left:-5px; /* approx. half the width to center it */ - top:100%; - left:50%; - width:9px; - height:5px; - background:url(tip-twitter_arrows.gif) no-repeat -18px 0; -} -.tip-twitter .tip-arrow-left { - margin-top:-4px; /* approx. half the height to center it */ - margin-left:-5px; - top:50%; - left:0; - width:5px; - height:9px; - background:url(tip-twitter_arrows.gif) no-repeat -27px 0; -} \ No newline at end of file diff --git a/test/libs/poshytip/tip-twitter/tip-twitter_arrows.gif b/test/libs/poshytip/tip-twitter/tip-twitter_arrows.gif deleted file mode 100644 index 6fac0e6..0000000 Binary files a/test/libs/poshytip/tip-twitter/tip-twitter_arrows.gif and /dev/null differ diff --git a/test/libs/poshytip/tip-violet/tip-violet.css b/test/libs/poshytip/tip-violet/tip-violet.css deleted file mode 100644 index d41e038..0000000 --- a/test/libs/poshytip/tip-violet/tip-violet.css +++ /dev/null @@ -1,60 +0,0 @@ -.tip-violet { - z-index:1000; - text-align:left; - border:1px solid #afafaf; - padding:7px; - min-width:50px; - max-width:530px; - color:#860404; - background-color:#f2e7fd; - background-image:url(tip-violet.png); /* bgImageFrameSize >= 9 should work fine */ - /** - * - If you set a background-image, border/padding/background-color will be ingnored. - * You can set any padding to .tip-inner instead if you need. - * - If you want a tiled background-image and border/padding for the tip, - * set the background-image to .tip-inner instead. - */ -} -.tip-violet .tip-inner { - font:bold 12px/18px 'trebuchet ms',arial,helvetica,sans-serif; - margin-top:-1px; - padding:0 3px 2px 3px; -} - -/* Configure an arrow image - the script will automatically position it on the correct side of the tip */ -.tip-violet .tip-arrow-top { - margin-top:-7px; - margin-left:15px; - top:0; - left:0; - width:16px; - height:10px; - background:url(tip-violet_arrows.png) no-repeat; -} -.tip-violet .tip-arrow-right { - margin-top:-9px; /* approx. half the height to center it */ - margin-left:-4px; - top:50%; - left:100%; - width:10px; - height:20px; - background:url(tip-violet_arrows.png) no-repeat -16px 0; -} -.tip-violet .tip-arrow-bottom { - margin-top:-6px; - margin-left:15px; - top:100%; - left:0; - width:16px; - height:13px; - background:url(tip-violet_arrows.png) no-repeat -32px 0; -} -.tip-violet .tip-arrow-left { - margin-top:-9px; /* approx. half the height to center it */ - margin-left:-6px; - top:50%; - left:0; - width:10px; - height:20px; - background:url(tip-violet_arrows.png) no-repeat -48px 0; -} \ No newline at end of file diff --git a/test/libs/poshytip/tip-violet/tip-violet.png b/test/libs/poshytip/tip-violet/tip-violet.png deleted file mode 100644 index cb466cd..0000000 Binary files a/test/libs/poshytip/tip-violet/tip-violet.png and /dev/null differ diff --git a/test/libs/poshytip/tip-violet/tip-violet_arrows.png b/test/libs/poshytip/tip-violet/tip-violet_arrows.png deleted file mode 100644 index 047cca3..0000000 Binary files a/test/libs/poshytip/tip-violet/tip-violet_arrows.png and /dev/null differ diff --git a/test/libs/poshytip/tip-yellow/tip-yellow.css b/test/libs/poshytip/tip-yellow/tip-yellow.css deleted file mode 100644 index c925999..0000000 --- a/test/libs/poshytip/tip-yellow/tip-yellow.css +++ /dev/null @@ -1,60 +0,0 @@ -.tip-yellow { - z-index:1000; - text-align:left; - border:1px solid #939393; - padding:7px; - min-width:50px; - max-width:530px; - color:#8c3901; - background-color:#fef9d9; - background-image:url(tip-yellow.png); /* bgImageFrameSize >= 10 should work fine */ - /** - * - If you set a background-image, border/padding/background-color will be ingnored. - * You can set any padding to .tip-inner instead if you need. - * - If you want a tiled background-image and border/padding for the tip, - * set the background-image to .tip-inner instead. - */ -} -.tip-yellow .tip-inner { - font:bold 13px/18px 'trebuchet ms',arial,helvetica,sans-serif; - margin-top:-2px; - padding:0 3px 1px 3px; -} - -/* Configure an arrow image - the script will automatically position it on the correct side of the tip */ -.tip-yellow .tip-arrow-top { - margin-top:-7px; - margin-left:15px; - top:0; - left:0; - width:16px; - height:10px; - background:url(tip-yellow_arrows.png) no-repeat; -} -.tip-yellow .tip-arrow-right { - margin-top:-9px; /* approx. half the height to center it */ - margin-left:-4px; - top:50%; - left:100%; - width:10px; - height:20px; - background:url(tip-yellow_arrows.png) no-repeat -16px 0; -} -.tip-yellow .tip-arrow-bottom { - margin-top:-6px; - margin-left:15px; - top:100%; - left:0; - width:16px; - height:13px; - background:url(tip-yellow_arrows.png) no-repeat -32px 0; -} -.tip-yellow .tip-arrow-left { - margin-top:-9px; /* approx. half the height to center it */ - margin-left:-6px; - top:50%; - left:0; - width:10px; - height:20px; - background:url(tip-yellow_arrows.png) no-repeat -48px 0; -} \ No newline at end of file diff --git a/test/libs/poshytip/tip-yellow/tip-yellow.png b/test/libs/poshytip/tip-yellow/tip-yellow.png deleted file mode 100644 index 0ca26f7..0000000 Binary files a/test/libs/poshytip/tip-yellow/tip-yellow.png and /dev/null differ diff --git a/test/libs/poshytip/tip-yellow/tip-yellow_arrows.png b/test/libs/poshytip/tip-yellow/tip-yellow_arrows.png deleted file mode 100644 index 32f2afd..0000000 Binary files a/test/libs/poshytip/tip-yellow/tip-yellow_arrows.png and /dev/null differ