X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Funivbristopo%2Fstatic%2Fcss%2Ftooltip.topology.css;fp=plugins%2Funivbristopo%2Fstatic%2Fcss%2Ftooltip.topology.css;h=a6693ed6cb77a86c93bb467141619ea78bab685f;hb=e45ccc4c4c327a81cc6a001ceff0655358ea09c5;hp=0000000000000000000000000000000000000000;hpb=e494918d8e6d9dab21b9ff30c3c2db2157dc0a20;p=myslice.git diff --git a/plugins/univbristopo/static/css/tooltip.topology.css b/plugins/univbristopo/static/css/tooltip.topology.css new file mode 100644 index 00000000..a6693ed6 --- /dev/null +++ b/plugins/univbristopo/static/css/tooltip.topology.css @@ -0,0 +1,48 @@ +#tt { + position:absolute; + display:block; + //background:url(images/tt_left.gif) top left no-repeat; + } +#tttop { + display:block; + height:5px; + margin-left:5px; + //background:url(images/tt_top.gif) top right no-repeat; + overflow:hidden; + } + + +#ttcont { + background-color:#111111; + border:0px; + padding:10px 10px; + width:200px; + color:#fff; + text-align:left; + font-size:10px; + /* outline radius for mozilla/firefox only */ + -moz-box-shadow:0 0 10px #000; + -webkit-box-shadow:0 0 2px #000; + -moz-border-radius: 15px 15px 15px 0px; + -webkit-border-radius: 15px 15px 15px 0px; + border-radius: 10px 10px 10px 4px; + opacity:0.85; + /* IE 8 */ + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; + /* IE 5-7 */ + filter: alpha(opacity=85); + /* Netscape */ + -moz-opacity: 0.85; + /* Safari 1.x */ + -khtml-opacity: 0.85; + + + +} +#ttbot { +display:block; +height:5px; +margin-left:5px; +//background:url(images/tt_bottom.gif) top right no-repeat; +overflow:hidden; +}