The Easiest Way to Save and Share Code Snippets on the web

Snipt Embed - Default Styles

css | by: danosphere

last edit: Mar, 22nd 2009 | jump to bottom

.snipt_widget {
	background-color:#fafafa;
	border-top: 5px solid #f4f4f4;
	border-bottom:none;
	font-family: Georgia;
	font-style:italic;
	margin: 20px 0px 0px 0px;
}
 
.snipt_widget_meta_container {
	background-color: #f4f4f4;
	padding: 0px 0px 0px 0px;
}
 
.snipt_widget_title {
	font-size: 12px;
	color: #666666;
	padding: 0px 0px 0px 5px;
}
 
.snipt_widget_language {
	font-size: 10px;
	color: #CCCCCC;
	padding: 0px 0px 0px 5px;
}
 
.snipt_widget_code {
	overflow:auto;
	padding: 5px;
	font-style:normal;
}
169 views