1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 15:22:19 +01:00
Files
archived-web-php/php-style.css
1998-05-29 20:14:07 +00:00

37 lines
623 B
CSS

/* $Id$ */
A {
font-weight: bold;
text-decoration: none;
color: #5B69A6;
}
TD {
font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
.sidebartoc {
font-family: tahoma, verdana, arial, helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}
.example {
font-family: tahoma, verdana, arial, helvetica, sans-serif;
color: #000000;
background: #F0F0F0;
padding: 5px;
margin: 5px;
}
.programlisting {
margin-left: 15px;
font-family: "monotype.com", "courier new", courier, monospace;
}
.warning {
background: #FFCCCC;
}