DiaColloDB-WWW

 view release on metacpan or  search on metacpan

share/htdocs/diacollo.css  view on Meta::CPAN

  background-color: #ffffff;
  vertical-align: middle;
}
td.diffColor span {
  display: inline-block;
  width: 1.25em;
}

/*======================================================================
 * profile data: google motion chart
 */
div.gmChart { 
  width: 600px;
  height: 480px;
  padding: 5px;
  margin-top: 5px;
  border: 1px solid #cccccc;
}

/*======================================================================
 * profile data: highcharts 2d plot
 */
div.hcParent {
  border: 1px solid #cccccc
  padding: 5px;
}
div.hcChart { 
  min-width: 640px;
  width: 95%;
  height: 400px;
  padding: 0px;
  /*margin: 0 auto;*/ /*-- center in parent div --*/
}
table.dcslide th {
  text-align: right;
  font-weight: bold;
  font-variant: small-caps;
}
table.dcslide .ddclink {
  font-family: monospace;
  font-size: small;
}

/*======================================================================
 * profile data: d3: top-level
 */
div#profileDataD3 {
   margin-top: 5px;
   margin-bottom: 5px;
   white-space: nowrap;
   /*font-size: 0px;*/
}

#d3transport > div,
#d3main > div {
  display: inline-block;
}
#d3buttons {
  width: 90px;
}
#d3legend {
  width: 50px;
}
#proifileDataD3 div {
  vertical-align: middle;
}

/*======================================================================
 * profile data: d3: common
 */

/*--------------------------------------------------------------
 * profile data: d3: common: icons
 */
#d3icons {
  display: none;
  position: relative;
  width: 100%;
  height: 0px;
  top: -45px;
  right: 1px;
}

#d3icons img, #curspeed { 
  /*height: 24px;*/
  margin: 5px;
}
#d3icons > a {
  line-height: 100%;
  position: absolute;
  right: 0px; top: 0px;
}

#exportBtn {
  display: inherit;
}
#exportBtn:hover { 
  background-color: #ffbb75; /*light orange */
}

#d3icons #kbicon {
  right: 32px;
}
#d3icons #kbiconx {
  display: none;
  position: absolute;
  /*height: 20px;*/
  right: 8px; top: 2px;
}

#d3icons #curspeed {
  right: 78px;
  width: 48px;
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  font-size: 12px;

share/htdocs/diacollo.css  view on Meta::CPAN

#d3slider .brush .domain,
#d3slider .brush .tick line {
  stroke: #ccc;
  stroke-width: 4px;
  stroke-linecap: butt;
  fill: none;
}
#d3slider .brush .tick.minor line {
  stroke-width: 1px;
}
#d3slider .brush .tick.minor text {
  display: none;
}
#d3slider .brush.hovering .domain,
#d3slider .brush.hovering .tick line {
  /*stroke: #000099;*/
}
#d3slider .brush .handle {
  cursor: crosshair;
}
#d3slider .brush .handle text { 
  text-anchor: middle;
  dominant-baseline: bottom;
  font-size: 10px;
  fill: #999;
}
#d3slider .brush .handle circle {
  fill: #fff;
  opacity: 1;
  stroke: #aaa;
  stroke-width: 1.25px;
}
#d3slider .brush.hovering .handle circle,
#d3slider .brush.brushing .handle circle {
  stroke: #000099;
  fill: #ffbb75; /* light orange (old) */
  /*stroke-width: 2px;*/
}
#d3slider .brush.hovering .handle text,
#d3slider .brush.brushing .handle text {
  fill: #000099;
}

#d3slider .brush .axis .tick text {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
#d3slider .brush .tick text.selected {
  /*stroke: #000099;*/
  font-weight: bold;
}

#d3slider .brush .domain,
#d3slider .brush .slider .background {
    /*opacity: 0%;*/ /*-- x-axis disappears under chromium, 2020-10-07 --*/
    fill: none;
}

/*--------------------------------------------------------------
 * profile data: d3: common: legend (color axis)
 */
.d3legend {
  border: none;
  /*border: 1px solid #aaaaaa;*/
  margin: 0px;
}
.d3legend .domain { 
  fill: none;
}
.d3legend .tick line { 
  stroke-width: 0px;
  fill: none;
}
.d3legend text {
  font-size: 10px;
}

/*--------------------------------------------------------------
 * profile data: d3: common: keyboard focus
 */
.content:focus { 
  outline: none;
}
#d3body {
  border: 1px solid #aaa;
  /*border: 1px solid #fff;*/
}
.content:focus #d3body {
  /*border: 1px solid #aaa;*/
  box-shadow: 0px 0px 5px #aaa;
}

#d3frame {
    fill: none;
    stroke-width: 1px;
    stroke: #ccc;
}
.content:focus #d3frame {
    stroke: #808080;
}
#d3background {
    fill: #fff;
}

/*--------------------------------------------------------------
 * profile data: d3: common: details popup
 */
#profileDataPopup td.num {
  text-align: right;
}
#profileDataPopup .details { 
  vertical-align: middle;
}
#profileDataPopup .details table { 
  margin-top: 2px;
  border: 1px solid #aaa;
  background: #eee;
  border-radius: 5px;
}
#profileDataPopup .details th {
  font-weight: normal;
}
#profileDataPopup .details.diff td:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}


/*======================================================================
 * profile data: d3: bubble
 */
.d3bubble text {
   font-size: 10px;
}



( run in 3.009 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )