/*rules for the plot target div. These will be cascaded down to all plot elements according to css rules*/ .jqplot-target { position: relative; color: #4f4e4e; font-family: verdana,Arial,Helvetica,sans-serif; font-size: 11pt; /* height: 300px; width: 400px;*/ } /*rules applied to all axes*/ .jqplot-axis { font-size: 0.75em; } .jqplot-xaxis { margin-top: 10px; } .jqplot-x2axis { margin-bottom: 10px; } .jqplot-yaxis { margin-right: 10px; } .jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis { margin-left: 10px; margin-right: 10px; } /*rules applied to all axis tick divs*/ .jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick { position: absolute; white-space: pre; } .jqplot-xaxis-tick { top: 0px; /* initial position untill tick is drawn in proper place */ left: 15px; /* padding-top: 10px;*/ vertical-align: top; } .jqplot-x2axis-tick { bottom: 0px; /* initial position untill tick is drawn in proper place */ left: 15px; /* padding-bottom: 10px;*/ vertical-align: bottom; } .jqplot-yaxis-tick { right: 0px; /* initial position untill tick is drawn in proper place */ top: 15px; /* padding-right: 10px;*/ text-align: right; } .jqplot-yaxis-tick.jqplot-breakTick { right: -20px; margin-right: 0px; padding:1px 5px 1px 5px; /*background-color: white;*/ z-index: 2; font-size: 1.5em; } .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick { left: 0px; /* initial position untill tick is drawn in proper place */ top: 15px; /* padding-left: 10px;*/ /* padding-right: 15px;*/ text-align: left; } .jqplot-yMidAxis-tick { text-align: center; white-space: nowrap; } .jqplot-xaxis-label { margin-top: 10px; font-size: 11pt; position: absolute; } .jqplot-x2axis-label { margin-bottom: 10px; font-size: 11pt; position: absolute; } .jqplot-yaxis-label { margin-right: 10px; /* text-align: center;*/ font-size: 11pt; position: absolute; } .jqplot-yMidAxis-label { font-size: 11pt; position: absolute; } .jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label { /* text-align: center;*/ font-size: 11pt; margin-left: 10px; position: absolute; } .jqplot-meterGauge-tick { font-size: 0.75em; color: #999999; } .jqplot-meterGauge-label { font-size: 1em; color: #999999; } table.jqplot-table-legend { display: block; max-height: 230px; margin: 12px; overflow: auto; width: 300px; z-index: 100; } table.jqplot-table-legend tr td+td { padding-left: 10px; width: 300px; } table.jqplot-table-legend, table.jqplot-cursor-legend { background-color: rgba(255,255,255,0.6); border: 1px solid #cccccc; position: absolute; font-size: 9pt; } td.jqplot-table-legend { vertical-align:middle; } div#lowPercentIgnoredLegend{ font-size: 12px; } div#lowPercentIgnoredLegend span{ display: inline-block; height: 9px; border: 1px dashed #4D4D4D; padding: 1px; width: 9px; vertical-align: bottom; } td.jqplot-table-legend div.lowPercentIgnored{ border: 1px dashed #4D4D4D; } /* These rules could be used instead of assigning element styles and relying on js object properties. */ td.jqplot-table-legend-swatch { width: 15px; } /* tr.jqplot-table-legend:first td.jqplot-table-legend-swatch { padding-top: 0px; } */ td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active { cursor: pointer; } .jqplot-table-legend .jqplot-series-hidden { text-decoration: line-through; } td.jqplot-table-legend > div{ border: 1px solid #cccccc; padding:1px; width: 12px; } div.jqplot-table-legend-swatch-outline { border: 1px solid #cccccc; padding:1px; } div.jqplot-table-legend-swatch { width:0px; height:0px; border-top-width: 5px; border-bottom-width: 5px; border-left-width: 6px; border-right-width: 6px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; } .jqplot-title { top: 0px; left: 0px; padding-bottom: 0.5em; font-size: 1.2em; } table.jqplot-cursor-tooltip { border: 1px solid #cccccc; font-size: 0.75em; } .jqplot-cursor-tooltip { border: 1px solid #cccccc; font-size: 0.75em; white-space: nowrap; background: rgba(208,208,208,0.5); padding: 1px; } .jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip { border: 1px solid #cccccc; font-size: 9pt; white-space: nowrap; background: #FFFFFF; padding: 3px; z-index: 9999; } .jqplot-point-label { font-size: 0.75em; z-index: 2; } td.jqplot-cursor-legend-swatch { vertical-align: middle; text-align: center; } div.jqplot-cursor-legend-swatch { width: 1.2em; height: 0.7em; } .jqplot-error { /* Styles added to the plot target container when there is an error go here.*/ text-align: center; } .jqplot-error-message { /* Styling of the custom error message div goes here.*/ position: relative; top: 46%; display: inline-block; } div.jqplot-bubble-label { font-size: 0.8em; /* background: rgba(90%, 90%, 90%, 0.15);*/ padding-left: 2px; padding-right: 2px; color: rgb(20%, 20%, 20%); } div.jqplot-bubble-label.jqplot-bubble-label-highlight { background: rgba(90%, 90%, 90%, 0.7); } div.jqplot-noData-container { text-align: center; background-color: rgba(96%, 96%, 96%, 0.3); } /**********************************************************************************************/ /************************* STYLES AJOUTES *************************/ /**********************************************************************************************/ div[id^="donut"]{ width: 750px; height: 300px; } div[id^="donut"] span{ font-size: 10pt; position: absolute; top: 45%; left: 35%; } div[id^="donut"][id$="GraphLoading"]{ width: 750px; height: 300px; } #divGraphique table#newGraph { width: 100%; } #divGraphique table#newGraph tr.entete td{ position: relative; } #divGraphique table#newGraph tr.entete td a{ position: absolute; top: 7px; right: 7px; } #divGraphique table#newGraph tr.entete td a:first-child{ left: 7px; } #divGraphique table#newGraph tr td#contentGraph{ border-left: 1px solid grey; border-right: 1px solid grey; padding-left: 5px; } #divGraphique table#newGraph div#legend hr{ border: none; border-top: 2px dashed #86A7D3; width: 33px; display: inline-block; margin-left: 10px; margin-bottom: 3px; } #divGraphique table#newGraph div#legend span{ display: inline-block; margin-bottom: 10px; font-style: italic; font-size: 10px; } div.intradayhistory{ margin-left: 10px; margin-top: 10px; margin-bottom: 15px; position: relative; } div.intradayhistory .jqplot-title{ font-weight: bold; font-size: 10px; margin-top: 5px; margin-bottom: 5px; } div.intradayhistory .jqplot-yaxis-label{ font-size: 9px; } div.intradayhistory .jqplot-axis{ font-size: 0.65em; } div.intradayhistory > span{ font-size: 11px; position: absolute; top: 45%; left: 27%; } #divGraphique table#newGraph a.link_type4{ cursor:pointer; } div.intradayhistory .jqplot-y2axis{ margin-right: 0; } div.intradayhistory .jqplot-y2axis-label{ margin: 0; } div#fiveDaysVariation{ margin: 10px; } div#monthVariation, div#monthVolume{ margin: 0; } div#monthVariation .jqplot-xaxis{ margin-top: 4px; } div#fiveDaysVariation .jqplot-point-label{ background-color: #FFFFFF; cursor: default; } div.tooltipQuote table.jqplot-highlighter{ background-color: #FFFFFF; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size: 10px; } div.tooltipQuote table.jqplot-highlighter tr td+td { text-align: right; font-style: italic; } div.intradayhistory table.jqplot-highlighter tr td+td{ text-align: left; } div.tooltipQuote .jqplot-highlighter-tooltip{ box-shadow: #888888 4px 4px 5px; color: #3e5872; background-color: rgba(231,231,231,1); padding: 1px; } span#errorGraph{ color: #4f4e4e; font-family: verdana,Arial,Helvetica,sans-serif; font-size: 11px; } div#intradayGraph, div#historyGraph, div#intradayHistoryGraphLoading{ width: 275px; height: 150px; }