~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to doc/doxygen.css

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2005-02-24 22:09:16 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050224220916-9vxiiqjz066r5489
Tags: 6.0pre23-2
debian/control: Ipe should depend on exact version of libipe.
Closes: #296771.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        font-family: Geneva, Arial, Helvetica, sans-serif;
7
7
}
8
8
CAPTION { font-weight: bold }
9
 
DIV.qindex { width: 100%;
10
 
             background-color: #eeeeff;
11
 
             border: 4px solid #eeeeff;
12
 
             text-align: center;
13
 
             margin-bottom: 2px
14
 
}
15
 
A.qindex { text-decoration: none; font-weight: bold; color: #0000ee }
16
 
A.qindex:visited { text-decoration: none; font-weight: bold; color: #0000ee }
17
 
A.qindex:hover { text-decoration: none; background-color: #ddddff }
18
 
A.qindexHL { text-decoration: none; font-weight: bold;
19
 
             background-color: #6666cc;
20
 
             color: #ffffff
 
9
DIV.qindex {
 
10
        width: 100%;
 
11
        background-color: #eeeeff;
 
12
        border: 1px solid #B0B0B0;
 
13
        text-align: center;
 
14
        margin: 2px;
 
15
        padding: 2px;
 
16
}
 
17
A.qindex {
 
18
       text-decoration: none;
 
19
       font-weight: bold;
 
20
       color: #1A419D;
 
21
       padding: 2px;
 
22
}
 
23
A.qindex:visited {
 
24
       text-decoration: none;
 
25
       font-weight: bold;
 
26
       color: #1A419D
 
27
       padding: 2px;
 
28
}
 
29
A.qindex:hover {
 
30
        text-decoration: none;
 
31
        background-color: #ddddff;
 
32
        padding: 2px;
 
33
}
 
34
A.qindexHL {
 
35
        text-decoration: none;
 
36
        font-weight: bold;
 
37
        background-color: #6666cc;
 
38
        color: #ffffff;
 
39
        padding: 2 6px;
 
40
        border: 1px double #9295C2;
21
41
           }
22
 
A.qindexHL:hover { text-decoration: none; background-color: #6666cc; color: #ffffff }
 
42
A.qindexHL:hover {
 
43
        text-decoration: none;
 
44
        background-color: #6666cc;
 
45
        color: #ffffff;
 
46
        padding: 2px 6px;
 
47
}
23
48
A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
24
49
A.el { text-decoration: none; font-weight: bold }
25
50
A.elRef { font-weight: bold }
26
 
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
27
 
A.codeRef { font-weight: normal; color: #4444ee }
 
51
A.code { text-decoration: none; font-weight: normal; color: #1A419D}
 
52
A.codeRef { font-weight: normal; color: #1A419D}
28
53
A:hover { text-decoration: none; background-color: #f2f2ff }
29
54
DL.el { margin-left: -1cm }
 
55
PRE.fragment {
 
56
        border: 1px solid #CCCCCC;
 
57
        background-color: #f5f5f5;
 
58
        margin-top: 4px;
 
59
        margin-bottom: 4px;
 
60
        margin-left: 2px;
 
61
        margin-right: 8px;
 
62
        padding-left: 6px;
 
63
        padding-right: 6px;
 
64
        padding-top: 4px;
 
65
        padding-bottom: 4px;
 
66
}
30
67
DIV.fragment {
31
 
        width: 98%;
32
68
        border: 1px solid #CCCCCC;
33
69
        background-color: #f5f5f5;
34
 
        padding-left: 4px;
35
 
        margin: 4px;
 
70
        padding: 6px;
36
71
}
37
72
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
38
 
TD.md { background-color: #f2f2ff; font-weight: bold; }
39
 
TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; }
40
 
TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; }
 
73
TD.md { background-color: #F4F4FB; font-weight: bold; }
 
74
TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
 
75
TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
41
76
DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
42
77
DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
43
78
BODY {
46
81
        margin-right: 20px;
47
82
        margin-left: 20px;
48
83
}
49
 
TD.indexkey { 
50
 
   background-color: #eeeeff; 
51
 
   font-weight: bold; 
52
 
   padding-right  : 10px; 
53
 
   padding-top    : 2px; 
54
 
   padding-left   : 10px; 
55
 
   padding-bottom : 2px; 
56
 
   margin-left    : 0px; 
57
 
   margin-right   : 0px; 
58
 
   margin-top     : 2px; 
59
 
   margin-bottom  : 2px  
 
84
TD.indexkey {
 
85
        background-color: #eeeeff;
 
86
        font-weight: bold;
 
87
        padding-right  : 10px;
 
88
        padding-top    : 2px;
 
89
        padding-left   : 10px;
 
90
        padding-bottom : 2px;
 
91
        margin-left    : 0px;
 
92
        margin-right   : 0px;
 
93
        margin-top     : 2px;
 
94
        margin-bottom  : 2px;
 
95
        border: 1px solid #CCCCCC;
60
96
}
61
 
TD.indexvalue { 
62
 
   background-color: #eeeeff; 
63
 
   font-style: italic; 
64
 
   padding-right  : 10px; 
65
 
   padding-top    : 2px; 
66
 
   padding-left   : 10px; 
67
 
   padding-bottom : 2px; 
68
 
   margin-left    : 0px; 
69
 
   margin-right   : 0px; 
70
 
   margin-top     : 2px; 
71
 
   margin-bottom  : 2px  
 
97
TD.indexvalue {
 
98
        background-color: #eeeeff;
 
99
        font-style: italic;
 
100
        padding-right  : 10px;
 
101
        padding-top    : 2px;
 
102
        padding-left   : 10px;
 
103
        padding-bottom : 2px;
 
104
        margin-left    : 0px;
 
105
        margin-right   : 0px;
 
106
        margin-top     : 2px;
 
107
        margin-bottom  : 2px;
 
108
        border: 1px solid #CCCCCC;
72
109
}
73
110
TR.memlist {
74
111
   background-color: #f0f0f0; 
85
122
SPAN.charliteral   { color: #008080 }
86
123
.mdTable {
87
124
        border: 1px solid #868686;
88
 
        background-color: #f2f2ff;
 
125
        background-color: #F4F4FB;
89
126
}
90
127
.mdRow {
91
 
        padding: 8px 20px;
 
128
        padding: 8px 10px;
92
129
}
93
130
.mdescLeft {
94
131
        font-size: smaller;
153
190
        font-family: Geneva, Arial, Helvetica, sans-serif;
154
191
        font-size: 13px;
155
192
}
156
 
.search     { color: #0000ee;
 
193
.search     { color: #003399;
157
194
              font-weight: bold;
158
195
}
159
196
FORM.search {
167
204
}
168
205
TD.tiny      { font-size: 75%;
169
206
}
 
207
a {
 
208
        color: #252E78;
 
209
}
 
210
a:visited {
 
211
        color: #3D2185;
 
212
}