source/web_site/css/style.css [206:230]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	padding: 6px 16px;
	text-decoration: none;
	font-size: 1.1em;
	
	background:#555; 
	
	background:-webkit-gradient(
	    linear,
	    left bottom,
    	left top,
	    color-stop(0.12, rgb(60,60,60)),
	    color-stop(1, rgb(85,85,85))
	);
	background:-moz-linear-gradient(
	    center bottom,
	    rgb(60,60,60) 12%,
    	rgb(85,85,85) 100%
	);
	
	box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/web_site/css/style.css [248:272]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        padding: 6px 16px;
        text-decoration: none;
        font-size: 1.1em;

        background:#555;

        background:-webkit-gradient(
            linear,
            left bottom,
        left top,
            color-stop(0.12, rgb(60,60,60)),
            color-stop(1, rgb(85,85,85))
        );
        background:-moz-linear-gradient(
            center bottom,
            rgb(60,60,60) 12%,
        rgb(85,85,85) 100%
        );

        box-shadow: 0 2px 3px rgba(0,0,0,0.25);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);

        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



