.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:linear;animation-timing-function:linear;}
@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);}
50%{opacity:1;-webkit-transform:scale(1.05);}
70%{-webkit-transform:scale(.9);}
100%{-webkit-transform:scale(1);}
}
@keyframes bounceIn{0%{opacity:0;transform:scale(.3);}
50%{opacity:1;transform:scale(1.05);}
70%{transform:scale(.9);}
100%{transform:scale(1);}
}
.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;}
.display:block;float:left;height:40px;/a magasság megegyezik a LI magasságával/line-height:40px;/a sor magassága megegyezik a LI magasságával/vertical-align:middle;/ez rendezi be a szöveget vertikálisan a sor közepére/background:url(images/bg-center.gif);/a háttérkép/font-weight:bold;color:#000000;cursor:pointer;/az egér fölévitelére váltson át kézre a mutató/}
<!--tooltip-->
body{padding:0;margin:0;font:normal 12px Arial;background:#021e2f url('themes/3/rain-bg.jpg') no-repeat center 93px;}
.main{margin:0 auto;width:740px;color:#AAA;}
.main a{color:#C3D4DE;}
#dmhd{background-color:#353c40;height:90px;text-align:center;border-bottom:3px solid #666;}
#dmhd a{color:#C3D4DE;text-decoration:none;display:inline-block;margin:4px 20px;padding:4px 14px;border:1px solid #444;}
#dmhd a:hover{color:#EEEEEE;background:#3c4448;}
#vWrapper{margin-top:20px;margin-bottom:100%;padding:6px;width:37%;opacity:0.5;filter:alpha(opacity=50);background:transparent;-moz-border-radius-topleft:40px;-webkit-border-top-left-radius:40px;border-top-left-radius:40px;-khtml-border-top-left-radius:40px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-khtml-border-top-right-radius:3px;-moz-border-radius-bottomright:40px;-webkit-border-bottom-right-radius:40px;border-bottom-right-radius:40px;-khtml-border-bottom-right-radius:40px;-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-khtml-border-left-radius:3px;}
#vWrapper a{color:#FFFFFF;text-decoration:none;display:block;padding:6px 20px;background:#991F5C;border-style:solid;border-width:3px;margin:3px;border-color:#93cede;-moz-border-radius-topleft:40px;-webkit-border-top-left-radius:40px;border-top-left-radius:40px;-khtml-border-top-left-radius:40px;-moz-border-radius-topright:8px;-webkit-border-top-right-radius:8px;border-top-right-radius:8px;-khtml-border-top-right-radius:8px;-moz-border-radius-bottomright:40px;-webkit-border-bottom-right-radius:40px;border-bottom-right-radius:40px;-khtml-border-bottom-right-radius:40px;-moz-border-radius-bottomleft:8px;-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px;-khtml-border-left-radius:8px;}
#vWrapper a:hover{color:#000000;text-decoration:underline;background:#FFB84D;}
.column{float:left;padding:0 20px;}