/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/media/stylesheet.css
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/doc/media/stylesheet.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Thu May 6 16:23:55 2004 UTC (20 years, 3 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +141 -133 lines
File MIME type: text/css
 updated all to v2.4.1 - Apr 01, 2004

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

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed