groups

name language licence
Untitled Snippet PHP BSD
WORDPRESS ALIGN PHP BSD
AS3: STREAMING MP3 PLAYER USING FLASH MEDIA SERVER 2 PHP BSD
Display Most Recent Twitter Entry PHP BSD
WORDPRESS: IF IN CATEGORY PHP BSD
awesome-red CSS Other
Display Categories in Drop-Down Box PHP BSD
Display Categories PHP BSD

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: CSS
licence: Other

awesome-red

options: view full snippetsend to code collector
button.awesome, .button.awesome {
	…
	background: #e33100 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	
(Continues...)