home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
chplus
/
chlapark
/
general.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-09-29
|
683b
|
66 lines
body {
padding: 0;
margin: 0;
}
body, table {
font-family: sans-serif;
font-size: 11px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
border: 0;
}
form {
margin: 0;
}
table {
border-collapse: collapse;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.reset {
clear: both;
}
.wide {
width: 100%;
}
/* check form */
.required {
background-image: url(../images/required.gif);
background-position: top right;
background-repeat: no-repeat;
}
.invalid {
color: #cc0000;
}
/* navigation */
.nav {
text-align: center;
}
.nav table {
margin: 0 auto;
}
.nav td {
vertical-align: middle;
}