Subversion Repositories cryptochat

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
a { color: #336699; text-decoration: none; }
2
a:hover { color: #6699CC; text-decoration: underline; }
3
a:active { color: #6699CC; text-decoration: underline; }
4
 
5
body { background : #FFFFFF; }
6
body, table { font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt }
7
p, li { line-height: 140% }
8
a img { border: 0px; }
9
dd { margin-left: 0px; padding-left: 1em; }
10
 
11
/* Page layout/boxes */
12
 
13
.info-box {}
14
.info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #CCCCFF }
15
.info-box-body { border: 1px solid #999999; padding: .5em; }
16
.nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; }
17
 
18
.oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
19
.evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
20
 
21
.page-body { max-width: 800px; margin: auto; }
22
.tree dl { margin: 0px }
23
 
24
/* Index formatting classes */
25
 
26
.index-item-body { margin-top: .5em; margin-bottom: .5em}
27
.index-item-description { margin-top: .25em }
28
.index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
29
.index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em}
30
.index-letter-title { font-size: 12pt; font-weight: bold }
31
.index-letter-menu { text-align: center; margin: 1em }
32
.index-letter { font-size: 12pt }
33
 
34
/* Docbook classes */
35
 
36
.description {}
37
.short-description { font-weight: bold; color: #666666; }
38
.tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
39
.parameters {   padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; }
40
.redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
41
.package {  }
42
.package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
43
.package-details { font-size: 85%; }
44
.sub-package { font-weight: bold; font-size: 120% }
45
.tutorial { border-width: thin; border-color: #0066ff }
46
.tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; }
47
.nav-button-disabled { color: #999999; }
48
.nav-button:active,
49
.nav-button:focus,
50
.nav-button:hover { background-color: #DDDDDD; outline: 1px solid #999999; text-decoration: none }
51
.folder-title { font-style: italic }
52
 
53
/* Generic formatting */
54
 
55
.field { font-weight: bold; }
56
.detail { font-size: 8pt; }
57
.notes { font-style: italic; font-size: 8pt; }
58
.separator { background-color: #999999; height: 2px; }
59
.warning {  color: #FF6600; }
60
.disabled { font-style: italic; color: #999999; }
61
 
62
/* Code elements */
63
 
64
.line-number {  }
65
 
66
.class-table { width: 100%; }
67
.class-table-header { border-bottom: 1px dotted #666666; text-align: left}
68
.class-name { color: #000000; font-weight: bold; }
69
 
70
.method-summary { padding-left: 1em; font-size: 8pt }
71
.method-header { }
72
.method-definition { margin-bottom: .3em }
73
.method-title { font-weight: bold; }
74
.method-name { font-weight: bold; }
75
.method-signature { font-size: 85%; color: #666666; margin: .5em 0em }
76
.method-result { font-style: italic; }
77
 
78
.var-summary { padding-left: 1em; font-size: 8pt; }
79
.var-header { }
80
.var-title { margin-bottom: .3em }
81
.var-type { font-style: italic; }
82
.var-name { font-weight: bold; }
83
.var-default {}
84
.var-description { font-weight: normal; color: #000000; }
85
 
86
.include-title {  }
87
.include-type { font-style: italic; }
88
.include-name { font-weight: bold; }
89
 
90
.const-title {  }
91
.const-name { font-weight: bold; }
92
 
93
/* Syntax highlighting */
94
 
95
.src-code {  border: 1px solid #336699; padding: 1em; background-color: #EEEEEE; }
96
 
97
.src-comm { color: green; }
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
/* tutorial */
119
 
120
.authors {  }
121
.author { font-style: italic; font-weight: bold }
122
.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
123
.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em }
124
.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap }
125
.release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
126
.ref-title-box {  }
127
.ref-title {  }
128
.ref-purpose { font-style: italic; color: #666666 }
129
.ref-synopsis {  }
130
.title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #CCCCFF  }
131
.cmd-synopsis { margin: 1em 0em }
132
.cmd-title { font-weight: bold }
133
.toc { margin-left: 2em; padding-left: 0em }
134