Sample CSS Page
Here is the actual content of the css file for this page.
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 14px;
line-height: 22px;
font-family: georgia, times, serif;
color: #ccc;
background-color: #ccc;
}
a {
font-weight: normal;
font-family: verdana, arial, helvetica, sans-serif;
text-decoration: underline;
color: #fff;
outline: none;
}
a:visited {
color: #ccc;
}
a:active {
color: #ccc;
}
a:hover {
color: #fff;
text-decoration: underline overline;
}
.ahem {
display: none;
}
strong, b {
font-weight: bold;
}
.quot { text-decoration: underline ; }
p {
font-size: 14px;
line-height: 22px;
margin-top: 0px;
margin-bottom: .5em;
text-indent: 3em;
}
p.norm {margin: 1em 3em;
text-indent: 0;}
p.quote {margin: 1em 6em;
font-style: italic;
text-indent: 0;}
H1, H2, H3, H4, H5, H6 {
font-weight: bold;
margin-top: 0;
margin-bottom: 1.5em;
text-align: right;
padding-right: 3em;
}
h1 {
font-size: 24px;
line-height: 44px;
}
h2 {
font-size: 18px;
line-height: 40px;
}
h3 {
font-size: 16px;
line-height: 22px;
}
h4 {
font-size: 14px;
line-height: 26px;
}
h5 {
font-size: 12px;
line-height: 22px;
}
h6 {
font-size: 10px;
line-height: 18px;
}
img {
border: 0;
}
.nowrap {
white-space: nowrap;
font-size: 10px;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
}
.tiny {
font-size: 9px;
line-height: 16px;
margin-top: 15px;
margin-bottom: 5px;
}
#left {
float: left;
padding: 50px 10px ;
margin: 0px;
background: #ccc;
text-align: left;
width: 175px;
}
#left a { display: block;
text-decoration: none;
padding: 10px 20px;
color: #666;
background: #ccc;
}
#left a:hover {
color: #ccc;
background: #aaa;
}
#home, #id1, #biblio, #elem, #sample, #left, #content { border: 0;}
#content {
position: absolute;
top: 0px;
left: 200px;
padding: 10px 2em;
margin: 0px;
background: #666;
}
pre {
font-size: 14px;
line-height: 22px;
margin-top: 20px;
margin-bottom: 10px;
}
ul { list-style: none; }
li { padding: 0 0 0 1em; }
li.hang { font-weight: bold;
padding: 0;}
.pullq {font: 150% Helvetica, Arial, sans-serif;
text-align: center;
border-top: medium black solid;
border-bottom: thin black solid;
margin: 1em 1em 1em -1.4em;
padding: 1em 1em 1em 2em;
background: #CCCCCC;
text-indent: 1em;
width: 35%;
float: left;
color: #000;}
div.tags { float: left;
width: 45%;
margin: 0px;
border: 0px; }
div.tagright { float: right;
width: 45%;
margin: 0px;
border: 0px; }
hr.silver { color: silver;}