~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to docs/server-side/media/stylesheet.css

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

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