37 lines
648 B
CSS
37 lines
648 B
CSS
@media print {
|
|
.editpage,
|
|
.gdoc-footer .container span:not(:first-child),
|
|
.gdoc-nav {
|
|
display: none
|
|
}
|
|
.gdoc-footer {
|
|
border-top: 1px solid #dee2e6
|
|
}
|
|
.gdoc-markdown pre {
|
|
white-space: pre-wrap;
|
|
overflow-wrap: break-word
|
|
}
|
|
.chroma code {
|
|
border: 1px solid #dee2e6;
|
|
padding: .5rem!important;
|
|
font-weight: 400!important
|
|
}
|
|
.gdoc-markdown code {
|
|
font-weight: 700
|
|
}
|
|
a,
|
|
a:visited {
|
|
color: inherit!important;
|
|
text-decoration: none!important
|
|
}
|
|
main {
|
|
flex-direction: column-reverse
|
|
}
|
|
.gdoc-toc {
|
|
flex: none
|
|
}
|
|
.gdoc-toc nav {
|
|
position: relative;
|
|
width: auto
|
|
}
|
|
} |