mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 04:10:31 +02:00
Automated Release Preparation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* The standard CSS for doxygen 1.8.16 */
|
||||
/* The standard CSS for doxygen 1.8.17 */
|
||||
|
||||
body, table, div, p, dl {
|
||||
font: 400 14px/22px Roboto,sans-serif;
|
||||
@@ -22,8 +22,8 @@ h1.groupheader {
|
||||
}
|
||||
|
||||
h2.groupheader {
|
||||
border-bottom: 1px solid #A9A9A9;
|
||||
color: #585858;
|
||||
border-bottom: 1px solid #747878;
|
||||
color: #222323;
|
||||
font-size: 150%;
|
||||
font-weight: normal;
|
||||
margin-top: 1.75em;
|
||||
@@ -66,6 +66,11 @@ p.startli, p.startdd {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
th p.starttd, p.intertd, p.endtd {
|
||||
font-size: 100%;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
p.starttd {
|
||||
margin-top: 0px;
|
||||
}
|
||||
@@ -108,8 +113,8 @@ h3.version {
|
||||
}
|
||||
|
||||
div.qindex, div.navtab{
|
||||
background-color: #F1F1F1;
|
||||
border: 1px solid #BDBDBD;
|
||||
background-color: #E5E6E6;
|
||||
border: 1px solid #909394;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -125,13 +130,13 @@ div.navtab {
|
||||
/* @group Link Styling */
|
||||
|
||||
a {
|
||||
color: #646465;
|
||||
color: #2B2D2D;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.contents a:visited {
|
||||
color: #747475;
|
||||
color: #393B3C;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -144,13 +149,13 @@ a.qindex {
|
||||
|
||||
a.qindexHL {
|
||||
font-weight: bold;
|
||||
background-color: #B8B8B8;
|
||||
color: #FFFFFF;
|
||||
border: 1px double #A8A8A8;
|
||||
background-color: #888C8D;
|
||||
color: #FFFEFE;
|
||||
border: 1px double #737777;
|
||||
}
|
||||
|
||||
.contents a.qindexHL:visited {
|
||||
color: #FFFFFF;
|
||||
color: #FFFEFE;
|
||||
}
|
||||
|
||||
a.el {
|
||||
@@ -161,11 +166,11 @@ a.elRef {
|
||||
}
|
||||
|
||||
a.code, a.code:visited, a.line, a.line:visited {
|
||||
color: #747475;
|
||||
color: #393B3C;
|
||||
}
|
||||
|
||||
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
|
||||
color: #747475;
|
||||
color: #393B3C;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
@@ -194,8 +199,8 @@ ul {
|
||||
}
|
||||
|
||||
pre.fragment {
|
||||
border: 1px solid #D5D5D5;
|
||||
background-color: #FCFCFC;
|
||||
border: 1px solid #B5B7B7;
|
||||
background-color: #FAFAFA;
|
||||
padding: 4px 6px;
|
||||
margin: 4px 8px 4px 2px;
|
||||
overflow: auto;
|
||||
@@ -209,8 +214,8 @@ pre.fragment {
|
||||
div.fragment {
|
||||
padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
|
||||
margin: 4px 8px 4px 2px;
|
||||
background-color: #FCFCFC;
|
||||
border: 1px solid #D5D5D5;
|
||||
background-color: #FAFAFA;
|
||||
border: 1px solid #B5B7B7;
|
||||
}
|
||||
|
||||
div.line {
|
||||
@@ -278,7 +283,7 @@ span.lineno a:hover {
|
||||
div.ah, span.ah {
|
||||
background-color: black;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
color: #FFFEFE;
|
||||
margin-bottom: 3px;
|
||||
margin-top: 3px;
|
||||
padding: 0.2em;
|
||||
@@ -326,9 +331,9 @@ div.contents {
|
||||
}
|
||||
|
||||
td.indexkey {
|
||||
background-color: #F1F1F1;
|
||||
background-color: #E5E6E6;
|
||||
font-weight: bold;
|
||||
border: 1px solid #D5D5D5;
|
||||
border: 1px solid #B5B7B7;
|
||||
margin: 2px 0px 2px 0;
|
||||
padding: 2px 10px;
|
||||
white-space: nowrap;
|
||||
@@ -336,14 +341,14 @@ td.indexkey {
|
||||
}
|
||||
|
||||
td.indexvalue {
|
||||
background-color: #F1F1F1;
|
||||
border: 1px solid #D5D5D5;
|
||||
background-color: #E5E6E6;
|
||||
border: 1px solid #B5B7B7;
|
||||
padding: 2px 10px;
|
||||
margin: 2px 0px;
|
||||
}
|
||||
|
||||
tr.memlist {
|
||||
background-color: #F2F2F2;
|
||||
background-color: #E8E9E9;
|
||||
}
|
||||
|
||||
p.formulaDsp {
|
||||
@@ -426,15 +431,15 @@ span.vhdllogic {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background-color: #F9F9F9;
|
||||
border-left: 2px solid #B8B8B8;
|
||||
background-color: #F4F4F4;
|
||||
border-left: 2px solid #888C8D;
|
||||
margin: 0 24px 0 4px;
|
||||
padding: 0 12px 0 16px;
|
||||
}
|
||||
|
||||
blockquote.DocNodeRTL {
|
||||
border-left: 0;
|
||||
border-right: 2px solid #B8B8B8;
|
||||
border-right: 2px solid #888C8D;
|
||||
margin: 0 4px 0 24px;
|
||||
padding: 0 16px 0 12px;
|
||||
}
|
||||
@@ -467,18 +472,18 @@ td.tiny {
|
||||
.dirtab {
|
||||
padding: 4px;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #BDBDBD;
|
||||
border: 1px solid #909394;
|
||||
}
|
||||
|
||||
th.dirtab {
|
||||
background: #F1F1F1;
|
||||
background: #E5E6E6;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
hr {
|
||||
height: 0px;
|
||||
border: none;
|
||||
border-top: 1px solid #7A7A7A;
|
||||
border-top: 1px solid #3F4141;
|
||||
}
|
||||
|
||||
hr.footer {
|
||||
@@ -513,7 +518,7 @@ table.memberdecls {
|
||||
.mdescLeft, .mdescRight,
|
||||
.memItemLeft, .memItemRight,
|
||||
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
|
||||
background-color: #FAFAFB;
|
||||
background-color: #F7F7F7;
|
||||
border: none;
|
||||
margin: 4px;
|
||||
padding: 1px 0 0 8px;
|
||||
@@ -525,7 +530,7 @@ table.memberdecls {
|
||||
}
|
||||
|
||||
.memSeparator {
|
||||
border-bottom: 1px solid #E7E7E7;
|
||||
border-bottom: 1px solid #D3D5D5;
|
||||
line-height: 1px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
@@ -535,12 +540,12 @@ table.memberdecls {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.memItemRight {
|
||||
.memItemRight, .memTemplItemRight {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.memTemplParams {
|
||||
color: #747475;
|
||||
color: #393B3C;
|
||||
white-space: nowrap;
|
||||
font-size: 80%;
|
||||
}
|
||||
@@ -553,15 +558,15 @@ table.memberdecls {
|
||||
|
||||
.memtitle {
|
||||
padding: 8px;
|
||||
border-top: 1px solid #C0C0C1;
|
||||
border-left: 1px solid #C0C0C1;
|
||||
border-right: 1px solid #C0C0C1;
|
||||
border-top: 1px solid #959899;
|
||||
border-left: 1px solid #959899;
|
||||
border-right: 1px solid #959899;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
margin-bottom: -1px;
|
||||
background-image: url('nav_f.png');
|
||||
background-repeat: repeat-x;
|
||||
background-color: #EAEAEA;
|
||||
background-color: #D9DADB;
|
||||
line-height: 1.25;
|
||||
font-weight: 300;
|
||||
float:left;
|
||||
@@ -576,14 +581,14 @@ table.memberdecls {
|
||||
|
||||
.memtemplate {
|
||||
font-size: 80%;
|
||||
color: #747475;
|
||||
color: #393B3C;
|
||||
font-weight: normal;
|
||||
margin-left: 9px;
|
||||
}
|
||||
|
||||
.memnav {
|
||||
background-color: #F1F1F1;
|
||||
border: 1px solid #BDBDBD;
|
||||
background-color: #E5E6E6;
|
||||
border: 1px solid #909394;
|
||||
text-align: center;
|
||||
margin: 2px;
|
||||
margin-right: 15px;
|
||||
@@ -621,14 +626,14 @@ table.memberdecls {
|
||||
}
|
||||
|
||||
.memproto, dl.reflist dt {
|
||||
border-top: 1px solid #C0C0C1;
|
||||
border-left: 1px solid #C0C0C1;
|
||||
border-right: 1px solid #C0C0C1;
|
||||
border-top: 1px solid #959899;
|
||||
border-left: 1px solid #959899;
|
||||
border-right: 1px solid #959899;
|
||||
padding: 6px 0px 6px 0px;
|
||||
color: #3D3D3D;
|
||||
color: #111112;
|
||||
font-weight: bold;
|
||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
|
||||
background-color: #E8E8E8;
|
||||
background-color: #D5D6D6;
|
||||
/* opera specific markup */
|
||||
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
||||
border-top-right-radius: 4px;
|
||||
@@ -647,15 +652,15 @@ table.memberdecls {
|
||||
}
|
||||
|
||||
.memdoc, dl.reflist dd {
|
||||
border-bottom: 1px solid #C0C0C1;
|
||||
border-left: 1px solid #C0C0C1;
|
||||
border-right: 1px solid #C0C0C1;
|
||||
border-bottom: 1px solid #959899;
|
||||
border-left: 1px solid #959899;
|
||||
border-right: 1px solid #959899;
|
||||
padding: 6px 10px 2px 10px;
|
||||
background-color: #FCFCFC;
|
||||
background-color: #FAFAFA;
|
||||
border-top-width: 0;
|
||||
background-image:url('nav_g.png');
|
||||
background-repeat:repeat-x;
|
||||
background-color: #FFFFFF;
|
||||
background-color: #FFFEFE;
|
||||
/* opera specific markup */
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
@@ -738,11 +743,11 @@ span.mlabels {
|
||||
}
|
||||
|
||||
span.mlabel {
|
||||
background-color: #999A9A;
|
||||
border-top:1px solid #838384;
|
||||
border-left:1px solid #838384;
|
||||
border-right:1px solid #D5D5D5;
|
||||
border-bottom:1px solid #D5D5D5;
|
||||
background-color: #616465;
|
||||
border-top:1px solid #484B4B;
|
||||
border-left:1px solid #484B4B;
|
||||
border-right:1px solid #B5B7B7;
|
||||
border-bottom:1px solid #B5B7B7;
|
||||
text-shadow: none;
|
||||
color: white;
|
||||
margin-right: 4px;
|
||||
@@ -761,8 +766,8 @@ span.mlabel {
|
||||
|
||||
div.directory {
|
||||
margin: 10px 0px;
|
||||
border-top: 1px solid #B8B8B8;
|
||||
border-bottom: 1px solid #B8B8B8;
|
||||
border-top: 1px solid #888C8D;
|
||||
border-bottom: 1px solid #888C8D;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -800,7 +805,7 @@ div.directory {
|
||||
|
||||
.directory tr.even {
|
||||
padding-left: 6px;
|
||||
background-color: #F9F9F9;
|
||||
background-color: #F4F4F4;
|
||||
}
|
||||
|
||||
.directory img {
|
||||
@@ -818,11 +823,11 @@ div.directory {
|
||||
cursor: pointer;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
color: #646465;
|
||||
color: #2B2D2D;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
color: #B8B8B8;
|
||||
color: #888C8D;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
@@ -842,7 +847,7 @@ div.directory {
|
||||
height: 14px;
|
||||
width: 16px;
|
||||
display: inline-block;
|
||||
background-color: #999A9A;
|
||||
background-color: #616465;
|
||||
color: white;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
@@ -907,7 +912,7 @@ div.dynheader {
|
||||
|
||||
address {
|
||||
font-style: normal;
|
||||
color: #464646;
|
||||
color: #161717;
|
||||
}
|
||||
|
||||
table.doxtable caption {
|
||||
@@ -921,13 +926,13 @@ table.doxtable {
|
||||
}
|
||||
|
||||
table.doxtable td, table.doxtable th {
|
||||
border: 1px solid #4A4A4B;
|
||||
border: 1px solid #19191A;
|
||||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
table.doxtable th {
|
||||
background-color: #5B5B5C;
|
||||
color: #FFFFFF;
|
||||
background-color: #242626;
|
||||
color: #FFFEFE;
|
||||
font-size: 110%;
|
||||
padding-bottom: 4px;
|
||||
padding-top: 5px;
|
||||
@@ -936,7 +941,7 @@ table.doxtable th {
|
||||
table.fieldtable {
|
||||
/*width: 100%;*/
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid #C0C0C1;
|
||||
border: 1px solid #959899;
|
||||
border-spacing: 0px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
@@ -952,8 +957,8 @@ table.fieldtable {
|
||||
|
||||
.fieldtable td.fieldtype, .fieldtable td.fieldname {
|
||||
white-space: nowrap;
|
||||
border-right: 1px solid #C0C0C1;
|
||||
border-bottom: 1px solid #C0C0C1;
|
||||
border-right: 1px solid #959899;
|
||||
border-bottom: 1px solid #959899;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@@ -962,7 +967,7 @@ table.fieldtable {
|
||||
}
|
||||
|
||||
.fieldtable td.fielddoc {
|
||||
border-bottom: 1px solid #C0C0C1;
|
||||
border-bottom: 1px solid #959899;
|
||||
/*width: 100%;*/
|
||||
}
|
||||
|
||||
@@ -981,9 +986,9 @@ table.fieldtable {
|
||||
.fieldtable th {
|
||||
background-image:url('nav_f.png');
|
||||
background-repeat:repeat-x;
|
||||
background-color: #EAEAEA;
|
||||
background-color: #D9DADB;
|
||||
font-size: 90%;
|
||||
color: #3D3D3D;
|
||||
color: #111112;
|
||||
padding-bottom: 4px;
|
||||
padding-top: 5px;
|
||||
text-align:left;
|
||||
@@ -994,7 +999,7 @@ table.fieldtable {
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom: 1px solid #C0C0C1;
|
||||
border-bottom: 1px solid #959899;
|
||||
}
|
||||
|
||||
|
||||
@@ -1016,8 +1021,8 @@ table.fieldtable {
|
||||
background-position: 0 -5px;
|
||||
height:30px;
|
||||
line-height:30px;
|
||||
color:#AAABAB;
|
||||
border:solid 1px #D3D3D3;
|
||||
color:#767A7B;
|
||||
border:solid 1px #B2B4B5;
|
||||
overflow:hidden;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
@@ -1032,7 +1037,7 @@ table.fieldtable {
|
||||
background-image:url('bc_s.png');
|
||||
background-repeat:no-repeat;
|
||||
background-position:right;
|
||||
color:#595959;
|
||||
color:#232424;
|
||||
}
|
||||
|
||||
.navpath li.navelem a
|
||||
@@ -1041,7 +1046,7 @@ table.fieldtable {
|
||||
display:block;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
color: #424243;
|
||||
color: #141515;
|
||||
font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
|
||||
text-decoration: none;
|
||||
@@ -1049,7 +1054,7 @@ table.fieldtable {
|
||||
|
||||
.navpath li.navelem a:hover
|
||||
{
|
||||
color:#929293;
|
||||
color:#585C5C;
|
||||
}
|
||||
|
||||
.navpath li.footer
|
||||
@@ -1061,7 +1066,7 @@ table.fieldtable {
|
||||
background-image:none;
|
||||
background-repeat:no-repeat;
|
||||
background-position:right;
|
||||
color:#595959;
|
||||
color:#232424;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
@@ -1108,9 +1113,9 @@ div.header
|
||||
{
|
||||
background-image:url('nav_h.png');
|
||||
background-repeat:repeat-x;
|
||||
background-color: #FAFAFB;
|
||||
background-color: #F7F7F7;
|
||||
margin: 0px;
|
||||
border-bottom: 1px solid #D5D5D5;
|
||||
border-bottom: 1px solid #B5B7B7;
|
||||
}
|
||||
|
||||
div.headertitle
|
||||
@@ -1305,7 +1310,7 @@ dl.section dd {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #838384;
|
||||
border-bottom: 1px solid #484B4B;
|
||||
}
|
||||
|
||||
.image
|
||||
@@ -1340,7 +1345,7 @@ dl.section dd {
|
||||
|
||||
div.zoom
|
||||
{
|
||||
border: 1px solid #AFAFAF;
|
||||
border: 1px solid #7C8081;
|
||||
}
|
||||
|
||||
dl.citelist {
|
||||
@@ -1348,7 +1353,7 @@ dl.citelist {
|
||||
}
|
||||
|
||||
dl.citelist dt {
|
||||
color:#545454;
|
||||
color:#1F2020;
|
||||
float:left;
|
||||
font-weight:bold;
|
||||
margin-right:10px;
|
||||
@@ -1362,8 +1367,8 @@ dl.citelist dd {
|
||||
|
||||
div.toc {
|
||||
padding: 14px 25px;
|
||||
background-color: #F7F7F7;
|
||||
border: 1px solid #E3E3E3;
|
||||
background-color: #F1F1F1;
|
||||
border: 1px solid #CCCECE;
|
||||
border-radius: 7px 7px 7px 7px;
|
||||
float: right;
|
||||
height: auto;
|
||||
@@ -1392,7 +1397,7 @@ div.toc li {
|
||||
|
||||
div.toc h3 {
|
||||
font: bold 12px/1.2 Arial,FreeSans,sans-serif;
|
||||
color: #747475;
|
||||
color: #393B3C;
|
||||
border-bottom: 0 none;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -1552,7 +1557,7 @@ tr.heading h2 {
|
||||
}
|
||||
|
||||
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
|
||||
border-top-color: #FFFFFF;
|
||||
border-top-color: #FFFEFE;
|
||||
border-width: 10px;
|
||||
margin: 0px -10px;
|
||||
}
|
||||
@@ -1580,7 +1585,7 @@ tr.heading h2 {
|
||||
}
|
||||
|
||||
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
|
||||
border-bottom-color: #FFFFFF;
|
||||
border-bottom-color: #FFFEFE;
|
||||
border-width: 10px;
|
||||
margin: 0px -10px;
|
||||
}
|
||||
@@ -1607,7 +1612,7 @@ tr.heading h2 {
|
||||
left: 100%;
|
||||
}
|
||||
#powerTip.e:after {
|
||||
border-left-color: #FFFFFF;
|
||||
border-left-color: #FFFEFE;
|
||||
border-width: 10px;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
@@ -1623,7 +1628,7 @@ tr.heading h2 {
|
||||
right: 100%;
|
||||
}
|
||||
#powerTip.w:after {
|
||||
border-right-color: #FFFFFF;
|
||||
border-right-color: #FFFEFE;
|
||||
border-width: 10px;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
@@ -1664,7 +1669,7 @@ table.markdownTable {
|
||||
}
|
||||
|
||||
table.markdownTable td, table.markdownTable th {
|
||||
border: 1px solid #4A4A4B;
|
||||
border: 1px solid #19191A;
|
||||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
@@ -1672,13 +1677,13 @@ table.markdownTableHead tr {
|
||||
}
|
||||
|
||||
table.markdownTableBodyLeft td, table.markdownTable th {
|
||||
border: 1px solid #4A4A4B;
|
||||
border: 1px solid #19191A;
|
||||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
|
||||
background-color: #5B5B5C;
|
||||
color: #FFFFFF;
|
||||
background-color: #242626;
|
||||
color: #FFFEFE;
|
||||
font-size: 110%;
|
||||
padding-bottom: 4px;
|
||||
padding-top: 5px;
|
||||
@@ -1704,7 +1709,7 @@ table.markdownTable {
|
||||
}
|
||||
|
||||
table.markdownTable td, table.markdownTable th {
|
||||
border: 1px solid #4A4A4B;
|
||||
border: 1px solid #19191A;
|
||||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
@@ -1712,8 +1717,8 @@ table.markdownTable tr {
|
||||
}
|
||||
|
||||
th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
|
||||
background-color: #5B5B5C;
|
||||
color: #FFFFFF;
|
||||
background-color: #242626;
|
||||
color: #FFFEFE;
|
||||
font-size: 110%;
|
||||
padding-bottom: 4px;
|
||||
padding-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user