1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 19:22:17 +02:00
Files
archived-web-php/style.css
2002-01-30 16:31:40 +00:00

121 lines
1.8 KiB
CSS

body, ul, td, th {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 95%;
}
p {
font-family: verdana,arial,helvetica,sans-serif;
}
em {
font-weight: bold;
font-style: italic;
}
acronym {
border-bottom: 1px dashed #00cc00;
cursor: help;
}
.error {
color: #cc0000;
}
.newsDate {
font-size: 85%;
font-style: italic;
color: #6666cc;
}
.sidebar {
font-size: 85%;
}
.sidebar p {
text-align: left !important;
}
code, pre {
font-family: Courier, "Courier New", monospace;
font-size: 90%;
}
pre.note {
font-size: 90%; /* font size of less than 90% is impossible to read */
}
h1 {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 140%;
font-weight: bold;
color: #000066;
}
h2 {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 125%;
font-weight: bold;
color: #000066;
}
h3 {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 110%;
font-weight: bold;
color: #000066;
}
h4 {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 100%;
font-weight: bold;
color: #000066;
}
small {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 75%;
}
a.small {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 75%;
text-decoration: none;
}
.tableTitle {
font-family: verdana,arial,helvetica,sans-serif;
font-weight: bold;
}
.tableExtras {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 85%;
color: #FFFFFF;
}
input {
font-family: verdana,arial,helvetica,sans-serif;
}
textarea {
font-family: verdana,arial,helvetica,sans-serif;
}
input.small, select.small {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 75%;
}
textarea.small {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 75%;
}
p.formerror {
border: 1px solid #ff0000;
color: #000000;
background: #ffeeee;
padding: 2px 4px;
}