~ubuntu-branches/ubuntu/wily/opencollada/wily-proposed

« back to all changes in this revision

Viewing changes to COLLADAMax/tools/style.css

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: black; background-color: white}
 
2
a:link {  color: #f0ac1c; text-decoration: underline}
 
3
a:hover {  color: #F5BC52; text-decoration: underline}
 
4
a:visited {  color: #f0ac1c; text-decoration: underline}
 
5
li {  color: #f0ac1c; list-style-type: diamond; position: relative; left: -15px; clip:    rect(   )}
 
6
td {  font-size: 10pt}
 
7
th {  font-size: 10pt}
 
8
 
 
9
.MainHeader {  font-weight: bold; color: #F5BC52; background-color: #f0ac1c; font-size: 10pt}
 
10
.BorderHeader {  background-color: #f0ac1c; font-size: 8pt; font-weight: bold; color: #f0ac1c; text-align: center}        
 
11
.MainContent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #f0ac1c }     
 
12
.BorderContent {  font-size: 8pt; color: #f0ac1c; border-color: black #f0ac1c #f0ac1c; 
 
13
                  padding-top: 2px; padding-right: 2px; padding-bottom: 10px; padding-left: 2px;
 
14
                  margin-bottom: 2px; border-style: solid; 
 
15
                  border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
 
16
.NewsDate {  color: #f0ac1c; font-weight: bold}
 
17
.Annotation {  font-size: 10px}
 
18
 
 
19
H1, H2, H3 {
 
20
        background-color: #f0ac1c;
 
21
        color: white;
 
22
        padding: 2px;
 
23
        padding-left: 5px;
 
24
        border-style: solid;
 
25
        border-width: 1px;
 
26
        border-color: black;
 
27
}
 
28
 
 
29
H1 {
 
30
        text-align: center; 
 
31
}
 
32
H2 {
 
33
}
 
34
H3 {
 
35
    FONT-FAMILY: trebuchet ms,helvetica,arial;
 
36
}
 
37
pre {
 
38
        background-color: #eeffee;
 
39
        color: black;
 
40
        padding: 5px;
 
41
}
 
42
td.example {
 
43
        border-style: solid;
 
44
        border-width: 1px;
 
45
        border-color: black;
 
46
}
 
47
dt { color: #3D653D; font-weight: bold;}
 
48
 
 
49
A.qindex {}      
 
50
A.qindexRef {}   
 
51
A.el { text-decoration: none; font-weight: bold }        
 
52
A.elRef { font-weight: bold }    
 
53
A.code { text-decoration: none; font-weight: normal; color: Blue }       
 
54
A:visited.code { text-decoration: none; font-weight: normal; color: Navy }       
 
55
A:hover.code { text-decoration: underline; font-weight: normal; color: Blue }    
 
56
A.codeRef { font-weight: normal; color: #4444ee }        
 
57
DL.el { margin-left: -1cm }      
 
58
DIV.fragment { width: 100%; border: none; background-color: #003300 }    
 
59
DIV.ah { color: white; background-color: black; margin-bottom: 3; margin-top: 3 }        
 
60
DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold }         
 
61
DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller }        
 
62
FONT.keyword       { color: #008000 }    
 
63
FONT.keywordtype   { color: #999920 }    
 
64
FONT.keywordflow   { color: #e0FF00 }    
 
65
FONT.comment       { color: #009900 }    
 
66
FONT.preprocessor  { color: #809020 }    
 
67
FONT.stringliteral { color: #002080 }    
 
68
FONT.charliteral   { color: #008080 }
 
69
.ex {    
 
70
     FONT-SIZE: 8pt; FONT-FAMILY: tahoma
 
71
}
 
72
CODE.keywordtype {       
 
73
     COLOR: #00ccff      
 
74
}        
 
75
CODE.keyword {   
 
76
     FONT-WEIGHT: bold; COLOR: #00ccff   
 
77
}        
 
78
CODE.fn {        
 
79
     COLOR: white;       
 
80
     FONT-WEIGHT: bold;          
 
81
}        
 
82
CODE.var {       
 
83
     COLOR: #dcdcdc;     
 
84
}        
 
85
CODE.macro {     
 
86
     COLOR: #809020;     
 
87
     FONT-WEIGHT: bold;          
 
88
 }       
 
89
CODE.comm {      
 
90
     COLOR: lime         
 
91
 }
 
92
 
 
93
CODE.num {
 
94
        COLOR: purple
 
95
        }
 
96
CODE.str {
 
97
        COLOR: #ffcc33;
 
98
        font-style: italic
 
99
}
 
100
/* Used for rendering members in API specification */
 
101
 
 
102
.memproto
 
103
{
 
104
        background-color: #eeffee;
 
105
        color: #ED9C08;
 
106
    width: 100%;
 
107
        border-top-style: solid;
 
108
        border-top-color: black;
 
109
        border-top-width: 1px;  
 
110
}
 
111
 
 
112
.memname
 
113
{
 
114
   font-size: 12pt;
 
115
   font-weight: bold;
 
116
   white-space:nowrap;
 
117
}
 
118
 
 
119
.paramtype
 
120
{
 
121
        font-size: 12pt;
 
122
        font-weight: bold;
 
123
        white-space:nowrap;
 
124
}
 
125
.paramtype A.el {
 
126
        color: #F5BC52;
 
127
}
 
128
paramtype A:link.el {
 
129
        color: #007700;
 
130
}
 
131
.paramtype A:hover.el {
 
132
        color: #F5BC52;
 
133
}
 
134
.paramtype A:visited.el {
 
135
        color: #229922;
 
136
}
 
137
.paramname
 
138
{
 
139
   font-size: 12pt;
 
140
   font-weight: normal;
 
141
   font-style: italic;
 
142
   white-space:nowrap;
 
143
}
 
144
 
 
145
/* There's no class on the graph images in the API docs, but they're
 
146
all centered.  TODO: get doxygen to give them a class.  (This won't 
 
147
look terrible on any image, though, really.) */
 
148
center img {
 
149
        border-style: solid;
 
150
        border-width: 1px;
 
151
        border-color: #AACCAA;
 
152
}
 
153
 
 
154
.memItemLeft
 
155
{
 
156
        background-color: #eeffee;
 
157
}
 
158
.memItemRight
 
159
{
 
160
        background-color: #eeffee;
 
161
}
 
162
 
 
163
 
 
164
HR { height: 1px; }
 
165
 
 
166
// TABS
 
167
DIV.tabs
 
168
{
 
169
   float            : left;
 
170
   width            : 100%;   
 
171
}
 
172
 
 
173
DIV.tabs UL
 
174
{
 
175
   margin           : 0px 0px 10px 0px;
 
176
   padding          : 0px 0px 0px 10px;
 
177
   list-style       : none;
 
178
   border-bottom    : 1px solid black;   
 
179
}
 
180
 
 
181
DIV.tabs LI, DIV.tabs FORM
 
182
{
 
183
   display          : inline;
 
184
   margin           : 0px;
 
185
   padding-left     : 10px;
 
186
   padding-right    : 10px;   
 
187
   //border-left      : 1px solid black;
 
188
   //border-right     : 1px solid black;
 
189
}
 
190
 
 
191
DIV.tabs A
 
192
{
 
193
   font-weight      : bold;
 
194
   text-decoration  : none;
 
195
   
 
196
}
 
197
DIV.tabs A:before
 
198
{
 
199
    content: "[";
 
200
}
 
201
DIV.tabs A:after
 
202
{
 
203
    content: "]";
 
204
}
 
205
DIV.tabs A:hover
 
206
{
 
207
}
 
208
 
 
209
DIV.tabs A:link, DIV.tabs A:visited,
 
210
DIV.tabs A:active, DIV.tabs A:hover
 
211
{
 
212
    color: #003300;
 
213
}
 
214
 
 
215
DIV.nav
 
216
{
 
217
    padding          : 0px 0px 0px 10px;
 
218
    background       : none;
 
219
    border           : none;
 
220
    border-bottom    : 1px solid black;
 
221
}