home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 89
/
PIWD89.iso
/
pc
/
CONTENTS
/
DEVELOPER
/
TUTORIAL_FILES
/
Pages90-91
/
global.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-11-23
|
1KB
|
81 lines
body {
background-color: #ffffff;
color: #000000;
font: .9em/1.8em Arial, Helvetica, sans-serif;
}
#banner {
text-align: right;
border-bottom: 1px solid #9B9DBD;
padding-bottom: 4px;
}
#navigation {
position: absolute;
top: 100px;
left: 0px;
}
#navigation ul.main li {
list-style-type: none;
}
#navigation ul.main li a:link, #navigation ul.main li a:visited, #navigation ul.main li a:hover, #navigation ul.main li a:active{
color: #666699;
background-color: #C9CADB;
text-decoration: none;
display: block;
width: 120px;
margin-bottom: 4px;
padding-left: 3px;
border-top: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
border-bottom: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
}
#content {
margin-left: 200px;
margin-right: 60px;
padding-top: 40px;
}
#content p {
padding-left: 20px;
}
h1 {
font: 1.8em Georgia, "MS Serif", "New York", serif;
color: #666699;
background-color: transparent;
}
h2 {
font: 1.4em Georgia, "MS Serif", "New York", serif;
color: #000000;
background-color: transparent;
padding-bottom: 0px;
margin-bottom: -10px;
}
.text {
width: 300px;
border: 1px solid #666699;
background-color: #eeeeee;
color: #000000;
}
.largeText {
width: 300px;
height: 220px;
border: 1px solid #666699;
background-color: #eeeeee;
color: #000000;
}
.submit {
background-color: #eeeeee;
color: #000000;
}