*/ .field-tip .tip-content:before { content:' '; /* Must have content to display */ position:absolute; //top:50%; left:-16px; /* 2 x border width */ width:0; height:0; margin-top:-8px; /* - border width */ border:8px solid transparent; border-right-color:#333; } .field-tip:hover .tip-content { right:-20px; opacity:1; } .helpbox { margin-left: 0.2em; padding: 0.1em; background: #fff; border: 1px solid #0182AC; display: block; float: left; } .flash { -moz-animation: flash 500ms ease-out; -moz-animation-iteration-count: 1; -webkit-animation: flash 500ms ease-out; -webkit-animation-iteration-count: 1; -ms-animation: flash 500ms ease-out; -ms-animation-iteration-count: 1; } @-webkit-keyframes flash { 0% { background-color: #ff9999;} 100% {background-color: none;} } @-moz-keyframes flash { 0% { background-color: #ff9999;} 100% {background-color: none;} } @-ms-keyframes flash { 0% { background-color: #ff9999;} 100% {background-color:none;} }
Select your module:
You can save your configuration below.