123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- body, select {
- color: #7d7a7a;
- font-family: 'trebuchet ms', verdana, sans-serif;
- }
- a:link, a:visited, a:active {
- color: #5F83BA;
- text-decoration: none;
- }
- a:hover {
- color: #5f83ba;
- text-decoration: underline;
- }
- img { border: none; }
- pre,
- code {
- font-size: 0.8em;
- font-family: "lucida console", monospace;
- }
- pre {
- background-color: #f8f8f8;
- padding: 10px;
- }
- select { font-size: 0.8em; font-weight: bold; }
- #header {
- background-image: url('images/h_bar.gif');
- background-repeat: repeat-x;
- background-position: bottom right;
- height: 50px;
- }
- #footer {
- font-size: 0.75em;
- padding-top: 12px;
- background-image: url('images/h_bar.gif');
- background-repeat: repeat-x;
- background-position: top left;
- height: 35px;
- vertical-align: middle;
- clear: both;
- }
- #logo {
- position: absolute;
- top: 0px;
- right: 0px;
- border: none;
- }
- .badges { float: right; }
- #left_col, #content {
- vertical-align: top;
- }
- /*
- #left_col {
- padding: 3px 3px 2em 3px;
- margin-top: 2px;
- width: 210px;
- padding-right: 10px;
- background-image: url('images/v_bar.gif');
- background-repeat: repeat-y;
- background-position: top right;
- }
- */
- #left_col {
- padding: 3px 3px 2em 3px;
- margin-top: 2px;
- width: 210px;
- padding-right: 10px;
- float: left;
- }
- #left_col h2 {
- font-size: 1.0em;
- margin-top: 0.5em;
- margin-bottom: 0.25em;
- }
- #left_col ul {
- margin-top: 0.25em;
- padding-left: 0px;
- }
- #left_col ul { margin-left: 0px; }
- #left_col ul li { list-style-position: inside; }
- #left_col p { font-size: 0.8em; }
- #left_col iframe { margin-left: 40px; margin-top: 10px; }
- #content {
- margin: 0em 0px 0px 210px;
- padding: 1em 1em 1em 4em;
- min-width: 400px;
- width: 60%;
- background-image: url('images/v_bar.gif');
- background-repeat: repeat-y;
- background-position: top left;
- }
- #content #toc+a+h2,
- #content #toc+h2 { margin-top: -1.5em; }
- .message {
- margin-top: 1em;
- border: 1px dashed #5E83BA;
- }
- #content li {
- margin-top: 0.5em;
- vertical-align: top;
- }
- #content>*>li {
- margin-right: 40px; /* keep things in line */
- }
- #content h2 {
- text-align: right;
- color: #4A9166;
- }
- #content h3 {
- margin-top: 2em;
- }
- #content p {
- text-align: justify;
- }
- #content div.divider1,
- #content div.divider2 {
- margin-top: 1.5em;
- margin-bottom: 1em;
- margin-left: 15%;
- height: 25px;
- width: 60%;
- }
- #content table td { padding: 0.5em; }
- #content div.divider1,
- #content div.divider2,
- #content table td.bar1,
- #content table td.bar2 {
- background-image: url('images/h_bar.gif');
- background-repeat: repeat-x;
- }
- #content div.divider1,
- #content table td.bar1 {
- background-position: bottom right;
- }
- #content div.divider2,
- #content table td.bar2 {
- background-position: top left;
- }
- #content table td.input {
- white-space: nowrap;
- font-family: "lucida console", monospace;
- font-size: 0.8em;
- }
- #content table td.description {
- padding-left: 2em;
- }
- #content textarea {
- padding: 4px;
- width: 100%;
- border: 1px dashed #5F83BA;
- }
- #content input {
- border: 1px dashed #5F83BA;
- background-color: #fff;
- color: #7d7a7a;
- font-family: 'trebuchet ms', verdana, sans-serif;
- }
- #toc {
- margin-top: -1em;
- margin-left: -3em;
- font-size: 0.8em;
- }
- /*
- #toc>h2:first-child {
- background-image: url('images/h_bar.gif');
- background-repeat: repeat-x;
- background-position: top left;
- padding-top: 0.5em;
- }
- */
- #toc h2 {
- font-size: 1em;
- text-align: left;
- padding-left: 1em;
- }
- #toc ul ul {
- padding-left: 20px;
- }
- .news_headline {
- margin-top: 0.75em;
- color: #5F83BA;
- }
- p.news_body {
- }
- .posted_date {
- font-size: 0.8em;
- color: #4A9166;
- }
- .answers>h3:before {
- content: "Q: ";
- color: #4A9166;
- font-size: 30px;
- font-weight: bold;
- }
- .answers>h3+p:before {
- content: "A: ";
- color: #5F83BA;
- font-size: 30px;
- font-weight: bold;
- }
- /* Method definitions from phpdoc */
- .method-definition {
- background-image: url('images/h_bar.gif');
- background-position: bottom center;
- background-repeat: repeat-x;
- padding: 10px 10px 20px 10px;
- margin-bottom: 1em;
- }
- .method-title {
- color: #5F83BA;
- }
- .var-name,
- .method-name,
- .method-title {
- font-weight: bold;
- }
- .var-type,
- .method-result {
- color: #4A9166;
- font-style: italic;
- }
|