Exemplo n.º 1
0
  display: block;
  padding: 0 10px 0 20px;
  line-height: 22px;
  text-align: left;
  border-bottom: 1px #<?php 
echo $popupcomb[2];
?>
 solid;
  box-shadow:
		0px 1px 0px #<?php 
shift_color($popupcomb[0], 20);
?>
;
	-webkit-box-shadow:
		0px 1px 0px #<?php 
shift_color($popupcomb[0], 20);
?>
;
  -webkit-transition: padding 0.25s ease-out;
	-moz-transition: padding 0.25s ease-out;
  -ms-transition: padding 0.25s ease-out;
  -o-transition: padding 0.25s ease-out;
	transition: padding 0.25s ease-out;
}
.forgetLnk:link,
.forgetLnk:visited,
.forgetLnk:hover,
.loginLst a.active,
.loginLst a:hover {
  padding: 0 5px 0 25px;
	<?php 
Exemplo n.º 2
0
}
.inf .ial-arrow-l {
  border-right-color: #<?php 
shift_color($hintgrad[1] < $hintgrad[2] ? $hintgrad[1] : $hintgrad[2], -50);
?>
;
}
.inf .ial-arrow-r {
  border-left-color: #<?php 
shift_color($hintgrad[1] < $hintgrad[2] ? $hintgrad[1] : $hintgrad[2], -50);
?>
;
}
.inf .ial-arrow-b {
  border-bottom-color: #<?php 
shift_color($hintgrad[1] < $hintgrad[2] ? $hintgrad[1] : $hintgrad[2], -50);
?>
;
}
.ial-msg {
  visibility: hidden;
  z-index: 10000;
  position: absolute;
	box-shadow:
		0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:
		0px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:
		0px 1px 1px rgba(0,0,0,0.3);
}
.ial-msg.inf {