groups

name language licence
Default Usage PHP Other
grid.css PHP Other
WORDPRESS GET URL PHP BSD
custom CSS Other
page PHP Other
slideshow-static PHP Other
searchform PHP Other
quotes PHP Other

< 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

custom

options: view full snippetsend to code collector
#content h2 {
	background-color: #b3b3b3;
	color: #fff;
	margin-left: 0;
	margin-right: 0;}

#single h2 {
	background-color: gray;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 10px;}
#single {
	
(Continues...)