-
Notifications
You must be signed in to change notification settings - Fork 16
/
doxygen_extra.css.in
106 lines (91 loc) · 1.49 KB
/
doxygen_extra.css.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.title {
font-size: 150%;
font-weight: bold;
margin: 10px 2px;
}
body {
color: black;
background-color: #F3F1E9;
padding: 0;
margin: 0px 80px 0px 80px;
min-width: 740px;
}
#main {
background-color: white;
border: 1px solid #AAAAAA;
padding: 0px 0px 30px 0px;
margin-top: 8px;
}
div.contents {
margin-top: 10px;
margin-left: 10px;
margin-right: 5px;
}
#titlearea
{
padding: 20px 0px 10px 0px;
margin: 0;
width: 100%;
border-bottom: 1px solid #5373B4;
}
#titletable
{
float: left;
margin: 0px 12px;
}
#projectlogo img
{
display: @DOXYGEN_PROJECT_LOGO_DISPLAY@;
}
#projectname a
{
text-decoration: none;
display: @DOXYGEN_PROJECT_NAME_DISPLAY@;
}
#projectname img
{
height: 60px;
}
#providerlogo
{
height: 60px;
margin-left: 20px;
margin-right: 20px;
float: right;
vertical-align: bottom;
border-collapse: separate;
}
#providerlogo img
{
border: 0px none;
display: @DOXYGEN_PROVIDER_LOGO_DISPLAY@;
}
#divisionlogo
{
vertical-align: bottom;
border-collapse: separate;
}
#divisionlogo img
{
height: 60px;
margin-left: 20px;
margin-right: 20px;
border: 0px none;
float: right;
display: @DOXYGEN_DIVISION_LOGO_DISPLAY@;
}
#titleendoffloat
{
clear: both;
}
#MSearchBox {
position: absolute;
right: 80px;
}
div.footer {
color: #86989B;
padding: 3px 8px 3px 0;
font-size: 0.8em;
text-align: right;
clear: both;
}