@-webkit-keyframes spaceboots { 0% { -webkit-transform: translate(2px, 1px) rotate(0deg);-webkit-moz-transform: translate(2px, 1px) rotate(0deg); } 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg);-webkit-moz-transform: translate(-1px, -2px) rotate(-1deg); } 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg);-webkit-moz-transform: translate(-3px, 0px) rotate(1deg); } 30% { -webkit-transform: translate(0px, 2px) rotate(0deg);-webkit-moz-transform: translate(0px, 2px) rotate(0deg); } 40% { -webkit-transform: translate(1px, -1px) rotate(1deg);-webkit-moz-transform: translate(1px, -1px) rotate(1deg); } 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg);-webkit-moz-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg);-webkit-moz-transform: translate(-3px, 1px) rotate(0deg); } 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg);-webkit-moz-transform: translate(2px, 1px) rotate(-1deg); } 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg);-webkit-moz-transform: translate(-1px, -1px) rotate(1deg); } 90% { -webkit-transform: translate(2px, 2px) rotate(0deg);-webkit-moz-transform: translate(2px, 2px) rotate(0deg); } 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg);-webkit-moz-transform: translate(1px, -2px) rotate(-1deg); } } .logo { border-radius: 5px; -webkit-border-radius: 5px; : 0.9; padding: 10px; } .blackbox2 { text-align:center; width: 80px; border-radius: 5px; -webkit-border-radius: 5px; background-color:black; border: 0px; : 0.9; -moz-box-shadow: inset 0 0 5px red; -webkit-box-shadow: inset 0 0 5px red; box-shadow: inset 0 0 5px red; } .blackbox { background-color:black; border: 0px; } img { display:block; :relative;} img:hover, img:focus { -webkit-animation-name: 'spaceboots'; -webkit-animation-duration: 0.8s; -webkit-transform-origin: 50% 50%; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } embed {display:block; :relative;} embed:hover, embed:focus { -webkit-animation-name: 'spaceboots'; -webkit-animation-duration: 0.8s; -webkit-transform-origin: 10% 10%; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -webkit-moz-animation-name: 'spaceboots'; -webkit-moz-animation-duration: 0.8s; -webkit-moz-transform-origin: 10% 10%; -webkit-moz-animation-iteration-count: infinite; -webkit-moz-animation-timing-function: linear; } .beszolasok { background-color:#000000; border: none; margin: 30px; : 0.9} .tbox { background-color:#000000; -moz-box-shadow: inset 0 0 40px red; -webkit-box-shadow: inset 0 0 40px red; box-shadow: inset 0 0 40px red;} /* .blackbox, .beszolasok, .tbox {border-width:0px; border-color:#99FF33;} .editmenu_inactive_top, .editmenu_noborder, .editmenu_kulso { border-color:#000; } SzegélyEK */ body,p,table,td,tr { color:red; text-shadow: 0 0 0.1em red;} th { color:red; text-shadow: 0 0 0.1em red; text-transform: uppercase; letter-spacing: -2px; font: bold 300%/100% "Lucida Grande", Arial, sans-serif; padding-top: 20px; text-shadow: 0 0 24px #C00, 0 0 4px #C00, 1px 1px 2px #333; } h1 { text-shadow: 0 0 24px #C00, 0 0 4px #C00, 1px 1px 2px #333; } a, a:link, a:visited { color:darkred; text-shadow: 0 0 0.1em red; } a:hover, a:active { color:darkred; text-shadow: 0 0 0.1em red;} .tbox {border: 1px solid black;width:600px;height:200px;} .button {color: #000; background: #8B0000;} .button:hover {background:red;} table, tr, textarea {background-color:transparent; background-image:none; color:#FFFFFF;} table,td,th { border:none; border-width:0; } td { background-color:transparent; background-image:none; }