home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 90
/
PIWD90.iso
/
mac
/
contents
/
developer
/
tutorial_files
/
Pages86-87
/
global.css
next >
Wrap
Cascading Style Sheet File
|
2003-12-16
|
2KB
|
106 lines
body {
margin:0px;
padding: 0px;
background-color: #ffffff;
color: #000000;
font: .9em Arial, Helvetica, sans-serif;
}
p {
line-height: 1.8em;
}
#banner {
text-align: right;
border-bottom: 1px solid #9B9DBD;
margin-bottom: 4px;
background-color: #C9CADB;
color: #ffffff;
margin-top: 0px;
}
#banner p {
padding-right: 20px;
padding-top: 10px;
font-size: 18px;
margin-bottom: 8px;
}
#navigation {
position: absolute;
top: 140px;
left: 0px;
}
#navigation ul.main li {
list-style-type: none;
margin-bottom: 10px;
}
#navigation ul.main li a:link, #navigation ul.main li a:visited, #navigation ul.main li a:active{
color: #49496E;
background-color: transparent;
border-bottom: 1px dashed #C9CADB;
border-top: 1px dashed #ffffff;
text-decoration: none;
padding-left: 3px;
}
#navigation ul.main li a:hover {
border-top: 1px dashed #C9CADB;
background-color: #EDEDF3;
color: #49496E;
}
#content {
margin-left: 200px;
margin-right: 60px;
padding-top: 40px;
}
#content p {
padding-left: 20px;
}
#login {
text-align: right;
padding-right: 10px;
border-bottom: 1px solid #9B9DBD;
}
#login form {
margin-top:0px;
margin-bottom: 4px;
}
#login .text {
font-size: 11px;
width: 100px;
}
#login .submit {
font-size: 10px;
}
#login label {
font-size: 10px;
color: #666699;
}
h1 {
font: 1.3em Georgia, "MS Serif", "New York", serif;
color: #666699;
background-color: transparent;
border-bottom: 1px dashed #C9CADB;
}
h2 {
font: 1.1em Georgia, "MS Serif", "New York", serif;
color: #000000;
background-color: transparent;
padding-bottom: 0px;
margin-bottom: -10px;
}