mirror of
https://github.com/php/web-php.git
synced 2026-03-29 18:52:08 +02:00
42 lines
693 B
CSS
42 lines
693 B
CSS
/* $Id$ */
|
|
|
|
A {
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
color: #5B69A6;
|
|
}
|
|
|
|
|
|
TD,TH {
|
|
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;
|
|
}
|
|
|
|
.author,.editor {
|
|
font-size: 10pt;
|
|
font-weight: normal;
|
|
}
|