groups

name language licence
Alternate Post Styling On Your Home Page PHP Other
Customizing the Dashboard Widgets PHP Other
Fonts PHP Other
CSS Buttons CSS Other
Overwrite Post Titles Easily PHP Other
Add Multiple Sidebars PHP Other
Auto-Resize Images Using TimThumb And WordPress Shortcodes PHP Other
Dropping in Your Own Logo PHP Other

< 1 2 >



language: CSS
licence: Other

CSS Buttons

options: view full snippetsend to code collector
button.awesome, .button.awesome {
	…
	background: #222 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...)