opencv/doc/stylesheet.css

55 lines
1013 B
CSS
Raw Permalink Normal View History

2014-12-26 22:30:33 +08:00
/* The standard CSS for doxygen 1.8.6 */
body, table, div, p, dl {
font: 400 14px/22px Helvetica, 'Segoe UI', Arial, freesans, sans-serif;
word-wrap: break-word;
2014-12-26 22:30:33 +08:00
}
code {
font-size: 85%;
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
white-space: pre-wrap;
padding: 1px 5px;
background-color: rgb(223, 229, 241);
vertical-align: baseline;
2014-12-26 22:30:33 +08:00
}
body {
background-image: url(bodybg.png);
margin: 0 auto;
2014-12-26 22:30:33 +08:00
}
div.fragment {
padding: 3px;
padding-bottom: 0px;
}
div.line {
padding-bottom: 3px;
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
}
2014-12-26 22:30:33 +08:00
div.contents {
width: 980px;
margin: 0 auto;
padding: 15px 15px;
border: 1px solid rgb(10, 80, 122);
background-color: #fff;
2014-12-26 22:30:33 +08:00
}
span.arrow {
height: 13px;
2014-12-26 22:30:33 +08:00
}
div.image img{
max-width: 900px;
}
#projectlogo
{
text-align: center;
vertical-align: middle;
border-collapse: separate;
padding-left: 0.5em;
}