mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-10 03:29:59 +01:00
117 lines
2.0 KiB
CSS
117 lines
2.0 KiB
CSS
![]() |
body code {
|
||
|
margin: 0;
|
||
|
border: 1px solid #ddd;
|
||
|
background-color: #f8f8f8;
|
||
|
border-radius: 3px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #4183c4;
|
||
|
}
|
||
|
|
||
|
body, table, div, p, dl {
|
||
|
color: #333333;
|
||
|
font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
|
||
|
font-size: 15px;
|
||
|
font-style: normal;
|
||
|
font-variant: normal;
|
||
|
font-weight: normal;
|
||
|
line-height: 25.5px;
|
||
|
}
|
||
|
|
||
|
div.header {
|
||
|
background-image: none;
|
||
|
background-color: white;
|
||
|
margin: 0px;
|
||
|
border: 0px;
|
||
|
}
|
||
|
|
||
|
div.headertitle {
|
||
|
width: 858px;
|
||
|
margin: 30px;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-size: 2.5em;
|
||
|
line-height: 63.75px;
|
||
|
border-bottom: 1px solid #ddd;
|
||
|
margin-bottom: 15px;
|
||
|
margin-left: 0px;
|
||
|
margin-right: 0px;
|
||
|
margin-top: 0px;
|
||
|
}
|
||
|
|
||
|
body h2 {
|
||
|
font-size: 2em;
|
||
|
line-height: 1.7;
|
||
|
border-bottom: 1px solid #eee;
|
||
|
margin: 1em 0 15px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
body h3 {
|
||
|
font-size: 1.5em;
|
||
|
line-height: 1.7;
|
||
|
margin: 1em 0 15px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
pre.fragment {
|
||
|
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
||
|
font-size: 13px;
|
||
|
font-style: normal;
|
||
|
font-variant: normal;
|
||
|
font-weight: normal;
|
||
|
line-height: 19px;
|
||
|
}
|
||
|
|
||
|
div.contents {
|
||
|
width: 858px;
|
||
|
margin: 30px;
|
||
|
}
|
||
|
|
||
|
div.line {
|
||
|
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
||
|
font-size: 13px;
|
||
|
font-style: normal;
|
||
|
font-variant: normal;
|
||
|
font-weight: normal;
|
||
|
line-height: 19px;
|
||
|
}
|
||
|
|
||
|
tt, code, pre {
|
||
|
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
div.fragment {
|
||
|
background-color: #f8f8f8;
|
||
|
border: 1px solid #ddd;
|
||
|
font-size: 13px;
|
||
|
line-height: 19px;
|
||
|
overflow: auto;
|
||
|
padding: 6px 10px;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
#projectname
|
||
|
{
|
||
|
font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
|
||
|
font-size: 38px;
|
||
|
font-weight: bold;
|
||
|
line-height: 63.75px;
|
||
|
margin: 0px;
|
||
|
padding: 2px 0px;
|
||
|
}
|
||
|
|
||
|
#projectbrief
|
||
|
{
|
||
|
font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
|
||
|
font-size: 16px;
|
||
|
line-height: 22.4px;
|
||
|
margin: 0px 0px 13px 0px;
|
||
|
padding: 2px;
|
||
|
}
|