1.syntax-container.syntax-theme-modern code.syntax {
2  background: #f0f0f0;
3  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='white', EndColorStr='#f0f0f0');
4  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
5  background: -moz-linear-gradient(top, white, #f0f0f0);
6  border-radius: 0.6em;
7  -webkit-border-radius: 0.6em;
8  -moz-border-radius: 0.6em;
9  -moz-box-shadow: 1px 1px 3px #ddd;
10  -webkit-box-shadow: 1px 1px 3px #ddd;
11  box-shadow: 1px 1px 3px #ddd; }
12