@charset "utf-8";

/*
  Theme Name: diver_child
  Template: diver
  Description:  Diverの子テーマです。
  Theme URI: http://tan-taka.com/diver/
  Author: Takato Takagi
*/

/* debug-tooltip for the backtrace information which obtained by $prof->ckpt() */
.dbg-t {
  position: relative;
}
.dbg-t:before {
  content: attr(db-title);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  white-space: pre;
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
  transition: all .2s ease-in-out;
  top: 20px;
  left: 50%;
  font-size: 110%;
}
.dbg-t:hover:before,
.dbg-t:hover:after {
  opacity: 1;
  visibility: visible;
}

/*END*/
