468 lines
8.7 KiB
CSS
468 lines
8.7 KiB
CSS
/*
|
|
Light solarized theme for Doxygen
|
|
Copyright (C) 2015 Laurent GEORGET <laurent@lgeorget.eu>
|
|
Source: https://github.com/lgeorget/solar-themed-doxygen
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program 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 General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License along
|
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
*/
|
|
|
|
body, table, div, p, dl {
|
|
font: 400 1.0em/1.5em sans-serif;
|
|
}
|
|
|
|
code {
|
|
font: 400 1.0em/1.5em monospace;
|
|
}
|
|
|
|
html, body, .headertitle {
|
|
background-color: #FDF6E3;
|
|
}
|
|
|
|
.title {
|
|
font: 400 1.5em/1.7em sans-serif;
|
|
font-size: 150%;
|
|
font-weight: bold;
|
|
margin: 10px 2px;
|
|
}
|
|
|
|
.title,#projectname {
|
|
color: #CB4B16;
|
|
}
|
|
|
|
|
|
pre.fragment {
|
|
border: 3px solid #8C9F8C;
|
|
border-radius: 15px;
|
|
color: #FFF;
|
|
background-color: #404040;
|
|
padding: 16px;
|
|
margin: 4px 8px 4px 2px;
|
|
overflow: auto;
|
|
word-wrap: break-word;
|
|
font-size: 9pt;
|
|
line-height: 125%;
|
|
font-family: monospace;
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
|
|
body {
|
|
color: black;
|
|
}
|
|
|
|
div.contents {
|
|
margin-top: 10px;
|
|
margin-left: 12px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
td.indexkey {
|
|
background-color: #EBEFF6;
|
|
font-weight: bold;
|
|
border: 1px solid #C4CFE5;
|
|
margin: 2px 0px 2px 0;
|
|
padding: 2px 10px;
|
|
white-space: nowrap;
|
|
vertical-align: top;
|
|
}
|
|
|
|
td.indexvalue {
|
|
background-color: #EBEFF6;
|
|
border: 1px solid #C4CFE5;
|
|
padding: 2px 10px;
|
|
margin: 2px 0px;
|
|
}
|
|
|
|
tr.memlist {
|
|
background-color: #EEF1F7;
|
|
}
|
|
|
|
p.formulaDsp {
|
|
text-align: center;
|
|
}
|
|
|
|
img.formulaDsp {
|
|
|
|
}
|
|
|
|
img.formulaInl {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.center {
|
|
text-align: center;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.center img {
|
|
border: 0px;
|
|
}
|
|
|
|
address.footer {
|
|
text-align: right;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
img.footer {
|
|
border: 0px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* @group Code Colorization */
|
|
|
|
span.keyword {
|
|
color: #008000
|
|
}
|
|
|
|
span.keywordtype {
|
|
color: #604020
|
|
}
|
|
|
|
span.keywordflow {
|
|
color: #e08000
|
|
}
|
|
|
|
span.comment {
|
|
color: #800000
|
|
}
|
|
|
|
span.preprocessor {
|
|
color: #806020
|
|
}
|
|
|
|
span.stringliteral {
|
|
color: #002080
|
|
}
|
|
|
|
span.charliteral {
|
|
color: #008080
|
|
}
|
|
|
|
span.vhdldigit {
|
|
color: #ff00ff
|
|
}
|
|
|
|
span.vhdlchar {
|
|
color: #000000
|
|
}
|
|
|
|
span.vhdlkeyword {
|
|
color: #700070
|
|
}
|
|
|
|
span.vhdllogic {
|
|
color: #ff0000
|
|
}
|
|
|
|
blockquote {
|
|
background-color: #F7F8FB;
|
|
border-left: 2px solid #9CAFD4;
|
|
margin: 0 24px 0 4px;
|
|
padding: 0 12px 0 16px;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
/*
|
|
.search {
|
|
color: #003399;
|
|
font-weight: bold;
|
|
}
|
|
|
|
form.search {
|
|
margin-bottom: 0px;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
input.search {
|
|
font-size: 75%;
|
|
color: #000080;
|
|
font-weight: normal;
|
|
background-color: #e8eef2;
|
|
}
|
|
*/
|
|
|
|
td.tiny {
|
|
font-size: 75%;
|
|
}
|
|
|
|
.dirtab {
|
|
padding: 4px;
|
|
border-collapse: collapse;
|
|
border: 1px solid #A3B4D7;
|
|
}
|
|
|
|
th.dirtab {
|
|
background: #EBEFF6;
|
|
font-weight: bold;
|
|
}
|
|
|
|
hr {
|
|
height: 0px;
|
|
border: none;
|
|
border-top: 1px solid #4A6AAA;
|
|
}
|
|
|
|
hr.footer {
|
|
height: 1px;
|
|
}
|
|
|
|
/* @group Member Descriptions */
|
|
|
|
table.memberdecls {
|
|
border-spacing: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.memberdecls td, .fieldtable tr {
|
|
-webkit-transition-property: background-color, box-shadow;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-property: background-color, box-shadow;
|
|
-moz-transition-duration: 0.5s;
|
|
-ms-transition-property: background-color, box-shadow;
|
|
-ms-transition-duration: 0.5s;
|
|
-o-transition-property: background-color, box-shadow;
|
|
-o-transition-duration: 0.5s;
|
|
transition-property: background-color, box-shadow;
|
|
transition-duration: 0.5s;
|
|
}
|
|
|
|
.memberdecls td.glow, .fieldtable tr.glow {
|
|
background-color: cyan;
|
|
box-shadow: 0 0 15px cyan;
|
|
}
|
|
|
|
.mdescLeft, .mdescRight,
|
|
.memItemLeft, .memItemRight,
|
|
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
|
|
background-color: #F9FAFC;
|
|
border: none;
|
|
margin: 4px;
|
|
padding: 1px 0 0 8px;
|
|
}
|
|
|
|
.mdescLeft, .mdescRight {
|
|
padding: 0px 8px 4px 8px;
|
|
color: #555;
|
|
}
|
|
|
|
.memSeparator {
|
|
border-bottom: 1px solid #DEE4F0;
|
|
line-height: 1px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.memItemLeft, .memTemplItemLeft {
|
|
white-space: nowrap;
|
|
font-family: monospace;
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
.memItemRight {
|
|
width: 100%;
|
|
font-family: monospace;
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
.memTemplParams {
|
|
color: #4665A2;
|
|
white-space: nowrap;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
/* @group Member Details */
|
|
|
|
|
|
.memproto, dl.reflist dt {
|
|
border-top: 1px solid #A8B8D9;
|
|
border-left: 1px solid #A8B8D9;
|
|
border-right: 1px solid #A8B8D9;
|
|
padding: 6px 0px 6px 0px;
|
|
color: #253555;
|
|
font-weight: bold;
|
|
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
|
|
background-image:url('nav_f.png');
|
|
background-repeat:repeat-x;
|
|
background-color: #E2E8F2;
|
|
/* opera specific markup */
|
|
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
border-top-right-radius: 15px;
|
|
border-top-left-radius: 5px;
|
|
/* firefox specific markup */
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
|
|
-moz-border-radius-topright: 15px;
|
|
-moz-border-radius-topleft: 5px;
|
|
/* webkit specific markup */
|
|
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
-webkit-border-top-right-radius: 15px;
|
|
-webkit-border-top-left-radius: 5px;
|
|
|
|
}
|
|
|
|
.memdoc, dl.reflist dd {
|
|
border-bottom: 1px solid #A8B8D9;
|
|
border-left: 1px solid #A8B8D9;
|
|
border-right: 1px solid #A8B8D9;
|
|
padding: 6px 10px 2px 10px;
|
|
background-color: #FBFCFD;
|
|
border-top-width: 0;
|
|
background-image:url('nav_g.png');
|
|
background-repeat:repeat-x;
|
|
background-color: #FFFFFF;
|
|
/* opera specific markup */
|
|
border-bottom-left-radius: 15px;
|
|
border-bottom-right-radius: 5px;
|
|
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
/* firefox specific markup */
|
|
-moz-border-radius-bottomleft: 15px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
|
|
/* webkit specific markup */
|
|
-webkit-border-bottom-left-radius: 15px;
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.paramname {
|
|
color: #602020;
|
|
white-space: nowrap;
|
|
font-family: monospace;
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
table.directory {
|
|
font: 400 1.0em/1.5em sans-serif;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
#titlearea
|
|
{
|
|
padding: 0 0 5px 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
border-bottom: 1px solid #5373B4;
|
|
}
|
|
|
|
|
|
/*---------------- Search Box */
|
|
|
|
#MSearchBox {
|
|
white-space : nowrap;
|
|
position: fixed;
|
|
float: none;
|
|
display: inline;
|
|
margin-top: 8px;
|
|
right: 0px;
|
|
width: 170px;
|
|
z-index: 102;
|
|
background-color: white;
|
|
}
|
|
|
|
/*---------------- Search filter selection */
|
|
|
|
#MSearchSelectWindow {
|
|
display: none;
|
|
position: fixed;
|
|
left: 0; top: 0;
|
|
border: 1px solid #90A5CE;
|
|
background-color: #F9FAFC;
|
|
z-index: 1;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
-webkit-border-top-right-radius: 4px;
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.SelectItem {
|
|
font: 8pt Arial, Verdana, sans-serif;
|
|
padding-left: 2px;
|
|
padding-right: 12px;
|
|
border: 0px;
|
|
}
|
|
|
|
span.SelectionMark {
|
|
margin-right: 4px;
|
|
font-family: monospace;
|
|
outline-style: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.SelectItem {
|
|
display: block;
|
|
outline-style: none;
|
|
color: #000000;
|
|
text-decoration: none;
|
|
padding-left: 6px;
|
|
padding-right: 12px;
|
|
}
|
|
|
|
a.SelectItem:focus,
|
|
a.SelectItem:active {
|
|
color: #000000;
|
|
outline-style: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.SelectItem:hover {
|
|
color: #FFFFFF;
|
|
background-color: #3D578C;
|
|
outline-style: none;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
display: block;
|
|
}
|
|
|
|
/*---------------- Search results window */
|
|
|
|
iframe#MSearchResults {
|
|
width: 60ex;
|
|
height: 15em;
|
|
}
|
|
|
|
#MSearchResultsWindow {
|
|
display: none;
|
|
position: fixed;
|
|
left: 0; top: 0;
|
|
border: 1px solid #000;
|
|
background-color: #EEF1F7;
|
|
}
|
|
|
|
|
|
.tabs, .tabs2, .tabs3 {
|
|
background-image: url('tab_b.png');
|
|
width: 100%;
|
|
z-index: 101;
|
|
font-size: 1.0em;
|
|
font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
|
}
|
|
|
|
.tabs2 {
|
|
font-size: 0.8em;
|
|
}
|
|
.tabs3 {
|
|
font-size: 0.7em;
|
|
}
|
|
|