1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 03:02:13 +02:00
Files
archived-web-php/php-style.css
1998-05-05 14:15:44 +00:00

30 lines
422 B
CSS

/* $Id$ */
A {
font-weight: bold;
text-decoration: none;
color: #5B69A6;
}
.sidebartoc {
font-family: tahoma, arial, helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
}
.example {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
background: #E0E0E0;
}
.programlisting {
margin-left: 15px;
font-family: courier;
}
.warning {
background: #FFCCCC;
}