mirror of
https://github.com/php/web-php.git
synced 2026-03-29 18:52:08 +02:00
# Note: This required a silly change in PhD, so mirrors do not have the proper # markup for this until we release new PhD version and regenerate the docs
126 lines
2.0 KiB
CSS
126 lines
2.0 KiB
CSS
.docs h3.title {
|
|
font-size: 1.5em;
|
|
border-top-style: solid;
|
|
border-top-width: 3px;
|
|
padding-top: 6px;
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.docs i .parameter {
|
|
font-style: normal;
|
|
}
|
|
|
|
.docs .refentry .methodsynopsis {
|
|
padding: 10px 20px;
|
|
margin: 1em 2em 1.3em;
|
|
border-top: 3px solid #ddd;
|
|
background: #efefef;
|
|
color: #666;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.docs div.warning,
|
|
.docs div.tip,
|
|
.docs blockquote.note {
|
|
padding: 10px 20px;
|
|
margin: 1em 2em 1.3em;
|
|
}
|
|
|
|
.docs blockquote.note {
|
|
border-top: 3px solid #fff08a;
|
|
background-color: #EFEFEF;
|
|
}
|
|
.docs div.tip {
|
|
border-top: 3px solid #434343;
|
|
background-color: #EFEFEF;
|
|
}
|
|
.docs div.warning {
|
|
border-top: 3px solid #ff4d4d;
|
|
background-color: #EFEFEF;
|
|
}
|
|
.docs blockquote.note, .docs div.warning, .docs div.tip {
|
|
font-size: 1em;
|
|
margin-right: 0.8em;
|
|
}
|
|
.docs div.warning b.warning, .docs div.tip b.tip {
|
|
float: left;
|
|
margin-right: 0.8em;
|
|
}
|
|
|
|
.docs .methodname b {
|
|
color: #000;
|
|
}
|
|
|
|
.docs .parameter {
|
|
color: #604080;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.docs .initializer {
|
|
color: #000;
|
|
}
|
|
|
|
.docs th {
|
|
text-align: left;
|
|
}
|
|
|
|
.docs td, .docs th {
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
.docs .refentry .description p {
|
|
margin: 0.7em 0;
|
|
}
|
|
|
|
.docs .refentry .parameters dt {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.docs .refentry .parameters dd {
|
|
margin-top: -0.7em;
|
|
}
|
|
|
|
.docs .refentry .parameters p {
|
|
margin: 0.7em 0;
|
|
}
|
|
|
|
|
|
|
|
.docs .phpcode,
|
|
.docs div.htmlcode,
|
|
.docs div.inicode,
|
|
.docs div.lscode,
|
|
.docs div.shellcode,
|
|
.docs div.HTTPcode,
|
|
.docs .screen {
|
|
border: 1px solid #E2E1D5;
|
|
background-color: #EFEFEF;
|
|
padding: 10px;
|
|
margin: 2px 0px;
|
|
}
|
|
.docs .example {
|
|
margin: 15px;
|
|
border-top: 1px solid #0a0;
|
|
}
|
|
|
|
|
|
|
|
.docs .doctable {
|
|
margin: 3px 30px;
|
|
width: 100%;
|
|
}
|
|
.docs .doctable tbody tr:hover {
|
|
background-color: #EFEFEF;
|
|
}
|
|
.docs .doctable th {
|
|
border-bottom: 1px solid #987db3;
|
|
}
|
|
.docs .doctable td {
|
|
border-right: 1px solid #987db3;
|
|
}
|
|
.docs .doctable td:last-child {
|
|
border: 0px;
|
|
}
|
|
|
|
|