Blame Extras/BrowserDefaultPage/style.css

4c79b5
/***
4c79b5
 * Browser Default Page Customization
4c79b5
 *
4c79b5
 * The CentOS Artwork SIG
4c79b5
 */
4c79b5
4c79b5
html {
4c79b5
	background-image:url(img/html-background.png);
4c79b5
	background-color: white;
4c79b5
	font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
4c79b5
	font-size: 0.85em;
4c79b5
	line-height: 1.25em;
4c79b5
	margin: 0 3% 0 3%;
4c79b5
}
4c79b5
4c79b5
body {
4c79b5
	margin:0;
4c79b5
	padding: 10px;
4c79b5
	background: #fff;
4c79b5
}
4c79b5
4c79b5
/* Links */
4c79b5
4c79b5
a:link { border-bottom: 1px dotted #ccc; text-decoration: none; color: #204d92; }
4c79b5
a:hover { border-bottom:1px dotted #ccc; text-decoration: underline; color: green; }
4c79b5
a:active {  border-bottom:1px dotted #ccc; text-decoration: underline; color: #204d92; }
4c79b5
a:visited { border-bottom:1px dotted #ccc; text-decoration: none; color: #204d92; }
4c79b5
a:visited:hover { border-bottom:1px dotted #ccc; text-decoration: underline; color: green; }
4c79b5
 
4c79b5
#footer p.sysinfo a:link { border-bottom: 1px dotted #ddd; text-decoration: none; color: #ccc; }
4c79b5
#footer p.sysinfo a:hover { border-bottom:1px dotted #ddd; text-decoration: underline; color: #ccc; }
4c79b5
#footer p.sysinfo a:active { border-bottom:1px dotted #ddd; text-decoration: underline; color: #ccc; }
4c79b5
#footer p.sysinfo a:visited { border-bottom:1px dotted #ddd; text-decoration: none; color: #ccc; }
4c79b5
#footer p.sysinfo a:visited:hover { border-bottom:1px dotted #ddd; text-decoration: underline; color: #ccc; }
4c79b5
4c79b5
/* Content */
4c79b5
4c79b5
p {
4c79b5
	line-height:1.5em;
4c79b5
}
4c79b5
4c79b5
h1 { line-height: 1.9em; }
4c79b5
h2 { line-height: 1.7em; }
4c79b5
4c79b5
/* Error Message */
4c79b5
4c79b5
#errormsg {
4c79b5
	clear: both;
4c79b5
	background: #f8f8f8;
4c79b5
	padding: 1.5em;
4c79b5
	padding-top: 0;
4c79b5
	padding-bottom: 0;
4c79b5
	border-top: 5px solid #ddd;
4c79b5
	border-bottom: 5px solid #ddd;
4c79b5
	margin-bottom: 1em;
4c79b5
}
4c79b5
4c79b5
#errormsg h1, 
4c79b5
#errormsg h2 {
4c79b5
	margin-top: 0;
4c79b5
	margin-bottom: 0;
4c79b5
}
4c79b5
4c79b5
#errormsg p,
4c79b5
#errormsg h1,
4c79b5
#errormsg h2 {
4c79b5
	margin-top: 0;
4c79b5
	margin-left: 170px;
4c79b5
}
4c79b5
4c79b5
#errormsg img {
4c79b5
	float: left;
4c79b5
	margin: 1em;
4c79b5
	margin-left: 0;
4c79b5
	margin-top: 1.5em;
4c79b5
}
4c79b5
4c79b5
/* CentOS Links */
4c79b5
4c79b5
#centoslinks {
4c79b5
	margin-left: 1em;
4c79b5
}
4c79b5
4c79b5
#centoslinks h2 {
4c79b5
    clear: both;
4c79b5
    margin-bottom: 0;
4c79b5
}
4c79b5
	
4c79b5
#centoslinks ul.linkblock {
4c79b5
	line-height: 1.9em;
4c79b5
	float: left;
4c79b5
	list-style: none;
4c79b5
	padding-left: 1em;
4c79b5
	padding-right: 1em;
4c79b5
	border-right: 1px dotted #ccc;
4c79b5
}	
4c79b5
4c79b5
#centoslinks ul.linkblock.last {
4c79b5
	border-right: none;
4c79b5
}
4c79b5
4c79b5
#footer {
4c79b5
	padding-top: 3em;
4c79b5
	color: #ccc;
4c79b5
	clear: both;
4c79b5
}
4c79b5
4c79b5
#footer p.sysinfo {
4c79b5
	font-size: small;
4c79b5
	text-align: center;
4c79b5
}