|
|
4c79b5 |
/***
|
|
|
4c79b5 |
* Apache's Common Customization for CentOS Web Environment
|
|
|
4c79b5 |
*
|
|
|
4c79b5 |
* The CentOS Artwork SIG
|
|
|
4c79b5 |
*/
|
|
|
4c79b5 |
|
|
|
4c79b5 |
html {
|
|
|
4c79b5 |
background-image:url(/error/include/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 |
border: none;
|
|
|
4c79b5 |
margin:0;
|
|
|
4c79b5 |
padding: 10px;
|
|
|
4c79b5 |
background-color: white;
|
|
|
4c79b5 |
font-size: inherit;
|
|
|
4c79b5 |
font-family: inherit;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Links */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
a:link { text-decoration: none; color: #204d92; }
|
|
|
4c79b5 |
a:hover { text-decoration: underline; color: green; }
|
|
|
4c79b5 |
a:active { text-decoration: underline; color: #204d92; }
|
|
|
4c79b5 |
a:visited { text-decoration: none; color: #204d92; }
|
|
|
4c79b5 |
a:visited:hover { text-decoration: underline; color: green; }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg a:link { text-decoration: none; color: #666; }
|
|
|
4c79b5 |
#errormsg a:hover { text-decoration: underline; color: #666; }
|
|
|
4c79b5 |
#errormsg a:active { text-decoration: underline; color: #666; }
|
|
|
4c79b5 |
#errormsg a:visited { text-decoration: none; color: #666; }
|
|
|
4c79b5 |
#errormsg a:visited:hover { text-decoration: underline; color: #666; }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#footer a:link { text-decoration: none; color: #666; }
|
|
|
4c79b5 |
#footer a:hover { text-decoration: underline; color: #666; }
|
|
|
4c79b5 |
#footer a:active { text-decoration: underline; color: #666; }
|
|
|
4c79b5 |
#footer a:visited { text-decoration: none; color: #666; }
|
|
|
4c79b5 |
#footer a:visited:hover { text-decoration: underline; color: #666; }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Page taril */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg ul.pagetrail {
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
margin-left: 120px;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
list-style: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg ul.pagetrail li {
|
|
|
4c79b5 |
display: inline;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg ul.pagetrail li:after {
|
|
|
4c79b5 |
content: " ยป "
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg ul.pagetrail li:last-child:after {
|
|
|
4c79b5 |
content: ""
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Header */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header {
|
|
|
4c79b5 |
margin:0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
line-height: 1.0em;
|
|
|
4c79b5 |
border:none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header .logo {
|
|
|
4c79b5 |
display: inline;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
/* For text only logo */
|
|
|
4c79b5 |
font-size: 1.4em;
|
|
|
4c79b5 |
line-height: 1em;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header a:link {
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
border-bottom: none;
|
|
|
4c79b5 |
color: #666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header .navigation {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
padding: 14px;
|
|
|
4c79b5 |
padding-left: 20px;
|
|
|
4c79b5 |
padding-right: 10px;
|
|
|
4c79b5 |
margin-left: 3em;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
margin-top: -49px;
|
|
|
4c79b5 |
text-align: right;
|
|
|
4c79b5 |
border-bottom: 1px solid #CCC;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header ul.mainlinks {
|
|
|
4c79b5 |
display: inline;
|
|
|
4c79b5 |
list-style: none;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header ul.mainlinks li:hover {
|
|
|
4c79b5 |
background: #fdfdfd;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header ul.mainlinks li a:link,
|
|
|
4c79b5 |
#header ul.mainlinks li a:hover,
|
|
|
4c79b5 |
#header ul.mainlinks li a:active,
|
|
|
4c79b5 |
#header ul.mainlinks li a:visited {
|
|
|
4c79b5 |
color: #AAA;
|
|
|
4c79b5 |
text-decoration: none;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header ul.mainlinks li {
|
|
|
4c79b5 |
display: inline;
|
|
|
4c79b5 |
border: 1px solid #ccc;
|
|
|
4c79b5 |
border-bottom: none;
|
|
|
4c79b5 |
background: #f8f8f8;
|
|
|
4c79b5 |
padding: 13px;
|
|
|
4c79b5 |
padding-bottom: 12px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Alignment */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
.center { text-align: center; }
|
|
|
4c79b5 |
.left { text-align: left ; }
|
|
|
4c79b5 |
.floatl { float: left; }
|
|
|
4c79b5 |
.floatr { float: right; }
|
|
|
4c79b5 |
.right { text-align: right ; }
|
|
|
4c79b5 |
.middle { vertical-align: middle; }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Format */
|
|
|
4c79b5 |
.strong { font-weight: bold; }
|
|
|
4c79b5 |
.italic { font-style: italic; }
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Lists */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks ul,
|
|
|
4c79b5 |
#centoslinks ol {
|
|
|
4c79b5 |
padding-left: 1.9em;
|
|
|
4c79b5 |
margin-left: 3em;
|
|
|
4c79b5 |
margin-bottom: 0.3em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks ul {
|
|
|
4c79b5 |
list-style: url("/error/include/img/ul.png") circle;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks ol {
|
|
|
4c79b5 |
list-style-image: none !important;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks ul li {
|
|
|
4c79b5 |
padding-left: 0em;
|
|
|
4c79b5 |
margin-bottom: 0.3em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks ol li {
|
|
|
4c79b5 |
padding-left: 0em;
|
|
|
4c79b5 |
margin-bottom: 0.3em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks ul ul,
|
|
|
4c79b5 |
#centoslinks ul ol,
|
|
|
4c79b5 |
#centoslinks ol ul,
|
|
|
4c79b5 |
#centoslinks ol ol {
|
|
|
4c79b5 |
margin-left: 0.5em;
|
|
|
4c79b5 |
margin-top: 0.3em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks ul li p,
|
|
|
4c79b5 |
#centoslinks ol li p {
|
|
|
4c79b5 |
margin-bottom: 0.3em;
|
|
|
4c79b5 |
line-height: 1.5em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Header: CentOS Global Links */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header ul.mainlinks li.current {
|
|
|
4c79b5 |
background: #FFF;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
padding-bottom: 13px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#header ul.mainlinks li.current a:link,
|
|
|
4c79b5 |
#header ul.mainlinks li.current a:visited {
|
|
|
4c79b5 |
color: #666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Content */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks p {
|
|
|
4c79b5 |
line-height:1.5em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks pre {
|
|
|
4c79b5 |
padding: 0.5em 1em;
|
|
|
4c79b5 |
margin: 0.5em 0 0.5em 0;
|
|
|
4c79b5 |
font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
|
|
|
4c79b5 |
white-space: pre;
|
|
|
4c79b5 |
border-width: 1px;
|
|
|
4c79b5 |
border-style: solid;
|
|
|
4c79b5 |
border-color: #E5E5E5;
|
|
|
4c79b5 |
border-left-width: 4px;
|
|
|
4c79b5 |
white-space: pre;
|
|
|
4c79b5 |
background: #FFFAE9;
|
|
|
4c79b5 |
overflow: auto;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Error Message */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg {
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
background: #f8f8f8;
|
|
|
4c79b5 |
padding: 0.5em;
|
|
|
4c79b5 |
padding-top: 0;
|
|
|
4c79b5 |
padding-right: 1em;
|
|
|
4c79b5 |
border-top: 5px solid #ddd;
|
|
|
4c79b5 |
border-bottom: 5px solid #ddd;
|
|
|
4c79b5 |
margin-bottom: 1em;
|
|
|
4c79b5 |
margin-top: 8px;
|
|
|
4c79b5 |
color: #666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg img {
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
margin-top: 1em;
|
|
|
4c79b5 |
margin-bottom: 1em;
|
|
|
4c79b5 |
margin-left: 0.5em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg h1,
|
|
|
4c79b5 |
#errormsg h2 {
|
|
|
4c79b5 |
color: #666;
|
|
|
4c79b5 |
margin-left: 120px;
|
|
|
4c79b5 |
margin-bottom: 0.5em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg p {
|
|
|
4c79b5 |
line-height: 1.5em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#errormsg p,
|
|
|
4c79b5 |
#errormsg ul {
|
|
|
4c79b5 |
margin-left: 120px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
hr.transparent {
|
|
|
4c79b5 |
color: transparent;
|
|
|
4c79b5 |
border: 0px;
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* CentOS Links */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks {
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
margin-right: 1em;
|
|
|
4c79b5 |
margin-left: 1em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks h1 {
|
|
|
4c79b5 |
font-size: 1.7em;
|
|
|
4c79b5 |
font-weight: bold;
|
|
|
4c79b5 |
line-height: 1.9em;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
margin-bottom: 0.9em;
|
|
|
4c79b5 |
padding-left: 0.7em; /* Should be the same for h{1-4} */
|
|
|
4c79b5 |
color: #FFF;
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
background-image: url("/error/include/img/h1-bg.png");
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks h2 {
|
|
|
4c79b5 |
font-size: 1.4em;
|
|
|
4c79b5 |
line-height: 1.8em;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
margin-top: 1.6em;
|
|
|
4c79b5 |
margin-bottom: 0.8em;
|
|
|
4c79b5 |
padding-left: 0.7em; /* Should be the same for h{1-4}*/
|
|
|
4c79b5 |
background-image: url("/error/include/img/h2-bg.png");
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
color: #666666;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centolinks h3 {
|
|
|
4c79b5 |
font-size: 1.25em;
|
|
|
4c79b5 |
line-height: 1.6em;
|
|
|
4c79b5 |
margin-top: 1em;
|
|
|
4c79b5 |
margin-bottom: 0.5em;
|
|
|
4c79b5 |
padding-left: 0.7em; /* Should be the same for h{1-4} */
|
|
|
4c79b5 |
color: #666666;
|
|
|
4c79b5 |
border-bottom-width: 1px;
|
|
|
4c79b5 |
border-bottom-style: solid;
|
|
|
4c79b5 |
border-bottom-color: #DADADA;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks ul.linkblock {
|
|
|
4c79b5 |
line-height: 1.5em;
|
|
|
4c79b5 |
float: left;
|
|
|
4c79b5 |
list-style: none;
|
|
|
4c79b5 |
padding-left: 1em;
|
|
|
4c79b5 |
padding-right: 1em;
|
|
|
4c79b5 |
border-right: 1px dotted #ccc;
|
|
|
4c79b5 |
margin-left: 0;
|
|
|
4c79b5 |
font-size: small;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks ul.linkblock.last {
|
|
|
4c79b5 |
border-right: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks table {
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
width: 100%;
|
|
|
4c79b5 |
font-size: inherit;
|
|
|
4c79b5 |
margin-top: 0.5em;
|
|
|
4c79b5 |
margin-bottom: 0.5em;
|
|
|
4c79b5 |
padding-right: 20px;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks th {
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks td {
|
|
|
4c79b5 |
border-bottom: 1px solid #f8f8f8;
|
|
|
4c79b5 |
font-family: "DejaVu Sans Mono", "Liberation Sans Mono", monospace;
|
|
|
4c79b5 |
vertical-align: middle;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks td img {
|
|
|
4c79b5 |
float: right;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks td h1,
|
|
|
4c79b5 |
#centoslinks td h2,
|
|
|
4c79b5 |
#centoslinks td h3 {
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks th {
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks img {
|
|
|
4c79b5 |
border: none;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Push stuff inside of headings */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#centoslinks p,
|
|
|
4c79b5 |
#centoslinks hr,
|
|
|
4c79b5 |
#centoslinks pre,
|
|
|
4c79b5 |
#centoslinks table {
|
|
|
4c79b5 |
margin-left: 1.5em;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
/* Footer */
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#footer {
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
margin-top: 2em;
|
|
|
4c79b5 |
padding-bottom: 0.5em;
|
|
|
4c79b5 |
color: #666;
|
|
|
4c79b5 |
clear: both;
|
|
|
4c79b5 |
border-bottom: 5px solid #F8F8F8;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#footer p {
|
|
|
4c79b5 |
font-size: small;
|
|
|
4c79b5 |
text-align: left;
|
|
|
4c79b5 |
padding: 0;
|
|
|
4c79b5 |
margin: 0;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
#footer p.sysinfo {
|
|
|
4c79b5 |
font-size: x-small;
|
|
|
4c79b5 |
}
|