Your IP : 216.73.216.61


Current Path : /home/gonzalx/www/modules/mod_vertical_menu/params/offlajntext/offlajntext/
Upload File :
Current File : /home/gonzalx/www/modules/mod_vertical_menu/params/offlajntext/offlajntext/offlajntext.css

.offlajntextcontainer{
  float: left;
  height: 18px;
  margin-right: 4px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 0 2px;
  box-shadow:inset 1px 1px 2px #ccc;
  background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%,#e9e9e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%,#e9e9e9 100%); /* IE10+ */
  background: linear-gradient(top, #fff 0%,#e9e9e9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

.offlajntextcontainer .offlajntext,
.offlajntextcontainer .unit{
  height: 18px;
  line-height: 16px;
  color: #575656;
  font-size: 12px;
  font-family: 'PT Sans';
  border: 0;
  background: none;
  padding: 0;
  float: left;
  margin: 0;
}

.focus{
  background: -moz-linear-gradient(top, #fef3cb 0%, #f6ebc5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef3cb), color-stop(100%,#f6ebc5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fef3cb 0%,#f6ebc5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fef3cb 0%,#f6ebc5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fef3cb 0%,#f6ebc5 100%); /* IE10+ */
  background: linear-gradient(top, #fef3cb 0%,#f6ebc5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef3cb', endColorstr='#f6ebc5',GradientType=0 ); /* IE6-9 */
}

.offlajntextcontainer .unit{
  border-left: 1px solid #cfcfcf;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 2px 0 2px;
  margin: 0 -2px 0 2px;
  background-image: -moz-linear-gradient(#fcfcfc, #dddddd); /* FF 3.6+ */  
  background-image: -ms-linear-gradient(#fcfcfc, #dddddd); /* IE10 */  
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dddddd)); /* Safari 4+, Chrome 2+ */  
  background-image: -webkit-linear-gradient(#fcfcfc, #dddddd); /* Safari 5.1+, Chrome 10+ */  
  background-image: -o-linear-gradient(#fcfcfc, #dddddd); /* Opera 11.10 */  
  background-image: linear-gradient( top, #fcfcfc, #dddddd );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-9 */
}

.offlajntext_increment {
  margin: -1px -3px 0 0;
  float: right;
  height: 18px;
  width: 11px;
  border: 1px solid #b3b3b3;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.offlajntext_increment_up {
  height: 9px;
  width: 11px;
  background: url("../images/arrow_up.png") center center no-repeat;
  cursor: pointer;
  border-bottom: 1px solid #b3b3b3;
}

.offlajntext_increment_down {
  height: 9px;
  width: 11px;
  background: url("../images/arrow_down.png") center center no-repeat;
  cursor: pointer;
}

.offlajntext_hider {
  position: absolute;
  height: 20px;
  display: none;
}