2 /******** Eigen specific CSS code ************/
4 /**** Styles removing elements ****/
6 /* remove the "modules|classes" link for module pages (they are already in the TOC) */
18 p, dl.warning, dl.attention, dl.note
34 display:table; /* this allows the element to be larger than its parent */
38 border: 1px solid #cccccc;
40 margin: 2px 0px 2px 0px;
41 padding: 3px 5px 3px 5px;
46 /* Common style for all Eigen's tables */
48 table.example, table.manual, table.manual-vl, table.manual-hl {
50 border-collapse: collapse;
53 border-color: #cccccc;
56 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
57 -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
58 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
61 table.example th, table.manual th, table.manual-vl th, table.manual-hl th {
62 padding: 0.5em 0.5em 0.5em 0.5em;
66 background-color: #F4F4E5;
68 background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.3,#FFFFFF), color-stop(0.30,#FFFFFF), color-stop(0.98,#F4F4E5), to(#ECECDE));
69 background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 30%, #F4F4E5 98%, #ECECDE);
70 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4E5');
73 table.example td, table.manual td, table.manual-vl td, table.manual-hl td {
76 border-color: #cccccc;
79 /* header of headers */
83 background-color:#FFFFFF;
86 /* intermediate header */
89 background-color:#FFFFFF;
90 background-image:none;
91 border-style:solid solid solid solid;
93 border-color: #cccccc;
96 /** class for example / output tables **/
105 padding: 0.5em 0.5em 0.5em 0.5em;
109 /* standard class for the manual */
111 table.manual, table.manual-vl, table.manual-hl {
112 padding: 0.2em 0em 0.5em 0em;
115 table.manual th, table.manual-vl th, table.manual-hl th {
116 margin: 0em 0em 0.3em 0em;
119 table.manual td, table.manual-vl td, table.manual-hl td {
120 padding: 0.3em 0.5em 0.3em 0.5em;
125 table.manual td.alt, table.manual tr.alt, table.manual-vl td.alt, table.manual-vl tr.alt {
126 background-color: #F4F4E5;
129 table.manual-vl th, table.manual-vl td, table.manual-vl td.alt {
130 border-color: #cccccc;
132 border-style: none solid none solid;
135 table.manual-vl th.inter {
136 border-style: solid solid solid solid;
140 border-color: #cccccc;
142 border-style: solid none solid none;
146 font-family: monospace;
151 border-style: none none solid none;
153 border-color: #cccccc;
156 /**** Table of content in the side-nav ****/
161 padding: 0.3em 0 0 0;
165 border-style: solid none none none;
172 margin-bottom: 0.2em;
176 margin: 0.2em 0 0.4em 0.5em;
179 span.cpp11,span.cpp14,span.cpp17 {
191 border-style: solid solid solid solid;
196 /**** old Eigen's styles ****/
199 table.tutorial_code td {
200 border-color: transparent; /* required for Firefox */
201 padding: 3pt 5pt 3pt 5pt;
206 /* Whenever doxygen meets a '\n' or a '<BR/>', it will put
207 * the text containing the character into a <p class="starttd">.
208 * This little hack together with table.tutorial_code td.note
209 * aims at fixing this issue. */
210 table.tutorial_code td.note p.starttd {
220 /* center version number on main page */
226 td.width20em p.endtd {
230 /* needed for huge screens */
232 background-repeat: repeat-y;