init - 初始化项目
This commit is contained in:
54
doc/stylesheet.css
Normal file
54
doc/stylesheet.css
Normal file
@@ -0,0 +1,54 @@
|
||||
/* 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;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url(bodybg.png);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
div.fragment {
|
||||
padding: 3px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
div.line {
|
||||
padding-bottom: 3px;
|
||||
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||
}
|
||||
|
||||
div.contents {
|
||||
width: 980px;
|
||||
margin: 0 auto;
|
||||
padding: 15px 15px;
|
||||
border: 1px solid rgb(10, 80, 122);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
span.arrow {
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
div.image img{
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
#projectlogo
|
||||
{
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
border-collapse: separate;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
Reference in New Issue
Block a user