changed git call from https to git readonly
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / Converters / HTML / frames / templates / earthli / templates / media / stylesheet.css
1 a { color: #000090; text-decoration: none; }\r
2 a:hover, a:active, a:focus { color: highlighttext; background-color: highlight; text-decoration: none; }\r
3 \r
4 body { background: #FFFFFF; }\r
5 body, table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }\r
6 \r
7 a img { border: 0px; }\r
8 \r
9 /* Page layout/boxes */\r
10 \r
11 .info-box {  }\r
12 .info-box-title { margin: 1em 0em 0em 0em; font-weight: normal; font-size: 14pt; color: #999999; border-bottom: 2px solid #999999; }\r
13 .info-box-body { border: 1px solid #999999; padding: .5em; }\r
14 .nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; }\r
15 \r
16 .oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}\r
17 .evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}\r
18 \r
19 .page-body { max-width: 800px; margin: auto; }\r
20 .tree { white-space: nowrap; font: icon }\r
21 .tree dd { margin-left: 19px }\r
22 .tree dl { margin: 0px }\r
23 .tree-icon {    vertical-align: middle; border: 0px; margin-right: 3px }\r
24 \r
25 /* Index formatting classes */\r
26 \r
27 .index-item-body { margin-top: .5em; margin-bottom: .5em}\r
28 .index-item-description { margin-top: .25em }\r
29 .index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }\r
30 .index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em}\r
31 .index-letter-title { font-size: 12pt; font-weight: bold }\r
32 .index-letter-menu { text-align: center; margin: 1em }\r
33 .index-letter { font-size: 12pt }\r
34 \r
35 /* Docbook classes */\r
36 \r
37 .description {}\r
38 .short-description { font-weight: bold; color: #666666; }\r
39 .tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }\r
40 .parameters {   padding-left: 0em; margin-left: 3em; color: #014fbe; list-style-type: square; }\r
41 .redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }\r
42 .package { font-weight: bold; }\r
43 .package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }\r
44 .package-details { font-size: 85%; }\r
45 .sub-package { font-weight: bold; }\r
46 .tutorial { border-width: thin; border-color: #0066ff; }\r
47 .tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; }\r
48 .folder-title { font-style: italic; font-family: Verdana, Arial, Helvetica, sans-serif }\r
49 \r
50 /* Generic formatting */\r
51 \r
52 .field { font-weight: bold; }\r
53 .detail { font-size: 8pt; }\r
54 .notes { font-style: italic; font-size: 8pt; }\r
55 .separator { background-color: #999999; height: 2px; }\r
56 .warning {  color: #FF6600; }\r
57 .disabled { font-style: italic; color: #999999; }\r
58 \r
59 /* Code elements */\r
60 \r
61 .line-number {  }\r
62 \r
63 .class-table { width: 100%; }\r
64 .class-table-header { border-bottom: 1px dotted #666666; text-align: left}\r
65 .class-name { color: #0000AA; font-weight: bold; }\r
66 \r
67 .method-summary { color: #009000; padding-left: 1em; font-size: 8pt; }\r
68 .method-header { }\r
69 .method-definition { margin-bottom: .2em }\r
70 .method-title { color: #009000; font-weight: bold; }\r
71 .method-name { font-weight: bold; }\r
72 .method-signature { font-size: 85%; color: #666666; margin: .5em 0em }\r
73 .method-result { font-style: italic; }\r
74 \r
75 .var-summary { padding-left: 1em; font-size: 8pt; }\r
76 .var-header { }\r
77 .var-title { color: #014fbe; margin-bottom: .3em }\r
78 .var-type { font-style: italic; }\r
79 .var-name { font-weight: bold; }\r
80 .var-default {}\r
81 .var-description { font-weight: normal; color: #000000; }\r
82 \r
83 .include-title { color: #014fbe;}\r
84 .include-type { font-style: italic; }\r
85 .include-name { font-weight: bold; }\r
86 \r
87 .const-title { color: #FF6600; }\r
88 .const-name { font-weight: bold; }\r
89 \r
90 /* Syntax highlighting */\r
91 \r
92 .src-code { font-family: 'Courier New', Courier, monospace; font-weight: normal; }\r
93 .src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; }\r
94 \r
95 .src-code a:link { padding: 1px; text-decoration: underline; color: #0000DD; }\r
96 .src-code a:visited { text-decoration: underline; color: #0000DD; }\r
97 .src-code a:active { background-color: #FFFF66; color: #008000; }\r
98 .src-code a:hover { background-color: #FFFF66; text-decoration: overline underline; color: #008000; }\r
99 \r
100 .src-comm { color: #666666; }\r
101 .src-id { color: #FF6600; font-style: italic; }\r
102 .src-inc { color: #0000AA; font-weight: bold; }\r
103 .src-key { color: #0000AA; font-weight: bold; }\r
104 .src-num { color: #CC0000; }\r
105 .src-str { color: #CC0000; }\r
106 .src-sym { }\r
107 .src-var { }\r
108 \r
109 .src-php { font-weight: bold; }\r
110 \r
111 .src-doc { color: #666666; }\r
112 .src-doc-close-template { color: #666666 }\r
113 .src-doc-coretag { color: #008000; }\r
114 .src-doc-inlinetag {}\r
115 .src-doc-internal {}\r
116 .src-doc-tag { color: #0080CC; }\r
117 .src-doc-template { color: #666666 }\r
118 .src-doc-type { font-style: italic; color: #444444 }\r
119 .src-doc-var { color: #444444 }\r
120 \r
121 .tute-tag { color: #009999 }\r
122 .tute-attribute-name { color: #0000FF }\r
123 .tute-attribute-value { color: #0099FF }\r
124 .tute-entity { font-weight: bold; }\r
125 .tute-comment { font-style: italic }\r
126 .tute-inline-tag { color: #636311; font-weight: bold }\r
127 \r
128 /* tutorial */\r
129 \r
130 .authors {  }\r
131 .author { font-style: italic; font-weight: bold }\r
132 .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }\r
133 .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; }\r
134 *[class="example"] { line-height : 1.0em; }\r
135 .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; }\r
136 *[class="listing"] { line-height : 1.0em; }\r
137 .release-info { font-size: 85%; font-style: italic; margin: 1em 0em }\r
138 .ref-title-box {  }\r
139 .ref-title {  }\r
140 .ref-purpose { font-style: italic; color: #666666 }\r
141 .ref-synopsis {  }\r
142 .title { font-weight: bold; border-bottom: 1px solid #999999; color: #999999;  }\r
143 .cmd-synopsis { margin: 1em 0em }\r
144 .cmd-title { font-weight: bold }\r
145 .toc { margin-left: 2em; padding-left: 0em }\r
146 \r