108 lines
1.3 KiB
CSS
108 lines
1.3 KiB
CSS
/*------------------
|
|
IMPORT STYLESHEETS
|
|
This import hides layout rules from the following older browsers
|
|
--------------------*/
|
|
|
|
@import url( "thdl-advanced.css" );
|
|
|
|
/*-------------
|
|
Element Selectors
|
|
---------------*/
|
|
|
|
body {
|
|
margin:0 0 0 0;
|
|
padding:0 0 0 0;
|
|
color: #000033;
|
|
background-color: #FFFFFF;
|
|
font-size: small;
|
|
font-family: Arial, sans-serif !important;
|
|
}
|
|
|
|
a {
|
|
color: #0033CC;
|
|
border: 0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
background-color: #e1e1e1;
|
|
}
|
|
|
|
p, pre {
|
|
color: #000033;
|
|
font-size: 1em;
|
|
margin: 5px 5px 5px 10px;
|
|
}
|
|
|
|
p {
|
|
text-align: justify;
|
|
margin: 5px 5px 7px 5px;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: Verdana, sans-serif !important;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-variant: normal;
|
|
font-size: 1em;
|
|
margin: 5px 5px 5px 3px;
|
|
padding:0;
|
|
text-transform: none;
|
|
line-height: normal;
|
|
border-style: none;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.2em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
form {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
margin-top: 5px;
|
|
font-size: 1em;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: #000033;
|
|
}
|
|
|
|
blockquote {
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.alert, .warning, .dangerous {
|
|
font-style: normal;
|
|
color: red;
|
|
}
|
|
|
|
.alert .label, .warning .label, .dangerous .label {
|
|
color: red;
|
|
}
|
|
|
|
.message
|
|
{
|
|
color: #006666;
|
|
}
|
|
|
|
.inline-help
|
|
{
|
|
color: #006666;
|
|
}
|
|
|