mirror of
https://github.com/ETLCPP/etl.git
synced 2026-05-01 11:29:09 +08:00
115 lines
2.7 KiB
CSS
115 lines
2.7 KiB
CSS
h1 {
|
|
font-family: Tahoma, sans-serif !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
margin-top: 0.5em !important;
|
|
margin-bottom: 0.0em !important;
|
|
color: coral !important;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Tahoma, sans-serif !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-size: 150% !important;
|
|
margin-top: 1.0em !important;
|
|
margin-bottom: 0.5em !important;
|
|
border-bottom: 2px solid #333333 !important;
|
|
color: #4884cc !important;
|
|
}
|
|
|
|
h3 {
|
|
font-family: Tahoma, sans-serif !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-size: 130% !important;
|
|
margin-top: 0.5em !important;
|
|
margin-bottom: 0.5em !important;
|
|
color: green !important;
|
|
}
|
|
|
|
h4 {
|
|
font-family: Tahoma, sans-serif !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-size: 110% !important;
|
|
margin-top: 0.5em !important;
|
|
margin-bottom: 0.5em !important;
|
|
color: green !important;
|
|
}
|
|
|
|
dl {
|
|
font-family: Consolas, monospace !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-size: 1rem !important;
|
|
color: black !important;
|
|
background-color: #f0f0f0 !important;
|
|
}
|
|
|
|
dl dt code {
|
|
font-family: Consolas, monospace !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-size: 1rem !important;
|
|
color: black;
|
|
background-color: #f0f0f0 !important;
|
|
border-style: none !important
|
|
}
|
|
|
|
dl dd {
|
|
font-family: Tahoma, sans-serif !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-size: 1rem !important;
|
|
color: black !important;
|
|
background-color: #f0f0f0 !important;
|
|
}
|
|
|
|
code {
|
|
font-family: Consolas, monospace !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-size: 1rem !important;
|
|
color: black !important;
|
|
background-color: #f0f0f0 !important;
|
|
border: 0 none !important;
|
|
}
|
|
|
|
pre,
|
|
pre code {
|
|
font-family: Consolas, monospace !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-size: 1rem !important;
|
|
color: black !important;
|
|
background-color: #f0f0f0 !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.markdown pre code {
|
|
line-height: 1.5 !important;
|
|
}
|
|
|
|
.markdown pre {
|
|
padding-top: 0.3rem !important;
|
|
padding-bottom: 0.3rem !important;
|
|
}
|
|
|
|
hr {
|
|
height: 2px !important;
|
|
background-color: #333333 !important;
|
|
border: none !important;
|
|
margin-top: 10px !important;
|
|
margin-bottom: 1px !important;
|
|
}
|
|
|
|
p {
|
|
font-family: Tahoma, sans-serif !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-size: 110% !important;
|
|
color: black !important;
|
|
background-color: white !important;
|
|
}
|