DiaColloDB-WWW

 view release on metacpan or  search on metacpan

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


/*--------------------------------------------------------------
 * 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;
  font-weight: bold;
  text-align: center;
  color: #aaa;
  cursor: pointer;
}

/*--------------------------------------------------------------
 * profile data: d3 common: export menu
 */
#exportMenu {
    display:none;
    position: absolute;
    width: 200px;
    top: 24px;
    right: 10px;
    float: right;
    z-index: 1;
}

#exportMenu li a,
#exportMenu li a :hover {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
}

/*--------------------------------------------------------------
 * profile data: d3: common: transport
 */
#d3transport > div { 
  vertical-align: middle;
}
#d3buttons .btn .border {
  stroke: #aaa;
  fill: #fff;
  stroke-width: 2px;
}
#d3buttons .btn.hovering {
  cursor: pointer;
}
#d3buttons .btn.hovering .border {
  stroke: #000099;
  fill: #ffbb75; /*light orange (old)*/
}
#d3buttons .btn.hovering .border {
  border: 2px solid #000099;
  background-color: #ffbb75; /*light orange (old)*/
  cursor: pointer;
}
#d3buttons .btn .symbol {
  stroke: none;
  fill: #aaa;
}
#d3buttons .btn.hovering .symbol {
  fill: #000099;
}

/*--------------------------------------------------------------
 * profile data: d3: common: transport: playback speed
 */
#d3buttons .speeder {
  cursor: move;
}
#d3buttons .speeder .wedge {
  /*fill: #ccc;*/
  stroke: #ccc;
  stroke-width: 1px;
}
#d3buttons .speeder .handle {
  fill: #fff;
  stroke: #aaa;
  stroke-width: 1px;
}
#d3buttons .speeder .background {
    fill: none;
}
#d3buttons .speeder:hover .handle,
#d3buttons .speeder.brushing .handle {
  fill: #ffbb75; /*light orange (old)*/
  stroke: #000099;
}



( run in 0.488 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )