“Öregdiák” találkozó 2015.10.17.

VISSZA


.gomb{
text-decoration:none;
border: 1px solid black;
border-radius: 15px;
padding:3px 20px;
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.28, rgb(255, 255, 255)),
color-stop(1, rgb(181, 178, 177))
);
background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
}
.gomb:active{
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.28, rgb(255, 255, 255)),
color-stop(1, rgb(181, 178, 177))
);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
background-image: linear-gradient(to top, rgb(255, 255, 255) 28%, rgb(181, 178, 177) 100%);
}

VISSZA