pre Elementi İçin Tasarım Örneği - CSS


pre elementi için kullanılabilecek bir CSS alternatifidir.

Kod


.entry code, .entry pre { 
	font-family: Consolas, Monaco, "Courier New", monospace; 
	font-size: 15px; 
}

.entry pre {
	font-family: Consolas, "Courier New", monospace;
	background: #fcfcfc;
	background-color: #fcfcfc;
	color: #555;
	line-height: 1.6em;
	white-space: pre;
	tab-size:2;
	-moz-tab-size:2;
	display:block;
}

.entry pre:hover { background-color: #edeff4; color:#444; }
.entry code { background: #eee; padding: 0 3px; }

Etiketler
css