CSS .
Fiddle
div {
width: 235px;
height: 115px;
border-radius: 6px 6px 0 0;
background-color: #717172;
background-image:
radial-gradient(center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%),
linear-gradient(top, rgba(0,0,0,1) 0%, rgba(113,113,114,1) 100%);
background-size: 128px 128px, 100%, 100%;
background-position: center -54px, left top;
background-repeat: no-repeat, repeat
}
( , )
: CSS , .:)