home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
ctenari
/
Majda
/
Help
/
manual.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2002-09-14
|
880b
|
66 lines
body, p, table, td, th {
font-family: "Verdana CE", "Tahoma CE", Verdana, Tahoma, sans-serif;
font-size: 9pt;
}
body {
margin-left: 50px;
}
h1 {
font-size: 16pt;
}
h2 {
font-size: 14pt;
border-bottom: 3px solid black;
margin-left: -40px;
}
h3 {
font-size: 13pt;
margin-left: -20px;
}
h4 {
font-size: 8pt;
}
dd {
padding-bottom: 1em;
}
table {
border: 1px solid gray;
border-collapse: collapse;
border-spacing: -1px;
}
td {
border: 1px solid gray;
padding: 5px;
}
th {
border: solid 1px gray;
padding: 5px;
background-color: #e0e0e0;
}
hr {
color: black; /* MSIE */
background-color: black;
height: 1px;
border: none;
}
pre {
border: solid 1px gray;
background-color: rgb(234, 232, 228);
padding: 5px;
width: 75%;
}
sup, sub {
font-size: smaller;
}