Sha256: 67384c34625519fb19eb5e2947e544b4e411d3c910383892898fc1e8f078e8cd

Contents?: true

Size: 1.16 KB

Versions: 57

Compression:

Stored size: 1.16 KB

Contents

/* Tooltips CSS definitions */  
.tooltip {
  position: absolute!important;
  overflow:hidden;
  font-size: 13px;
  font-family: inherit;
  z-index: 10000!important;
  text-align: center;
}
.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #606060; border-left: 1px solid #606060; border-right: 1px solid #606060; }
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #606060; }
.tooltip .xb1 { margin: 0 5px; background: #606060; }
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
.tooltip .xb3 { margin: 0 2px; }
.tooltip .xb4 { height: 2px; margin: 0 1px; }
.tooltip .xboxcontent {
  margin: 0;
  color: #000;
  word-wrap:break-word;
  border-width: 4px 4px;
  border-style: solid;
  border-color: #606060;
  background-color: white;
  padding: 6px;
}
.tooltip .xb1, .xb2, .xb3, .xb4 {
  border-color: #606060;
}
.tooltip-square .xtop, .tooltip-square .xbottom {
  display: none;
}

Version data entries

57 entries across 57 versions & 2 rubygems

Version Path
refinerycms-core-1.0.11 public/stylesheets/refinery/tooltips.css
refinerycms-core-1.0.10 public/stylesheets/refinery/tooltips.css
refinerycms-core-1.0.9 public/stylesheets/refinery/tooltips.css
refinerycms-core-1.0.8 public/stylesheets/refinery/tooltips.css
refinerycms-core-1.0.7 public/stylesheets/refinery/tooltips.css
refinerycms-core-1.0.5 public/stylesheets/refinery/tooltips.css
refinerycms-core-1.0.4 public/stylesheets/refinery/tooltips.css
refinerycms-core-1.0.3 public/stylesheets/refinery/tooltips.css
refinerycms-core-1.0.1 public/stylesheets/refinery/tooltips.css
refinerycms-core-1.0.0 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.22 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.21 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.20 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.19 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.18 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.17 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.16 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.15 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.14 public/stylesheets/refinery/tooltips.css
refinerycms-core-0.9.9.13 public/stylesheets/refinery/tooltips.css