mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-07 08:36:55 +01:00
33 lines
416 B
CSS
33 lines
416 B
CSS
body
|
|
{
|
|
}
|
|
|
|
body, div, span, p, input
|
|
{
|
|
font-family: Verdana, sans-serif, Arial;
|
|
font-size: 10pt;
|
|
color: #333333;
|
|
}
|
|
|
|
#apiPage {
|
|
}
|
|
|
|
#apiHeader {
|
|
padding: 3px;
|
|
color: white;
|
|
background: #6078BF;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#apiHeader a {
|
|
color: white;
|
|
}
|
|
|
|
#apiFooter {
|
|
margin-top: 5px;
|
|
padding: 3px;
|
|
border-top: 1px solid #BFCFFF;
|
|
text-align: center;
|
|
}
|