forked from royasutton/omdl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDoxystyle.css
65 lines (52 loc) · 1.98 KB
/
Doxystyle.css
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
/***************************************************************************//**
Doxystyle.css
This file is part of [omdl] (https://github.com/royasutton/omdl),
an OpenSCAD mechanical design library.
The \em omdl is free software; you can redistribute it and/or modify
it under the terms of the [GNU Lesser General Public License]
(http://www.gnu.org/licenses/lgpl.html) as published by the Free
Software Foundation; either version 2.1 of the License, or (at
your option) any later version.
The \em omdl is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the \em omdl; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA; or see <http://www.gnu.org/licenses/>.
*******************************************************************************/
table.doxtable {
border-collapse:collapse;
/* margin-left:auto; */
margin-right:auto;
margin-top: 4px;
margin-bottom: 4px;
}
table.doxtable td, table.doxtable th {
border: 1px solid #2D4068;
padding: 3px 7px 2px;
}
table.doxtable th {
background-color: #374F7F;
color: #FFFFFF;
font-size: 110%;
padding-bottom: 4px;
padding-top: 5px;
}
/* table link styling */
table.doxtable th a { color: white; }
table.doxtable th a:visited { color: lightgray; }
table.doxtable th a:hover { color: gray; }
table.doxtable th a:active { color: black; }
table.doxtable tr:nth-child(odd) td {
background-color: #F7F8FB;
}
/*
table.doxtable tr:nth-child(even) td {
background-color: #F7F8FB;
}
*/
/***************************************************************************//**
// eof
*******************************************************************************/