Path: blob/main/contrib/libxo/xohtml/external/jquery.qtip.css
39536 views
/*1* qTip2 - Pretty powerful tooltips - v2.1.12* http://qtip2.com3*4* Copyright (c) 2013 Craig Michael Thompson5* Released under the MIT, GPL licenses6* http://jquery.org/license7*8* Date: Thu Jul 11 2013 02:15 UTC+00009* Plugins: tips viewport10* Styles: basic css311*/12.qtip{13position: absolute;14left: -28000px;15top: -28000px;16display: none;1718max-width: 280px;19min-width: 50px;2021font-size: 10.5px;22line-height: 12px;2324direction: ltr;2526box-shadow: none;27padding: 0;28}2930.qtip-content{31position: relative;32padding: 5px 9px;33overflow: hidden;3435text-align: left;36word-wrap: break-word;37}3839.qtip-titlebar{40position: relative;41padding: 5px 35px 5px 10px;42overflow: hidden;4344border-width: 0 0 1px;45font-weight: bold;46}4748.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }4950/* Default close button class */51.qtip-close{52position: absolute;53right: -9px; top: -9px;5455cursor: pointer;56outline: medium none;5758border-width: 1px;59border-style: solid;60border-color: transparent;61}6263.qtip-titlebar .qtip-close{64right: 4px; top: 50%;65margin-top: -9px;66}6768* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */6970.qtip-titlebar .ui-icon,71.qtip-icon .ui-icon{72display: block;73text-indent: -1000em;74direction: ltr;75}7677.qtip-icon, .qtip-icon .ui-icon{78-moz-border-radius: 3px;79-webkit-border-radius: 3px;80border-radius: 3px;81text-decoration: none;82}8384.qtip-icon .ui-icon{85width: 18px;86height: 14px;8788line-height: 14px;89text-align: center;90text-indent: 0;91font: normal bold 10px/13px Tahoma,sans-serif;9293color: inherit;94background: transparent none no-repeat -100em -100em;95}9697/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */98.qtip-focus{}99100/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */101.qtip-hover{}102103/* Default tooltip style */104.qtip-default{105border-width: 1px;106border-style: solid;107border-color: #F1D031;108109background-color: #FFFFA3;110color: #555;111}112113.qtip-default .qtip-titlebar{114background-color: #FFEF93;115}116117.qtip-default .qtip-icon{118border-color: #CCC;119background: #F1F1F1;120color: #777;121}122123.qtip-default .qtip-titlebar .qtip-close{124border-color: #AAA;125color: #111;126}127128129130/*! Light tooltip style */131.qtip-light{132background-color: white;133border-color: #E2E2E2;134color: #454545;135}136137.qtip-light .qtip-titlebar{138background-color: #f1f1f1;139}140141142/*! Dark tooltip style */143.qtip-dark{144background-color: #505050;145border-color: #303030;146color: #f3f3f3;147}148149.qtip-dark .qtip-titlebar{150background-color: #404040;151}152153.qtip-dark .qtip-icon{154border-color: #444;155}156157.qtip-dark .qtip-titlebar .ui-state-hover{158border-color: #303030;159}160161162/*! Cream tooltip style */163.qtip-cream{164background-color: #FBF7AA;165border-color: #F9E98E;166color: #A27D35;167}168169.qtip-cream .qtip-titlebar{170background-color: #F0DE7D;171}172173.qtip-cream .qtip-close .qtip-icon{174background-position: -82px 0;175}176177178/*! Red tooltip style */179.qtip-red{180background-color: #F78B83;181border-color: #D95252;182color: #912323;183}184185.qtip-red .qtip-titlebar{186background-color: #F06D65;187}188189.qtip-red .qtip-close .qtip-icon{190background-position: -102px 0;191}192193.qtip-red .qtip-icon{194border-color: #D95252;195}196197.qtip-red .qtip-titlebar .ui-state-hover{198border-color: #D95252;199}200201202/*! Green tooltip style */203.qtip-green{204background-color: #CAED9E;205border-color: #90D93F;206color: #3F6219;207}208209.qtip-green .qtip-titlebar{210background-color: #B0DE78;211}212213.qtip-green .qtip-close .qtip-icon{214background-position: -42px 0;215}216217218/*! Blue tooltip style */219.qtip-blue{220background-color: #E5F6FE;221border-color: #ADD9ED;222color: #5E99BD;223}224225.qtip-blue .qtip-titlebar{226background-color: #D0E9F5;227}228229.qtip-blue .qtip-close .qtip-icon{230background-position: -2px 0;231}232233234235.qtip-shadow{236-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);237-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);238box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);239}240241/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */242.qtip-rounded,243.qtip-tipsy,244.qtip-bootstrap{245-moz-border-radius: 5px;246-webkit-border-radius: 5px;247border-radius: 5px;248}249250.qtip-rounded .qtip-titlebar{251-moz-border-radius: 4px 4px 0 0;252-webkit-border-radius: 4px 4px 0 0;253border-radius: 4px 4px 0 0;254}255256/* Youtube tooltip style */257.qtip-youtube{258-moz-border-radius: 2px;259-webkit-border-radius: 2px;260border-radius: 2px;261262-webkit-box-shadow: 0 0 3px #333;263-moz-box-shadow: 0 0 3px #333;264box-shadow: 0 0 3px #333;265266color: white;267border-width: 0;268269background: #4A4A4A;270background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));271background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);272background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);273background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);274background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);275}276277.qtip-youtube .qtip-titlebar{278background-color: #4A4A4A;279background-color: rgba(0,0,0,0);280}281282.qtip-youtube .qtip-content{283padding: .75em;284font: 12px arial,sans-serif;285286filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);287-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";288}289290.qtip-youtube .qtip-icon{291border-color: #222;292}293294.qtip-youtube .qtip-titlebar .ui-state-hover{295border-color: #303030;296}297298299/* jQuery TOOLS Tooltip style */300.qtip-jtools{301background: #232323;302background: rgba(0, 0, 0, 0.7);303background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));304background-image: -moz-linear-gradient(top, #717171, #232323);305background-image: -webkit-linear-gradient(top, #717171, #232323);306background-image: -ms-linear-gradient(top, #717171, #232323);307background-image: -o-linear-gradient(top, #717171, #232323);308309border: 2px solid #ddd;310border: 2px solid rgba(241,241,241,1);311312-moz-border-radius: 2px;313-webkit-border-radius: 2px;314border-radius: 2px;315316-webkit-box-shadow: 0 0 12px #333;317-moz-box-shadow: 0 0 12px #333;318box-shadow: 0 0 12px #333;319}320321/* IE Specific */322.qtip-jtools .qtip-titlebar{323background-color: transparent;324filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);325-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";326}327.qtip-jtools .qtip-content{328filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);329-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";330}331332.qtip-jtools .qtip-titlebar,333.qtip-jtools .qtip-content{334background: transparent;335color: white;336border: 0 dashed transparent;337}338339.qtip-jtools .qtip-icon{340border-color: #555;341}342343.qtip-jtools .qtip-titlebar .ui-state-hover{344border-color: #333;345}346347348/* Cluetip style */349.qtip-cluetip{350-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);351-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);352box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);353354background-color: #D9D9C2;355color: #111;356border: 0 dashed transparent;357}358359.qtip-cluetip .qtip-titlebar{360background-color: #87876A;361color: white;362border: 0 dashed transparent;363}364365.qtip-cluetip .qtip-icon{366border-color: #808064;367}368369.qtip-cluetip .qtip-titlebar .ui-state-hover{370border-color: #696952;371color: #696952;372}373374375/* Tipsy style */376.qtip-tipsy{377background: black;378background: rgba(0, 0, 0, .87);379380color: white;381border: 0 solid transparent;382383font-size: 11px;384font-family: 'Lucida Grande', sans-serif;385font-weight: bold;386line-height: 16px;387text-shadow: 0 1px black;388}389390.qtip-tipsy .qtip-titlebar{391padding: 6px 35px 0 10px;392background-color: transparent;393}394395.qtip-tipsy .qtip-content{396padding: 6px 10px;397}398399.qtip-tipsy .qtip-icon{400border-color: #222;401text-shadow: none;402}403404.qtip-tipsy .qtip-titlebar .ui-state-hover{405border-color: #303030;406}407408409/* Tipped style */410.qtip-tipped{411border: 3px solid #959FA9;412413-moz-border-radius: 3px;414-webkit-border-radius: 3px;415border-radius: 3px;416417background-color: #F9F9F9;418color: #454545;419420font-weight: normal;421font-family: serif;422423font-size: 12px;424}425426.qtip-tipped .qtip-titlebar{427border-bottom-width: 0;428429color: white;430background: #3A79B8;431background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));432background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);433background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);434background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);435background-image: -o-linear-gradient(top, #3A79B8, #2E629D);436filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);437-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";438439font-size: 14px;440}441442.qtip-tipped .qtip-icon{443border: 2px solid #285589;444background: #285589;445}446447.qtip-tipped .qtip-icon .ui-icon{448background-color: #FBFBFB;449color: #555;450}451452453/**454* Twitter Bootstrap style.455*456* Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.457* Does not work with IE 7.458*/459.qtip-bootstrap{460/** Taken from Bootstrap body */461font-size: 14px;462line-height: 20px;463color: #333333;464465/** Taken from Bootstrap .popover */466padding: 1px;467background-color: #ffffff;468border: 1px solid #ccc;469border: 1px solid rgba(0, 0, 0, 0.2);470-webkit-border-radius: 6px;471-moz-border-radius: 6px;472border-radius: 6px;473-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);474-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);475box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);476-webkit-background-clip: padding-box;477-moz-background-clip: padding;478background-clip: padding-box;479}480481.qtip-bootstrap .qtip-titlebar{482/** Taken from Bootstrap .popover-title */483padding: 8px 14px;484margin: 0;485font-size: 14px;486font-weight: normal;487line-height: 18px;488background-color: #f7f7f7;489border-bottom: 1px solid #ebebeb;490-webkit-border-radius: 5px 5px 0 0;491-moz-border-radius: 5px 5px 0 0;492border-radius: 5px 5px 0 0;493}494495.qtip-bootstrap .qtip-titlebar .qtip-close{496/**497* Overrides qTip2:498* .qtip-titlebar .qtip-close{499* [...]500* right: 4px;501* top: 50%;502* [...]503* border-style: solid;504* }505*/506right: 11px;507top: 45%;508border-style: none;509}510511.qtip-bootstrap .qtip-content{512/** Taken from Bootstrap .popover-content */513padding: 9px 14px;514}515516.qtip-bootstrap .qtip-icon{517/**518* Overrides qTip2:519* .qtip-default .qtip-icon {520* border-color: #CCC;521* background: #F1F1F1;522* color: #777;523* }524*/525background: transparent;526}527528.qtip-bootstrap .qtip-icon .ui-icon{529/**530* Overrides qTip2:531* .qtip-icon .ui-icon{532* width: 18px;533* height: 14px;534* }535*/536width: auto;537height: auto;538539/* Taken from Bootstrap .close */540float: right;541font-size: 20px;542font-weight: bold;543line-height: 18px;544color: #000000;545text-shadow: 0 1px 0 #ffffff;546opacity: 0.2;547filter: alpha(opacity=20);548}549550.qtip-bootstrap .qtip-icon .ui-icon:hover{551/* Taken from Bootstrap .close:hover */552color: #000000;553text-decoration: none;554cursor: pointer;555opacity: 0.4;556filter: alpha(opacity=40);557}558559560/* IE9 fix - removes all filters */561.qtip:not(.ie9haxors) div.qtip-content,562.qtip:not(.ie9haxors) div.qtip-titlebar{563filter: none;564-ms-filter: none;565}566567568569.qtip .qtip-tip{570margin: 0 auto;571overflow: hidden;572z-index: 10;573574}575576/* Opera bug #357 - Incorrect tip position577https://github.com/Craga89/qTip2/issues/367 */578x:-o-prefocus, .qtip .qtip-tip{579visibility: hidden;580}581582.qtip .qtip-tip,583.qtip .qtip-tip .qtip-vml,584.qtip .qtip-tip canvas{585position: absolute;586587color: #123456;588background: transparent;589border: 0 dashed transparent;590}591592.qtip .qtip-tip canvas{ top: 0; left: 0; }593594.qtip .qtip-tip .qtip-vml{595behavior: url(#default#VML);596display: inline-block;597visibility: visible;598}599600601