CSS Default

From Pigbert Wiki

default.css

@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
	z-index: 0;
	overflow: visible;
}	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	margin: 10px 0px 10px 0px;
}
h1 {
	color: #000066;
	font-size: 28px;
}

	
/* table */
td {
	font-size: 9px;
	text-align: left;
}
th {
	padding: 2px 2px 2px 2px;
}

/* hypertext links */
a        { color: #003399; text-decoration: none; }
a:link   { color: #003399; text-decoration: none; }
a:visited{ color: #003399; text-decoration: none; }
a:hover  { color: #c06060; text-decoration: underline; }

/* buttons */
input[type="text"],
input[type="password"],
textarea{
	font: 10pt "Courier New", monospace;
}
button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"]{
	cursor: pointer;
	padding: 2px 5px 2px 5px;
	background: #000000; color: #FFFFFF;
}

/* special tags */
small{ font-size: 90%; }

Personal tools